summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-06-16 13:02:08 +0000
committerchristos <christos@NetBSD.org>2008-06-16 13:02:08 +0000
commitddbb9c58dd228161b4e78088e515af2280bcd27d (patch)
treec4fa62de14a8776e10e58b3915049583afd5b1ff /sys/dev
parentf9e99b470b7ce1d9d9378b6c472dc03d8fab8bf4 (diff)
We don't need any of this in standalone mode.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
k yet. From FreeBSD.christos 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-12-04Remove all the __Pdsl 2007-02-15Fix Linux compat on amd64.ad 2007-02-09Merge newlock2 to head.ad 2006-08-231) Complete Linux exit_group() emulationmanu 2006-08-07Add a new signature test for linux probe function. We look for a .debuglinkmanu 2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu 2005-12-11merge ktrace-lwp.christos 2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl 2005-05-03First work on COMPAT_LINUX/amd64manu 2005-02-26nuke trailing whitespaceperry 2004-03-26all ports define __HAVE_SIGINFO now, so remove the CPP conditionalsdrochner 2003-09-25constify sendsig/trapsignalchristos 2003-09-06SA_SIGINFO changeschristos 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-09Use PAGE_SIZE rather than NBPG.thorpej 2003-01-18Merge the nathanw_sa branch.thorpej 2002-11-21back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it alsojdolecek 2002-11-15Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based portswdk 2002-11-13add generic linux compat ELF copyargs functionjdolecek 2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos 2002-04-02rename sysctl_linux() to linux_sysctl() and hook it into emul_linuxjdolecek 2002-03-21Don't bitch if we don't have support for a particular arch. This makes itchristos 2002-03-20emulation specific sysctls. Also change the kernel date to nov 11 as requestedchristos 2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21 2001-09-22Enable Mips Linux emulation in header filesmanu 2001-07-29Adjust to the new copyargs() footprint.christos 2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos 2001-01-19Added Linux compatibility support for powerpc portsmanu 2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek 1998-12-15Added linux compat support on m68k ports.itohy