summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Make atomic_fetch_add() and atomic_fetch_sub() work for pointers with GCC 4.2.ed2013-06-301-2/+6
* Make various fixes to <stdatomic.h>.ed2013-06-301-22/+68
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-0/+2
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-282-0/+137
* Make detaching drivers from PCI devices more robust. While here, fix ajhb2013-06-271-0/+3
* Several improvements to rmlock(9). Many of these are based on patchesjhb2013-06-254-1/+30
* Add new FOREACH_FROM variants of the queue(3) FOREACH macros which canlstewart2013-06-181-0/+53
* Rename a parameter in sys/time.h so that you don't get warnings for thingstheraven2013-06-171-9/+9
* Move _Atomic() into <sys/cdefs.h>.ed2013-06-162-4/+8
* Now that the necessary infrastructure is in place to ensure hhook points whichlstewart2013-06-151-2/+1
* Internalise handling of virtualised hook points insidelstewart2013-06-151-1/+1
* Add support for non-virtualised hhook points, which are uniquely identified bylstewart2013-06-141-0/+2
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-132-1/+16
* Minor improvements to <stdatomic.h>.ed2013-06-131-2/+8
* Remove some duplicate code by making KHELP_DECLARE_MOD() a wrapper aroundlstewart2013-06-131-16/+3
* Add PF_IEEE80211 definition.kevlo2013-06-131-0/+1
* Revert r251590. It unexpectedly broke the build and there were somemarcel2013-06-101-12/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-06-091-0/+12
* Fix the way atomic_is_lock_free() is defined for Clang.ed2013-06-091-1/+4
* aio_mlock() added:glebius2013-06-084-6/+13
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-081-0/+6
* Add ATOMIC_*_LOCK_FREE constants.ed2013-06-031-0/+35
* Bump __FreeBSD_version for the addition of the following functions to libm:das2013-06-031-1/+1
* Move <stdatomic.h> into sys/sys/.ed2013-06-011-0/+325
* Remove an unused macro we originally got from BSD/OS.jhb2013-06-011-6/+0
* - Convert the bufobj lock to rwlock.jeff2013-05-312-13/+15
* Add macros which allow one to define SDT probes with six or seven arguments;markj2013-05-301-0/+49
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-1/+2
* Fix <uchar.h> in for C++11.ed2013-05-251-0/+5
* Add proper prerequisites for even two more headers.ed2013-05-211-0/+3
* Add <uchar.h>.ed2013-05-211-0/+6
* Connect flex 2.5.37 to the build and bump __FreeBSD_version.jkim2013-05-211-1/+1
* Regenerate.kib2013-05-213-4/+4
* Remove accidentally included line..julian2013-05-201-1/+0
* Protect SDT_PROBE() with do { } while (0) loop.pjd2013-05-191-2/+3
* Remove lint case for _Thread_local.ed2013-05-191-2/+0
* Fix cut-n-paste error.julian2013-05-161-2/+2
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-15/+13
* Rework the way C11 keywords are defined.ed2013-05-131-25/+57
* o Add accessor functions to add and remove pages from a specificattilio2013-05-131-0/+1
* - pctrie really only requires two byte alignment so that there is a singlejeff2013-05-121-1/+5
* - Add a new general purpose path-compressed radix trie which can be usedjeff2013-05-124-3/+172
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-111-2/+15
* Add option WITNESS_NO_VNODE to suppress printing LORs between VNODEmarcel2013-05-092-0/+2
* Generalize the bitset operations, present in cpuset and offer a KPI toattilio2013-05-094-126/+243
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.pluknet2013-05-041-1/+3
* Similar to 233760 and 236717, export some more useful info about thejhb2013-05-032-1/+11
* Bump __FreeBSD_version for accept4() and pipe2().jilles2013-05-011-1/+1
* Regenerate files for pipe2().jilles2013-05-013-5/+13
OpenPOWER on IntegriCloud