summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on thekrw2020-02-205-12/+13
* dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha2020-02-201-6/+7
* pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha2020-02-201-3/+4
* Introduce the concept of queue to prepare supporting multiple of them.mpi2020-02-202-248/+322
* In signal_pending_state() only test for pending signal whenjsg2020-02-201-1/+2
* controler -> controllerjsg2020-02-204-11/+11
* fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha2020-02-201-2/+2
* Make sure the first 2MB page of the kernel is actually mapped RO in thekettenis2020-02-192-7/+7
* Remove the indirection via timeout for proc_stop_sweep(). Using a softclaudio2020-02-191-13/+13
* Similar to other wireless drivers use bpf_mtap_hdr() to prepend theclaudio2020-02-194-86/+24
* ips(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-02-191-12/+8
* Trailing whitespace.krw2020-02-186-47/+47
* Flip vdsk to 'normal' scsi_adapter idiom.krw2020-02-181-11/+10
* Trailing whitespace is icky. Some KNF whitespace tweakskrw2020-02-181-52/+52
* Trailing whitespace is icky. Some KNF whitespace tweakskrw2020-02-181-2/+2
* Let aac(4) compile again by #include'ing selinfo.h.krw2020-02-181-1/+2
* pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@cheloha2020-02-181-3/+3
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-1818-34/+22
* Fix an mbuf corruption issue which occurs in net80211 hostap mode.stsp2020-02-181-9/+8
* Add IPv6 support to umb(4).gerhard2020-02-182-38/+247
* Use SIGPENDING() instead of CURSIG() for emulating signal_pending().claudio2020-02-181-2/+2
* Move setting of UF_EXCLOSE file descriptor flag inside finishdup().visa2020-02-181-11/+21
* magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha2020-02-182-35/+10
* stp(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-02-181-11/+8
* rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha2020-02-181-6/+6
* ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-02-181-3/+4
* Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().claudio2020-02-171-17/+4
* missing rcs idjasper2020-02-171-0/+2
* vmm: check guest cpl and xsave_mask in xsetbv handlerpd2020-02-171-5/+16
* In vcpu_must_stop() use SIGPENDING() to check if there is a possibleclaudio2020-02-171-2/+2
* Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionclaudio2020-02-171-16/+2
* Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anclaudio2020-02-171-17/+4
* Raise SPL when updating kn_status. Otherwise the field can becomevisa2020-02-171-8/+33
* The siop family members use various atop/ptoa dances (oosiop/osiop) orkrw2020-02-175-33/+8
* Send a resume event to apmd(8), like done by apm(4) and acpi(4)jca2020-02-161-1/+3
* Rework vn_ioctl() to only have a single point of return. This will makeanton2020-02-161-11/+13
* 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) sokrw2020-02-161-10/+2
* Change arm64 system call ABI to skip two instructions. This allows us tokettenis2020-02-162-7/+10
* Unconditionally acquiring a write lock in pipe_ioctl() is quiteanton2020-02-161-5/+5
* Cope with latest changes to the ps_flags field of struct process whichanton2020-02-161-2/+2
* Force a guest info update when we get a Capabilities_Register command.jmatthew2020-02-161-3/+11
* Add bounds check on addresses passed from guests in pvclock.mortimer2020-02-151-1/+38
* *_minphys() functions that cap i/o sizes at a value larger than thekrw2020-02-1512-137/+23
* Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()yasuoka2020-02-151-2/+2
* Consistently perform atomic writes to the ps_flags field of structanton2020-02-155-13/+14
* Enable iwx(4) on amd64.stsp2020-02-152-2/+4
* Add iwx(4), a new driver for Intel AX200 wifi devices.stsp2020-02-154-1/+14648
* Remove needless #ifdef.yasuoka2020-02-151-48/+39
* Eliminate gdt_minphys() as it doesn't do anything. As the comment sayskrw2020-02-152-15/+3
* Let's all agree to call our scsi_adapter variable '<dev>_switch'.krw2020-02-145-17/+17