Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
1997-03-31 | Fix for my fix... | Tobias Weingartner | |
1997-03-31 | Fix symbol handling (stripped kernels) | Tobias Weingartner | |
1997-03-30 | my recent fixes | Michael Shalayeff | |
1997-03-30 | fix comment | Michael Shalayeff | |
1997-03-27 | Various fixes for ZMAGIC. Thanks Theo | Tobias Weingartner | |
1997-03-25 | Get rid of userland includes | Niklas Hallqvist | |
1997-02-17 | no unixdev by dafault | Michael Shalayeff | |
1997-02-16 | test/debug device, readdir->Makefile | Michael Shalayeff | |
1997-02-16 | missed prototypes | Michael Shalayeff | |
1997-02-16 | and here comes the readdir! | Michael Shalayeff | |
1997-02-16 | opendir, readdir, closedir (define NO_READDIR, if none required) | Michael Shalayeff | |
minor fix in cd9660 only ufs working, all the others are on the list.... | |||
1997-02-15 | SAVE_MEMORY even more | Michael Shalayeff | |
1997-02-07 | machdep_start, not muchdep_exec | Michael Shalayeff | |
1997-02-06 | * remove reference to non-existant fat.c. | Jason Downs | |
* make cread.c work with libz again. | |||
1997-02-06 | -Wall printf format correction | Michael Shalayeff | |
1997-02-06 | print 0x for %p | Michael Shalayeff | |
1997-02-06 | better heuristic for %p: | Michael Shalayeff | |
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (; | |||
1997-02-06 | remove net/zlib.c (use -lz now) | Michael Shalayeff | |
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198 | |||
1997-02-06 | need -I for zlib.c | Michael Shalayeff | |
1997-02-06 | add strncmp | Michael Shalayeff | |
use net/zlib.c do not compile some files w/ NO_NET | |||
1997-02-06 | missed test compile ); | Michael Shalayeff | |
1997-02-06 | make it work w/ old allocator | Michael Shalayeff | |
no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel. | |||
1997-02-06 | Add libz and make libsa aware of it. From NetBSD. | Jason Downs | |
1997-02-05 | The hp300 bug is now fixed correctly... | Jason Downs | |
1997-01-18 | Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs. | Jason Downs | |
1997-01-17 | sys/stat.h gets included here, and STAYS included here, thank you | Jason Downs | |
very much. | |||
1996-12-12 | printf format fix. | Michael Shalayeff | |
1996-12-12 | <sys/stat.h> missed. | Michael Shalayeff | |
we've got ctype.h macros in stand.h! | |||
1996-12-12 | safe to{lower,upper} macros. | Michael Shalayeff | |
1996-12-08 | Merge to NetBSD 961207 | Niklas Hallqvist | |
1996-11-27 | Make typesafe and 64bit cleaner | Niklas Hallqvist | |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff | |
1996-10-29 | -Wall happiness. | Michael Shalayeff | |
remove NENTS, it's in stand now. | |||
1996-10-29 | introduce readdir. | Michael Shalayeff | |
1996-10-29 | -Wall happiness (strerror prototype) | Michael Shalayeff | |