| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| now compares a0 against a1 + a2, not a0 + a2. | |||
| 2000-07-17 | Make memcpy() the favored interface an swizzle the args for ovbcopy. Also | jeffs | |
| move bcopy XLEAF here from locore.S. For 64b clean compilation add a ld/sd section to the block copy. | |||
| 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 | |
| as to move the calls to __assert() out-of-line. Suggested by Bill Sommerfeld. | |||
| 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 | |
| not sure if which we prefer, but the point is to use exactly the same copyright. From: matthew green <mrg@eterna.com.au> | |||
| 2000-03-31 | Make standalone in_cksum work on little-endian machines, too, courtesy of | castor | |
| Jeff Smith, <jeffs@geocast.com>. | |||
| 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 | |
| included <lib/libkern/libkern.h> to get the prototype by this stage. XXX: should we just change <sys/systm.h> from #ifdef _KERNEL #include <sys/systm.h> #endif to #if defined(_KERNEL) || defined(_STANDALONE) #include <sys/systm.h> #endif anyways? | |||
| 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 | |
| ancillary data alignment will be ALIGNBYTES, not sizeof(long) - 1, from now. CMSG_xx will NOT resolve into constant. if you use CMSG_xx to allocate arrays, you'll lose. bump shlib minor for libc. NOTE: if you are on top of arch with ALIGNBYTES != sizeof(long) - 1, you need to recompile IPv6-related binaries. there is no way to guarantee backward compat in this aspect. sorry for this. this should be the last backward compat breakage for IPv6-related ancillary data manipulation. (we still have PR 9516 for unix-domain sockets...) | |||
| 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 | |
| 1999-11-29 | Add strtoul.c and sort sources alphabetically. | simonb | |
| 1999-11-29 | Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypes | simonb | |
| in libkern.h and sources in arm32/Makefile.inc alphabetically. | |||
| 1999-11-29 | Copied from arch/arm32/arm32/strtoul.c,v | simonb | |
| 1999-11-23 | Remove leading '/' from pathnames, using same logic as ufs.c. Allows new | simonb | |
| style (but not yet committed) pmax bootblocks to open "/boot.pmax" on an ISO image. Same problem reported for NFS by Jason Thorpe. | |||
| 1999-11-16 | make this work again with -mrtd. | matthias | |
| 1999-11-13 | Backout my libsa changes. | thorpej | |
| 1999-11-13 | Backout my libsa changes. | thorpej | |
| 1999-11-13 | Backout my libsa changes. | thorpej | |
| 1999-11-13 | Backout my libsa changes. | thorpej | |
| 1999-11-12 | add -DNET_DEBUG to the list of commented-out debug options | lukem | |
| 1999-11-12 | fix pointer size in debug message | lukem | |
| 1999-11-12 | Add memset() prototype. | simonb | |
| 1999-11-12 | "zutil.h" includes <lib/libsa/stand.h> now. | simonb | |
| 1999-11-12 | Include <lib/libsa/stand.h> so that this builds with WARNS=1 | simonb | |
| 1999-11-12 | Add strncpy(). | simonb | |
| Add prototypes for bcmp(), bzero() so the libsa compiles with WARNS=1 | |||
| 1999-11-11 | Small, MI strcat() and strcpy(). | thorpej | |
| 1999-11-11 | The hack needed to work around gcc lameness. | thorpej | |
| 1999-11-11 | Don't reference libkern.h in standalone programs. | thorpej | |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej | |
