summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pw_dup.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc nit okay millert@espie2013-11-221-3/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerpts to realityjaredy2005-07-221-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 creditmillert2003-06-171-8/+8
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
|
* typomillert2002-07-181-2/+2
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-3/+3
|
* Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asmillert2000-11-211-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.