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