Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-27 | Silence warning now that a_* is not long. | Todd C. Miller | |
1998-04-25 | a.out fields are u_int32_t not long; fix warnings from printf. | Todd C. Miller | |
1998-04-18 | cannot grow this as mickey wants | Theo de Raadt | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-03-18 | pass MACHINE{,_ARCH} into libkern/Makefile so cross-build works | Michael Shalayeff | |
no 64bit math for sgi (; | |||
1998-03-01 | Use correct comment syntax for RCS Ids | Niklas Hallqvist | |
1998-02-24 | Prototype strtol() | Tobias Weingartner | |
1998-02-24 | Fix OpenBSD tag. | Tobias Weingartner | |
1998-02-24 | I found at least two places that could have used this function. | Tobias Weingartner | |
Ripped screaming from libc. | |||
1998-02-23 | strong signedness typing a version of egcs I tried months ago wanted | Niklas 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-14 | Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compiling | David Leonard | |
kernels when using tools built from 'make cross-tools'. | |||
1997-11-30 | missed from last bcd2bin commit | Michael Shalayeff | |
1997-11-30 | add bcd<-->bin conversions; from freebsd | Michael Shalayeff | |
1997-11-09 | isonum_722 and isonum_732 are now in isofs/cd9660/iso.h | Todd C. Miller | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-04 | add prototype for memchr | chuck | |
1997-11-04 | add memchr to libkern | chuck | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-09-28 | Kill non-secure blip. | Tobias Weingartner | |
1997-09-14 | From NetBSD: assert stuff | Niklas Hallqvist | |
1997-08-13 | Add console switching logic | Niklas Hallqvist | |
1997-08-12 | new, like dev/cninit.c+cons.c | Michael Shalayeff | |
1997-08-07 | grammar | Niklas Hallqvist | |
1997-08-04 | do consdev | Michael Shalayeff | |
1997-08-04 | remove that i386 defines, we can survive w/o 'em | Michael Shalayeff | |
1997-08-01 | compile clean with ALLOC_FIRST_FIT defined | Per Fogelstrom | |
1997-07-25 | _STANDALONE needs <machine/limits.h> too | Michael Shalayeff | |
1997-07-25 | use machine/{std,var}args.h | Michael Shalayeff | |
1997-07-25 | userland bye-bye | Michael Shalayeff | |
(arch/machine/libsa have to have machine link or smth) | |||
1997-07-21 | proper errno | Michael Shalayeff | |
1997-07-21 | do opendir for dirs only | Michael Shalayeff | |
1997-07-18 | no user includes in standalone | Michael Shalayeff | |
1997-07-18 | cumulative CFLAGS | Michael Shalayeff | |
1997-07-17 | i love that const | Michael Shalayeff | |
1997-07-17 | use const where appropriate (; | Michael Shalayeff | |
1997-07-17 | who needs this? | Michael Shalayeff | |
1997-07-14 | nicer include | Michael Shalayeff | |
1997-06-20 | oops, pointed out by Theo | grr | |
1997-06-19 | Fix 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-10 | Add EINVAL. Alpha 2nd stage booter gets EINVAL not ENOENT when | Todd C. Miller | |
asked to loas a non-existent file for some reason. | |||
1997-06-06 | eliminate comment about HAVEHTONS since the conditional implied is no longer ↵ | grr | |
present in the source | |||
1997-05-30 | sleep returns u_int | Michael Shalayeff | |
1997-05-30 | sleep/usleep prototypes (others may need 'em too, btw | Michael Shalayeff | |
strncmp prototype in stand.h | |||
1997-05-05 | Removed strchr() for libkern. | Todd C. Miller | |
1997-05-05 | Add strchr.c | Todd C. Miller | |
1997-05-05 | Several kernel files have internal (conflicting) versions of strchr() so | Todd C. Miller | |
move to libsa for now. | |||
1997-05-05 | Back out depend/clean changes. | Todd C. Miller | |
1997-05-05 | ssize_t is long on alpha, not int so cast to long in printf. | Todd C. Miller | |