summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
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
2006-05-14integrate kauth.elad
2006-05-04fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsuichristos
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-11-11Move more compat stuff from sys.christos
2005-11-10These two really don't need the new header.christos
2005-11-10Include new compat header.christos
2005-09-24factor out some of the osockaddr, omsghdr code.christos
2005-09-13compat code reorg.christos
2005-08-19compat_30_sys_getdents: netbsd 1.2 -> 3.0 in comments/messages.yamt