summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common
AgeCommit message (Expand)Author
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-16an attempt at ptrace32christos
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-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly
2008-04-15Make linux32_sys_nice call sys_setpriority directly instead ofnjoly
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-17pread/pwrite fixes: use SCARG_P32 to access pointers, and updatenjoly
2008-02-04Use the same function to implement linux32_sys_fcntl() and linux_sys_fcntl64().dsl
2008-02-02Impletemt pread() and pwrite().dsl
2008-02-02Fix the linux32 emulations of fcntl() locking.dsl
2008-01-22Add ossaudio support for COMPAT_LINUX32, with help from mrg. With thisjmcneill
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2008-01-07Patch up sysctl locking:ad
2007-12-26Add readdir syscall.njoly
2007-12-24Add old_uname syscall.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-12-17Fix linux32_sys_wait4 by doing its own jobw instead off callingnjoly
2007-12-15s/netbsd32_void */netbsd32_caddr_t/njoly
2007-12-11use __KERNEL_RCSID()lukem
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-25Refactor time modification checks and place them in the secmodel code.elad
2007-11-16Update, for linux_sys_readlink() removal.njoly
2007-11-09Make linux32_sys_oldolduname use LINUX_UNAME_ARCH instead of machine,njoly
2007-11-08Replace strncpy with strlcpy in compat linux and linux32 uname,njoly
2007-11-07Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (exceptnjoly
2007-10-31compat linux32 syscalls cleanup.njoly
2007-10-31Remove extra returnnjoly
2007-10-27Add missing chown's syscalls family members.njoly
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-07-21<sys/proc.h> is needed to get nprocs... fixes the build on amd64.xtraeme
2007-06-16Remove a spare 'timeval' structure - makes this version of this functiondsl
2007-06-01(Ab)use a KTR_USER trace entry for the linux socket command and arguments.dsl
2007-05-13This code is already set for directly calling a files ioctl fn with adsl