summaryrefslogtreecommitdiff
path: root/sys/kern/genassym.sh
AgeCommit message (Collapse)Author
2002-02-21Fix /tmp races.Miod Vallat
This requires the use of a gcc'ism on the cc commandline, though.
2001-11-14Better exit codes. ok mickey,millert,miod,deraadtHakan Olsson
2001-09-16Feature-sync with NetBSD (add the "config" keyword).Miod Vallat
Allow multiple occurences of "struct foo". Add syntaxic sugar to make use of "struct" and "member" keywords more useful in genassym.cf files. This will be badly documented in a manpage, to come in a few minutes.
2001-09-11Get the multi-inclusion code right this time. This broke mac68k builds,Miod Vallat
as found by Takeshi Morimoto <takeshim@kyoto.zaq.ne.jp>
2001-08-30Add a simple protection against multiple inclusion of same headers.Miod Vallat
This will be needed very soon.
1997-07-25oops, bad commentsMichael Shalayeff
1997-07-25add {struct,member,export} keywords, tsarna@endicor.comMichael Shalayeff
1997-03-27Import genassym.sh method from NetBSDNiklas Hallqvist