summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
1997-05-05Removed strchr() for libkern.Todd C. Miller
1997-05-05Add strchr.cTodd C. Miller
1997-05-05Several kernel files have internal (conflicting) versions of strchr() soTodd C. Miller
move to libsa for now.
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-05ssize_t is long on alpha, not int so cast to long in printf.Todd C. Miller
1997-05-04Change clean/depend targets to allow inclusion of Makefile.incTodd C. Miller
where there is already a depend: target.
1997-05-04Alpha needs strchr.cTodd 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-04Make null_read() and null_write() consistent with their prototypes.Todd C. Miller
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-21exit()Michael Shalayeff
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner
1997-04-11machdep_start has to do esym mucking...Tobias Weingartner
1997-04-07#include "stand.h" not <stand.h>Todd C. Miller
1997-04-04fixed 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-03Quote CC in args to makebriggs
1997-04-02save 4k space for i386!Michael Shalayeff
1997-04-02#ifndef localMichael Shalayeff
#define local static #endif
1997-04-02fix readdir a little bitMichael Shalayeff
1997-04-02missing protosMichael Shalayeff
1997-04-02don't use cread's open/close. stat does not need libz. save memoryMichael Shalayeff
1997-04-02fd < 0 is evilMichael Shalayeff
1997-04-02add dumb probe routineMichael Shalayeff
1997-04-02no more arch/i386/stand/libsa/Makefile.incMichael Shalayeff
1997-03-31strlen protoMichael Shalayeff
1997-03-31strlen here too....Michael Shalayeff
1997-03-31even better indentTheo de Raadt
1997-03-31indentTheo de Raadt
1997-03-31Fix for my fix...Tobias Weingartner
1997-03-31Fix symbol handling (stripped kernels)Tobias Weingartner
1997-03-30no 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-30my recent fixesMichael Shalayeff
1997-03-30fix commentMichael Shalayeff
1997-03-27Various fixes for ZMAGIC. Thanks TheoTobias Weingartner
1997-03-25Get rid of userland includesNiklas Hallqvist
1997-02-17no unixdev by dafaultMichael Shalayeff
1997-02-16test/debug device, readdir->MakefileMichael Shalayeff
1997-02-16missed prototypesMichael Shalayeff
1997-02-16and here comes the readdir!Michael Shalayeff
1997-02-16opendir, 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-15SAVE_MEMORY even moreMichael Shalayeff
1997-02-07s/DEBUG/DEBUG_ZLIB/gMichael Shalayeff
1997-02-07quote [AC]FLAGS and others...Michael Shalayeff
1997-02-07machdep_start, not muchdep_execMichael 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 correctionMichael Shalayeff
1997-02-06print 0x for %pMichael Shalayeff
1997-02-06better heuristic for %p:Michael Shalayeff
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (;
1997-02-06remove 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-06need -I for zlib.cMichael Shalayeff
1997-02-06add strncmpMichael Shalayeff
use net/zlib.c do not compile some files w/ NO_NET