summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent
Commit message (Expand)AuthorAgeFilesLines
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-078-23/+17
* fix bug 1012 as noted by moschnyEric Andersen2006-08-301-1/+1
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-263-41/+4
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-262-13/+5
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...Mike Frysinger2006-02-041-8/+13
* add note about raceconditionMike Frysinger2006-02-041-0/+5
* use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...Mike Frysinger2006-02-041-1/+6
* add some copyright/license infoMike Frysinger2006-02-0411-0/+67
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1414-57/+73
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-167-17/+13
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-135-5/+5
* Hidden readdir*Peter S. Mazinger2005-12-132-4/+6
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+1
* Use internal versionsPeter S. Mazinger2005-12-083-1/+6
* Implement __x versionsPeter S. Mazinger2005-12-082-3/+4
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-068-33/+2
* More hiding, 300 leftPeter S. Mazinger2005-12-042-0/+4
* Hide mostly used functionsPeter S. Mazinger2005-12-018-10/+10
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-2/+2
* Correct _getdents[64] and __syscall_ipcPeter S. Mazinger2005-11-031-2/+2
* 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-38/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+28
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+8
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-278-15/+15
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-286-79/+86
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-314-8/+8
* Implement missing readdir64_r.cEric Andersen2002-08-262-1/+81
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-308-29/+29
* Oops. Stupid typo.Eric Andersen2002-05-111-1/+1
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-1110-101/+140
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-093-9/+15
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-121-65/+77
* Don't redefine stuffEric Andersen2002-02-263-9/+30
* Scrub malloc handlingEric Andersen2002-01-082-16/+25
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-1412-18/+38
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-176-3/+176
* ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III2001-06-261-2/+0
* Looks like we lost clearing errnoEric Andersen2001-06-261-0/+2
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-11/+1