summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC r261080:kib2014-02-061-3/+6
* MFC r261138:rmh2014-01-311-1/+1
* MFC r256945:brooks2014-01-291-1/+1
* MFC r260581: Add sglist_append_bio(9) to append a struct bio's data tobryanv2014-01-181-0/+40
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-1718-112/+112
* MFC r257037: Redefine the io provider using the SDT(9) macrosavg2014-01-172-283/+16
* MFC r258648: use saner calculations in should_yieldavg2014-01-161-1/+1
* MFC r258354: taskqueue_cancel: garbage collect a write-only variableavg2014-01-161-2/+0
* 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
OpenPOWER on IntegriCloud