Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-05-04 | Change clean/depend targets to allow inclusion of Makefile.inc | Todd C. Miller | |
where there is already a depend: target. | |||
1997-05-04 | Alpha needs strchr.c | Todd C. Miller | |
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). | |||
1997-05-04 | Make null_read() and null_write() consistent with their prototypes. | Todd C. Miller | |
1997-04-26 | boot.conf support | Michael Shalayeff | |
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||
1997-04-21 | exit() | Michael Shalayeff | |
1997-04-13 | Nuke i386 specific stuff. Not needed anymore. | Tobias Weingartner | |
1997-04-11 | machdep_start has to do esym mucking... | Tobias Weingartner | |
1997-04-07 | #include "stand.h" not <stand.h> | Todd C. Miller | |
1997-04-04 | fixed bcopy/memcpy conflict by using private mem* routines. | Michael Shalayeff | |
changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday... | |||
1997-04-03 | Quote CC in args to make | briggs | |
1997-04-02 | save 4k space for i386! | Michael Shalayeff | |
1997-04-02 | #ifndef local | Michael Shalayeff | |
#define local static #endif | |||
1997-04-02 | fix readdir a little bit | Michael Shalayeff | |
1997-04-02 | missing protos | Michael Shalayeff | |
1997-04-02 | don't use cread's open/close. stat does not need libz. save memory | Michael Shalayeff | |
1997-04-02 | fd < 0 is evil | Michael Shalayeff | |
1997-04-02 | add dumb probe routine | Michael Shalayeff | |
1997-04-02 | no more arch/i386/stand/libsa/Makefile.inc | Michael Shalayeff | |
1997-03-31 | strlen proto | Michael Shalayeff | |
1997-03-31 | strlen here too.... | Michael Shalayeff | |
1997-03-31 | even better indent | Theo de Raadt | |
1997-03-31 | indent | Theo de Raadt | |