aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Dynamically allocate IRQ ranges on x86.John Baldwin2018-08-281-0/+5
* Remove arc4random_stir and arc4random_addrandom from stdlib.h.Xin LI2018-08-261-1/+1
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-25/+16
* Revert drm2 removal.Warner Losh2018-08-241-1/+1
* Remove a redundant #ifdef _KERNEL.Mark Johnston2018-08-231-2/+0
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+1
* Create devctl freeze/thaw.Warner Losh2018-08-231-1/+4
* devstat(9): Constify function parameters that can be constConrad Meyer2018-08-231-5/+6
* KASSERT: Make runtime optionality optionalConrad Meyer2018-08-221-3/+13
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-2/+1
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-1/+1
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1/+1
* Add SOL_SOCKET level socket option with name SO_DOMAIN to getMichael Tuexen2018-08-211-0/+1
* Make epoch KBI consistent between INVARIANTS and non-INVARIANTSMatt Macy2018-08-212-6/+6
* Bump __FreeBSD_version after r338059 (Chacha20 based arc4random(3)Xin LI2018-08-191-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-2/+2
* random: Add PowerPC 'darn' instruction entropy sourceJustin Hibbits2018-08-171-0/+1
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-165-10/+19
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-165-19/+10
* - Add exec hook "exec.created". This is called when the jail isAlexander Leidinger2018-08-151-1/+1
* Bring in timespce_get form NetBSD.Warner Losh2018-08-101-1/+1
* BOOT_TAG: Make a config(5) option, expose as sysctl and loader tunableKyle Evans2018-08-091-3/+0
* msgbuf: Light detailing (const'ify and bool'itize)Kyle Evans2018-08-091-1/+1
* kern: Add a BOOT_TAG marker at the beginning of boot dmesgKyle Evans2018-08-091-0/+3
* Improve handling of control message truncation.Mark Johnston2018-08-071-1/+3
* Make the system C11 atomics headers fully compatible with external GCC.John Baldwin2018-08-062-15/+12
* efirt: Don't enter EFI context early, convert addrs to KVA insteadKyle Evans2018-08-041-0/+1
* Swap in WKILLED processes.Konstantin Belousov2018-08-041-0/+1
* Don't check rcv sockbuf limits when sending on a unix stream socket.Mark Johnston2018-08-041-2/+2
* Now that after r335979 the kernel addresses in API structures areGleb Smirnoff2018-08-041-8/+2
* safer wait-free iteration of shared interrupt handlersAndriy Gapon2018-08-031-0/+2
* Fix LOCAL_PEERCRED with socketpair(2)Alan Somers2018-08-031-0/+9
* Add ioctl to conveniently mmap a PCI device BAR into userspace.Konstantin Belousov2018-08-011-0/+19
* Remove MT_NTYPES.Mark Johnston2018-08-011-1/+0
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-13/+17
* As with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC non-static on arm64 inAndrew Turner2018-07-301-1/+3
* Add allow.mlock to jail parametersAntoine Brodin2018-07-291-1/+2
* Revert r336773: it removed too much.Warner Losh2018-07-271-0/+2
* Remove xscale supportWarner Losh2018-07-271-2/+0
* elf_common: update ARM ABI flag namesEd Maste2018-07-261-2/+4
* sockopt.h: remove stale commentEd Maste2018-07-251-1/+0
* change interrupt event's list of handlers from TAILQ to CK_SLISTAndriy Gapon2018-07-231-3/+3
* Bump version to 1200075 for zfsloader being folded into loader.Warner Losh2018-07-201-1/+1
* Make the definition of struct kevent in event.h match what the man page for k...David Bright2018-07-181-4/+4
* FreeBSD_version bump as per r336351,Pedro F. Giffuni2018-07-171-1/+1
* Don't use the static keyword with DPCPU defines in arm64 modules.Andrew Turner2018-07-161-0/+18
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-1/+1
* Create helper functions for parsing boot args.Warner Losh2018-07-132-22/+8
* sx: remove the spurious macro value difference vs rwlocksMateusz Guzik2018-07-121-2/+2