Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | machdep_start has to do esym mucking... | 1997-04-11 | 1 | -5/+2 | ||
| | ||||||
* | #include "stand.h" not <stand.h> | 1997-04-07 | 1 | -2/+2 | ||
| | ||||||
* | fixed bcopy/memcpy conflict by using private mem* routines. | 1997-04-04 | 1 | -4/+5 | ||
| | | | | | | 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... | |||||
* | Quote CC in args to make | 1997-04-03 | 1 | -3/+3 | ||
| | ||||||
* | save 4k space for i386! | 1997-04-02 | 1 | -0/+16 | ||
| | ||||||
* | #ifndef local | 1997-04-02 | 1 | -1/+3 | ||
| | | | | | #define local static #endif | |||||
* | fix readdir a little bit | 1997-04-02 | 1 | -2/+2 | ||
| | ||||||
* | missing protos | 1997-04-02 | 1 | -2/+3 | ||
| | ||||||
* | don't use cread's open/close. stat does not need libz. save memory | 1997-04-02 | 1 | -3/+10 | ||
| | ||||||
* | fd < 0 is evil | 1997-04-02 | 1 | -2/+4 | ||
| | ||||||
* | add dumb probe routine | 1997-04-02 | 1 | -1/+13 | ||
| | ||||||
* | no more arch/i386/stand/libsa/Makefile.inc | 1997-04-02 | 1 | -6/+1 | ||
| | ||||||
* | strlen proto | 1997-03-31 | 1 | -1/+2 | ||
| | ||||||
* | strlen here too.... | 1997-03-31 | 1 | -0/+51 | ||
| | ||||||
* | even better indent | 1997-03-31 | 1 | -4/+3 | ||
| | ||||||
* | indent | 1997-03-31 | 1 | -5/+5 | ||
| | ||||||
* | Fix for my fix... | 1997-03-31 | 1 | -6/+6 | ||
| | ||||||
* | Fix symbol handling (stripped kernels) | 1997-03-31 | 1 | -23/+28 | ||
| | ||||||
* | no more 2(two) md5 libs in kernel! | 1997-03-30 | 2 | -149/+362 | ||
| | | | | | | | 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! | |||||
* | my recent fixes | 1997-03-30 | 1 | -13/+20 | ||
| | ||||||
* | fix comment | 1997-03-30 | 1 | -2/+2 | ||
| | ||||||
* | Various fixes for ZMAGIC. Thanks Theo | 1997-03-27 | 1 | -13/+26 | ||
| | ||||||
* | Get rid of userland includes | 1997-03-25 | 4 | -13/+7 | ||
| | ||||||
* | no unixdev by dafault | 1997-02-17 | 1 | -2/+2 | ||
| | ||||||
* | test/debug device, readdir->Makefile | 1997-02-16 | 3 | -2/+239 | ||
| | ||||||
* | missed prototypes | 1997-02-16 | 1 | -2/+4 | ||
| | ||||||
* | and here comes the readdir! | 1997-02-16 | 1 | -0/+97 | ||
| | ||||||
* | opendir, readdir, closedir (define NO_READDIR, if none required) | 1997-02-16 | 5 | -19/+108 | ||
| | | | | | minor fix in cd9660 only ufs working, all the others are on the list.... | |||||
* | SAVE_MEMORY even more | 1997-02-15 | 1 | -1/+5 | ||
| | ||||||
* | s/DEBUG/DEBUG_ZLIB/g | 1997-02-07 | 4 | -7/+7 | ||
| | ||||||
* | quote [AC]FLAGS and others... | 1997-02-07 | 1 | -4/+4 | ||
| | ||||||
* | machdep_start, not muchdep_exec | 1997-02-07 | 1 | -9/+8 | ||
| | ||||||
* | * remove reference to non-existant fat.c. | 1997-02-06 | 2 | -7/+6 | ||
| | | | | * make cread.c work with libz again. | |||||
* | -Wall printf format correction | 1997-02-06 | 1 | -3/+3 | ||
| | ||||||
* | print 0x for %p | 1997-02-06 | 1 | -1/+3 | ||
| | ||||||
* | better heuristic for %p: | 1997-02-06 | 1 | -2/+2 | ||
| | | | | assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (; | |||||
* | remove net/zlib.c (use -lz now) | 1997-02-06 | 4 | -31/+150 | ||
| | | | | | | | | 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 | |||||
* | need -I for zlib.c | 1997-02-06 | 1 | -2/+2 | ||
| | ||||||
* | add strncmp | 1997-02-06 | 2 | -5/+75 | ||
| | | | | | use net/zlib.c do not compile some files w/ NO_NET | |||||
* | missed test compile ); | 1997-02-06 | 1 | -2/+2 | ||
| | ||||||
* | make it work w/ old allocator | 1997-02-06 | 1 | -12/+7 | ||
| | | | | | no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel. | |||||
* | Add libz and make libsa aware of it. From NetBSD. | 1997-02-06 | 25 | -6/+3885 | ||
| | ||||||
* | The hp300 bug is now fixed correctly... | 1997-02-05 | 1 | -8/+12 | ||
| | ||||||
* | prototyping problems, PR#71, felix@mamba.pond.sub.org | 1997-01-27 | 1 | -0/+1 | ||
| | ||||||
* | protect from multiple includes (required by gpl_math_emulate) | 1997-01-18 | 1 | -1/+6 | ||
| | ||||||
* | Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs. | 1997-01-18 | 1 | -2/+9 | ||
| | ||||||
* | sys/stat.h gets included here, and STAYS included here, thank you | 1997-01-17 | 1 | -2/+2 | ||
| | | | | very much. | |||||
* | Remove locc. -moj | 1997-01-14 | 1 | -2/+2 | ||
| | ||||||
* | Adding OpenBSD tags to files. | 1996-12-28 | 2 | -0/+2 | ||
| | ||||||
* | add necessary file for powerpc port. | 1996-12-28 | 1 | -0/+62 | ||
| | | | | It would be really nice if this was a "standard" libkern function. |