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