summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-05sort by vendor define and device idJonathan Gray
2020-01-05Remove unneeded #include <sys/ttycom.h>.Visa Hankala
2020-01-05regenJonathan Gray
2020-01-05consistently lowercase hex digits in device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently lowercase hex digits in device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently uppercase pci product definesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently uppercase usb product definesJonathan Gray
2020-01-04Update comment on port WWN checkkn
2020-01-04Remove BOOT_FLAGS and simplify the boot blocks logic.Mark Kettenis
2020-01-04Call process_worklist_item with LK_NOWAIT to skip locked vnodes fromBob Beck
2020-01-04Add uvm_anfree_list() to free anons as a list of pages. Use this inBob Beck
2020-01-04remove unused TIOCSPGRP / TIOCGPGRP cases in drmJonathan Gray
2020-01-04Prevent use-after-free in uhidev_close().Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9).Martin Pieuchot
2020-01-04UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeoutMartin Pieuchot
2020-01-04Eliminate some minor differences between pipe_read() and pipe_write():anton
2020-01-04Ignore 'hardware lied' interrupt in do-while loop, same as firstKenji Aoyama
2020-01-04regenJonathan Gray
2020-01-04remove AMD64 strings from pcidevsJonathan Gray
2020-01-03timeout(9): delay thread wakeup(9) decision to end of softclock() loopcheloha
2020-01-03Rename the pipe I/O lock routines for improved clarity. This is just aanton
2020-01-03Retire csignal() the last users were converted to use pgsigio(9) instead.Claudio Jeker
2020-01-03Fix RAID volume WWIDs for LSI controllers on sparc64kn
2020-01-03Fix a file descriptor close race in kqueue_register()Visa Hankala
2020-01-03timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9)cheloha
2020-01-03timeout(9): Rename the TIMEOUT_NEEDPROCCTX flag to TIMEOUT_PROC.cheloha
2020-01-03regenDavid Gwynne
2020-01-03add some more samsung nvme idsDavid Gwynne
2020-01-02regenmortimer
2020-01-02Add pci id for recent AMD CCP and use it in ccp(4).mortimer
2020-01-02Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done forClaudio Jeker
2020-01-02regenanton
2020-01-02Unlock pipe(2) and pipe2(2). The kernel lock does not provide anyanton
2020-01-02Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrollingClaudio Jeker
2020-01-02Use newabi register names in disassembly.Visa Hankala
2020-01-02Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment.Kevin Lo
2020-01-02Switch tun(4) and tap(4) to use pgsigio(9) and sigio_init(9) forClaudio Jeker
2020-01-02Exclude offline cpus in KERN_CPTIME calculation. Without this too highClaudio Jeker
2020-01-01Unbreak DEBUG build: use %x not %lx with intkn
2020-01-01Unbreak DEBUG build: do not use undefined pakn
2020-01-01Unbreak DEBUG build: Format bus_{addr,size}_t as longkn
2020-01-01Unbreak DEBUG build: format time_t as long longkn
2020-01-01Replace __inline with C99 inline.Alexander Bluhm
2020-01-01copyright++;Jonathan Gray
2020-01-01Add uvm_pmr_remove_1strange_reverse to efficiently free pagesBob Beck
2020-01-01drm/amdkfd: fix a potential NULL pointer dereference (v2)Jonathan Gray