summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC r257221:kib2013-10-311-1/+1
* MFC r256847:kib2013-10-291-1/+2
* MFC r256504:kib2013-10-251-0/+14
* MFC r256502:kib2013-10-251-0/+4
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-122-3/+19
* Ignore attempts to set the nmbcluster sysctls to their current valuejhb2013-10-101-5/+5
* The device vnodes are often unlocked when bread() or bwrite() iskib2013-10-091-1/+2
* Do not flush buffers when the v_object of the passed vnode does notkib2013-10-091-0/+2
* When growing the file descriptor table, new larger memory chunk iskib2013-10-091-2/+21
* Reduce code duplication, introduce the getmaxfd() helper to calculatekib2013-10-091-9/+16
* - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't freeglebius2013-10-091-11/+34
* Remove the uipc_cow.c file, which is not used since the zero copykib2013-10-061-182/+0
* Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated afteralc2013-10-051-3/+2
* Change len checks for fstypelen and fspathlen to be against absolute lensbruno2013-10-031-1/+1
* When helping the bufdaemon from the buffer allocation context, therekib2013-10-021-63/+41
* When printing the vnode information from ddb, print the lengths of thekib2013-10-011-2/+5
* For vunref(), try to upgrade the vnode lock if the function was calledkib2013-09-291-2/+4
* Reimplement r255797 using LK_TRYUPGRADE.kib2013-09-291-2/+14
* Add LK_TRYUPGRADE operation for lockmgr(9), which attempts tokib2013-09-291-0/+13
* it must be the last member, not might...jmg2013-09-261-1/+1
* Do not allow negative timeouts for kqueue timers, check for thekib2013-09-261-2/+10
* Acquire a hold reference on the vnode when a knote is instantiated.kib2013-09-261-0/+2
* Make the callout arithmetic more robust adding checks for overflow.davide2013-09-261-1/+6
* Avoid memory accesses reordering which can result in fget_unlocked()attilio2013-09-251-2/+14
* Make load average sampling asynchronous to hardclock ticks. This improvesmav2013-09-241-2/+2
* Always request zeroed memory, in case we're dumb enough to leak it later.des2013-09-221-2/+2
* Revert r255797. The LK_UPGRADE | LK_NOWAIT drops the lock.kib2013-09-221-14/+2
* Pre-acquire the filedesc sx when a possibility exists that the laterkib2013-09-221-3/+30
* Increase the chance of the buffer write from the bufdaemon helperkib2013-09-221-2/+14
* Consistently use the same value to indicate exclusively-held anddavide2013-09-222-8/+8
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-12/+4
* Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration ingibbs2013-09-221-0/+4
* Regenerate syscall argument strings after r255777.markj2013-09-211-20/+20
* Omit "__restrict" when generating syscall argument strings. DTrace doesn'tmarkj2013-09-211-6/+8
* Fix callout_init_rm() in the shared case, allocating storage for 'structdavide2013-09-201-3/+11
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-207-40/+69
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-9/+5
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-3/+52
* Regen.jhb2013-09-193-2/+38
* Extend the support for exempting processes from being killed when swap isjhb2013-09-195-0/+206
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-182-5/+12
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-71/+52
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-52/+71
* Fix assertion in sendfile_readpage() to assert only the validityglebius2013-09-171-3/+3
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-162-338/+0
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantkib2013-09-131-3/+3
* When opening or closing fifo, ensure that the vnode is lockedkib2013-09-131-1/+3
* Reduce the scope of the proctree_lock. If several processes causekib2013-09-131-7/+6
* Regen.jhb2013-09-123-4/+4
* Fix the type of the idtype argument to wait6() in syscalls.master.jhb2013-09-121-1/+2
OpenPOWER on IntegriCloud