summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-10-09Make _kernel_lock_held() always succeed after panic(9).Martin Pieuchot
2017-10-09Turns out that the previous commit resolves the problem on Clang but atPatrick Wildt
2017-10-08ramdisks do not contain MROUTING, so the local variable becomes unused.Theo de Raadt
2017-10-08Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup.Ulf Brosziewski
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-10-08Revert: libsa lacks memmove currently; a more thorough rename/change isPhilip Guenther
2017-10-07bcopy() is expected to be overlap safe, so it implement it with memmove()Philip Guenther
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