summaryrefslogtreecommitdiffstats
path: root/sys/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* machdep_start has to do esym mucking...weingart1997-04-111-5/+2
|
* #include "stand.h" not <stand.h>millert1997-04-071-2/+2
|
* fixed bcopy/memcpy conflict by using private mem* routines.mickey1997-04-041-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 makebriggs1997-04-031-3/+3
|
* save 4k space for i386!mickey1997-04-021-0/+16
|
* #ifndef localmickey1997-04-021-1/+3
| | | | | #define local static #endif
* fix readdir a little bitmickey1997-04-021-2/+2
|
* missing protosmickey1997-04-021-2/+3
|
* don't use cread's open/close. stat does not need libz. save memorymickey1997-04-021-3/+10
|
* fd < 0 is evilmickey1997-04-021-2/+4
|
* add dumb probe routinemickey1997-04-021-1/+13
|
* no more arch/i386/stand/libsa/Makefile.incmickey1997-04-021-6/+1
|
* strlen protomickey1997-03-311-1/+2
|
* strlen here too....mickey1997-03-311-0/+51
|
* even better indentderaadt1997-03-311-4/+3
|
* indentderaadt1997-03-311-5/+5
|
* Fix for my fix...weingart1997-03-311-6/+6
|
* Fix symbol handling (stripped kernels)weingart1997-03-311-23/+28
|
* no more 2(two) md5 libs in kernel!mickey1997-03-302-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 fixesmickey1997-03-301-13/+20
|
* fix commentmickey1997-03-301-2/+2
|
* Various fixes for ZMAGIC. Thanks Theoweingart1997-03-271-13/+26
|
* Get rid of userland includesniklas1997-03-254-13/+7
|
* no unixdev by dafaultmickey1997-02-171-2/+2
|
* test/debug device, readdir->Makefilemickey1997-02-163-2/+239
|
* missed prototypesmickey1997-02-161-2/+4
|
* and here comes the readdir!mickey1997-02-161-0/+97
|
* opendir, readdir, closedir (define NO_READDIR, if none required)mickey1997-02-165-19/+108
| | | | | minor fix in cd9660 only ufs working, all the others are on the list....
* SAVE_MEMORY even moremickey1997-02-151-1/+5
|
* s/DEBUG/DEBUG_ZLIB/gmickey1997-02-074-7/+7
|
* quote [AC]FLAGS and others...mickey1997-02-071-4/+4
|
* machdep_start, not muchdep_execmickey1997-02-071-9/+8
|
* * remove reference to non-existant fat.c.downsj1997-02-062-7/+6
| | | | * make cread.c work with libz again.
* -Wall printf format correctionmickey1997-02-061-3/+3
|
* print 0x for %pmickey1997-02-061-1/+3
|
* better heuristic for %p:mickey1997-02-061-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)mickey1997-02-064-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.cmickey1997-02-061-2/+2
|
* add strncmpmickey1997-02-062-5/+75
| | | | | use net/zlib.c do not compile some files w/ NO_NET
* missed test compile );mickey1997-02-061-2/+2
|
* make it work w/ old allocatormickey1997-02-061-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.downsj1997-02-0625-6/+3885
|
* The hp300 bug is now fixed correctly...downsj1997-02-051-8/+12
|
* prototyping problems, PR#71, felix@mamba.pond.sub.orgderaadt1997-01-271-0/+1
|
* protect from multiple includes (required by gpl_math_emulate)mickey1997-01-181-1/+6
|
* Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs.downsj1997-01-181-2/+9
|
* sys/stat.h gets included here, and STAYS included here, thank youdownsj1997-01-171-2/+2
| | | | very much.
* Remove locc. -mojmaja1997-01-141-2/+2
|
* Adding OpenBSD tags to files.rahnds1996-12-282-0/+2
|
* add necessary file for powerpc port.rahnds1996-12-281-0/+62
| | | | It would be really nice if this was a "standard" libkern function.