summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2007-11-01This should be a mutex_enter() instead of a mutex_exit().oster
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-10Merge from vmlocking:ad
2007-09-11remove SIOCSIFALIFETIME_IN6 (should have been part of previous commit)gdt
2007-08-20Remove all ioctls from the conversion list that are explicitly definedmartin
2007-08-20Sigh - revert previous. Seems we can't avoid the big list, so fill it.martin
2007-08-20Put back the previous hack to make compat_cvtcmd() work for all the ioctlsmartin
2007-08-20Clean up net compat ioctls, and clean up handling of wireless ioctls.skd
2007-07-17MFSNAMELEN only belongs in compat.christos
2007-07-14Adapt for sys_mount() becoming compat_40_sys_mount(),dsl
2007-07-13Put the stackgap code under OPT_SYSTRACE.dsl
2007-06-30Changes to sompat socket function to avoid the dreaded stackgap.dsl
2007-06-24Update to call do_sys_recv() instead of recvit().dsl
2007-06-17Call semctl1() directly, not via stackgap and compat_14_sys___semctl().dsl
2007-06-17Expose semid_ds14_to_native() to otherparts of the system.dsl
2007-06-16Modify the (recently added) compat_sigaltstack() #define to take thedsl
2007-06-03Add a #define that expands to the compat wrapper for sigaltstack1().dsl
2007-06-02Reduce difference between compat_ifconf() and ifconf():enami
2007-06-01Split sys_bind() and sys_connect() so that compat code can use common codedsl
2007-05-30Move the nasty ifdefs in one place. Requested by ad and dyoung.christos
2007-05-29wrap the whole function in COMPAT_40christos
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-12There is no need to use the stackgap for get/setrlimit.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-30Split the statvfs functions so that the 'work' is done to a kernel bufferdsl
2007-04-26Pass the emulation root string into namei() from emul_find_interp() so thatdsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl
2007-03-10Use the support routines from kern_syscalls.c instead of rolling our own code.dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Count the number of CPUs at boot and stash in 'ncpu'. Eventually shouldad
2007-02-09Merge newlock2 to head.ad
2007-01-29Remove more duplicate headers.hubertf
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-11-24s/existance/existence/, 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-08-04compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast.yamt
2006-08-04some filehandle syscall related changes.yamt
2006-07-31Make filehandles opaque to userlandmartin
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-14make this compile again.christos
2006-07-13sys_getfh -> compot_30_sys_getfhpavel
2006-07-13compat_30_sys_getfh: s/fhandle_t/struct compat_30_fhandle/ (fix overrun.)yamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-30-fix for previous: don't malloc() with spinlock helddrochner
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-06-12stack police: don't allocate statvfs on the stack.christos