Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer | 2008-10-18 | 1 | -12/+11 |
| | | | | Thanks to Peter S. Mazinger for mentioning this. | ||||
* | Fix scandir function to reset the errno when the | Carmelo Amoroso | 2008-10-06 | 1 | -2/+16 |
| | | | | | | | | | | | selector returns zero(no entries) modifying the errno. The attached test case implements a dummy filter that returns alway no entries, but change the errno. scandir is not expected to fail, just returning 0 entries. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -27/+13 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+2 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen | 2002-03-12 | 1 | -65/+77 |
| | | | | | our version, I'm adopting the scandir from glibc (with minor changes) instead as it seems simpler and already correct. | ||||
* | Scrub malloc handling | Eric Andersen | 2002-01-08 | 1 | -8/+12 |
| | |||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -0/+1 |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | ||||
* | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen | 2001-05-08 | 1 | -4/+5 |
| | | | | sort things as it is supposed to do. | ||||
* | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen | 2001-03-19 | 1 | -0/+79 |
-Erik |