summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32
AgeCommit message (Expand)Author
2003-12-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-04Dynamic sysctl.atatat
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-10-31adapt for changes to kern/exec_elf32.cdrochner
2003-10-26don't use extra variables where there is no need to.christos
2003-10-26Don't do the tsleep dance if timo is 0; simplify the code.christos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25regenchs
2003-10-25allow COMPAT_SUNOS without COMPAT_43.chs
2003-10-21Fix NULL vs. int comparison.fvdl
2003-10-21Fix some int vs. NULL comparisons.fvdl
2003-10-21Don't compare an integer value against 0.fvdl
2003-10-15Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionallyfvdl
2003-10-13Implement 32bit get/setcontext entry points.fvdl
2003-10-13Regenerate.fvdl
2003-10-13Define compat_16 as valid prefix; define the 1.6 compat sigreturn.fvdl
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-10-11fix typo in previous.chs
2003-10-10Define SIGINFO variant of netbsd32_sendsig when __HAVE_SIGINFO is defined.matt
2003-09-26Add necessary include file.christos
2003-09-26bring in MI declarations.christos
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-15catch up with latest sigctx changes; reported by John Heasley, thanks!christos
2003-09-07Catch up to Christos' SIGINFO changes.rafal
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-08- GC all the setup_stack functionschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-06-29struct proc * -> struct lwp *martin
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-04-12get rid of the ASYNCMAP ioctlschristos
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-02-14Use find_stopped_child() and proc_free() in compat wait() code todsl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-06After a discussion with various folks, fix the strict-alias warningscw
2002-12-06Avoid strict-alias warnings.scw
2002-12-01Make this compile in the presence of -Werroragc
2002-11-29use emul_find_interp(), rathern than calling emul_find() second timejdolecek
2002-11-27Complete the rename: s/sa_/<compat>_sa_/gatatat
2002-11-01set nsysent to 512jdolecek
2002-11-01set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALLjdolecek