summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_uselib.c
AgeCommit message (Expand)Author
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-04-30Remove some unused calls to stackgap_init()dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
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-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06writable, not writeable.wiz
2002-10-05count executable image pages as executable for vm-usage purposes.chs
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-07-22seperate -> separatewiz
2000-12-12define EXEC_AOUT (if not defined) before including linux_syscallargs.h,jdolecek
2000-12-01put linux_sys_uselib() to separate file linux_uselib.cjdolecek