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