Home | History | Annotate | Download | only in common
History log of /src/sys/compat/common/kern_ipc_10.c
RevisionDateAuthorComments
 1.26  27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 1.25  11-Jan-2009  christos branches: 1.25.64; 1.25.66;
merge christos-time_t
 1.24  14-Nov-2008  ad _KERNEL_OPT
 1.23  20-Dec-2007  dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
 1.22  08-Dec-2007  dsl branches: 1.22.4;
ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...
 1.21  17-Jun-2007  dsl branches: 1.21.6; 1.21.8; 1.21.16;
Call semctl1() directly, not via stackgap and compat_14_sys___semctl().
 1.20  04-Mar-2007  christos branches: 1.20.2; 1.20.4;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.19  09-Feb-2007  ad branches: 1.19.2;
Merge newlock2 to head.
 1.18  10-Nov-2005  christos branches: 1.18.22;
Include new compat header.
 1.17  19-Nov-2003  christos branches: 1.17.16;
Don't include malloc.h if you are not going to use it.
 1.16  18-Jan-2003  thorpej branches: 1.16.2;
Merge the nathanw_sa branch.
 1.15  28-Sep-2002  scw Add !defined(_LP64) in the appropriate places to correspond with
sys/syscallargs.h.
 1.14  16-Mar-2002  christos make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *
in, instead of using curproc). While there add an optional size argument to
stackgap_init.
 1.13  13-Nov-2001  lukem add RCSIDs (including regeneration of files as appropriate)
 1.12  27-Jul-2000  mrg branches: 1.12.2; 1.12.4;
fix LP64 warnings.
 1.11  28-Jun-2000  mrg remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
 1.10  26-Jun-2000  mrg remove/move more mach vm header files:

<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
 1.9  25-Aug-1999  thorpej branches: 1.9.2;
Add compatibility calls for the 1.4 System V IPC *ctl() calls, and
update the 1.0 compat calls.
 1.8  19-Oct-1998  tron Defopt SYSVMSG, SYSVSEM and SYSVSHM.
 1.7  15-Aug-1998  mycroft Make copyright notices with my name consistent.
 1.6  05-Mar-1998  scottb Modified compat_10_sys_semsys to correctly read in a union arg (a5)
and pass a union pointer arg to sys___semctl
 1.5  22-Jan-1998  mycroft Fix an old typo that caused shmdt() to fail.
 1.4  07-Oct-1995  mycroft branches: 1.4.18;
Prefix names of system call implementation functions with `sys_'.
 1.3  19-Sep-1995  thorpej Make system calls conform to a standard prototype and bring those
prototypes into scope.
 1.2  10-Aug-1995  mycroft Make this compile if one of SYSV{SEM,SHM,MSG} is not defined.
 1.1  24-Jun-1995  christos - Extracted all compat routines from the kern directory and moved here.
- Created compat_util.c and compat_util.h to be used by the compatibility
modules, so they don't duplicate the same code.
- Added prototypes to the stackgap allocation routines.
 1.4.18.2  05-May-1998  mycroft Pull up 1.6, per request of scottb.
 1.4.18.1  29-Jan-1998  mellon Pull up 1.5 (mycroft)
 1.9.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.12.4.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.12.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.12.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.12.2.6  18-Oct-2002  nathanw Catch up to -current.
 1.12.2.5  12-Jul-2002  nathanw No longer need to pull in lwp.h; proc.h pulls it in for us.
 1.12.2.4  29-May-2002  nathanw #include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t
now that <sys/param.h> doesn't include <sys/sa.h>.

(Behold the Power of Ed)
 1.12.2.3  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.12.2.2  14-Nov-2001  nathanw Catch up to -current.
 1.12.2.1  05-Mar-2001  nathanw Initial commit of scheduler activations and lightweight process support.
 1.16.2.4  11-Dec-2005  christos Sync with head.
 1.16.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.16.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.16.2.1  03-Aug-2004  skrll Sync with HEAD
 1.17.16.4  21-Jan-2008  yamt sync with head
 1.17.16.3  03-Sep-2007  yamt sync with head.
 1.17.16.2  26-Feb-2007  yamt sync with head.
 1.17.16.1  21-Jun-2006  yamt sync with head.
 1.18.22.1  30-Jan-2007  ad Remove support for SA. Ok core@.
 1.19.2.1  12-Mar-2007  rmind Sync with HEAD.
 1.20.4.1  11-Jul-2007  mjf Sync with head.
 1.20.2.1  15-Jul-2007  ad Sync with head.
 1.21.16.1  26-Dec-2007  ad Sync with head.
 1.21.8.1  09-Jan-2008  matt sync with HEAD
 1.21.6.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.22.4.1  02-Jan-2008  bouyer Sync with HEAD
 1.23.20.1  19-Jan-2009  skrll Sync with HEAD.
 1.23.18.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.23.14.2  14-May-2008  wrstuden Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.

Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)

Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.

This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.

I think this reduction is very good thing.
 1.23.14.1  10-May-2008  wrstuden Initial checkin of re-adding SA. Everything except kern_sa.c
compiles in GENERIC for i386. This is still a work-in-progress, but
this checkin covers most of the mechanical work (changing signalling
to be able to accomidate SA's process-wide signalling and re-adding
includes of sys/sa.h and savar.h). Subsequent changes will be much
more interesting.

Also, kern_sa.c has received partial cleanup. There's still more
to do, though.
 1.23.12.1  04-May-2009  yamt sync with head.
 1.23.8.3  20-Nov-2008  christos merge with head.
 1.23.8.2  09-Nov-2008  christos garbage collect all the conversion functions and put them in the header
files so that userland can share them. Also fix bugs in them!
 1.23.8.1  29-Mar-2008  christos Welcome to the time_t=long long dev_t=uint64_t branch.
 1.23.6.1  17-Jan-2009  mjf Sync with HEAD.
 1.25.66.1  10-Jun-2019  christos Sync with HEAD
 1.25.64.1  22-Sep-2018  pgoyette #include "opt_compat_netbsd.h" for all sources that provide compat code.

RSS XML Feed