summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-07In "tty", permitting TIOCSTART is fineTheo de Raadt
2017-10-07permit SYS___set_tcb, upcoming code will require thisTheo de Raadt
2017-10-06Unfortunately I removed too much in my previous commit and brokeAlexander Bluhm
2017-10-06Kill the divert-packet socket option IP_DIVERTFL to filter packets.Alexander Bluhm
2017-10-06The mount point flags were displayed in octal when printed by ddb.Alexander Bluhm
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-10-06vmm: handle 32 bit guest w/PAE when guest enables PAE first then paging,Mike Larkin
2017-10-06Revert previous video mode when setting GOP SetMode is failed. ThisYASUOKA Masahiko
2017-10-05vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR.Mike Larkin
2017-10-05Check the state value within the assert statement, do not set it.Alexander Bluhm
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-10-05restore a block of code erroneously removed in r1.162 that causes aMike Larkin
2017-10-05Update mvneta(4) to the way OpenBSD handles multicast and promiscuousPatrick Wildt
2017-10-05fix some spacing issues, wrong comments, and DPRINTFs that were in theMike Larkin
2017-10-05change DPRINTF format specifier from %lld to %llx for easier readabilityMike Larkin
2017-10-05Clean up some no longer needed includes left over from the locore/locore0 split.Mike Larkin
2017-10-04Due to changes in LLD where sections are sorted in a different way,Patrick Wildt
2017-10-04Work around clang mis-optimization regression. For some expression-Patrick Wildt
2017-10-04re-enable POOL_DEBUG after the releaseChristian Weisgerber
2017-10-04Introduce reference counting for tasks in iwm(4).Stefan Sperling
2017-10-04reminder to create <version>.html and roll errata pages for release.Sebastian Benoit
2017-10-04as a result of previous change, vftype and ftype always have the sameTheo de Raadt
2017-10-046.2-current, back to workTheo de Raadt
2017-10-04Follow the pattern set by copy*/pcb_onfault: when xrstor faults, returnPhilip Guenther
2017-10-03Nested xrstor handled leaks a kernel address into sigval, but potentialTheo de Raadt
2017-10-03The xrstor instruction will fault if the provided xstate data, whichPhilip Guenther
2017-10-03Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeoutsAntoine Jacoutot
2017-10-03work around config(8) modifying bss, using __attribute__ ((section(".data"))).Theo de Raadt
2017-10-01set MAXSSIZ to the same value as on all other architectures (32MB)Christian Weisgerber
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.Mark Kettenis
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadMark Kettenis
2017-09-30Add preliminary kabylake support to inteldrm(4) by backporting the relevantRobert Nagy
2017-09-29When fault indicates PGEX_W, only tell uvm we need a writeable page..Theo de Raadt
2017-09-29New ddb(4) command: kill.Martin Pieuchot
2017-09-28The DELAY() recently added to iwn(4) to make association more reliable couldStefan Sperling
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-27guenther sleep-commited the version without #ifdefsTheo de Raadt
2017-09-27amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonicalPhilip Guenther
2017-09-26Prevent null pointer dereference when probing channelsMike Belopuhov
2017-09-26Use quoted #includes for files kdump's mkioctls indirectly includes soJonathan Gray
2017-09-26disable POOL_DEBUG for releaseJonathan Gray
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-09-25take us out of -betaTheo de Raadt
2017-09-23Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34.Stefan Sperling
2017-09-23Add dummy FIOASYNC handler.Martin Pieuchot
2017-09-23Fix controller locking so that it covers the DMA map and bounce buffer.Visa Hankala
2017-09-22Do not bounce if possible.Visa Hankala
2017-09-22Allocate a bounce buffer once during init and reuse it for DMA commands.Visa Hankala
2017-09-22Use ieee80211_has_addr4() inline function where possible.Kevin Lo
2017-09-22- Fix short preamble for rtl8188euKevin Lo