| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r258893, r258956: | cperciva | 2014-01-08 | 1 | -4/+9 |
* | MFC r260232: | mjg | 2014-01-07 | 1 | -6/+1 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -27/+19 |
* | MFC Alexander Motin's GEOM direct dispatch work: | scottl | 2014-01-07 | 2 | -12/+16 |
* | MFC r256885: | mav | 2014-01-05 | 1 | -5/+3 |
* | MFC r256614: | mav | 2014-01-05 | 1 | -10/+9 |
* | MFC r259232: | mav | 2014-01-04 | 1 | -9/+17 |
* | MFC r259464: | mav | 2014-01-03 | 1 | -1/+2 |
* | MFC r259953: | kib | 2014-01-03 | 1 | -4/+10 |
* | MFC r258281: Fix siginfo_t.si_status for wait6/waitid/SIGCHLD. | jilles | 2014-01-01 | 2 | -12/+18 |
* | MFC r259892: | dim | 2013-12-28 | 1 | -7/+0 |
* | MFC r259876: | dim | 2013-12-28 | 1 | -7/+0 |
* | MFC r259875: | dim | 2013-12-28 | 1 | -24/+0 |
* | MFC r259520: | ae | 2013-12-24 | 1 | -1/+1 |
* | MFC 258869: | jhb | 2013-12-24 | 1 | -1/+1 |
* | MFC r259522: | kib | 2013-12-24 | 1 | -0/+3 |
* | MFC r257228: | kib | 2013-12-17 | 1 | -8/+17 |
* | MFC r258039: | kib | 2013-12-17 | 1 | -10/+9 |
* | MFC r258819,258928: | nwhitehorn | 2013-12-16 | 1 | -0/+7 |
* | MFC r257899: | kib | 2013-12-13 | 1 | -1/+1 |
* | MFC r257898: | kib | 2013-12-13 | 2 | -9/+4 |
* | MFC: r258718: fix emulated jail_v0 byte order | peter | 2013-12-04 | 1 | -1/+1 |
* | MFC r258661: | kib | 2013-12-03 | 1 | -0/+58 |
* | Merge r258128 from head: | glebius | 2013-11-22 | 1 | -0/+1 |
* | MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: | pjd | 2013-11-18 | 4 | -14/+34 |
* | Merge r257996,r258001,r258069 from head: fixes for HyperV guest. | pluknet | 2013-11-14 | 1 | -0/+2 |
* | MFC r257214: | kib | 2013-11-03 | 1 | -0/+2 |
* | MFC r257221: | kib | 2013-10-31 | 1 | -1/+1 |
* | MFC r256847: | kib | 2013-10-29 | 1 | -1/+2 |
* | MFC r256504: | kib | 2013-10-25 | 1 | -0/+14 |
* | MFC r256502: | kib | 2013-10-25 | 1 | -0/+4 |
* | Merge from project branch via main. Uninteresting commits are trimmed. | markm | 2013-10-12 | 2 | -3/+19 |
* | Ignore attempts to set the nmbcluster sysctls to their current value | jhb | 2013-10-10 | 1 | -5/+5 |
* | The device vnodes are often unlocked when bread() or bwrite() is | kib | 2013-10-09 | 1 | -1/+2 |
* | Do not flush buffers when the v_object of the passed vnode does not | kib | 2013-10-09 | 1 | -0/+2 |
* | When growing the file descriptor table, new larger memory chunk is | kib | 2013-10-09 | 1 | -2/+21 |
* | Reduce code duplication, introduce the getmaxfd() helper to calculate | kib | 2013-10-09 | 1 | -9/+16 |
* | - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't free | glebius | 2013-10-09 | 1 | -11/+34 |
* | Remove the uipc_cow.c file, which is not used since the zero copy | kib | 2013-10-06 | 1 | -182/+0 |
* | Tidy up kmeminit(): Since r245575, 'nmbclusters' is calculated after | alc | 2013-10-05 | 1 | -3/+2 |
* | Change len checks for fstypelen and fspathlen to be against absolute len | sbruno | 2013-10-03 | 1 | -1/+1 |
* | When helping the bufdaemon from the buffer allocation context, there | kib | 2013-10-02 | 1 | -63/+41 |
* | When printing the vnode information from ddb, print the lengths of the | kib | 2013-10-01 | 1 | -2/+5 |
* | For vunref(), try to upgrade the vnode lock if the function was called | kib | 2013-09-29 | 1 | -2/+4 |
* | Reimplement r255797 using LK_TRYUPGRADE. | kib | 2013-09-29 | 1 | -2/+14 |
* | Add LK_TRYUPGRADE operation for lockmgr(9), which attempts to | kib | 2013-09-29 | 1 | -0/+13 |
* | it must be the last member, not might... | jmg | 2013-09-26 | 1 | -1/+1 |
* | Do not allow negative timeouts for kqueue timers, check for the | kib | 2013-09-26 | 1 | -2/+10 |
* | Acquire a hold reference on the vnode when a knote is instantiated. | kib | 2013-09-26 | 1 | -0/+2 |
* | Make the callout arithmetic more robust adding checks for overflow. | davide | 2013-09-26 | 1 | -1/+6 |