| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r318588: | cy | 2017-05-30 | 1 | -2/+2 |
* | MFC r318578: | cy | 2017-05-30 | 1 | -3/+8 |
* | MFC r315212, r315213, r315214, r315215: | pfg | 2017-03-20 | 4 | -16/+14 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+21 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -2/+2 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -5/+4 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | |
| | \ \ | |
| *-. \ \ | Sync from head | sjg | 2012-11-04 | 6 | -0/+87 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+22 |
| | |/ / /
| |/| | | |
|
* | | | | | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Properly set the timeout in a query_state. The global query_timeout | jhb | 2014-10-06 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 2 | -5/+4 |
| |/
|/| |
|
* | | Remove end of line whitespace. | joel | 2012-07-04 | 1 | -5/+5 |
* | | Add the possibility to specify a threshold for the number of negative cache | se | 2012-07-04 | 6 | -0/+87 |
|/ |
|
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 2 | -4/+4 |
* | The default hash table size is 257 not 255. Reword the rest of the line | gavin | 2010-01-03 | 1 | -1/+1 |
* | Remove "extern" from function prototypes, and fix some (but not all) | des | 2009-06-13 | 15 | -196/+154 |
* | Wrap some macros that needed wrapping. | des | 2009-06-13 | 1 | -8/+14 |
* | Remove casts from {c,m,re}alloc() and simplify sizeof(). | des | 2009-06-13 | 13 | -87/+87 |
* | nscd builds cleanly at WARNS level 3. | des | 2009-06-13 | 1 | -2/+1 |
* | Explain to the compiler why the aliasing we're doing is OK. | des | 2009-06-13 | 7 | -38/+33 |
* | Fix a large number of signed - unsigned comparison warnings. | des | 2009-06-13 | 6 | -34/+43 |
* | Change hashtable_index_t to unsigned. | des | 2009-06-13 | 2 | -5/+3 |
* | #include the right header so we get prototypes for our own functions. | des | 2009-06-13 | 1 | -1/+1 |
* | Further #include cleanup. | des | 2009-06-13 | 10 | -12/+25 |
* | Make the debugging macros expand to (void)0 instead of simply nothing | des | 2009-06-13 | 2 | -36/+36 |
* | #include cleanup | des | 2009-06-13 | 13 | -22/+28 |
* | Provide correct prototypes for functions with no arguments. | des | 2009-06-12 | 12 | -34/+34 |
* | _nss_cache_cycle_prevention_function doesn't actually need to be a function, | des | 2009-06-12 | 1 | -10/+10 |
* | o Correct a database name: "group" not "groups". | maxim | 2008-12-22 | 1 | -2/+2 |
* | Slightly adjust code logic: we allocate a "size"ed length of memory, not | delphij | 2008-10-23 | 1 | -5/+5 |
* | Use strlcpy() before strlen() instead of strncpy(). | delphij | 2008-10-23 | 1 | -1/+1 |
* | Since we are going to strlen() on the string, it is supposed to be | delphij | 2008-10-23 | 1 | -1/+1 |
* | Replace malloc() + memset() with calloc. This corrects a misuse of | delphij | 2008-10-23 | 3 | -20/+10 |
* | Reduce code duplication: use calloc instead of allocing and memset | delphij | 2008-10-12 | 10 | -92/+38 |
* | Removing startup banner. | bushman | 2008-10-10 | 1 | -12/+0 |
* | These are the things that the tinderbox has problems with because it | jb | 2007-11-20 | 1 | -0/+1 |
* | Remove file which was accidently repo-copied to the wrong destination | simon | 2007-10-10 | 1 | -34/+0 |
* | - Renaming repocopied cached to nscd | bushman | 2007-08-09 | 22 | -108/+108 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -11/+8 |
* | Revise markup. | ru | 2006-09-30 | 2 | -65/+109 |
* | Fix usage(). | ru | 2006-09-30 | 1 | -1/+2 |
* | If perform-actual-lookups is enabled, getservbyname() matches an entry | ume | 2006-05-05 | 1 | -12/+10 |
* | Fix alignment problem on AMD64. | ume | 2006-05-02 | 1 | -6/+8 |