Age | Commit message (Expand) | Author |
2017-10-16 | Utilize scatter/gather DMA with the newer MMC controller. | Visa Hankala |
2017-10-16 | Remove kernel support for the following ioctl(2)s, deprecated since 2001: | Martin Pieuchot |
2017-10-16 | Multiple tweaks: | Martin Pieuchot |
2017-10-16 | Handle the case where the parent of a carp(4) is being destroyed | Martin Pieuchot |
2017-10-16 | Add comments which document already fixed WPA attack vectors. | Stefan Sperling |
2017-10-16 | Last changes before running IPsec w/o KERNEL_LOCK(). | Martin Pieuchot |
2017-10-16 | Change most of the returns into breaks. This will let us release a lock. | Martin Pieuchot |
2017-10-16 | drm/i915/bios: ignore HDMI on port A | Jonathan Gray |
2017-10-15 | Set default join preferences to prefer APs based on the RSSI, with | Patrick Wildt |
2017-10-15 | Similar to other USB based backend drivers, have a list of TX/RX | Patrick Wildt |
2017-10-15 | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), | Stefan Sperling |
2017-10-14 | locore0: remove an unused variable | Mike Larkin |
2017-10-14 | Split sys_ptrace() by request type: | Philip Guenther |
2017-10-14 | reduce the amount of includes in arch/amd64 | Jonathan Gray |
2017-10-13 | ansify function prototypes (to match db_stack_trace_print() in the same file) | Jasper Lievisse Adriaanse |
2017-10-13 | return a missing return (was left out of previous) | Jasper Lievisse Adriaanse |
2017-10-13 | - use db_printf() | Jasper Lievisse Adriaanse |
2017-10-13 | Implement media auto selection for DEC 3000. | Martin Pieuchot |
2017-10-13 | Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker | Jonathan Gray |
2017-10-13 | I was one bit off in the "is canonical" test for FS.base (TCB pointer) values, | Philip Guenther |
2017-10-12 | Print the word pledge in the kernel log when there is a violation. | Alexander Bluhm |
2017-10-12 | Apparently one of the main concepts in the SDMMC I/O subsystem is that | Patrick Wildt |
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 |