History log of /src/sys/compat/sunos/sunos_exec.h |
Revision | | Date | Author | Comments |
1.11 |
| 19-Nov-2008 |
ad | 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.10 |
| 04-Dec-2007 |
dsl | branches: 1.10.12; 1.10.16; 1.10.22; 1.10.24; Remove all the __P
|
1.9 |
| 11-Dec-2005 |
christos | branches: 1.9.44; 1.9.46; 1.9.52; 1.9.56; merge ktrace-lwp.
|
1.8 |
| 12-Jul-2005 |
christos | Delete define for sunos_syscall_intern.
|
1.7 |
| 10-Jul-2005 |
christos | define sunos_syscall_intern now that sparc needs it.
|
1.6 |
| 29-Jun-2003 |
fvdl | branches: 1.6.2; 1.6.18; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
1.5 |
| 28-Jun-2003 |
darrenr | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
|
1.4 |
| 26-Nov-2001 |
fredette | Added support for running 68010 SunOS executables.
|
1.3 |
| 24-Nov-2000 |
scw | branches: 1.3.2; 1.3.4; Make these compile with the latest execsw[] changes. Someone with SunOS binaries needs to test this...
|
1.2 |
| 09-Aug-1998 |
mrg | branches: 1.2.12; use __sparc__ not sparc
|
1.1 |
| 04-Dec-1997 |
tv | Standardize COMPAT_SUNOS -- remove all references to sunos_exec_aout_makecmds() in machdep.c for various architectures and put it in exec_conf.c like the other emulations; rename exec.h to sunos_exec.h.
|
1.2.12.1 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.3.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.3.2.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.6.18.2 |
| 07-Dec-2007 |
yamt | sync with head
|
1.6.18.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.6.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 |
| 02-Jul-2003 |
darrenr | Apply the aborted ktrace-lwp changes to a specific branch. This is just for others to review, I'm concerned that patch fuziness may have resulted in some errant code being generated but I'll look at that later by comparing the diff from the base to the branch with the file I attempt to apply to it. This will, at the very least, put the changes in a better context for others to review them and attempt to tinker with removing passing of 'struct lwp' through the kernel.
|
1.9.56.1 |
| 08-Dec-2007 |
ad | Sync with head.
|
1.9.52.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.9.46.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.9.44.1 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.10.24.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.10.22.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.10.16.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.10.12.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|