summaryrefslogtreecommitdiffstats
path: root/libc/misc/ttyent/getttyent.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-5/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-16/+0
* 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
* - 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
* 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
* Use strchr instead of index (BSD)Peter S. Mazinger2005-11-101-3/+3
* "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
* 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-211-0/+198