History log of /src/sys/compat/sunos/files.sunos |
Revision | | Date | Author | Comments |
1.11 |
| 12-Feb-2019 |
mrg | compat_sunos depends upon compat_09. fixes:
[ 1.8785495] WARNING: module error: built-in module compat_sunos can't find builtin dependency `compat_09' [ 1.8785495] WARNING: module error: built-in module compat_sunos prerequisite compat_09 failed, error 2
|
1.10 |
| 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
1.9 |
| 17-Nov-2014 |
uebayasi | branches: 1.9.18; 1.9.20; Define compat modules (but without dependencies yet).
|
1.8 |
| 19-Nov-2008 |
ad | branches: 1.8.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.7 |
| 02-Feb-2001 |
mrg | branches: 1.7.122; 1.7.126; 1.7.132; 1.7.136; don't build these files if we're doing compat_netbsd32 as well. a different set are required.
|
1.6 |
| 01-Dec-2000 |
jdolecek | put aout specific sunos code from sunos_exec.c to separate file sunos_exec_aout.c make LKM safe add EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EID to emul_sunos flags
|
1.5 |
| 06-Aug-1998 |
mrg | branches: 1.5.12; if syscall_debug & compat_sunos, include sunos_syscalls.c
|
1.4 |
| 20-Jul-1997 |
pk | branches: 1.4.8; config.new => config
|
1.3 |
| 24-Jun-1995 |
christos | Use compat_util.[ch]
|
1.2 |
| 11-Jun-1995 |
pk | Go with the flow; use `/emul/sunos' pseudo-root (from Matthew Green). Note: sunos_stat() and sunos_lstat() were added too.
|
1.1 |
| 27-Apr-1995 |
christos | Try to make the reboot system call compile under sun3 with RB_STRING support [not tested] Add files.sunos Rename system call switch table file from sunos_init_sysent.c to sunos_sysent.c like other emulations.
|
1.4.8.1 |
| 30-Jul-1998 |
eeh | Split vm_offset_t and vm_size_t into paddr_t, psize_t, vaddr_t, and vsize_t.
|
1.5.12.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.5.12.1 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.7.136.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.7.132.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.7.126.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.7.122.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.8.26.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.9.20.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.9.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.
|