Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen | 2002-05-30 | 1 | -4/+4 |
| | | | | | wrong ifdef macro.. -Erik | ||||
* | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen | 2002-05-11 | 1 | -30/+24 |
| | | | | -Erik | ||||
* | ANSI/ISO specifies that no library function sets errno to 0. | Manuel Novoa III | 2001-06-26 | 1 | -2/+0 |
| | |||||
* | Looks like we lost clearing errno | Eric Andersen | 2001-06-26 | 1 | -0/+2 |
| | |||||
* | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III | 2001-06-25 | 1 | -11/+1 |
| | | | | the straight getdents syscall instead of the wrapper (which leaked memory). | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -3/+3 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen | 2001-03-19 | 1 | -0/+69 |
it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common |