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