summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Expand)Author
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-01-07Move exec() libsa prototype to hp300 stand, now that it can no longer beMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-09Provide an explicit_bzero for standalone usage.Joel Sing
2011-09-20Oops, forgot to remove that reference to now dead saioctl.hMiod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-05-09shuffle an extern around so gcc4 doesn't whinge about incomplete typesJonathan Gray
2007-05-04remove strcpy and strcat from the kernel; they are dead and unused code.Reyk Floeter
2006-09-18Import a slightly stripped down strtoll(3) from stdlibMarco Pfatschbacher
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-08-11ansification and knf and protosTheo de Raadt
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