| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-30 | Fixes my last commit: only mips really need fcntl64 to work now. i386 and | manu |
| 2001-09-30 | Make i386 kernels compile again. | martin |
| 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-08-02 | Deal with the SSE FPU save format. | thorpej |
| 2001-07-15 | execute signal handlers on separate signal stack, if it's been provided | jdolecek |
| 2001-06-17 | Add %fs/%gs to trap frame and save/restore them on | sommerfeld |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-15 | delint: fix comments | lukem |
| 2001-05-13 | Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuct | manu |
| 2001-03-30 | regen | 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-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-26 | Moved include <sys/ioctl.h> so that we can build without WSCONS enabled. | manu |
| 2001-01-20 | Moved architecure dependent part of struct linux_termio to architecture | manu |
| 2001-01-18 | constify | jdolecek |
| 2001-01-18 | kill local declaration of native_to_linux_errno[], one in common/linux_errno.... | jdolecek |
| 2001-01-18 | EINVAL -> ENOTTY | fvdl |
| 2001-01-09 | Add emulation of KIOCSOUND. | fvdl |
| 2000-12-29 | Implement KDGETMODE ioctl. | fvdl |
| 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-29 | Under Linux it's possible to return values through the ioctl system | 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-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-18 | For unknown ioctls, pass them through to a device using PTIOCLINUX, | fvdl |
| 2000-12-18 | Regen. | fvdl |
| 2000-12-18 | Update for 32 bit Linux uid/gid calls. | fvdl |
| 2000-12-17 | make LKM safe | jdolecek |
| 2000-12-14 | Some namespace hiding I forgot before. | mycroft |
| 2000-12-13 | Regen. | augustss |
| 2000-12-13 | Add sysinfo. | augustss |
| 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-12 | Allow for passing through of certain ranges of ioctl command values | fvdl |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-11 | Regen. | mycroft |