summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha/linux_machdep.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-09-03The conversion of FPU tracking to PCU rendered the fpcurlwp variablethorpej
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2011-11-18- add sigtimedwait support.christos
2011-06-09Adapt to change to PCU.matt
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2010-07-07many changes for COMPAT_LINUX:chs
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2009-03-18bcopy -> memcpycegger
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
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-07-08fix pasto: sigframe.sf_sc is of type linux_sigcontextpooka
2007-03-04fix fallout from caddr_t changes.yamt
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-07-23Use the LWP cached credentials where sane.ad
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl
2003-10-10Adapt to SIGINFO changes.matt
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-01-18Merge the nathanw_sa branch.thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-23make this compile again (PS_STRINGS is gone).chs
2002-02-18Resolve alpha compile issues:christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-30DEBUG kernels fill the registers with garbage on process startup andsimonb
2001-05-30use _KERNEL_OPT.mrg
2001-04-26o IEEE 754 floating-point completion code.ross
2001-01-26Moved include <sys/ioctl.h> so that we can build without WSCONS enabled.manu
2000-12-27Let COMPAT_LINUX build with DEBUGsommerfeld
2000-12-22split off thread specific stuff from struct sigacts to struct sigctx, leavingjdolecek
2000-11-29LKMifyjdolecek
2000-11-27don't use linux_emuldata for now, so that this compiles afterjdolecek
2000-06-29remove include of <vm/vm.h>mrg
2000-03-30Kill register declarations.augustss
2000-03-18Add sigset_t parameter to restore_sigcontext, created by the sigreturn functi...erh
1999-09-12eliminate the PMAP_NEW option by making it required for all ports.chs
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-01-03Make consistent: si_ -> lsi_erh
1999-01-03Avoid name clash with standard si_{uid,pid} fields.erh
1998-12-08At least make this compile. Add linux compat version of auxillary data event...erh