Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 1 | -3/+3 |
| | | | | | _dl_pagesize variable in ldso, so avoid aliasing. -Erik | ||||
* | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 1 | -10/+14 |
| | | | | by extracting the value from the ELF header. | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -1/+1 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+3 |
| | |||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+38 |
-Erik |