Age | Commit message (Expand) | Author |
2017-10-12 | Use a temporary variable in rw_status() to dereference only once the | Martin Pieuchot |
2017-10-12 | Move sysctl_mq() where it can safely mess with mbuf queue internals. | Martin Pieuchot |
2017-10-12 | Fix a singed vs unsigned comparison resulting in an overflow of the | Martin Pieuchot |
2017-10-12 | Add Section Attirbute flag defines, some default values for n_type | Martin Pieuchot |
2017-10-12 | Add missing size to free(); ok deraadt@ mpi@ | anton |
2017-10-11 | missing prototype for db_ctf_pprint | Jasper Lievisse Adriaanse |
2017-10-11 | input files should not be .o; from Scott Cheloha | Theo de Raadt |
2017-10-11 | regen | Patrick Wildt |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-11 | Try to make CPU cache size values more correct, especially on OCTEON II | Visa Hankala |
2017-10-11 | Remove lie talking about splsoftclock(). | Martin Pieuchot |
2017-10-11 | Make the tc alpha blinkenlichten start by default. | Martin Pieuchot |
2017-10-11 | Fix debug printf, from Dave Voutila. | Martin Pieuchot |
2017-10-11 | Move `kq_count' increase/decrease close to the corresponding TAILQ_* | Martin Pieuchot |
2017-10-11 | Move kq_kev from struct kqueue to the stack. | Martin Pieuchot |
2017-10-11 | ifioctl() cleanups. | Martin Pieuchot |
2017-10-11 | Add "machine gop" command to support changing graphic output mode. | YASUOKA Masahiko |
2017-10-10 | hidmt: send input mode set report as 2 bytes, matches linux | Joshua Stein |
2017-10-10 | hidmt: add support for hybrid packet mode used by some touchpads | Joshua Stein |
2017-10-10 | hidmt: rename internal hidmt_input struct to hidmt_data, avoid clash | Joshua Stein |
2017-10-10 | At reboot all vnodes are flushed, but when it sleeps, the update | Alexander Bluhm |
2017-10-10 | remove a unused variable | Mike Larkin |
2017-10-09 | Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms. | Stefan Sperling |
2017-10-09 | Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4). | Stefan Sperling |
2017-10-09 | Print the name of the device tree node like we do for simplebus(4). | Mark Kettenis |
2017-10-09 | The previous commit was deemed too invasive, so back it out and replace | Patrick Wildt |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-10-09 | Correct logic check preventing the device to attach. | Martin Pieuchot |
2017-10-09 | Make _kernel_lock_held() always succeed after panic(9). | Martin Pieuchot |
2017-10-09 | Turns out that the previous commit resolves the problem on Clang but at | Patrick Wildt |
2017-10-08 | ramdisks do not contain MROUTING, so the local variable becomes unused. | Theo de Raadt |
2017-10-08 | Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup. | Ulf Brosziewski |
2017-10-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
2017-10-08 | Revert: libsa lacks memmove currently; a more thorough rename/change is | Philip Guenther |
2017-10-07 | bcopy() is expected to be overlap safe, so it implement it with memmove() | Philip Guenther |
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 |