summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-2/+3
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* Replace unbounded gets() in libsa with getln() which takes a buffer size,miod2015-11-161-2/+2
* Remove orphaned files.miod2015-09-181-4/+1
* Move {recv,send}udp() out of net.c into their own file; to be used shortly.miod2014-11-191-2/+2
* move putchar() into libsajasper2014-07-131-3/+3
* Remove libsa exec.c, not used by anything anymore; all boot blocks now usemiod2013-01-011-2/+2
* Remove unused XCPPFLAGS.miod2013-01-011-3/+2
* -ansi considered harmful, even in commentsmillert2005-05-241-2/+2
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+4
* Add MI loadfile support, from NetBSDdrahn2001-06-231-1/+5
* Add strchr.cmillert1997-05-051-3/+3
* Nuke i386 specific stuff. Not needed anymore.weingart1997-04-131-6/+1
* no more arch/i386/stand/libsa/Makefile.incmickey1997-04-021-6/+1
* no unixdev by dafaultmickey1997-02-171-2/+2
* test/debug device, readdir->Makefilemickey1997-02-161-2/+5
* * remove reference to non-existant fat.c.downsj1997-02-061-2/+2
* remove net/zlib.c (use -lz now)mickey1997-02-061-5/+2
* need -I for zlib.cmickey1997-02-061-2/+2
* add strncmpmickey1997-02-061-5/+25
* Add libz and make libsa aware of it. From NetBSD.downsj1997-02-061-1/+8
* Merge to NetBSD 961207niklas1996-12-081-4/+7
* cleanup, add new filesmickey1996-10-161-5/+7
* zlib need thismickey1996-10-151-2/+5
* add OpenBSD tag.mickey1996-09-231-0/+1
* fix makefiles. cleanup, addopt for boot.mickey1996-09-201-1/+3
* we need this.mickey1996-09-181-1/+1
* put memcpy into libsaderaadt1995-12-261-1/+1
* shrink bootblocks by splitting libsa contents into more files. fromderaadt1995-12-071-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+38