summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-7/+3
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-212-20/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+4
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-188-11/+0
* do not save/restore errno around free() callsDenys Vlasenko2009-09-181-4/+5
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-181-10/+15
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* first pass at implementing *at funcsMike Frysinger2009-08-191-18/+49
* dirent: push dirent type to prototypesMike Frysinger2009-08-196-32/+12
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* Synch with trunk @ 24165Carmelo Amoroso2008-11-2711-21/+21
* Synch with trunk @ 24087Carmelo Amoroso2008-11-182-2/+2
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-174-12/+35
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-031-2/+1
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-313-4/+4
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-0912-31/+25
* Synch the whole build system. Also including recent fix on testsuite build sy...Carmelo Amoroso2008-07-091-2/+2
* Remove pointless initialisation to 0 of some DIR's fieldsCarmelo Amoroso2007-12-091-1/+0
* Fix opendir problem when statically linked due to a missingCarmelo Amoroso2007-12-051-0/+1
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-2/+0
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-243-17/+76
* Merge from trunk."Steven J. Hill"2006-02-2714-113/+127
* Big fricking merge from trunk."Steven J. Hill"2006-01-0711-25/+23
* Merge from trunk."Steven J. Hill"2005-12-105-4/+10
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-0610-33/+6
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-029-50/+18
* Massive merge from trunk."Steven J. Hill"2005-11-181-2/+2
* Massive merge from trunk."Steven J. Hill"2005-11-171-1/+0
* Copy from trunk."Steven J. Hill"2005-10-301-0/+28
* 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