summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2000-04-19change copyright notice from 3-clause TNF -> 4-clause TNF.itojun
2000-03-31Make standalone in_cksum work on little-endian machines, too, courtesy ofcastor
2000-03-30Kill some more register declarations.augustss
2000-03-29Don't prototype __assert() if not STANDALONE - <sys/systm.h> has alreadysimonb
2000-03-29Multiple include protection.simonb
2000-03-27Remove duplicate declaration of __cmpdi2()simonb
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
2000-02-03cosmetics: remove double semicolon, whitespacedrochner
2000-02-03provide stat() and fstat() here for standalone programs' usecgd
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-02-01add strtouldanw
2000-01-19STRIP -> STRIPPROGtsutsui
2000-01-03don't clobber r4 and r5msaitoh
1999-12-29Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype.hannken
1999-12-21check _STANDALONEmsaitoh
1999-11-29Add strtoul.c and sort sources alphabetically.simonb
1999-11-29Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypessimonb
1999-11-29Copied from arch/arm32/arm32/strtoul.c,vsimonb
1999-11-23Remove leading '/' from pathnames, using same logic as ufs.c. Allows newsimonb
1999-11-16make this work again with -mrtd.matthias
1999-11-13Backout my libsa changes.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-12add -DNET_DEBUG to the list of commented-out debug optionslukem
1999-11-12fix pointer size in debug messagelukem
1999-11-12Add memset() prototype.simonb
1999-11-12"zutil.h" includes <lib/libsa/stand.h> now.simonb
1999-11-12Include <lib/libsa/stand.h> so that this builds with WARNS=1simonb
1999-11-12Add strncpy().simonb
1999-11-11Small, MI strcat() and strcpy().thorpej
1999-11-11The hack needed to work around gcc lameness.thorpej
1999-11-11Don't reference libkern.h in standalone programs.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-11-11Networking routines needed for libsa to be self-contained.thorpej
1999-11-11Minimal quad routines needed for libsa to be self-contained. The compilerthorpej
1999-11-11Add small, MI strcmp(), strlen(), and strncmp() functions. Modules withinthorpej
1999-11-11Add register prefixes.thorpej
1999-11-11Sync w/ libc.thorpej
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-21add strncasecmp.cmsaitoh
1999-10-16Include <lib/libkern/libkern.h> after sys/param.h, to avoid warningsragge
1999-10-08- a.out header is not a part of text segment in NMAGIC.itohy
1999-09-21Finish support for auto-generated libkern divsi3.S.is
1999-09-20Fix error flow that was broken 10 days ago in the previous commit.ross
1999-09-20Use an identical source file for the libc and the libkern version ofis
1999-09-19Oops. The overflow code should not have been copied from the userlandis
1999-09-17Synchronize with fixed libc version:is
1999-09-16unused file (we have an asm version)msaitoh
1999-09-16Include <lib/libkern/libkern.h> instead of <sys/systm.h>.sommerfeld