summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
1997-09-28Kill non-secure blip.Tobias Weingartner
1997-09-14From NetBSD: assert stuffNiklas Hallqvist
1997-08-13Add console switching logicNiklas Hallqvist
1997-08-12new, like dev/cninit.c+cons.cMichael Shalayeff
1997-08-07grammarNiklas Hallqvist
1997-08-04do consdevMichael Shalayeff
1997-08-04remove that i386 defines, we can survive w/o 'emMichael Shalayeff
1997-08-01compile clean with ALLOC_FIRST_FIT definedPer Fogelstrom
1997-07-25_STANDALONE needs <machine/limits.h> tooMichael Shalayeff
1997-07-25use machine/{std,var}args.hMichael Shalayeff
1997-07-25userland bye-byeMichael Shalayeff
1997-07-21proper errnoMichael Shalayeff
1997-07-21do opendir for dirs onlyMichael Shalayeff
1997-07-18no user includes in standaloneMichael Shalayeff
1997-07-18cumulative CFLAGSMichael Shalayeff
1997-07-17i love that constMichael Shalayeff
1997-07-17use const where appropriate (;Michael Shalayeff
1997-07-17who needs this?Michael Shalayeff
1997-07-14nicer includeMichael Shalayeff
1997-06-20oops, pointed out by Theogrr
1997-06-19Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr
1997-06-10Add EINVAL. Alpha 2nd stage booter gets EINVAL not ENOENT whenTodd C. Miller
1997-06-06eliminate comment about HAVEHTONS since the conditional implied is no longer ...grr
1997-05-30sleep returns u_intMichael Shalayeff
1997-05-30sleep/usleep prototypes (others may need 'em too, btwMichael Shalayeff
1997-05-05Removed strchr() for libkern.Todd C. Miller
1997-05-05Add strchr.cTodd C. Miller
1997-05-05Several kernel files have internal (conflicting) versions of strchr() soTodd C. Miller
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-05ssize_t is long on alpha, not int so cast to long in printf.Todd C. Miller
1997-05-04Change clean/depend targets to allow inclusion of Makefile.incTodd C. Miller
1997-05-04Alpha needs strchr.cTodd C. Miller
1997-05-04Make null_read() and null_write() consistent with their prototypes.Todd C. Miller
1997-04-26boot.conf supportMichael Shalayeff
1997-04-21exit()Michael Shalayeff
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner
1997-04-11machdep_start has to do esym mucking...Tobias Weingartner
1997-04-07#include "stand.h" not <stand.h>Todd C. Miller
1997-04-04fixed bcopy/memcpy conflict by using private mem* routines.Michael Shalayeff
1997-04-03Quote CC in args to makebriggs
1997-04-02save 4k space for i386!Michael Shalayeff
1997-04-02#ifndef localMichael Shalayeff
1997-04-02fix readdir a little bitMichael Shalayeff
1997-04-02missing protosMichael Shalayeff
1997-04-02don't use cread's open/close. stat does not need libz. save memoryMichael Shalayeff
1997-04-02fd < 0 is evilMichael Shalayeff
1997-04-02add dumb probe routineMichael Shalayeff
1997-04-02no more arch/i386/stand/libsa/Makefile.incMichael Shalayeff
1997-03-31strlen protoMichael Shalayeff
1997-03-31strlen here too....Michael Shalayeff