| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r320494: Fix double free by reverting r300385 and r300624 which was | Xin LI | 2017-07-03 | 1 | -3/+1 |
| * | MFC r320216: Fix use-after-free introduced in r300388. | Xin LI | 2017-06-25 | 1 | -1/+2 |
| * | MFstable/10 r301820: | Enji Cooper | 2016-06-11 | 1 | -1/+1 |
| * | MFstable/10 r301687: | Enji Cooper | 2016-06-08 | 1 | -2/+3 |
| * | MFstable/10 r301684: | Enji Cooper | 2016-06-08 | 1 | -0/+1 |
| * | MFstable/10 r301682: | Enji Cooper | 2016-06-08 | 1 | -1/+3 |
| * | MFstable/10 r301629: | Enji Cooper | 2016-06-08 | 3 | -12/+18 |
| * | MFC r296095: | Pedro F. Giffuni | 2016-03-27 | 1 | -1/+1 |
| * | MFstable/10 r294300: | Enji Cooper | 2016-01-19 | 1 | -2/+2 |
| * | MFstable/10 r294240: | Enji Cooper | 2016-01-18 | 1 | -2/+2 |
| * | MFstable/10 r294239: | Enji Cooper | 2016-01-18 | 1 | -1/+1 |
| * | MFstable/10 r291573: | Enji Cooper | 2015-12-04 | 2 | -4/+1 |
| * | MFstable/10 r290899: | Enji Cooper | 2015-11-19 | 10 | -49/+25 |
| * | MFstable/10 r231564: | Enji Cooper | 2015-11-15 | 2 | -10/+10 |
| * | MFC: r265238 | Christian Brueffer | 2014-05-16 | 1 | -8/+6 |
| * | MFC r258578, r258580, r258581 (by hrs): | Alexander Motin | 2014-01-23 | 53 | -1422/+1353 |
| * | MFC r241143: | Pedro F. Giffuni | 2012-10-16 | 1 | -0/+4 |
| * | rpc: fix __rpc_getconfip | Pedro F. Giffuni | 2012-10-10 | 1 | -2/+4 |
| * | MFC r241141, r241165, r241165, r241181; | Pedro F. Giffuni | 2012-10-07 | 4 | -18/+17 |
| * | MFC r241007, r241008: | Pedro F. Giffuni | 2012-09-30 | 8 | -41/+19 |
| * | MFC 240880: | Pedro F. Giffuni | 2012-09-27 | 1 | -4/+0 |
| * | MFC r239963: | Pedro F. Giffuni | 2012-09-22 | 9 | -19/+45 |
| * | MFC r235286: | Glen Barber | 2012-05-18 | 1 | -2/+2 |
| * | MFC r235143: | Konstantin Belousov | 2012-05-15 | 1 | -2/+5 |
| * | MFC r234769: | Konstantin Belousov | 2012-05-05 | 2 | -2/+22 |
| * | MFC r231118: | Dimitry Andric | 2012-02-14 | 1 | -1/+1 |
| * | MFC r228538: | Dimitry Andric | 2011-12-31 | 1 | -2/+2 |
| * | Fix a bug in the userland rpc library, where it would use a | Rick Macklem | 2011-04-10 | 1 | -1/+2 |
| * | Revert most of r210764, now that mdocml does the right | Ulrich Spörlein | 2010-12-28 | 1 | -1/+1 |
| * | Move most of the remaining USD/PSD/SMM papers into share/doc | Ulrich Spörlein | 2010-12-04 | 7 | -9696/+0 |
| * | mdoc: make sure to pass at least one argument to quotation macros | Ulrich Spörlein | 2010-08-02 | 1 | -1/+1 |
| * | Fix a bug in the previous change: remove function-local definition of | John Baldwin | 2010-03-11 | 1 | -1/+0 |
| * | Use thr_once() with once_t controls to initialize various thread_key_t | John Baldwin | 2010-03-10 | 8 | -64/+81 |
| * | Use the correct types to store uids and gids in the credential cache. | Brooks Davis | 2010-01-09 | 1 | -4/+4 |
| * | Fix a double free(). | Christian Brueffer | 2010-01-05 | 1 | -1/+1 |
| * | The fd_mask type is an unsigned long, not an int, so treat the mask as a | John Baldwin | 2009-12-03 | 1 | -2/+2 |
| * | Style: use structure assignment rather than memcpy() to copy a | Garrett Wollman | 2009-11-25 | 1 | -1/+1 |
| * | In clnt_raw_create(), avoid minor race condition initializing the | Garrett Wollman | 2009-11-25 | 1 | -4/+7 |
| * | In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTED | Garrett Wollman | 2009-11-25 | 1 | -3/+2 |
| * | Eliminate more dead stores. | Garrett Wollman | 2009-11-25 | 2 | -3/+3 |
| * | Lock around access to nc_file and netconfig_info ("ni"). The RPC | Xin LI | 2009-06-24 | 1 | -3/+49 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 2 | -10/+3 |
| * | In preparation for raising NGROUPS and NGROUPS_MAX, change base | Brooks Davis | 2009-06-19 | 1 | -6/+12 |
| * | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | Alexander Kabaev | 2009-06-18 | 2 | -21/+36 |
| * | Do not attempt to set source address on outgoing messages | Alexander Kabaev | 2009-06-08 | 1 | -2/+2 |
| * | Match type for socket option (in practice, unnecessary, but stylistically it'... | Zachary Loafman | 2009-05-28 | 1 | -1/+1 |
| * | Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co... | Zachary Loafman | 2009-05-27 | 2 | -6/+107 |
| * | Include a space between "send" and "broadcast". | Ed Maste | 2009-04-09 | 1 | -1/+1 |
| * | Remove a warning which is supposed to have been removed on 20030301. | Xin LI | 2009-04-02 | 1 | -12/+0 |
| * | Fix async mode (required for ypbind in manycast mode). | Doug Rabson | 2008-09-15 | 1 | -2/+2 |