Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-23 | syscalls: Add a bunch of missing system calls. | Michael Adler | |
readlink, umask, truncate, ftruncate, mkdir, and getcwd. | |||
2007-03-20 | Ignore "time" and "times" syscalls. | Gabe Black | |
--HG-- extra : convert_revision : 3ff55e35877c0fd74823ce5e52ed16c38da92068 | |||
2007-03-12 | Add the rename syscall. | Gabe Black | |
--HG-- extra : convert_revision : 67e92b166599bd20b7ce90d073f2fd7502f810ec | |||
2007-03-09 | Split the syscall table, SPARC specific syscall implementations, and the 32 ↵ | Gabe Black | |
bit syscall table into it's own file. Corrected problems with the stat structure. These should be tested on 64 bit x86 and SPARC machines. --HG-- extra : convert_revision : 5d9fe19e031b92e111069c6b89c3dbeb29975b8a |