| Age | Commit message (Expand) | Author |
| 2000-11-28 | Sync with libc: make function exit one instruction faster, and function one | is |
| 2000-11-27 | Sync with libc strncpy.S 1.11: optimized code by Hiroshi Horimoto. | is |
| 2000-11-26 | Fix tyop in comment. | simonb |
| 2000-11-11 | Don't print "]" if loading kernel does not have symbol table. | tsutsui |
| 2000-11-09 | dos_unmount is only is dos_close is present but so conditionalize it like | matt |
| 2000-11-08 | avoid pointer addition on void pointers | matt |
| 2000-11-02 | Introduce a way for boot programs to modify the behavior of | thorpej |
| 2000-11-02 | Sprinkle some const -- gets things out of the .data segment, which | thorpej |
| 2000-11-02 | Add a standalone MS-DOS file system reader package, lifted | thorpej |
| 2000-11-01 | Add a strcasecmp(), modified from chopps's strncasecmp(). | thorpej |
| 2000-11-01 | Add define NO_MID_CHECK that avoids checking of the a.out mid field. | ragge |
| 2000-10-25 | Split the UDP routines out of net.c. | thorpej |
| 2000-10-21 | Add LIBSA_RENAME_PRINTF to solve conflict with prototype definition of | takemura |
| 2000-10-12 | enclose offsetof macro definition with #ifndef offsetof ... #endif | msaitoh |
| 2000-10-10 | Set return value correctly for memcpy/memmove. | jeffs |
| 2000-10-02 | show "press return" instead of "type return", since it's a key name and | lukem |
| 2000-09-17 | Prevent the compiler from blowing up on sparc64. From mrg. | eeh |
| 2000-09-09 | check _STANDALONE macro, too. | msaitoh |
| 2000-09-05 | Move the Alpha _mcount() into a .S file so that it can be | thorpej |
| 2000-07-21 | compile byte_swap_2.S and byte_swap_4.S | msaitoh |
| 2000-07-21 | support "big endian", too. | msaitoh |
| 2000-07-20 | Add strtoul.c -- if_ea.c needs it. | bjh21 |
| 2000-07-19 | We need strncasecmp.c now. | matt |
| 2000-07-19 | ELFify | matt |
| 2000-07-18 | Fix an obvious typo in comment introduced by previous commit; the instruction | enami |
| 2000-07-17 | Make memcpy() the favored interface an swizzle the args for ovbcopy. Also | jeffs |
| 2000-06-27 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-09 | new bcopy.S | msaitoh |
| 2000-06-09 | movstrSI*() for gcc -Os | msaitoh |
| 2000-05-26 | Add missing trailing newlines. | sommerfeld |
| 2000-05-25 | fix the null pointer access bug when arg2 (char **endptr) == NULL | msaitoh |
| 2000-05-09 | Initial commit of arm26 port | bjh21 |
| 2000-05-08 | __predict_true() the expressions passed to the assert family, so | thorpej |
| 2000-05-05 | Use __GNUC_PREREQ__(). | thorpej |
| 2000-04-20 | asm bcopy() for sh3 | msaitoh |
| 2000-04-19 | change copyright notice from 3-clause TNF -> 4-clause TNF. | itojun |
| 2000-03-31 | Make standalone in_cksum work on little-endian machines, too, courtesy of | castor |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-03-29 | Don't prototype __assert() if not STANDALONE - <sys/systm.h> has already | simonb |
| 2000-03-29 | Multiple include protection. | simonb |
| 2000-03-27 | Remove duplicate declaration of __cmpdi2() | simonb |
| 2000-03-02 | make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. | itojun |
| 2000-02-03 | cosmetics: remove double semicolon, whitespace | drochner |
| 2000-02-03 | provide stat() and fstat() here for standalone programs' use | cgd |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-02-01 | add strtoul | danw |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 2000-01-03 | don't clobber r4 and r5 | msaitoh |
| 1999-12-29 | Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype. | hannken |
| 1999-12-21 | check _STANDALONE | msaitoh |