summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2007-06-23Simplify code to get/set 16bit group lists.dsl
2007-06-23These now need sys/prot.hdsl
2007-06-17Do the sysv ipc calls without the stackgap.dsl
2007-06-16Delete stuff in comment about use of stackgap.dsl
2007-06-06Wrap ktrace calls with #ifdef KTRACE.rjs
2007-06-04Fix select() without a timeout parameter.dsl
2007-06-02wrap #include "opt_ktrace.h" by #ifdef _KERNEL_OPT.yamt
2007-06-02Call selcommon() directly instead of using the stackgap...dsl
2007-06-01Split sys_bind() and sys_connect() so that compat code can use common codedsl
2007-06-01(Ab)use a KTR_USER trace entry for the linux socket command and arguments.dsl
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-13This is deja vu - I fixed this earlier....dsl
2007-05-13Stop using the stackgap for time functions.dsl
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-05-12There is no need to use the stackgap for get/setrlimit.dsl
2007-05-12Fix comment and indent.dsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl
2007-05-10- linux uname -m on x86 returns i{3,4,5,6}86 make it so.christos
2007-05-10move the #if 0 down a few lines so linux_machine gets initialized. Pointedchristos
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-05-06Remove change that obviously was not tested (since it uses LINUX_KERN_VERSIONchristos
2007-04-30Include extra header (vfs_syscalls.h).dsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-04-30Remove some unused calls to stackgap_init()dsl
2007-04-23Linux's uname should return x86_64 as machine_archmanu
2007-04-23avoid zerodivide.christos
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-14Add ptmx fakedevice hack for amd64manu
2007-03-14Fix compat linux statfs/fstatfs syscalls on amd64.njoly
2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Introduce a new member to struct emul, e_startlwp, to be used bycube
2007-02-17Acquire proclist_lock across the calls to p_find() and pg_find().dsl
2007-02-15Count the number of CPUs at boot and stash in 'ncpu'. Eventually shouldad
2007-02-15Fix Linux compat on amd64.ad
2007-02-11Make setsockopt return compatible error codes for AF_UNIX sockets.mlelstv
2007-02-09Acquire proclist_mutex before sending signals.ad
2007-02-09Merge newlock2 to head.ad
2007-02-05Add a new linux_emuldata_shared flag value LINUX_LES_USE_NPTL to allownjoly
2007-01-05Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-11-25Part of PR/33280: Christian Ehrhardt: The call to FILE_USE should beelad
2006-11-24s/independant/independent/, from Zafer.wiz
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-29Coverity CID 2990: fix memory leak (from Arnaud Lacombe)christos