summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/libkern.h
AgeCommit message (Expand)Author
2001-12-28Always provide alloca() as __builtin_alloca().thorpej
2001-12-23The kernel is now built with -ffreestanding, so GCC built-ins arethorpej
2001-07-07restore bzero and bcmp prototypes for now -- this has to be hashed out.perry
2001-07-07Put the prototypes for bcmp() and bzero() back (ifdef _STANDALONE) so thatsimonb
2001-07-07Remove bcmp and bzero prototypes. And yes, I actually checked andperry
2001-04-30remove some lintlukem
2001-04-05Add ctype routines.thorpej
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-10-12enclose offsetof macro definition with #ifndef offsetof ... #endifmsaitoh
2000-05-08__predict_true() the expressions passed to the assert family, sothorpej
2000-03-29Multiple include protection.simonb
1999-11-29Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypessimonb
1999-09-10Add prototype for memcmp() as suggested by Anders Hjalmarsson intron
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-04-12This was an n_long, not u_long, so u_int32_t is correct.drochner
1999-04-12libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...ross
1998-07-31make libkern build memmove() properlyperry
1998-06-21Add a small string pattern matching function to facilitate pcmcia cis stringchristos
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-22Add memcpy() and memset(), and sort.mycroft
1998-01-28Add offsetof().thorpej
1998-01-23remove prototypes for deprecated index() and rindex()drochner
1998-01-22add prototype for index()drochner
1998-01-21add strrchrcgd
1997-10-24Add missing NULL define for KERNEL case and prototype into libkern.h.mjacob
1997-07-07mark prototypes for static inline functions as possibly unused (withcgd
1997-06-13Add prototype for bzero() (since it is implemented here).drochner
1997-01-18add strchr() to libkern. strchr.c copied from libc's "index.c", but withcgd
1996-10-24second and third args to scanc() (string and table) are not and should notcgd
1996-09-22add a missing #else, pointed out by Wolfgang Solfrankcgd
1996-08-27Add machine-independent assertion-checking support. macros are:cgd
1996-06-10locc() is unused. Remove it from the machine-independent kernel interface.cgd
1996-03-14- Add missing prototypeschristos
1996-02-13Add declaration of strncasecmp.christos
1995-09-23Add abs() function as an 'inline'. The atari-port needs it since theleo
1995-08-14prototype inline functions, almost as suggested by Jonathan Stone in PR 1258.cgd
1994-10-26new RCS ID format.cgd
1994-07-15don't use inline, use __inline, like cdefs intends (so it can kill it if nongcccgd
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd