aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/symorder/symorder.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefinition. Add prototypes.Philippe Charnier1997-08-121-34/+37
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Repair the detection of undefined symbols that my last "quick fix" commitPeter Wemm1995-11-031-2/+3
* symorder appears to have been designed to run on executable filesPeter Wemm1995-10-281-8/+12
* Add -c to usage output.David Greenman1995-10-231-1/+1
* Add a '-c' option for cleaning namelists of various things.Poul-Henning Kamp1995-10-151-4/+25
* KNFize.David Greenman1995-10-091-1/+1
* Symorder relies on malloc to return zero'ed data. Found with phkmalloc/2.Poul-Henning Kamp1995-10-071-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Use exactly the same checks in excluded() as in inlist(): ignore stabs andBruce Evans1995-01-211-6/+4
* Add option `-x excludelist'. This will be used for removing variouslyBruce Evans1995-01-171-20/+64
* Added a missing 'break;'Poul-Henning Kamp1994-10-161-0/+1
* Symorder complains if INET isn't in the kernel. I added '-m' to inform itPoul-Henning Kamp1994-10-161-3/+6
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+281