summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-16Utilize scatter/gather DMA with the newer MMC controller.Visa Hankala
2017-10-16Remove kernel support for the following ioctl(2)s, deprecated since 2001:Martin Pieuchot
2017-10-16Multiple tweaks:Martin Pieuchot
2017-10-16Handle the case where the parent of a carp(4) is being destroyedMartin Pieuchot
2017-10-16Add comments which document already fixed WPA attack vectors.Stefan Sperling
2017-10-16Last changes before running IPsec w/o KERNEL_LOCK().Martin Pieuchot
2017-10-16Change most of the returns into breaks. This will let us release a lock.Martin Pieuchot
2017-10-16drm/i915/bios: ignore HDMI on port AJonathan Gray
2017-10-15Set default join preferences to prefer APs based on the RSSI, withPatrick Wildt
2017-10-15Similar to other USB based backend drivers, have a list of TX/RXPatrick Wildt
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
2017-10-14locore0: remove an unused variableMike Larkin
2017-10-14Split sys_ptrace() by request type:Philip Guenther
2017-10-14reduce the amount of includes in arch/amd64Jonathan Gray
2017-10-13ansify function prototypes (to match db_stack_trace_print() in the same file)Jasper Lievisse Adriaanse
2017-10-13return a missing return (was left out of previous)Jasper Lievisse Adriaanse
2017-10-13- use db_printf()Jasper Lievisse Adriaanse
2017-10-13Implement media auto selection for DEC 3000.Martin Pieuchot
2017-10-13Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linkerJonathan Gray
2017-10-13I was one bit off in the "is canonical" test for FS.base (TCB pointer) values,Philip Guenther
2017-10-12Print the word pledge in the kernel log when there is a violation.Alexander Bluhm
2017-10-12Apparently one of the main concepts in the SDMMC I/O subsystem is thatPatrick Wildt
2017-10-12Use a temporary variable in rw_status() to dereference only once theMartin Pieuchot
2017-10-12Move sysctl_mq() where it can safely mess with mbuf queue internals.Martin Pieuchot
2017-10-12Fix a singed vs unsigned comparison resulting in an overflow of theMartin Pieuchot
2017-10-12Add Section Attirbute flag defines, some default values for n_typeMartin Pieuchot
2017-10-12Add missing size to free(); ok deraadt@ mpi@anton
2017-10-11missing prototype for db_ctf_pprintJasper Lievisse Adriaanse
2017-10-11input files should not be .o; from Scott ChelohaTheo de Raadt
2017-10-11regenPatrick Wildt
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-11Try to make CPU cache size values more correct, especially on OCTEON IIVisa Hankala
2017-10-11Remove lie talking about splsoftclock().Martin Pieuchot
2017-10-11Make the tc alpha blinkenlichten start by default.Martin Pieuchot
2017-10-11Fix debug printf, from Dave Voutila.Martin Pieuchot
2017-10-11Move `kq_count' increase/decrease close to the corresponding TAILQ_*Martin Pieuchot
2017-10-11Move kq_kev from struct kqueue to the stack.Martin Pieuchot
2017-10-11ifioctl() cleanups.Martin Pieuchot
2017-10-11Add "machine gop" command to support changing graphic output mode.YASUOKA Masahiko
2017-10-10hidmt: send input mode set report as 2 bytes, matches linuxJoshua Stein
2017-10-10hidmt: add support for hybrid packet mode used by some touchpadsJoshua Stein
2017-10-10hidmt: rename internal hidmt_input struct to hidmt_data, avoid clashJoshua Stein
2017-10-10At reboot all vnodes are flushed, but when it sleeps, the updateAlexander Bluhm
2017-10-10remove a unused variableMike Larkin
2017-10-09Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms.Stefan Sperling
2017-10-09Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4).Stefan Sperling
2017-10-09Print the name of the device tree node like we do for simplebus(4).Mark Kettenis
2017-10-09The previous commit was deemed too invasive, so back it out and replacePatrick Wildt
2017-10-09Reduces the scope of the NET_LOCK() in sysctl(2) path.Martin Pieuchot
2017-10-09Correct logic check preventing the device to attach.Martin Pieuchot