summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2004-11-13Add ptyfs pty device number translation.christos
2004-11-13add LINUX_TIOCGPTNchristos
2004-11-13Add ptyfs magic number and entry.christos
2004-11-13Add LINUX_TIOCGPTN for ptyfs pty emulation.christos
2004-11-13Split out the setup stack function for the benefit of lkms.christos
2004-10-20Move boot device detection code from i386 and amd64 ports to x86_autoconf.c.thorpej
2004-10-07PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so theerh
2004-10-05regen: generate struct linux_sys_shmget_args for linux_sys_shmget(2)jdolecek
2004-10-05mark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_argsjdolecek
2004-09-28regen - now using wrapper for shmget(2)jdolecek
2004-09-28add flag for shmget(2) to specify that later shmat(2) for the shared memoryjdolecek
2004-09-28fold shmat1() back into sys_shmat(), the change in rev 1.64 is not sufficientjdolecek
2004-09-24Since the implementation of bsd_to_linux_statfs64() is conditional,he
2004-09-20move definition of linux_fsid_t to common/linux_types.h - it's identicaljdolecek
2004-09-20regen:jdolecek
2004-09-20implement support for Linux statfs64() syscall - 64bit variant of statfs()jdolecek
2004-09-20Add a linux_fsid_t typedef for the ports that don't have architecture dependentchristos
2004-09-19Adjust struct statfs content to flag that the newer Linux kernel dojdolecek
2004-09-19move definition of struct linux_stafs to common/linux_types.h, and usejdolecek
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-09-13bsd_to_linux_statfs():jdolecek
2004-09-12if passed sockaddr has family AF_UNSPEC, use socket family of the socketjdolecek
2004-09-10Fix typo in comment.wiz
2004-09-09Next attempt to fix the RCS Id. *sigh*tron
2004-09-09Finish linux_sys_exit_group() with a (never reached) "return" statement sotron
2004-09-08regen: add exit_group(2)jdolecek
2004-09-08implement basic exit_group(2), which just terminates calling thread;jdolecek
2004-09-08do more strict flag checking in clone(2) (matches what Linux does)jdolecek
2004-09-05linux_sa_get: g/c curproc use, we get the process as one of argumentsjdolecek
2004-09-05improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:jdolecek
2004-09-05add some newer clone flagsjdolecek
2004-08-29dump socketcall data #ifdef DEBUG_LINUXjdolecek
2004-08-29in debug log, data dump is more useful unsignedjdolecek
2004-08-29handle mmap() request with MAP_GROWSDOWN flag (request for stack-likejdolecek
2004-08-28g/c LINUX_MAP_IGNMASK define - it's not used anywherejdolecek
2004-08-24fix debug printf - lm_addr is not pointer anumorejdolecek
2004-08-22make struct linux_oldmmap members explicitly unsigned (with exceptionjdolecek
2004-08-13on Linux, unlink() fails with EISDIR if the target is directory,jdolecek
2004-08-08fix two bugs in previous:jdolecek
2004-08-08linux processes sharing VM space (via clone() call) must alsojdolecek
2004-08-01Linux returns ENOMEM (not EFAULT) if the address specified in mprotect()jdolecek
2004-08-01regen - sync syscall lists with Linux kernel 2.6.7jdolecek
2004-08-01add entries for #403, #404 (unused)jdolecek
2004-08-01sync the syscall lists with Linux kernel 2.6.7jdolecek
2004-08-01regen:jdolecek
2004-08-01add stub entries for syscalls added until Linux kernel 2.6.7jdolecek
2004-08-01regen:jdolecek
2004-08-01connect madvise(2) and mincore(2) - apparently the newer Linux libsjdolecek
2004-07-25remove the LINUX_SP_WRAP hack since it doesn't seem to be needed anymore,chs
2004-06-19Fix a reversed errno issue for Linux binaries on mips. While we are there,manu