summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/m68k
AgeCommit message (Expand)Author
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
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-05-30use _KERNEL_OPT.mrg
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu
2001-03-30regen - use linux_sys_nosys() instead sys_nosys()jdolecek
2001-03-30Use linux_sys_nosys() instead sys_nosys() here too.jdolecek
2001-03-30regenjdolecek
2001-03-30use UNIMPL instead of NODEF for the dummy syscalls 218, 219jdolecek
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-02-04Back out last change. m68k.h is now in cpu.h (which got updated in betweenjmc
2001-02-04Add m68k/m68k.h to pickup fputype definitions.jmc
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-20Moved architecure dependent part of struct linux_termio to architecturemanu
2001-01-18constifyjdolecek
2000-12-29Regen.fvdl
2000-12-29Don't pass through link(2) directly, as we need to do altpath checks.fvdl
2000-12-27Regen.fvdl
2000-12-27Add all uid and gid calls, and do the right thing for the older 16 bitfvdl
2000-12-26Regen.itohy
2000-12-26Declare linux_sys_setgid16() (NOARGS -> STD).itohy
2000-12-22split off thread specific stuff from struct sigacts to struct sigctx, leavingjdolecek
2000-12-18Regen.fvdl
2000-12-18Update for Linux calls with 32 bit uids/gids.fvdl
2000-12-16Sprinkle some register prefixes in the asm() statements.scw
2000-12-14regenjdolecek
2000-12-14add sysinfo()jdolecek
2000-12-13sync with i386, so that exec_conf.c compiles againitohy
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-10The gist of the Linux _IOX definitions was the same for all platforms;fvdl
2000-12-09regenjdolecek
2000-12-09add more unimplemented syscalls to listjdolecek
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-02regen after addition of linux_sys_swapoff()jdolecek
2000-12-02add emulation of linux swapoff(2)jdolecek
2000-12-01regenjdolecek
2000-12-01replace compat_09_sys_setdomainname() with linux_sys_setdomainname(),jdolecek
2000-11-17Make the linux compatibilty code work on the alpha. (horay!) (at last!)erh