Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-26 | from netbsd: | Theo de Raadt | |
Add emulation of Ultrix select: before calling native sys_select(), limit the number of FDs to select on to the maximum supported by NetBSD -- which is as many FDs as the emul_ultrix process can have open, anyway. Add emulation of Ultrix getmnt(2) in ultrix_fs.c Add partial emulation of Ultrix tty ioctl()s in ultrix_ioctl.c, derived from compat/sunos/sunos_ioctl.c. Ultrix libc's ``isatty()'' now works in compat_emul processes. Fix ultrix_sys_select() entry. Add emulation of ultrix mount(2). Sufficient to NFS-mount filesystems using a NetBSD kernel in an ultrix root filesystem. Move wait emulation to the old (v7) wait syscall number, as that's what the Ultrix ufs_mount binary uses. | |||
1995-12-21 | from netbsd; do not declare private copy of syscallarg | Theo de Raadt | |
1995-12-21 | pull in svr4_time.h | Theo de Raadt | |
1995-12-19 | from fvdl; add msync(), readv() and writev() | Theo de Raadt | |
1995-12-19 | from christos; add utime() and utimes() | Theo de Raadt | |
1995-12-15 | from ghudson; system now provides cookies, no need to fake them | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-11-29 | niklas pointed out the new MDP_UNCACHE_WX might break fork/exec. | Theo de Raadt | |
always set/clear in setregs() now | |||
1995-11-28 | Fix SunOS emulation on 040 | Niklas Hallqvist | |
1995-11-19 | from netbsd; Fix transposed copyin() args, from Niklas Hallqvist ↵ | Theo de Raadt | |
<niklas@appli.se>. | |||
1995-11-13 | ufs ==> ffs | Theo de Raadt | |
1995-11-05 | Fixed ioctl name in case statement comment. | davem | |
1995-11-05 | Fixed macro name typo in comment. | davem | |
1995-10-26 | update from netbsd | Theo de Raadt | |
1995-10-26 | update to netbsd | Theo de Raadt | |
1995-10-18 | add SUNOS_TCFLSH, fix SUNOS_S_FLUSH* | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |