summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an acct(5) flag for pledge violations. Then lastcomm(1) showsbluhm2017-06-072-2/+5
* Acquire submit queue mutex only once per xbf_complete_cmd invocationmikeb2017-06-071-31/+19
* Assert that the KERNEL_LOCK() is held when messing with routing,mpi2017-06-071-4/+12
* Assert that the calling CPU is holding the KERNEL_LOCK() in malloc(9)mpi2017-06-071-1/+7
* Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globalsmpi2017-06-073-5/+16
* Set the weak variant of hysteresis as default.bru2017-06-063-16/+7
* Rewrite the driver to handle 64kb transfersmikeb2017-06-061-214/+323
* Call xbf_intr for polled transfers that can't sleepmikeb2017-06-061-1/+2
* Add support for tap gestures.bru2017-06-062-5/+298
* Provide sufficient info in error messages to identifykrw2017-06-061-5/+5
* Remove code that is not needed right now.visa2017-06-061-18/+1
* Implement startup smashing in C. The code should be movedvisa2017-06-062-13/+15
* Update panic strings, pipex no longer use rn_inithead0().mpi2017-06-061-3/+3
* Do not rely on <net/rtable.h> beeing included by other headers.mpi2017-06-061-1/+2
* Fix build without PF.mpi2017-06-061-2/+2
* correct the depend list of a target introduced in rev 1.9jsg2017-06-061-2/+2
* Regen.kevlo2017-06-063-16/+22
* Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.kevlo2017-06-061-3/+4
* - let's add PF_LOCK()sashan2017-06-054-21/+115
* Split early startup code out of locore.S into locore0.S. Adjust linkderaadt2017-06-054-197/+291
* Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB.deraadt2017-06-051-2/+2
* Split early startup code out of locore.S into locore0.S. Adjust linkderaadt2017-06-056-82/+205
* include machine/param.h before machine.asm.h because uhm alpha.deraadt2017-06-051-1/+1
* track permissions of original filederaadt2017-06-051-2/+2
* use same idiom as other Makefilesderaadt2017-06-051-2/+2
* Randomize the link order of .o files in the kernel on octeon.visa2017-06-054-13/+76
* Avoid use of _C_LABEL, since it is not portable to all our architectures.deraadt2017-06-051-1/+1
* The arm* architectures edit the ld.script, creating a copy in the compilederaadt2017-06-0511-51/+71
* use byte swapping loads and stores.dlg2017-06-053-27/+42
* Catch up with changes made on amd64 (kettenis@):naddy2017-06-042-5/+13
* fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@naddy2017-06-041-2/+2
* Remove unused function, as pointed out by clang. ok deraadt@ kettenis@naddy2017-06-041-15/+1
* Create gap.* with umask 007 instead of 077 to make kernel builds aftertb2017-06-043-9/+9
* Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.kettenis2017-06-041-5/+2
* Remove comment that no longer is true. esym is not written by ourpatrick2017-06-041-11/+9
* Split early startup code out of locore.S into locore0.S. Adjust linkpatrick2017-06-045-600/+660
* Switch the TTM code over to the generic DRM VMA manager.kettenis2017-06-046-176/+74
* Don't need to provide a padbyte value for .bss, it will always be 0deraadt2017-06-041-1/+1
* Sync with current NetBSD/luna68k code.aoyama2017-06-044-32/+43
* Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightlytb2017-06-042-7/+10
* Re-arrange struct bus_dmamap memberssf2017-06-041-2/+2
* update link to Ken Kato's vmware backdoor protocol documentationjmatthew2017-06-041-2/+2
* use htolem32 and lemtoh32 instead of htole32 and letoh32.dlg2017-06-041-14/+16
* Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.deraadt2017-06-0314-61/+73
* ".section .bss" is portable to more platforms than plain ".bss"deraadt2017-06-031-1/+1
* use .balign instead of .align, it is portable to more architecturesderaadt2017-06-031-4/+4
* Add a few sizes to free().tb2017-06-033-12/+15
* Add missing NET_LOCK().mpi2017-06-031-3/+8
* Explicitly zero out the wepseed for TKIP and WEP.tb2017-06-032-2/+6
* vioblk/virtio: Re-arrange some struct memberssf2017-06-032-9/+8