History log of /src/sys/compat/common/sysv_shm_14.c |
Revision | | Date | Author | Comments |
1.18 |
| 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
1.17 |
| 19-Jan-2011 |
tsutsui | branches: 1.17.56; 1.17.58; Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. Now they are handled by $sysarghdrextra in sys/kern/syscalls.conf.
|
1.16 |
| 11-Jan-2009 |
christos | branches: 1.16.6; 1.16.8; merge christos-time_t
|
1.15 |
| 28-Apr-2008 |
martin | branches: 1.15.2; 1.15.8; 1.15.12; Remove clause 3 and 4 from TNF licenses
|
1.14 |
| 20-Dec-2007 |
dsl | branches: 1.14.6; 1.14.8; 1.14.10; 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.13 |
| 08-Dec-2007 |
dsl | branches: 1.13.4; ANSIfy most of the function definitions in sys/compat (but not ndis). All by the magic of sed ...
|
1.12 |
| 04-Dec-2007 |
dsl | Remove all the __P
|
1.11 |
| 09-Feb-2007 |
ad | branches: 1.11.18; 1.11.20; 1.11.26; 1.11.28; Merge newlock2 to head.
|
1.10 |
| 16-Nov-2006 |
christos | __unused removal on arguments; approved by core.
|
1.9 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.8 |
| 23-Jul-2006 |
ad | branches: 1.8.4; 1.8.6; Use the LWP cached credentials where sane.
|
1.7 |
| 10-Nov-2005 |
christos | branches: 1.7.6; 1.7.10; Include new compat header.
|
1.6 |
| 26-Feb-2005 |
perry | branches: 1.6.4; nuke trailing whitespace
|
1.5 |
| 18-Jan-2003 |
thorpej | branches: 1.5.2; 1.5.10; 1.5.12; Merge the nathanw_sa branch.
|
1.4 |
| 13-Nov-2001 |
lukem | add RCSIDs (including regeneration of files as appropriate)
|
1.3 |
| 17-Dec-2000 |
jdolecek | branches: 1.3.2; 1.3.4; make LKM safe
|
1.2 |
| 02-Jun-2000 |
simonb | Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", "KERN_SYSVIPC_SEM_INFO" and "KERN_SYSVIPC_SHM_INFO" to return the info and data structures for the relevent SysV IPC types. The return structures use fixed-size types and should be compat32 safe. All user-visible changes are protected with #if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
Make all variable declarations extern in msg.h, sem.h and shm.h and add relevent variable declarations to sysv_*.c and remove unneeded header files from those .c files.
Make compat14 SysV IPC conversion functions and sysctl_file() static.
Change the data pointer to "void *" in sysctl_clockrate(), sysctl_ntptime(), sysctl_file() and sysctl_doeproc().
|
1.1 |
| 25-Aug-1999 |
thorpej | branches: 1.1.2; 1.1.10; Add compatibility calls for the 1.4 System V IPC *ctl() calls, and update the 1.0 compat calls.
|
1.1.10.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.1.2.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.1.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.3.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.3.2.4 |
| 12-Jul-2002 |
nathanw | No longer need to pull in lwp.h; proc.h pulls it in for us.
|
1.3.2.3 |
| 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.3.2.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.2.1 |
| 05-Mar-2001 |
nathanw | Initial commit of scheduler activations and lightweight process support.
|
1.5.12.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.5.10.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.2.2 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.5.2.1 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.6.4.5 |
| 21-Jan-2008 |
yamt | sync with head
|
1.6.4.4 |
| 07-Dec-2007 |
yamt | sync with head
|
1.6.4.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.6.4.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.7.10.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.7.6.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.8.6.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.8.6.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.8.4.2 |
| 30-Jan-2007 |
ad | Remove support for SA. Ok core@.
|
1.8.4.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.11.28.2 |
| 26-Dec-2007 |
ad | Sync with head.
|
1.11.28.1 |
| 08-Dec-2007 |
ad | Sync with head.
|
1.11.26.2 |
| 27-Dec-2007 |
mjf | Sync with HEAD.
|
1.11.26.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.11.20.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.11.18.1 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.13.4.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.14.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.14.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.14.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.6.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.14.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.15.12.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.15.12.1 |
| 28-Apr-2008 |
christos | file sysv_shm_14.c was added on branch christos-time_t on 2008-11-09 23:28:36 +0000
|
1.15.8.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.15.2.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.15.2.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.16.8.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.16.6.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.17.58.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.17.56.1 |
| 22-Sep-2018 |
pgoyette | #include "opt_compat_netbsd.h" for all sources that provide compat code.
|