summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/i386
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-30Fixes my last commit: only mips really need fcntl64 to work now. i386 andmanu
2001-09-30Make i386 kernels compile again.martin
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
2001-08-26Moved LINUX_NCCS from MI file to MD file, because the value is differentmanu
2001-08-02Deal with the SSE FPU save format.thorpej
2001-07-15execute signal handlers on separate signal stack, if it's been providedjdolecek
2001-06-17Add %fs/%gs to trap frame and save/restore them onsommerfeld
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-30use _KERNEL_OPT.mrg
2001-05-15delint: fix commentslukem
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu
2001-03-30regenjdolecek
2001-03-30Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM.jdolecek
2001-03-30regenjdolecek
2001-03-30Implement linux_sys_nosys() and use it instead of sys_nosys() forjdolecek
2001-02-12Clarified comments about the LINUX_SCERR_SIGN macromanu
2001-02-11Moved the fix for negative errno returned to userland on the PowerPC to amanu
2001-01-27Regen; getpid(2) is MP-safe.thorpej
2001-01-27getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-26Moved include <sys/ioctl.h> so that we can build without WSCONS enabled.manu
2001-01-20Moved architecure dependent part of struct linux_termio to architecturemanu
2001-01-18constifyjdolecek
2001-01-18kill local declaration of native_to_linux_errno[], one in common/linux_errno....jdolecek
2001-01-18EINVAL -> ENOTTYfvdl
2001-01-09Add emulation of KIOCSOUND.fvdl
2000-12-29Implement KDGETMODE ioctl.fvdl
2000-12-29Regen.fvdl
2000-12-29Don't pass through link(2) directly, as we need to do altpath checks.fvdl
2000-12-29Under Linux it's possible to return values through the ioctl systemfvdl
2000-12-27Regen.fvdl
2000-12-27Add all uid and gid calls, and do the right thing for the older 16 bitfvdl
2000-12-22split off thread specific stuff from struct sigacts to struct sigctx, leavingjdolecek
2000-12-18For unknown ioctls, pass them through to a device using PTIOCLINUX,fvdl
2000-12-18Regen.fvdl
2000-12-18Update for 32 bit Linux uid/gid calls.fvdl
2000-12-17make LKM safejdolecek
2000-12-14Some namespace hiding I forgot before.mycroft
2000-12-13Regen.augustss
2000-12-13Add sysinfo.augustss
2000-12-12regenjdolecek
2000-12-12actually, we need to wrap sys_truncate() call so that the /emul/linux/...jdolecek
2000-12-12define struct linux_stat64 used by linux_sys_*stat64()jdolecek
2000-12-12regenjdolecek
2000-12-12add emulation of Linux truncate64(2), ftruncate64(2), *stat64(2)jdolecek
2000-12-12Allow for passing through of certain ranges of ioctl command valuesfvdl
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-11Regen.mycroft