| Age | Commit message (Expand) | Author |
| 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 |
| 2001-07-31 | When loading ELF, zero out: | bjh21 |
| 2001-07-31 | G/C "off", since it was just tracking the difference between maxp and elfp. | bjh21 |
| 2001-07-31 | Fix a small memory leak when counting the size of the symbol table (shp was | bjh21 |
| 2001-07-31 | When loading an ELF kernel, don't load all the STRTAB sections. Instead, just | bjh21 |
| 2001-07-19 | Avoid warnings about uninitialised usage. | fvdl |
| 2001-07-19 | Fix typo (`information' has an 'r'). | wiz |
| 2001-07-13 | Back out previous. The booter will need to find the symbol table itself, | christos |
| 2001-07-13 | From Nigel Pearson: Make SYMS and NSYMS work on ELF. | christos |
| 2001-04-05 | libkern.h now has the ctype routines. | thorpej |
| 2001-03-31 | Explain some SA_* options - reading compressed kernels, netboot | hubertf |
| 2000-12-05 | Have recursive make invocations depend on the .MAKE pseudo-target so | sommerfeld |
| 2000-12-03 | Don't try to load a.out header if there is no space for it before text. | tsutsui |
| 2000-11-26 | Fix tyop in comment. | simonb |
| 2000-11-11 | Don't print "]" if loading kernel does not have symbol table. | tsutsui |
| 2000-11-09 | dos_unmount is only is dos_close is present but so conditionalize it like | matt |
| 2000-11-08 | avoid pointer addition on void pointers | matt |
| 2000-11-02 | Introduce a way for boot programs to modify the behavior of | thorpej |
| 2000-11-02 | Sprinkle some const -- gets things out of the .data segment, which | thorpej |
| 2000-11-02 | Add a standalone MS-DOS file system reader package, lifted | thorpej |
| 2000-11-01 | Add define NO_MID_CHECK that avoids checking of the a.out mid field. | ragge |
| 2000-10-25 | Split the UDP routines out of net.c. | thorpej |
| 2000-10-21 | Add LIBSA_RENAME_PRINTF to solve conflict with prototype definition of | takemura |
| 2000-10-02 | show "press return" instead of "type return", since it's a key name and | lukem |
| 2000-03-31 | Make standalone in_cksum work on little-endian machines, too, courtesy of | castor |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-02-03 | cosmetics: remove double semicolon, whitespace | drochner |
| 2000-02-03 | provide stat() and fstat() here for standalone programs' use | cgd |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 1999-12-29 | Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype. | hannken |
| 1999-11-23 | Remove leading '/' from pathnames, using same logic as ufs.c. Allows new | simonb |
| 1999-11-13 | Backout my libsa changes. | thorpej |