summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a sysctl kern.disallow_high_osrel which disables executing thekib2013-10-151-0/+14
* By default, allow up to SSIZE_MAX i/o for non-devfs files.kib2013-10-151-1/+1
* Similar to debug.iosize_max_clamp sysctl, introducekib2013-10-151-0/+4
* Merge from project branch. Uninteresting commits are trimmed.markm2013-10-122-3/+19
|\
| * MFC - tracking commit.markm2013-10-093-12/+41
| |\
| * \ MFC - tracking commitmarkm2013-10-091-11/+34
| |\ \
| * | | Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.des2013-10-081-0/+16
| * | | Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND...markm2013-10-081-2/+0
| * | | Snapshot.markm2013-10-061-0/+2
| * | | MFC - tracking commitmarkm2013-10-062-185/+2
| * | | MFC - tracking commit.markm2013-10-041-1/+1
| * | | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-3/+3
| * | | MFC - tracking update.markm2013-10-022-65/+46
* | | | 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
OpenPOWER on IntegriCloud