summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2002-03-22On the m68000, if and only if gcc doesn't seem to knowfredette
2002-03-20* Add a NetBSD Vendor Class Identifier option as proposed on tech-netthorpej
2002-03-18make compile with _STANDALONEdbj
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-03-13Updated from libc.eeh
2002-03-12Sync with userland (1.1.4)fvdl
2002-02-24Add register prefixes to these.matt
2002-02-24Upon further reflection, move udiv/urem to libkern and out of vax/vax.matt
2002-02-23Move files[] from open.c to globals.c, so that it's possible tothorpej
2002-02-22fix speloslukem
2002-02-19blkset() used a register for set value that get clobbered by movc5,ragge
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
2002-02-10Add __blkcpy() and __blkset() (renamed/modified from __blkclr()) tothorpej
2002-01-24syncross
2002-01-02R5900 short-loop bug.uch
2001-12-28Always provide alloca() as __builtin_alloca().thorpej
2001-12-27we need ffs().shin
2001-12-27don't use .abicalls in kernel.shin
2001-12-27copy from libc/arch/mips/stringshin
2001-12-23The kernel is now built with -ffreestanding, so GCC built-ins arethorpej
2001-12-12MKfoo=no -> NOfootv
2001-12-04Replace some misuses of "then" with "than".wiz
2001-12-02Disable bzero/memset assembler implementation until the dependencymjl
2001-11-30 Add assembler version of strlen.mjl
2001-11-30Outifdef some stuff not needed in the _KERNEL case.mjl
2001-11-29Add assembler versions of ffs, bzero and memset.mjl
2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc
2001-11-20Tidy up some memory copying cruft:chris
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-13Sync to libc version of divsi3.S. This is to fix up the stack for 8 byte ali...chris
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-24Add "Red Black +" balanced binary tree routines to libkern. These providematt
2001-10-18Fix compilation on Alpha with ARP_DEBUG.jdolecek
2001-10-16R5900 miss-prediction of branch targets for short-loop.uch
2001-09-28Add changedisk_hook().minoura
2001-09-24va_{start,end} audit:wiz
2001-09-21Make new gas happy. Use movzbl instead of xorl + movb.fvdl