Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -0/+8 |
| | | | | affected files | ||||
* | Redo the exec functions to comply with SUSv3. | Manuel Novoa III | 2004-01-02 | 1 | -48/+0 |
| | |||||
* | Silly us. Don't try to free alloca'd memory. | Eric Andersen | 2001-11-24 | 1 | -3/+0 |
| | | | | -Erik | ||||
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 1 | -1/+1 |
| | | | | | | | so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik | ||||
* | Use __environ instead of the GNU extension environ. | Eric Andersen | 2001-02-09 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -0/+1 |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | ||||
* | Reorg unistd dir | Eric Andersen | 2000-10-11 | 1 | -0/+51 |