| Age | Commit message (Expand) | Author |
| 2001-12-28 | Always provide alloca() as __builtin_alloca(). | thorpej |
| 2001-12-23 | The kernel is now built with -ffreestanding, so GCC built-ins are | 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-04-30 | remove some lint | lukem |
| 2001-04-05 | Add ctype routines. | thorpej |
| 2000-11-01 | Add a strcasecmp(), modified from chopps's strncasecmp(). | thorpej |
| 2000-10-12 | enclose offsetof macro definition with #ifndef offsetof ... #endif | msaitoh |
| 2000-05-08 | __predict_true() the expressions passed to the assert family, so | thorpej |
| 2000-03-29 | Multiple include protection. | simonb |
| 1999-11-29 | Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypes | simonb |
| 1999-09-10 | Add prototype for memcmp() as suggested by Anders Hjalmarsson in | tron |
| 1999-05-07 | move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, | drochner |
| 1999-04-12 | This was an n_long, not u_long, so u_int32_t is correct. | drochner |
| 1999-04-12 | libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup... | ross |
| 1998-07-31 | make libkern build memmove() properly | perry |
| 1998-06-21 | Add a small string pattern matching function to facilitate pcmcia cis string | christos |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-22 | Add memcpy() and memset(), and sort. | mycroft |
| 1998-01-28 | Add offsetof(). | thorpej |
| 1998-01-23 | remove prototypes for deprecated index() and rindex() | drochner |
| 1998-01-22 | add prototype for index() | drochner |
| 1998-01-21 | add strrchr | cgd |
| 1997-10-24 | Add missing NULL define for KERNEL case and prototype into libkern.h. | mjacob |
| 1997-07-07 | mark prototypes for static inline functions as possibly unused (with | cgd |
| 1997-06-13 | Add prototype for bzero() (since it is implemented here). | drochner |
| 1997-01-18 | add strchr() to libkern. strchr.c copied from libc's "index.c", but with | cgd |
| 1996-10-24 | second and third args to scanc() (string and table) are not and should not | cgd |
| 1996-09-22 | add a missing #else, pointed out by Wolfgang Solfrank | cgd |
| 1996-08-27 | Add machine-independent assertion-checking support. macros are: | cgd |
| 1996-06-10 | locc() is unused. Remove it from the machine-independent kernel interface. | cgd |
| 1996-03-14 | - Add missing prototypes | christos |
| 1996-02-13 | Add declaration of strncasecmp. | christos |
| 1995-09-23 | Add abs() function as an 'inline'. The atari-port needs it since the | leo |
| 1995-08-14 | prototype inline functions, almost as suggested by Jonathan Stone in PR 1258. | cgd |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-07-15 | don't use inline, use __inline, like cdefs intends (so it can kill it if nongcc | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |