summaryrefslogtreecommitdiffstats
path: root/sys/kern/genassym.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Matthias Pfaller rescinded clauses three and four of his licensejsg2014-07-051-6/+1
| | | | http://mail-index.netbsd.org/source-changes/2009/10/18/msg002090.html
* Grok union like struct in genassym.cf. Will be needed shortly.miod2004-02-011-3/+17
|
* bump mktemp randomness from 6->10 X'savsm2003-07-021-3/+3
|
* When creating > 1 files with mktemp(1), make sure that if the creationpvalchev2003-02-081-2/+5
| | | | | of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
* Fix /tmp races.miod2002-02-211-8/+8
| | | | This requires the use of a gcc'ism on the cc commandline, though.
* Better exit codes. ok mickey,millert,miod,deraadtho2001-11-141-4/+6
|
* Feature-sync with NetBSD (add the "config" keyword).miod2001-09-161-6/+25
| | | | | | | 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.
* Get the multi-inclusion code right this time. This broke mac68k builds,miod2001-09-111-3/+3
| | | | as found by Takeshi Morimoto <takeshim@kyoto.zaq.ne.jp>
* Add a simple protection against multiple inclusion of same headers.miod2001-08-301-2/+5
| | | | This will be needed very soon.
* oops, bad commentsmickey1997-07-251-4/+4
|
* add {struct,member,export} keywords, tsarna@endicor.commickey1997-07-251-2/+18
|
* Import genassym.sh method from NetBSDniklas1997-03-271-0/+129