Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prototype strtol() | 1998-02-24 | 1 | -1/+2 | ||
| | ||||||
* | Fix OpenBSD tag. | 1998-02-24 | 1 | -1/+1 | ||
| | ||||||
* | I found at least two places that could have used this function. | 1998-02-24 | 1 | -0/+144 | ||
| | | | | Ripped screaming from libc. | |||||
* | strong signedness typing a version of egcs I tried months ago wanted | 1998-02-23 | 8 | -39/+39 | ||
| | | | | | me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow. | |||||
* | Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compiling | 1998-02-14 | 1 | -1/+3 | ||
| | | | | kernels when using tools built from 'make cross-tools'. | |||||
* | missed from last bcd2bin commit | 1997-11-30 | 1 | -1/+5 | ||
| | ||||||
* | add bcd<-->bin conversions; from freebsd | 1997-11-30 | 2 | -2/+39 | ||
| | ||||||
* | isonum_722 and isonum_732 are now in isofs/cd9660/iso.h | 1997-11-09 | 1 | -15/+1 | ||
| | ||||||
* | $OpenBSD$ | 1997-11-07 | 98 | -58/+184 | ||
| | ||||||
* | add prototype for memchr | 1997-11-04 | 1 | -1/+2 | ||
| | ||||||
* | add memchr to libkern | 1997-11-04 | 12 | -9/+137 | ||
| | ||||||
* | let's keep it MI; 10x phil for the MD implementation | 1997-10-07 | 1 | -1/+2 | ||
| | ||||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -3/+1 | ||
| | ||||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -1/+3 | ||
| | ||||||
* | Kill non-secure blip. | 1997-09-28 | 1 | -9/+3 | ||
| | ||||||
* | From NetBSD: assert stuff | 1997-09-14 | 1 | -1/+39 | ||
| | ||||||
* | Add console switching logic | 1997-08-13 | 2 | -3/+31 | ||
| | ||||||
* | new, like dev/cninit.c+cons.c | 1997-08-12 | 2 | -62/+69 | ||
| | ||||||
* | grammar | 1997-08-07 | 1 | -2/+2 | ||
| | ||||||
* | do consdev | 1997-08-04 | 2 | -2/+7 | ||
| | ||||||
* | remove that i386 defines, we can survive w/o 'em | 1997-08-04 | 1 | -16/+1 | ||
| | ||||||
* | compile clean with ALLOC_FIRST_FIT defined | 1997-08-01 | 1 | -1/+5 | ||
| | ||||||
* | _STANDALONE needs <machine/limits.h> too | 1997-07-25 | 1 | -2/+2 | ||
| | ||||||
* | use machine/{std,var}args.h | 1997-07-25 | 1 | -3/+3 | ||
| | ||||||
* | userland bye-bye | 1997-07-25 | 1 | -3/+3 | ||
| | | | | (arch/machine/libsa have to have machine link or smth) | |||||
* | proper errno | 1997-07-21 | 1 | -2/+2 | ||
| | ||||||
* | do opendir for dirs only | 1997-07-21 | 1 | -6/+13 | ||
| | ||||||
* | no user includes in standalone | 1997-07-18 | 1 | -1/+5 | ||
| | ||||||
* | cumulative CFLAGS | 1997-07-18 | 1 | -2/+2 | ||
| | ||||||
* | i love that const | 1997-07-17 | 1 | -2/+2 | ||
| | ||||||
* | use const where appropriate (; | 1997-07-17 | 1 | -3/+3 | ||
| | ||||||
* | who needs this? | 1997-07-17 | 1 | -2/+1 | ||
| | ||||||
* | nicer include | 1997-07-14 | 2 | -4/+4 | ||
| | ||||||
* | oops, pointed out by Theo | 1997-06-20 | 1 | -2/+2 | ||
| | ||||||
* | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | 1997-06-19 | 3 | -6/+6 | ||
| | | | | | | | | 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. | |||||
* | Add EINVAL. Alpha 2nd stage booter gets EINVAL not ENOENT when | 1997-06-10 | 1 | -1/+3 | ||
| | | | | asked to loas a non-existent file for some reason. | |||||
* | eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source | 1997-06-06 | 1 | -4/+1 | ||
| | ||||||
* | sleep returns u_int | 1997-05-30 | 1 | -2/+2 | ||
| | ||||||
* | sleep/usleep prototypes (others may need 'em too, btw | 1997-05-30 | 1 | -1/+4 | ||
| | | | | strncmp prototype in stand.h | |||||
* | Removed strchr() for libkern. | 1997-05-05 | 1 | -2/+1 | ||
| | ||||||
* | Add strchr.c | 1997-05-05 | 2 | -3/+60 | ||
| | ||||||
* | Several kernel files have internal (conflicting) versions of strchr() so | 1997-05-05 | 2 | -59/+2 | ||
| | | | | move to libsa for now. | |||||
* | Back out depend/clean changes. | 1997-05-05 | 3 | -13/+9 | ||
| | ||||||
* | ssize_t is long on alpha, not int so cast to long in printf. | 1997-05-05 | 1 | -2/+2 | ||
| | ||||||
* | Change clean/depend targets to allow inclusion of Makefile.inc | 1997-05-04 | 2 | -6/+8 | ||
| | | | | where there is already a depend: target. | |||||
* | Alpha needs strchr.c | 1997-05-04 | 4 | -7/+66 | ||
| | | | | | | Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc). | |||||
* | Make null_read() and null_write() consistent with their prototypes. | 1997-05-04 | 1 | -3/+3 | ||
| | ||||||
* | boot.conf support | 1997-04-26 | 2 | -5/+21 | ||
| | | | | | | ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||||
* | exit() | 1997-04-21 | 1 | -1/+2 | ||
| | ||||||
* | Nuke i386 specific stuff. Not needed anymore. | 1997-04-13 | 1 | -6/+1 | ||
| |