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