summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
1998-04-27Silence warning now that a_* is not long.Todd C. Miller
1998-04-25a.out fields are u_int32_t not long; fix warnings from printf.Todd C. Miller
1998-04-18cannot grow this as mickey wantsTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-03-18pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksMichael Shalayeff
no 64bit math for sgi (;
1998-03-01Use correct comment syntax for RCS IdsNiklas Hallqvist
1998-02-24Prototype strtol()Tobias Weingartner
1998-02-24Fix OpenBSD tag.Tobias Weingartner
1998-02-24I found at least two places that could have used this function.Tobias Weingartner
Ripped screaming from libc.
1998-02-23strong signedness typing a version of egcs I tried months ago wantedNiklas Hallqvist
me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow.
1998-02-14Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compilingDavid Leonard
kernels when using tools built from 'make cross-tools'.
1997-11-30missed from last bcd2bin commitMichael Shalayeff
1997-11-30add bcd<-->bin conversions; from freebsdMichael Shalayeff
1997-11-09isonum_722 and isonum_732 are now in isofs/cd9660/iso.hTodd C. Miller
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-04add prototype for memchrchuck
1997-11-04add memchr to libkernchuck
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
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
(arch/machine/libsa have to have machine link or smth)
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
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
1997-06-10Add EINVAL. Alpha 2nd stage booter gets EINVAL not ENOENT whenTodd C. Miller
asked to loas a non-existent file for some reason.
1997-06-06eliminate comment about HAVEHTONS since the conditional implied is no longer ↵grr
present in the source
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-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
move to libsa for now.
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