summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-05Constify instances of struct fileops.Visa Hankala
2020-01-05regenJonathan Gray
2020-01-05remove incorrectly formatted IBM entriesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort list of vendor ids by vendor idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort list of vendor ids by vendor idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05remove duplicate device idsJonathan Gray
2020-01-05remove some unneeded includesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort by vendor define and device idJonathan Gray
2020-01-05regenJonathan Gray
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