History log of /src/sys/compat/ultrix/files.ultrix |
Revision | | Date | Author | Comments |
1.7 |
| 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
1.6 |
| 17-Nov-2014 |
uebayasi | branches: 1.6.18; 1.6.20; Define compat modules (but without dependencies yet).
|
1.5 |
| 19-Nov-2008 |
ad | branches: 1.5.26; Make the emulations, exec formats, coredump, NFS, and the NFS server into modules. By and large this commit:
- shuffles header files and ifdefs - splits code out where necessary to be modular - adds module glue for each of the components - adds/replaces hooks for things that can be installed at runtime
|
1.4 |
| 09-Dec-2000 |
jdolecek | branches: 1.4.122; 1.4.126; 1.4.132; 1.4.136; split ecoff specific code to separate file ultrix_exec_ecoff.c
|
1.3 |
| 07-Jan-1996 |
jonathan | branches: 1.3.30; 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.
|
1.2 |
| 26-Dec-1995 |
jonathan | 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.
|
1.1 |
| 20-Sep-1995 |
thorpej | Add common file lists, similar to what the other emulation modules use.
|
1.3.30.1 |
| 13-Dec-2000 |
bouyer | Sync with HEAD (for UBC fixes).
|
1.4.136.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.4.132.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.4.126.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.4.122.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.5.26.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.6.20.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.6.18.1 |
| 12-Mar-2018 |
pgoyette | Update dependencies for modules when they are built-in. Now we don't (or at least, shouldn't) need reminders in the GENERIC config files about which module options require other options.
Update branch status doc accordingly.
|