Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. ↵ | Mike Frysinger | 2005-08-24 | 1 | -7/+9 |
| | | | | also redo whitespacing. | ||||
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 1 | -0/+1 |
| | | | | | a separate header file for those, and fixup references. -Erik | ||||
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 1 | -3/+1 |
| | | | | | which is needed for busybox ash when using largefile support. -Erik | ||||
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 1 | -34/+27 |
| | | | | | the heavy lifting (most of the heavy lifting stolen from glibc, but reduced a bit). | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Fix up a few messes so it compiles cleanly again. | Eric Andersen | 2000-11-11 | 1 | -0/+1 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -12/+12 |
| | |||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+40 |