summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/m68k
AgeCommit message (Expand)Author
2003-09-28fix fmovem argument referencecl
2003-09-28catch up with const sigset_tcl
2003-09-25constify sendsig/trapsignalchristos
2003-09-22SA_SIGINFO support for m68k (emul linux)cl
2003-08-14remove the args from the macro.christos
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-08-08- GC all the setup_stack functionschristos
2003-08-02replace fuword() with copyin(), and suword() with copyout()jdolecek
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2003-06-29Regen: adapt to linux mmap2 changes.thorpej
2003-06-29Adapt to linux mmap2 changes.thorpej
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-11-01regen: nsysent set to 256jdolecek
2002-11-01add appropriate nsysentjdolecek
2002-07-13m68k syscall rototill:scw
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-19On archs with broken linux struct stat64 st_ino, rename linux_stat64'sjdolecek
2002-05-12regenjdolecek
2002-05-12update for newer syscalls (from 2.5.15)jdolecek
2002-04-10regenchristos
2002-04-10add getdents64christos
2002-04-08PR/16231: Ben Harris: m68k does not compile.christos
2002-04-04use lsi_ like all other linux emulations.christos
2002-03-31bring the reverse signal mapping array into linux_signo.cchristos
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-03-16Replace unused padding in struct linux_stat64 by lst_ino64 as found inpooka
2002-02-19fix some swapped parametersis
2002-02-17regenchristos
2002-02-17fix rlimit confusion.christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2002-01-17On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTIONbjh21
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