Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Bring sh and i386 longjmp implementations into sync | Eric Andersen | 2001-04-19 | 2 | -46/+12 | |
| | ||||||
* | Remove all the __THROW macros | Eric Andersen | 2001-04-19 | 2 | -12/+12 | |
| | ||||||
* | Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so | Manuel Novoa III | 2001-03-06 | 2 | -36/+1 | |
| | | | | make clean works. | |||||
* | Patch from Jean-Yves Avenard to add missing siglongjmp entry and | Eric Andersen | 2001-02-22 | 5 | -5/+92 | |
| | | | | fix a bug in setjmp for SH | |||||
* | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | 2001-02-21 | 77 | -0/+8369 | |
and Personal Systems. Thanks! -Erik |