summaryrefslogtreecommitdiff
path: root/sys/kern/genassym.sh
AgeCommit message (Collapse)Author
2017-08-15create a temp directory for all the temp files instead of trying to nameTed Unangst
them one at a time. solves a problem where .d files were showing up with static names. ok deraadt
2014-07-05Matthias Pfaller rescinded clauses three and four of his licenseJonathan Gray
http://mail-index.netbsd.org/source-changes/2009/10/18/msg002090.html
2004-02-01Grok union like struct in genassym.cf. Will be needed shortly.Miod Vallat
2003-07-02bump mktemp randomness from 6->10 X'sAnil Madhavapeddy
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
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