summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Collapse)Author
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
strncmp prototype in stand.h
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
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
very much.
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
add btochs macro.
1996-10-17prototype stat,fstatMichael Shalayeff
1996-10-16unneeded includes.Michael Shalayeff
1996-10-16add functions.Michael Shalayeff
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h
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
waldi@moacs.indiv.nl.net, netbsd pr#1817
1995-10-18initial import of NetBSD treeTheo de Raadt