index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
mntent
Age
Commit message (
Expand
)
Author
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-01
Remove last unused references to libc-a-pic-, we use only the lists in libc-a...
Peter S. Mazinger
2005-10-29
Replace all Makefiles for new build infrastucture
Peter S. Mazinger
2005-10-25
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...
Peter S. Mazinger
2005-10-12
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-01-25
merge parallel build support
Mike Frysinger
2004-03-18
Reduce memory used by static buffers and allocate that memory dynamicly
Eric Andersen
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2002-06-18
Fix locking. Kill
Eric Andersen
2002-01-09
Doh! I broke getmntent when I added getmntent_r! This fixes it.
Eric Andersen
2002-01-06
Support statvfs and statfs. Added getmntent_r (and made it use
Eric Andersen
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-11-04
Fix doc blunder.
Eric Andersen
2000-11-04
Make spelling of uClibc be consistant.
Eric Andersen
2000-10-26
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Eric Andersen