summaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkheaders.c
AgeCommit message (Collapse)Author
2011-10-02Fix some minor things in config(8):Edd Barrett
* As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-17Assign the return value of snprintf to an int, not a char. fixes a comparisonDale Rahn
is always true error on ppc. ok millert@
2002-12-11handle snprintf < 0Theo de Raadt
2002-07-14kill sprintfTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
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.
1998-05-14more careful scanfTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1997-08-07jason is tired. this is not needed. our locator table stuff uses lessTheo de Raadt
memory too.
1997-08-07cf_locnames support, from NetBSD (jtk, according to the RCSids).Jason Downs
1997-07-06-Wall happinessJason Downs
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
message).
1996-10-23Merge of NetBSD 961020. Includes flexible build/source dir specsNiklas Hallqvist
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt