summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-2/+3
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt1-2/+2
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,miod1-2/+2
2015-09-18Remove orphaned files.miod1-4/+1
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.miod1-2/+2
2014-07-13move putchar() into libsajasper1-3/+3
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now usemiod1-2/+2
2013-01-01Remove unused XCPPFLAGS.miod1-3/+2
2005-05-24-ansi considered harmful, even in commentsmillert1-2/+2
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-3/+4
2001-06-23Add MI loadfile support, from NetBSDdrahn1-1/+5
1997-05-05Add strchr.cmillert1-3/+3
1997-04-13Nuke i386 specific stuff. Not needed anymore.weingart1-6/+1
1997-04-02no more arch/i386/stand/libsa/Makefile.incmickey1-6/+1
1997-02-17no unixdev by dafaultmickey1-2/+2
1997-02-16test/debug device, readdir->Makefilemickey1-2/+5
1997-02-06* remove reference to non-existant fat.c.downsj1-2/+2
1997-02-06remove net/zlib.c (use -lz now)mickey1-5/+2
1997-02-06need -I for zlib.cmickey1-2/+2
1997-02-06add strncmpmickey1-5/+25
1997-02-06Add libz and make libsa aware of it. From NetBSD.downsj1-1/+8
1996-12-08Merge to NetBSD 961207niklas1-4/+7
1996-10-16cleanup, add new filesmickey1-5/+7
1996-10-15zlib need thismickey1-2/+5
1996-09-23add OpenBSD tag.mickey1-0/+1
1996-09-20fix makefiles. cleanup, addopt for boot.mickey1-1/+3
1996-09-18we need this.mickey1-1/+1
1995-12-26put memcpy into libsaderaadt1-1/+1
1995-12-07shrink bootblocks by splitting libsa contents into more files. fromderaadt1-2/+2
1995-10-18initial import of NetBSD treederaadt1-0/+38