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
/
ttyent
Age
Commit message (
Expand
)
Author
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
Peter S. Mazinger
2006-01-15
make gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-16
Convert users
Peter S. Mazinger
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-10
Use strchr instead of index (BSD)
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-05-07
"Fix" this so that at least things will link when threading is disabled.
Manuel Novoa III
2004-03-18
Reduce memory used by static buffers and allocate that memory dynamicly
Eric Andersen
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2002-06-17
Shuffle the logic around a bit
Eric Andersen
2002-03-25
Patch from Steven J. Hill to disable __fsetlocking when
Eric Andersen
2002-03-21
Support getttyent and friends so ncurses will compile
Eric Andersen