summaryrefslogtreecommitdiffstats
path: root/libc/misc/ttyent
Commit message (Expand)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-8/+8
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-3/+3
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-3/+3
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-301-3/+2
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-5/+7
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-11/+8
* rename local tty variable to not shadow tty funcMike Frysinger2006-01-291-2/+2
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-10/+13
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-12/+18
* Convert usersPeter S. Mazinger2005-12-161-1/+4
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-32/+34
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-031-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-6/+6
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Use strchr instead of index (BSD)Peter S. Mazinger2005-11-101-3/+3
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-30/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+25
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* "Fix" this so that at least things will link when threading is disabled.Manuel Novoa III2004-05-071-4/+8
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-181-1/+9
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Shuffle the logic around a bitEric Andersen2002-06-171-56/+49
* Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen2002-03-251-0/+2
* Support getttyent and friends so ncurses will compileEric Andersen2002-03-212-0/+237