index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2003-07-21
Compile llabs.c
Todd C. Miller
2003-06-02
Use the getopt() in getopt_long.c which supports some GNU extensions.
Todd C. Miller
2003-05-09
assembler versions of insque and remque for m68k, also from 4.4BSD
Todd C. Miller
2003-05-09
insque and remque are VAX instructions, no need for C functions; From 4.4BSD
Todd C. Miller
2003-05-09
Oops, forgot to add remque.c here
Todd C. Miller
2003-05-08
move insque(3) and remque(3) from libcompat -> libc; they are now POSIX
Todd C. Miller
2003-05-08
move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX
Todd C. Miller
2002-12-03
fix typo
Todd C. Miller
2002-12-03
GNU-like getopt_long() from NetBSD with changes by me to support
Todd C. Miller
2002-12-02
Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.
Todd C. Miller
2002-11-21
Take advantage of the libc minor bump and add atoll(3)
Todd C. Miller
2002-06-29
Replace strtou?q() with the more standard strtou?ll(), using weak
Todd C. Miller
2000-04-04
MLINK srandomdev
Todd C. Miller
1999-11-17
Add missing MLINKs
Todd C. Miller
1999-11-10
calloc.c is back
Todd C. Miller
1999-11-09
Merge calloc(3) man page into malloc.3; as suggested by millert@
Aaron Campbell
1999-11-09
Move calloc() into malloc.c and only zero out the area if malloc()
Todd C. Miller
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1998-11-17
add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@
Aaron Campbell
1997-08-20
Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...
Todd C. Miller
1997-08-18
Install a64l/l64a man page. Also, tsearch.3 and friends were not
Todd C. Miller
1997-06-14
damn, no tsearch(3)
Theo de Raadt
1997-06-13
PD tsearch as reqd by xpg; by esr
Theo de Raadt
1996-08-21
Move cfree(3) weak symbol into a seperate file
Thorsten Lockert
1996-08-21
Make it even out.
Jason Downs
1996-08-21
Document it.
Jason Downs
1996-08-10
Import malloc(3) manual page from FreeBSD
Thorsten Lockert
1996-03-25
Add support for building lint(1) library
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt