summaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Address some (although not all) style(9) issues in event.h after r335776.David Bright2018-07-111-10/+10
* Remove bits of the old NUMA.Konstantin Belousov2018-07-101-43/+0
* Regen after r336171.Brooks Davis2018-07-102-4/+2
* kern_environment: bool'itize dynamic_kenv; fix small style(9) nitKyle Evans2018-07-101-1/+1
* Tweak documentation to RB_ constants to reflect current useWarner Losh2018-07-101-4/+4
* critical_{enter, exit}: add missing compiler barrierMatt Macy2018-07-081-0/+2
* Expand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA PAGE_SIZE.Konstantin Belousov2018-07-061-8/+13
* Revert to recommit with the proper message.Konstantin Belousov2018-07-061-13/+8
* Save a call to pmap_remove() if entry cannot have any pages mapped.Konstantin Belousov2018-07-061-8/+13
* Change prison_add_vfs() to the more generic prison_add_allow(), whichJamie Gritton2018-07-061-0/+2
* epoch(9): simplify initializationMatt Macy2018-07-061-10/+17
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+4
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+5
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-2/+1
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-051-1/+2