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