Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom | |
1998-02-13 | type botch | Theo de Raadt | |
1998-01-05 | type repair; nino@well.ox.ac.uk | Theo de Raadt | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-04-12 | we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo) | Thomas Graichen | |
1997-04-12 | make it compile (missing include of ultrix_util.h - the other | Thomas Graichen | |
one is a bit unclear) | |||
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs | |
1996-09-08 | fix typo | Theo de Raadt | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-25 | sync | Theo de Raadt | |
1996-08-25 | route execve via compat filename translation | Theo de Raadt | |
1996-08-10 | sys/dirent.h | Theo de Raadt | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. | |||
1996-08-02 | Add $OpenBSD$ | Niklas Hallqvist | |
1996-06-18 | from netbsd; Fix typos in SUSP and DSUSP mapping when setting Ultrix | Theo de Raadt | |
posixmode tty attributes (was 112 and 113, should be 12 and 13). | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-01-08 | from netbsd: | Theo de Raadt | |
Add '/emul/ultrix' pathname processing to Ultrix emulation, and move Ultrix syscalls that require that processing out of ultrix_misc.c to ultrix_pathname.c. | |||
1996-01-05 | from netbsd: | Theo de Raadt | |
Rewrite (a copy of) the emul-sunos termio/termios emulation code to emulate Ultrix termio/termios instead. Ultrix termio c_cc has separate VMIM/VTIME attributes, and the Ultrix termios c_cc is a strict superset of Ultrix termio c_cc. The termios-only c_cc indices are all changed, relative to SunOS. | |||
1996-01-05 | from netbsd: | Theo de Raadt | |
Add sigcode and esigcode to emul_ultrix, so that signal trampoline code is set up for emul_ultrix processes. | |||
1995-12-30 | from netbsd: Ultrix-compatible termios struct and ioctl() definitions | Theo de Raadt | |
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-10-26 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |