Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - sync prototypes and header file excerpts to reality | 2005-07-22 | 1 | -3/+3 | |
| | | | | | | | | | - many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -8/+8 | |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -22/+11 | |
| | |||||
* | typo | 2002-07-18 | 1 | -2/+2 | |
| | |||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -3/+3 | |
| | |||||
* | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | 2000-11-21 | 1 | -0/+91 | |
a single chunk with the strings pointing elsewhere in the buffer so a simple free() of the struct passwd * is all that is needed to decallocate. |