summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC r258893, r258956:cperciva2014-01-081-4/+9
* MFC r260232:mjg2014-01-071-6/+1
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-27/+19
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-072-12/+16
* MFC r256885:mav2014-01-051-5/+3
* MFC r256614:mav2014-01-051-10/+9
* MFC r259232:mav2014-01-041-9/+17
* MFC r259464:mav2014-01-031-1/+2
* MFC r259953:kib2014-01-031-4/+10
* MFC r258281: Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.jilles2014-01-012-12/+18
* MFC r259892:dim2013-12-281-7/+0
* MFC r259876:dim2013-12-281-7/+0
* MFC r259875:dim2013-12-281-24/+0
* MFC r259520:ae2013-12-241-1/+1
* MFC 258869:jhb2013-12-241-1/+1
* MFC r259522:kib2013-12-241-0/+3
* MFC r257228:kib2013-12-171-8/+17
* MFC r258039:kib2013-12-171-10/+9
* MFC r258819,258928:nwhitehorn2013-12-161-0/+7
* MFC r257899:kib2013-12-131-1/+1
* MFC r257898:kib2013-12-132-9/+4
* MFC: r258718: fix emulated jail_v0 byte orderpeter2013-12-041-1/+1
* MFC r258661:kib2013-12-031-0/+58
* Merge r258128 from head:glebius2013-11-221-0/+1
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-184-14/+34
* Merge r257996,r258001,r258069 from head: fixes for HyperV guest.pluknet2013-11-141-0/+2
* MFC r257214:kib2013-11-031-0/+2
* 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
OpenPOWER on IntegriCloud