summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getdents.c
Commit message (Collapse)AuthorAgeFilesLines
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-6/+9
|
* Fix kernl-features.h include path.Carmelo Amoroso2008-12-111-0/+1
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Remove trailing whitespacesCarmelo Amoroso2008-09-181-2/+2
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-8/+36
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-08-231-0/+4
|
* Merge from trunk."Steven J. Hill"2006-02-281-26/+60
|
* Clean up warnings and cruft."Steven J. Hill"2006-02-051-1/+1
|
* Merge from trunk."Steven J. Hill"2006-01-141-1/+1
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-011-1/+0
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-1/+1
|
* Merge from trunk."Steven J. Hill"2005-10-301-1/+1
|
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-101-5/+5
| | | | | | | so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64 bit interfaces), we will not lose an unsigned char from d_name which silently becomes the d_type field instead. oops. -Erik
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-0/+100
| | | | | | | | and did cause segfaults) by adjusting the working scandir.c to the the 64 thing. Fix up potential for mismatches between the libc and kernel dirent structures, which could also cause ugly problems. -Erik
* Remove obsolete files tell.c and getdents.cManuel Novoa III2001-06-271-119/+0
|
* Just define __kernel_off_t ourselves...Eric Andersen2000-12-231-1/+1
|
* This file violated policy and directly used kernel headers.Eric Andersen2000-12-211-5/+10
| | | | This fixes it by using our own copy of the stuct in question.
* First pass at fixing readdir by adding a getdents wrapper...Eric Andersen2000-10-301-0/+114