summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
AgeCommit message (Expand)Author
2008-06-24Replace references to getsock/getvnode.ad
2008-06-24ioctl commands are defined unsigned long, so cast cmd to unsigned long before...gmcgarry
2008-05-28Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs.njoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-23Fix locking.ad
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2007-12-24Kill unneeded linux_sys_getpgid and use native sys_getpgid instead.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-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
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-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-07-17Add native mremap system call based on the UVM implementation forjoerg
2007-07-04It seems that min(16,16) isn't a compile time constant.dsl
2007-06-30Match updates to kauth_cred_set/getgroups.dsl
2007-06-23Simplify code to get/set 16bit group lists.dsl
2007-06-23These now need sys/prot.hdsl
2007-06-04Fix select() without a timeout parameter.dsl
2007-06-02Call selcommon() directly instead of using the stackgap...dsl
2007-05-12There is no need to use the stackgap for get/setrlimit.dsl
2007-05-10- linux uname -m on x86 returns i{3,4,5,6}86 make it so.christos
2007-05-08Remember to copy the rusage to the users buffer.dsl
2007-05-07Split sys_wait4() so that compat code can fiddle with the returned 'status'dsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-04-11- Add compat amd64 linux32 statfs support, adapted from PR/35956.njoly
2007-03-23implement emul.linux.kern.machine, which can be set to "i686", likemrg
2007-03-14Fix compat linux statfs/fstatfs syscalls on amd64.njoly
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-08-30Allow this to build as an LKM by testing for _KERNEL_OPT beforehe
2006-08-30Update to deal with options PTRACEmatt
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-13change 20 to NZERO; pointed out by mrg.christos
2006-06-10PR/33671: Nicolas Joly: Add a getpriority syscall to account for the factchristos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-10don't allocate struct statvfs on stack as it's too large.yamt
2006-03-17Fix Coverity issues 2321 and 2320. Make sure to free allocated memory.erh