summaryrefslogtreecommitdiff
path: root/usr.bin/fgen
AgeCommit message (Collapse)Author
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06Obvious tame "stdio rpath wpath cpath" to a program I will never use.Theo de Raadt
2013-12-30memory leak, Coverity CID 1748, Loganaden VelvindronTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2009-12-10memory leak, found by parfait, ok jsgTheo de Raadt
2009-02-07remove leftover from mdoc.samples; ok jmc@Martynas Venckus
2008-08-08add a description for the options of fgen;Igor Sobrado
remove superfluous comments from the roff source code. improvements by jmc@ and matthieu@. ok jmc@, matthieu@
2007-05-31convert to new .Dd format;Jason McIntyre
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
deraadt@ OK
2002-07-12malloc/strdup failure not handled; cloder@acm.orgTheo de Raadt
2002-06-18From bjh21@NetBSD:Jason Wright
- When open(2) fails, it returns -1, not NULL. - When we're assigning to a long, use 0 rather than NULL.
2002-06-11Remove \n from warnx(3). ok deraadt@Thomas Nordin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-17fgen from NetBSDJason Wright