summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2003-02-25Remove bogus check for bogus netmask.ragge
2003-02-24Introduce fdloadfile() to load an image from an open file descriptor;pk
2003-02-23Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 andsimonb
2003-02-23Use the MAX() macro from <sys/param.h> instead of a local inline. Resultssimonb
2003-02-23We can't use <string.h> for standalone programs;simonb
2003-02-01KNR, removing ugly 'unsigned' variables.dsl
2003-02-01Beautify a littledsl
2003-02-01Save some spacedsl
2003-02-01Support limited filename globbingdsl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-12PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put achristos
2002-12-30Fix broken build due too the move of the cd9660 and msdosfs kernel source code.veego
2002-12-11Only display the final progress counter if any of the LOAD_ flags was given.pk
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-16Do not #include "/usr/include/arpa/tftp.h" directly. Doing so isthorpej
2002-06-01use exit(int), not exit(void), consistently - even if the arg has no meaning.itojun
2002-05-28Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK.bjh21
2002-05-28KNF.bjh21
2002-05-10fix commentlukem
2002-05-09Don't bother testing if a uint8_t is > 256 -- that test is always false.simonb
2002-05-07Remove two shadowed variables, one of which was set to what it wassimonb
2002-04-23Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standaloneragge
2002-03-30Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after itmatt
2002-03-20* Add a NetBSD Vendor Class Identifier option as proposed on tech-netthorpej
2002-03-17Protect remaining references to 'debug' with NETIF_DEBUG.gmcgarry
2002-03-15Move files[] from globals.c to its own file. Including all of globals.osimonb
2002-02-23Move files[] from open.c to globals.c, so that it's possible tothorpej
2002-02-22fix speloslukem
2002-02-17Add a comment describing what SA_USE_LOADFILE is for.thorpej
2002-02-17Add a missing "static".thorpej
2002-02-17Add EOFFSET.thorpej
2002-02-11Not all ports use the `offset' in their calulations and on those platformsreinoud
2001-12-12MKfoo=no -> NOfootv
2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-11-09Remove USB copyrights. The coff and elf loading code did not come with BSD4.4.christos
2001-11-09To avoid backwards seeks on sequential devices (eq. QIC tapes), read allscw
2001-10-31Make the ELF loadfile routines byte-order independent when used inthorpej
2001-10-31Oops, committed wrong copy of file in previous revision.thorpej
2001-10-31Add standalone 64-bit to/from {big,little}-endian routines.thorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
2001-10-30Split the exec formats included by loadfile() into separate files.thorpej
2001-10-30Add standalone byte-swapping routines that don't require testingthorpej
2001-10-18Fix compilation on Alpha with ARP_DEBUG.jdolecek
2001-09-28Add changedisk_hook().minoura
2001-09-24va_{start,end} audit:wiz
2001-09-02Add a small version of memmove() for libsa.tsutsui