summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-02-23Remember the allocated ptimer object so that it won't leak.enami
2003-02-19update emul alarm syscalls to recent timer changesjdolecek
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-18LWPifyjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06writable, not writeable.wiz
2002-12-22Use yield() for voluntary context switches.gmcgarry
2002-12-17Use the already-filled-in-but-not-used native syscall args insimonb
2002-12-17Include "uvm/uvm_param.h" to get definition of PAGE_MASK required fortron
2002-12-16Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks.christos
2002-12-11linux_sys_mknod(): if creating device file (i.e. !fifo case), maskjdolecek
2002-11-29Get the dynamic interpreter location using emul_find_interp(), so thatjdolecek
2002-11-29Patch that actually works for previous, from Jaromir Dolecek.fvdl
2002-11-29setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0) for AF_INET6 sockets,itojun
2002-11-28minor KNF (indent)itojun
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-25Report ourselves as Linux 2.4.18 on powerpc, too.schmonz
2002-11-25Add ULL to a 64-bit integer constant.thorpej
2002-11-21back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it alsojdolecek
2002-11-15Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based portswdk
2002-11-13we now export information about CLK_TCK via ELF aux args, no need tojdolecek
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-11-13linux_sys_times(): if tms is NULL, just return the number of ticks sincejdolecek
2002-11-01set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALLjdolecek
2002-10-22remove XXX should die comment from the define; otherwise traditional cppchristos
2002-10-22Don't call cdevsw_lookup() with an uninitialised variable insimonb
2002-10-10Avoid collision with __unused in sys/cdefs.h.thorpej
2002-10-05count executable image pages as executable for vm-usage purposes.chs
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23Put storage class first in "static const" declaration.simonb
2002-09-21- Introduce a e_fault field in struct proc to provide emulation specificmanu
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-09-05remove XXX:christos
2002-09-05check out EI_OSABI and EI_ABIVERSION for linux signatures. This is whatchristos
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-06-20Don't copy from destination to destination.enami
2002-05-20linux_sys_getdents64(): remove the oldcall bug workaround cruft,jdolecek
2002-05-20linux_sys_getdents64(): make the d_off member point to next entry, ratherjdolecek
2002-05-19On archs with broken linux struct stat64 st_ino, rename linux_stat64'sjdolecek
2002-05-13Make COMPAT_LINUX compile again on Alpha. linux_getdents64 moved butmatt
2002-05-13Remove an unreachable "return error;".simonb
2002-05-13Remove an unreachable "break" after a return statement.simonb
2002-05-12Linux does not implement SO_REUSEPORT, but allows reuse of ajschauma
2002-05-12hook in remaining 64bit fs syscallsjdolecek
2002-05-10Add missing bracket arround macro argument reference.tron
2002-05-10Remove check for size of field "d_off" in Linux "dirent" structure becausetron