summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-1/+4
* Redefine the io provider using the SDT(9) macros instead of doing everythingmarkj2013-10-242-283/+16
* MFP4:brooks2013-10-221-1/+1
* Remove global device lock acquisition from dev_relthread(), replacing itmav2013-10-221-5/+3
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-1/+2
* Add comments that taskqueue_enqueue_locked() returns without the lock.mav2013-10-211-0/+4
* Add a resource limit for the total number of kqueues available to thekib2013-10-212-1/+41
* Print more useful information about the transfer that trigger the assertion.kib2013-10-211-1/+2
* MFprojects/camlock r256619:mav2013-10-211-10/+5
* Revert r256587.glebius2013-10-181-3/+0
* Error out on failure to open specified config fileemaste2013-10-161-1/+1
* MFprojects/camlock r256370:mav2013-10-161-10/+9
* MFprojects/camlock r254763:mav2013-10-161-4/+17
* MFprojects/camlock r254685:mav2013-10-161-6/+1
* MFprojects/camlock r254905:mav2013-10-161-1/+9
* For VIMAGE kernels store vnet in the struct task, and set vnet contextglebius2013-10-161-0/+3
* 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
OpenPOWER on IntegriCloud