summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-07-18Revert the change that delivers process signals to any threads. AsAlexander Bluhm
2018-07-18Replace VATTR_NULL() with memset(3) in fusefs_getattr(). VATTR_NULL()helg
2018-07-17TX packets, which can be either Ethernet or control packets, must bePatrick Wildt
2018-07-17Don't send FBT_DESTROY if the FUSE connection is still PENDING. Alsohelg
2018-07-17unvname_new() is passed something that is always 64-bits so theKenneth R Westerback
2018-07-17we have splraise() nowDavid Gwynne
2018-07-16use 'switch' rathan than an if-else construct to match on the netflow version...Jasper Lievisse Adriaanse
2018-07-16Insert the appropriate uvm_vnp_uncache(9) and uvm_vnp_setsize(9)helg
2018-07-16Add support for the BCM43455 SDIO chip to bwfm(4).Patrick Wildt
2018-07-16In certain modes SDIO-connected bwfm(4) chips might expect us to readPatrick Wildt
2018-07-16Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).helg
2018-07-16the AP sends their crypto parameters as a mask, so let us still select itPeter Hessler
2018-07-16don't save or use auto-join when the card is not in station (aka client) modePeter Hessler
2018-07-16Re-set the pointer to the bwfm event after the strict alignmentPatrick Wildt
2018-07-16make this build again after changes made in rev 1.74Jonathan Gray
2018-07-16Fix for uninitialized variables.Martin Pieuchot
2018-07-16typos, from Michael W. Bombardieri.Martin Pieuchot
2018-07-15Restore correct behaviour to pledge for access and stat, which was brokenBob Beck
2018-07-14Don't pass an uninitialised size value to free(9). Pointer argument isJonathan Gray
2018-07-13unbreak gcc4 buildJonathan Gray
2018-07-13Make the default failure for unveil while disabled return successBob Beck
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-13Some USB network interfaces like rum(4) report ENXIO from theirAlexander Bluhm
2018-07-13Disable codepatching infrastructure after bootStefan Fritsch
2018-07-13repair inconsistanciesTheo de Raadt
2018-07-13Some more checks before auto-join switches networks.Peter Hessler
2018-07-13Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.Philip Guenther
2018-07-13zap some garbage that snuck in.Theo Buehler
2018-07-12we will be toggling witness on/off a few times. when it is on, it raisesTheo de Raadt
2018-07-12Introduce RTM_CHGADDRATTR to inform userland on the route socket whenFlorian Obser
2018-07-12Introduce ipsec_output_cb() to merge duplicate code and account forMartin Pieuchot
2018-07-12unbreak i386 build, thanks to pd@ for noticing. Same diff as I committedMike Larkin
2018-07-12zap an extra newlineMike Larkin
2018-07-12trade few 'goto unlock: for 'break' in pf_test()Alexandr Nedvedicky
2018-07-12Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrongPhilip Guenther
2018-07-12- introducing _Q_INVALID to sys/queue.hAlexandr Nedvedicky
2018-07-12Reorganize the Meltdown entry and exit trampolines for syscall andPhilip Guenther
2018-07-12Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as weFrederic Cambus
2018-07-12Stop building rasops4 on amd64.Frederic Cambus
2018-07-12zap a blank lineMike Larkin
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-07-11Disambiguate the source of panics in sys/net* by adding __func__Nayden Markatchev
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-07-11Declare cpu_meltdown in <machine/cpu.h>Philip Guenther
2018-07-11superfluous newlineHenning Brauer
2018-07-11If no thread can immediately handle a signal, which has been sentAlexander Bluhm
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-07-11adding __func__ identifier to panic() calls in vmm.c for amd64 and i386Nayden Markatchev
2018-07-11Prevent updating async option on softdep mountkn