summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01- Avoid possible use of uninitialized variable; noticed by jsg@Kevin Lo
2017-06-30In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid !=Alexander Bluhm
2017-06-30Fix a format string specifier error in a debug printf.Mike Larkin
2017-06-30Remove unused variablesMike Larkin
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-29Put asm-generated strings into .rodataTheo de Raadt
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-06-29add some comments, no functional changeMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29Remove a block of "#if 0" code that has been in the file since r1.1, 13Mike Larkin
2017-06-29Remove an "#if 1" that had been in the code for 16 years. I think it'sMike Larkin
2017-06-29hide some locore0 symbols that are only used inside locore0.Mike Larkin
2017-06-29TEMPORARILY disable gap compilation, until lld is fixed/updated toTheo de Raadt
2017-06-29Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toTheo de Raadt
2017-06-29Due to risks known for decades, TIOCSTI now performs no action, and simplyTheo de Raadt
2017-06-29set c.c_maxrxlen to something. apparently lost a line somewhere.Ted Unangst
2017-06-28Introduce a simple mechanism to select the appropriate queue managerMike Belopuhov
2017-06-28Tighten up FQ-CoDel vs HFSC checksMike Belopuhov
2017-06-28Provide pf queue manager APIMike Belopuhov
2017-06-28Extend pf queueing ops to include queue manager hooksMike Belopuhov
2017-06-28hfsc.c should depend on pf instead of inetMike Belopuhov
2017-06-28Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.Kenji Aoyama
2017-06-28hide symbols in the acpi trampoline pages. matches a previous diff fromMike Larkin
2017-06-28hide symbols used in the ACPI resume trampoline pagesMike Larkin
2017-06-28fix potential use of uninitialized variable, noticed by jsg@.Mike Larkin
2017-06-27remove the obsolete timeslot ioctlTed Unangst
2017-06-27Provide a handler stub for the "channel rescind" messageMike Belopuhov
2017-06-27Convert ip6_input() to a pr_input style function. Goal is to processAlexander Bluhm
2017-06-27Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULLJonathan Gray
2017-06-27Add missing solock()/sounlock() dances around sbreserve().Martin Pieuchot
2017-06-27the illegal instruction is 0x00000000Theo de Raadt
2017-06-26Minor cleanup; when polling delay before calling the interrupt handlerMike Belopuhov
2017-06-26Convert ip_input() to a pr_input style function. Goal is to processAlexander Bluhm
2017-06-26Rework the deferred interrupt loopMike Belopuhov
2017-06-26Fragments for a single connection (a combination of proto,src,dst,af)Alexander Bluhm
2017-06-26RANDOM1 was subject to rather bad modulus bias. Improve the situation a bitTheo Buehler
2017-06-26Arrange a phandle for the "ciu" node.Visa Hankala
2017-06-26note.ABI-tag and .MIPS.options are not needed anymore whenTheo de Raadt
2017-06-26When pinging an IPv6 link-local address, the reflected packet hadAlexander Bluhm
2017-06-26Assert that the corresponding socket is locked when manipulating socketMartin Pieuchot
2017-06-26Allow updating the destination address of an existing TDB. Since thePatrick Wildt
2017-06-26Split a part of tdb_delete() into tdb_unlink() so that we can removePatrick Wildt