Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-03-31 | Fix for my fix... | Tobias Weingartner | |
1997-03-31 | Fix symbol handling (stripped kernels) | Tobias Weingartner | |
1997-03-30 | no more 2(two) md5 libs in kernel! | Michael Shalayeff | |
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray! | |||
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 | s/DEBUG/DEBUG_ZLIB/g | Michael Shalayeff | |
1997-02-07 | quote [AC]FLAGS and others... | 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 |