Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen | 2002-11-21 | 1 | -0/+2 |
| | | | | | the __fsetlocking call in libc/unistd/usershell.c. It should be wrapped and only included if __UCLIBC_HAS_THREADS__ is defined. | ||||
* | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen | 2002-11-20 | 1 | -43/+114 |
| | | | | | | failures, returned stack allocated memory, and misbehaved itself in a number of other annoying ways, -Erik | ||||
* | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen | 2002-05-31 | 1 | -0/+63 |
getusershell() and friends. |