summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
AgeCommit message (Expand)Author
2008-07-24Regen for rt_sigpending.njoly
2008-07-24Add rt_sigpending syscall.njoly
2008-07-23Add linux32_getifconf, following recent linux_getifconf addition.njoly
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-06-27Add SIOCGIFHWADDR support.njoly
2008-06-24Fix SIOCGIFCONF ioctl under compat linux32.njoly
2008-06-19an attempt at linux32_ioctl_socket().christos
2008-06-18linux32_sys_ptrace() fixes.njoly
2008-06-16regenchristos
2008-06-16an attempt at ptrace32christos
2008-05-20Regen for ipc(2) syscall support.njoly
2008-05-20Add compat linux32 ipc(2) syscall support, for shared memory andnjoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-26Remove a duplicate mutex_enter call in linux32_e_proc_init().njoly
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Catch up with linux.ad
2008-04-17Regen for sys_clock_{getres,gettime,settime} syscalls.njoly
2008-04-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly
2008-04-16Kill a few other unused linux syscall arguments/prototypesnjoly
2008-04-15Make linux32_sys_nice call sys_setpriority directly instead ofnjoly
2008-04-15Remove syscall prototypes forgotten in previous commit.njoly
2008-04-15Remove unused linux_sys_setresgid16_args/linux_sys_setresuid16_argsnjoly
2008-04-04Regen for msync(2) support.njoly
2008-04-04Add msync(2) syscall.njoly
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
2008-03-27Be sure to not include linux_mmap.h before linux_syscallargs.h.njoly
2008-03-22fdputfile -> fd_putfilebjs
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-20Regen for mlock/munlock syscallsnjoly
2008-02-20Add mlock/munlock syscallsnjoly
2008-02-17Regen for pread/pwrite fixes.njoly
2008-02-17pread/pwrite fixes: use SCARG_P32 to access pointers, and updatenjoly
2008-02-04Regen for merging fcntl() and fcntl64().dsl
2008-02-04Use the same function to implement linux32_sys_fcntl() and linux_sys_fcntl64().dsl
2008-02-02Regen for pread and pwritedsl
2008-02-02Impletemt pread() and pwrite().dsl
2008-02-02Fix the linux32 emulations of fcntl() locking.dsl
2008-02-02Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.cdsl
2008-01-22Add ossaudio support for COMPAT_LINUX32, with help from mrg. With thisjmcneill
2008-01-15Regen.njoly
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2008-01-07Patch up sysctl locking:ad
2008-01-07Regen.njoly
2008-01-07Remove wrong linux32_sys_mmap2_args define.njoly
2007-12-26Regen for readdir syscall.njoly
2007-12-26Add readdir syscall.njoly
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-24Regen for old_uname syscall.njoly
2007-12-24Add old_uname syscall.njoly