Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 2 | -4/+4 |
| | | | | Reviewed by: ru | ||||
* | The default hash table size is 257 not 255. Reword the rest of the line | gavin | 2010-01-03 | 1 | -1/+1 |
| | | | | | | | | slightly while here. PR: bin/121671 Submitted by: Artis Caune artis.caune gmail.com Approved by: ed (mentor) | ||||
* | Remove "extern" from function prototypes, and fix some (but not all) | des | 2009-06-13 | 15 | -196/+154 |
| | | | | | | style(9) violations. MFC after: 1 week | ||||
* | Wrap some macros that needed wrapping. | des | 2009-06-13 | 1 | -8/+14 |
| | | | | MFC after: 1 week | ||||
* | Remove casts from {c,m,re}alloc() and simplify sizeof(). | des | 2009-06-13 | 13 | -87/+87 |
| | | | | MFC after: 1 week | ||||
* | nscd builds cleanly at WARNS level 3. | des | 2009-06-13 | 1 | -2/+1 |
| | | | | MFC after: 1 week | ||||
* | Explain to the compiler why the aliasing we're doing is OK. | des | 2009-06-13 | 7 | -38/+33 |
| | | | | MFC after: 1 week | ||||
* | Fix a large number of signed - unsigned comparison warnings. | des | 2009-06-13 | 6 | -34/+43 |
| | | | | MFC after: 1 week | ||||
* | Change hashtable_index_t to unsigned. | des | 2009-06-13 | 2 | -5/+3 |
| | | | | | | Generate prototypes for our hash table. MFC after: 1 week | ||||
* | #include the right header so we get prototypes for our own functions. | des | 2009-06-13 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Further #include cleanup. | des | 2009-06-13 | 10 | -12/+25 |
| | | | | MFC after: 1 week | ||||
* | Make the debugging macros expand to (void)0 instead of simply nothing | des | 2009-06-13 | 2 | -36/+36 |
| | | | | | | | when debugging is turned off. Rename debugging functions due to namespace violation. MFC after: 1 week | ||||
* | #include cleanup | des | 2009-06-13 | 13 | -22/+28 |
| | | | | MFC after: 1 week | ||||
* | Provide correct prototypes for functions with no arguments. | des | 2009-06-12 | 12 | -34/+34 |
| | | | | MFC after: 1 week | ||||
* | _nss_cache_cycle_prevention_function doesn't actually need to be a function, | des | 2009-06-12 | 1 | -10/+10 |
| | | | | | | it just needs to have external linkage. MFC after: 1 week | ||||
* | o Correct a database name: "group" not "groups". | maxim | 2008-12-22 | 1 | -2/+2 |
| | | | | | | PR: docs/129853 Submitted by: Denis Barov MFC after: 1 week | ||||
* | Slightly adjust code logic: we allocate a "size"ed length of memory, not | delphij | 2008-10-23 | 1 | -5/+5 |
| | | | | size+1. Use strlcpy() to avoid using - 1 as length for strncpy(). | ||||
* | 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 |
| | | | | NUL-terminated, so use strlcpy() instead of strncpy() here. | ||||
* | Replace malloc() + memset() with calloc. This corrects a misuse of | delphij | 2008-10-23 | 3 | -20/+10 |
| | | | | memset() as a side effect. | ||||
* | Reduce code duplication: use calloc instead of allocing and memset | delphij | 2008-10-12 | 10 | -92/+38 |
| | | | | | | afterward. Approved by: bushman | ||||
* | 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 |
| | | | | | | | | doesn't use the default CFLAGS which contain -fno-strict-aliasing. Until the code is cleaned up, just add -fno-strict-aliasing to the CFLAGS of these for the tinderboxes' sake, allowing the rest of the tree to have -Werror enabled again. | ||||
* | Remove file which was accidently repo-copied to the wrong destination | simon | 2007-10-10 | 1 | -34/+0 |
| | | | | | | file-name. The file will be nuked entirely from the repository later. Approved by: re (kensmith) | ||||
* | - Renaming repocopied cached to nscd | bushman | 2007-08-09 | 22 | -108/+108 |
| | | | | Approved by: re (kensmith), brooks (mentor) | ||||
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -11/+8 |
| | | | | | - Don't build ngctl(8) and cached(8) if threading libs aren't built. - Fix various issues in a cached(8) makefile. | ||||
* | 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 |
| | | | | | | even when proto is not valid. Submitted by: Michael Bushkov <bushman__at__rsu.ru> | ||||
* | Fix alignment problem on AMD64. | ume | 2006-05-02 | 1 | -6/+8 |
| | | | | | | Reported by: Pascal Hofstee <caelian__at__gmail.com> Submitted by: Michael Bushkov <bushman__at__rsu.ru> Tested by: Pascal Hofstee <caelian__at__gmail.com> | ||||
* | o Sort .Xrs. | maxim | 2006-04-30 | 1 | -2/+2 |
| | |||||
* | o Reformat FILES section. | maxim | 2006-04-30 | 1 | -1/+4 |
| | |||||
* | o Add missed commas. | maxim | 2006-04-30 | 1 | -2/+2 |
| | |||||
* | o Silence mdoc(7) warnings: remove an empty line, add missed .El macro. | maxim | 2006-04-30 | 1 | -30/+37 |
| | | | | New sentence - new line. | ||||
* | Specify default values for positive-policy and negative-policy . | matteo | 2006-04-30 | 1 | -3/+3 |
| | |||||
* | Typo. | ceri | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | Reword a sentence modified in my previous commit. This new one is probably | trhodes | 2006-04-30 | 1 | -1/+2 |
| | | | | | | better. Hinted by: ceri | ||||
* | Follow FreeBSD mdoc(7) conventions: | trhodes | 2006-04-29 | 1 | -35/+43 |
| | | | | | | | | | | | - Remove hard sentence breaks; - Avoid using double negatives or "sexist" language; - Expand contractions; - Remove a blank line; - Some grammar changes. Usually we do not "hard code" requests to submit bugs to the author, but I will leave this go for now. | ||||
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 39 | -0/+10134 |
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005 |