summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix receiving fd over unix socket broken in r247740.mjg2013-07-021-2/+2
* Plug up the lock lock leakage when exporting to a short buffer.trociny2013-07-011-0/+2
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-11/+9
* acct: create a special plimit object and set it for exiting processesmjg2013-06-301-9/+15
* acct: reduce code duplication by using acct_disable as cleanup formjg2013-06-301-6/+1
* Revert accidental commit.peter2013-06-291-1/+0
* Help out gcc. clang understands.peter2013-06-292-0/+2
* Correct the comment above _sleep() function which still mentions 'timo'davide2013-06-281-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-282-0/+56
* Remove duplicate NULL check in kern_proc_filedesc_out.mjg2013-06-281-2/+1
* Rework r252313:trociny2013-06-281-29/+40
* Correct a bug that prevented deadlkres from (almost) ever firing.rstone2013-06-281-8/+2
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-282-15/+1380
* Make detaching drivers from PCI devices more robust. While here, fix ajhb2013-06-271-0/+42
* To avoid LOR, always drop the filedesc lock before exporting fd to sbuf.trociny2013-06-271-4/+2
* A few mostly cosmetic nits to aid in debugging:jhb2013-06-254-13/+13
* Several improvements to rmlock(9). Many of these are based on patchesjhb2013-06-253-70/+293
* When a previous call to sbsndptr() leaves sb->sb_sndptroff at the start of anlstewart2013-06-191-0/+7
* The fix committed in r250951 replaced the reported panic with a deadlock... goldlstewart2013-06-171-2/+2
* Change callout use counter to use C11 atomics.ed2013-06-161-10/+15
* Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage tolstewart2013-06-151-2/+2
* Cleanup and simplification in khelp_{register|deregister}_helper(). Nolstewart2013-06-151-24/+18
* Add a private KPI between hhook and khelp that allows khelp modules to insertlstewart2013-06-152-101/+40
* Internalise handling of virtualised hook points insidelstewart2013-06-152-57/+85
* Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger alstewart2013-06-141-0/+6
* Add support for non-virtualised hhook points, which are uniquely identified bylstewart2013-06-141-19/+21
* Fix a potential NULL-pointer dereference that would trigger if the hhooklstewart2013-06-141-4/+3
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-20/+0
* Fix two issues with the spin loops in the umtx(2) implementation.kib2013-06-131-2/+147
* Revert r251590. It unexpectedly broke the build and there were somemarcel2013-06-101-2/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-06-091-0/+2
* aio_mlock() added:glebius2013-06-083-2/+26
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-082-4/+46
* Separate LIO_SYNC processing into a separate function aio_process_sync(),glebius2013-06-081-19/+41
* Do not compare the existing mask of a cpuset with a new mask when changingjhb2013-06-061-8/+11
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-2/+4
* - Consolidate duplicate code into support functions.jeff2013-06-051-264/+305
* Improve r250890, so that we stop processing of a message with zeroglebius2013-06-041-8/+7
* - Fix a couple of inverted panic messages for shared/exclusive mismatchesjhb2013-06-032-10/+26
* - Handle the recursed/not recursed flags with RA_RLOCKED in rw_assert().jhb2013-06-031-4/+6
* Be more generous when donating the current thread time to the owner ofkib2013-06-031-1/+1
* Do not map the shared page COW. If the process wired its addresskib2013-06-031-2/+3
* When auto-sizing the buffer cache, limit the amount of physical memorykib2013-06-031-1/+2
* Reduce the scope of the VM object locking in brelse(). In my tests, thisalc2013-06-021-2/+4
* Move an assertion to the right spot; only bus_dmamap_load_mbuf(9)marius2013-06-011-2/+2
* Style fixes to vn_ioctl().jhb2013-05-311-14/+15
* - Convert the bufobj lock to rwlock.jeff2013-05-314-125/+65
* Initialising the new fibnum field to a known value turns out tojulian2013-05-241-0/+3
* Ensure alq's shutdown_pre_sync event handler is deregistered on module unload tolstewart2013-05-241-2/+5
* Use proper malloc type for ioctls white-list.pjd2013-05-231-5/+7
OpenPOWER on IntegriCloud