summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32
AgeCommit message (Expand)Author
2001-12-10I can't win today -- make this link.thorpej
2001-12-10Move the code that walks the process's VM map during a coredumpthorpej
2001-12-09Fix compilation problems.thorpej
2001-12-08Make the coredump routine exec-format/emulation specific. Splitthorpej
2001-11-23if the LKM support is not compiled in, don't bother using exec_lockjdolecek
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
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-09-19machine/fbio.h -> dev/sun/fbio.hthorpej
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-08-25update copyright notices.mrg
2001-08-15Fix bug in netbsd32_compat_43_olseek return value.eeh
2001-07-30Add missing `error'.eeh
2001-07-29Adjust to the new copyargs() footprint.christos
2001-07-29carry on the copyargs() and exit1() changes from kern_exec.cchristos
2001-07-17Expel MSG_COMPAT/COMPAT_OLDSOCK, make the COMPAT_43 wrappersjdolecek
2001-06-25Back off the sendit()/recvit() change, some have problems with itjdolecek
2001-06-25Add 'kernsa' parameter for sendit()/recvit(); if nonzero, msg->msg_namejdolecek
2001-06-19Some of this was sparc-specific, so ifdef __sparc__ it (XXX). Also,fvdl
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-15In check_exec(), don't bother checking P_TRACED along withthorpej
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-06-06proto for coredump32mrg
2001-06-06add netbsd32_uvm_unix.c and netbsd32_kern_sig.cmrg
2001-06-06sync with uvm_unix.c 1.23mrg
2001-06-06LKM friendly: move coredump32() heremrg
2001-06-06LKM friendly: move uvm_coredump32() heremrg
2001-05-30use _KERNEL_OPT.mrg
2001-04-10Regen.kleink
2001-04-10Slight indentation nit.kleink
2001-04-09Change the first arg to fileops fo_stat routine to struct file *, adjustjdolecek
2001-04-09Call file descriptor stat function via (*fp->f_ops->fo_stat) insteadjdolecek
2001-04-08Fix soo_stat() calls for the new parameter, even if the direct call isross
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2001-03-04be more verbose about failed vmcmds.mrg
2001-02-14Support flexible process address space limits and bump kernel version number.eeh
2001-02-11Don't play fast and loose with pointers.eeh
2001-02-08split up netbsd32_netbsd.c into 9 new files, leaving only those syscalls thatmrg
2001-02-07move the static inline conversion functions into a header file so othermrg
2001-02-07compat_12_netbsd32_{,fl}stat12() were not copyout()ing the converted result.mrg
2001-02-07fix the glaring errors in compat_13_netbsd32_sigaltstack13mrg
2001-02-07compat_sunos needs netbsd32_compat_09.cmrg
2001-02-06Specify a process' address space limits for uvmspace_exec().eeh
2001-02-05fix the glaring errors in emulations for osendmsg, orecvmsg, osigvec and osig...mrg
2001-02-04change_utimes32() was copyin()ing a struct timeval, not netbsd32_timeval.mrg
2001-02-04emulate kern.boottime. now 32-bit w(1) works properly.mrg
2001-02-04make sysctl vm.loadavg work.mrg
2001-02-03sync a comment from sys_execve().mrg
2001-02-03s/sizeof(struct exec)/sizeof(struct netbsd32_exec)/ when calculating file off...mrg
2001-02-02properly implement compat_43_netbsd32_stat43, compat_43_netbsd32_lstat43mrg