summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey
Commit message (Collapse)AuthorAgeFilesLines
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-5/+1
| | | | | | | | | | | execvp() in the child branch of a vfork(). Changed to use fork() instead. Some of these (mv, find, apply, xargs) might benefit greatly from being rewritten to use vfork() properly. PR: Loosely related to bin/8252 Approved by: jkh and bde
* Replace incomplete malloc prototype with #include <stdlib.h>jb1998-02-201-2/+2
| | | | to get the proper one.
* Fixed DPADD.bde1997-12-161-2/+3
|
* Add usage(), use err(3).charnier1997-07-294-72/+76
| | | | Rewrote man page in mdoc format.
* This commit was generated by cvs2svn to compensate for changes in r26238,wpaul1997-05-285-0/+796
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud