summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-02Add a strcmp() prototype, which will be needed shortly.Miod Vallat
1998-07-29add strchr protoMichael Shalayeff
1998-07-13add alloca, hope none would get hurt, since none but i386 use itMichael Shalayeff
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-29add ctime(3) for certain archs usageMichael Shalayeff
1998-02-24Prototype strtol()Tobias Weingartner
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-08-13Add console switching logicNiklas Hallqvist
1997-08-12new, like dev/cninit.c+cons.cMichael Shalayeff
1997-08-04do consdevMichael Shalayeff
1997-07-17use const where appropriate (;Michael Shalayeff
1997-05-30sleep returns u_intMichael Shalayeff
1997-05-30sleep/usleep prototypes (others may need 'em too, btwMichael Shalayeff
1997-04-26boot.conf supportMichael Shalayeff
1997-04-21exit()Michael Shalayeff
1997-03-31strlen protoMichael Shalayeff
1997-02-16missed prototypesMichael Shalayeff
1997-02-07machdep_start, not muchdep_execMichael Shalayeff
1997-02-06Add libz and make libsa aware of it. From NetBSD.Jason Downs
1997-01-17sys/stat.h gets included here, and STAYS included here, thank youJason Downs
1996-12-12safe to{lower,upper} macros.Michael Shalayeff
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-11-27don't define min,max if libkern.h included.Michael Shalayeff
1996-10-29add some prototypes.Michael Shalayeff
1996-10-23introduce multiconsoles.Michael Shalayeff
1996-10-17prototype stat,fstatMichael Shalayeff
1996-10-16unneeded includes.Michael Shalayeff
1996-10-16add functions.Michael Shalayeff
1996-10-15gcc -Wall happyMichael Shalayeff
1996-10-15zlib need thisMichael Shalayeff
1996-09-23add OpenBSD tag.Michael Shalayeff
1996-09-23add <ctype.h> style macros.Michael Shalayeff
1996-09-18correct dkcksum return type.Michael Shalayeff
1996-01-15proto memcpyTheo de Raadt
1995-12-07shrink bootblocks by splitting libsa contents into more files. fromTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt