| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-30 | Added initial support for fcntl64 system call (file locking is not | manu |
| 2001-08-26 | Moved LINUX_NCCS from MI file to MD file, because the value is different | manu |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-13 | Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuct | manu |
| 2001-03-30 | regen - use linux_sys_nosys() instead sys_nosys() | jdolecek |
| 2001-03-30 | Use linux_sys_nosys() instead sys_nosys() here too. | jdolecek |
| 2001-03-30 | regen | jdolecek |
| 2001-03-30 | use UNIMPL instead of NODEF for the dummy syscalls 218, 219 | jdolecek |
| 2001-03-30 | Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM. | jdolecek |
| 2001-03-30 | regen | jdolecek |
| 2001-03-30 | Implement linux_sys_nosys() and use it instead of sys_nosys() for | jdolecek |
| 2001-02-12 | Clarified comments about the LINUX_SCERR_SIGN macro | manu |
| 2001-02-11 | Moved the fix for negative errno returned to userland on the PowerPC to a | manu |
| 2001-02-04 | Back out last change. m68k.h is now in cpu.h (which got updated in between | jmc |
| 2001-02-04 | Add m68k/m68k.h to pickup fputype definitions. | jmc |
| 2001-01-27 | Regen; getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | Regen; add sy_flags. | thorpej |
| 2001-01-20 | Moved architecure dependent part of struct linux_termio to architecture | manu |
| 2001-01-18 | constify | jdolecek |
| 2000-12-29 | Regen. | fvdl |
| 2000-12-29 | Don't pass through link(2) directly, as we need to do altpath checks. | fvdl |
| 2000-12-27 | Regen. | fvdl |
| 2000-12-27 | Add all uid and gid calls, and do the right thing for the older 16 bit | fvdl |
| 2000-12-26 | Regen. | itohy |
| 2000-12-26 | Declare linux_sys_setgid16() (NOARGS -> STD). | itohy |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-18 | Regen. | fvdl |
| 2000-12-18 | Update for Linux calls with 32 bit uids/gids. | fvdl |
| 2000-12-16 | Sprinkle some register prefixes in the asm() statements. | scw |
| 2000-12-14 | regen | jdolecek |
| 2000-12-14 | add sysinfo() | jdolecek |
| 2000-12-13 | sync with i386, so that exec_conf.c compiles again | itohy |
| 2000-12-12 | regen | jdolecek |
| 2000-12-12 | actually, we need to wrap sys_truncate() call so that the /emul/linux/... | jdolecek |
| 2000-12-12 | define struct linux_stat64 used by linux_sys_*stat64() | jdolecek |
| 2000-12-12 | regen | jdolecek |
| 2000-12-12 | add emulation of Linux truncate64(2), ftruncate64(2), *stat64(2) | jdolecek |
| 2000-12-10 | The gist of the Linux _IOX definitions was the same for all platforms; | fvdl |
| 2000-12-09 | regen | jdolecek |
| 2000-12-09 | add more unimplemented syscalls to list | jdolecek |
| 2000-12-09 | Regen. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-02 | regen after addition of linux_sys_swapoff() | jdolecek |
| 2000-12-02 | add emulation of linux swapoff(2) | jdolecek |
| 2000-12-01 | regen | jdolecek |
| 2000-12-01 | replace compat_09_sys_setdomainname() with linux_sys_setdomainname(), | jdolecek |
| 2000-11-17 | Make the linux compatibilty code work on the alpha. (horay!) (at last!) | erh |