summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When creation of the v_pollinfo raced and our instance of vpollinfokib2013-07-281-4/+11
* Use VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE in shm_map().jhb2013-07-241-1/+1
* Further restrict the MAC addresses that we use for UUID generationmarcel2013-07-241-3/+3
* In uuid_ether_add(), avoid false positives due to the limited typemarcel2013-07-241-5/+4
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTavg2013-07-243-8/+11
* Remove unused argument from vmem_add1().glebius2013-07-241-3/+3
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-241-34/+92
* Revert r249590 and in case if mp_ncpus isn't initialized use MAXCPU. Thisglebius2013-07-231-1/+1
* Remove cr_prison NULL check from proc_to_reap.mjg2013-07-221-2/+1
* Remove duplicate assertion from tdsendsignal.mjg2013-07-221-3/+1
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-40/+50
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32kib2013-07-211-24/+59
* Move the convert_sigevent32() utility function into freebsd32_misc.ckib2013-07-211-25/+0
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-201-14/+22
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-1/+1
* Clear the vnode knotes before destroying vpollinfo.kib2013-07-171-0/+2
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.glebius2013-07-152-27/+0
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-152-4/+24
* PR: 168520 170096rodrigc2013-07-151-1/+7
* Assert that runningbufspace does not underflow.kib2013-07-131-3/+5
* There is no need to count waiters for the runningbufspace.kib2013-07-131-1/+1
* Allow to call clock_gettime() on the clock id for zombie process.kib2013-07-131-7/+2
* Make use of the fact that uma_zone_set_max(9) already returns theandre2013-07-111-10/+5
* Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave andandre2013-07-111-4/+9
* Do not invalidate page of the B_NOCACHE buffer or buffer after an I/Okib2013-07-111-1/+2
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-07-101-1/+3
* There are several code sequences likekib2013-07-091-2/+16
* should_yield: protect from td_swvoltick being uninitialized or too staleavg2013-07-091-1/+1
* namecache sdt: freebsd doesn't support structured characters yetavg2013-07-091-2/+2
* Fix build with INVARIANT_SUPPORT enabled but not INVARIANTS.jhb2013-07-081-0/+4
* Make kassert_printf use __printflike.alfred2013-07-072-4/+8
* Make the comments a little more clear about PRIV_KMEM_*, explicitlyjamie2013-07-061-2/+3
* Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingjamie2013-07-051-0/+9
* The change in r236456 (atomic_store_rel not locked) exposed a bugalfred2013-07-041-9/+11
* 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
OpenPOWER on IntegriCloud