summaryrefslogtreecommitdiff
path: root/libc/misc/mntent/mntent.c
AgeCommit message (Expand)Author
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-01trivial code shrink by making some strings staticDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2007-11-10Do not return error when fprintf returns 0 in addmntent().Khem Raj
2007-07-30make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert usersPeter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-08Use internal versionsPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-06-18Fix locking. KillEric Andersen
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2000-10-26Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen