index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
svr4
/
svr4_ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the ABI of some of the structures used by the SYSV IPC API:
jhb
2009-06-24
1
-29
/
+4
*
Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This
jhb
2006-07-08
1
-8
/
+12
*
Don't try to copyin extra data for IPC_RMID requests to msgctl() or
jhb
2006-07-06
1
-6
/
+1
*
Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Mark
jhb
2006-06-27
1
-46
/
+31
*
- Add a kern_semctl() helper function for __semctl(). It accepts a pointer
jhb
2006-06-27
1
-82
/
+33
*
Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,
rwatson
2005-09-28
1
-2
/
+0
*
Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),
rwatson
2005-09-19
1
-0
/
+2
*
Add missing dependencies on the SYSVIPC modules.
jhb
2005-07-29
1
-0
/
+6
*
Rototill this file so that it actually compiles. It doesn't do anything
jhb
2005-07-07
1
-144
/
+135
*
- Implement svr4_emul_find() using kern_alternate_path(). This changes
jhb
2005-02-07
1
-21
/
+4
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-8
/
+4
*
SCARGS removal take II.
alfred
2002-12-14
1
-83
/
+83
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-83
/
+83
*
Remove SCARGS.
alfred
2002-12-13
1
-83
/
+83
*
Remove __P.
alfred
2002-03-20
1
-29
/
+29
*
FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an
jhb
2001-01-23
1
-3
/
+3
*
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
obrien
2000-08-31
1
-6
/
+6
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
SVR4 emulator source files now take their compilation options from
newton
1999-12-08
1
-1
/
+1
*
Remove unnecessary includes.
newton
1999-10-17
1
-10
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add $Id$ tags
newton
1999-07-30
1
-0
/
+1
*
Emulator KLD for SysVR4 executables grabbed from NetBSD.
newton
1999-01-30
1
-0
/
+831