| Age | Commit message (Expand) | Author |
| 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 |
| 2001-09-06 | On the 68010, don't bother with the by-8-longwords loop, instead | fredette |
| 2001-09-02 | Add a small version of memmove() for libsa. | tsutsui |
| 2001-08-22 | 7450 requires a sync before the the isync (MPC7450UM - 3.4.4.8) | matt |
| 2001-08-22 | sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). | itojun |
| 2001-08-12 | Move _insque()/_remque() to libkern. Once remaining uses would | jdolecek |
| 2001-08-09 | convert to ansi knf, and fix a bug where the last arg was incorrectly | lukem |
| 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-07-13 | Provide bcopy() here. | thorpej |
| 2001-07-07 | restore bzero and bcmp prototypes for now -- this has to be hashed out. | perry |
| 2001-07-07 | Put the prototypes for bcmp() and bzero() back (ifdef _STANDALONE) so that | simonb |
| 2001-07-07 | Remove bcmp and bzero prototypes. And yes, I actually checked and | perry |
| 2001-07-06 | Remove bcmp, bcopy and bzero. We don't need them as they aren't | toshii |
| 2001-07-01 | Sync with libc: use bzero-based assembly version of memset(). | kleink |
| 2001-06-19 | Initial commit of the port to AMD's upcoming 64 bit architecture, the | fvdl |
| 2001-05-16 | When MACHINE_ARCH is m68000, compile ffs.c and random.c | fredette |
| 2001-05-16 | Use the EXTBL macro where we want the extbl instruction. | fredette |
| 2001-05-16 | On the 68010, we are forced to do bytewise compares | fredette |
| 2001-05-13 | Make this work for PIC (as opposed to pic) without taking chances of fitting | kleink |
| 2001-04-30 | remove some lint | lukem |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2001-04-18 | ctype-like functions are now in libkern. | thorpej |
| 2001-04-05 | libkern.h now has the ctype routines. | thorpej |
| 2001-04-05 | Build strtoul.c | thorpej |
| 2001-04-05 | Add ctype routines. | thorpej |
| 2001-03-31 | Explain some SA_* options - reading compressed kernels, netboot | hubertf |