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
/
linux
/
linux_ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Semctl with IPC_STAT command should return zero in case of success.
sobomax
2005-02-11
1
-2
/
+3
*
- Tweak kern_msgctl() to return a copy of the requested message queue id
jhb
2005-02-07
1
-3
/
+2
*
Split out kernel side of msgctl(2) into two parts: the first that pops data
sobomax
2005-01-26
1
-17
/
+10
*
Match the LINUX32's style with existing style
obrien
2005-01-14
1
-9
/
+9
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
1
-34
/
+56
*
Back out the following revisions:
fjoe
2003-11-05
1
-6
/
+6
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Change the semantics of sysv shm emulation to take a additional
mbr
2003-05-05
1
-60
/
+73
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-16
/
+16
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-3
/
+3
*
Add function linux_msg() for regulating output from the linux emulation
alfred
2003-01-02
1
-3
/
+2
*
- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
sobomax
2002-10-11
1
-23
/
+285
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type
marcel
2002-05-18
1
-1
/
+1
*
Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make
mr
2001-10-28
1
-3
/
+52
*
Swap the src and dst arguments of the bcopy added in the
marcel
2001-09-28
1
-1
/
+1
*
The arg parameter is passed by value in Linux, but not in FreeBSD.
marcel
2001-09-26
1
-5
/
+6
*
Implement LINUX_[SEM|IPC]_[STAT|INFO]
mr
2001-09-15
1
-2
/
+58
*
KSE Milestone 2
julian
2001-09-12
1
-28
/
+28
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-126
/
+99
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-4
/
+0
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-0
/
+4
*
Sync with Alpha:
marcel
2000-11-09
1
-4
/
+0
*
Support for the linux ipc syscalls on the alpha, where each one has
gallatin
2000-11-01
1
-13
/
+15
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
1
-0
/
+4
*
Update include directives.
marcel
2000-08-22
1
-58
/
+15
*
Linux doesn't complain if you remove a msg queue that doesn't exist
marcel
1999-09-23
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation
jkh
1998-06-02
1
-9
/
+13
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-51
/
+51
*
Implement linux_semop, linux_semget and linux_semctl.
kato
1997-10-28
1
-4
/
+136
*
Ops the arguments to copyin was in the wrong order..
sos
1997-08-10
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+1
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-24
/
+30
*
reran makesyscalls
peter
1996-01-08
1
-2
/
+1
*
The Linux emulator depends on SYSV IPC but doesn't actually reference
wollman
1996-01-05
1
-1
/
+3
*
My first shot at get sound to work on the emulator.
sos
1995-12-29
1
-5
/
+45
*
Update linux_ipc.c to use the now generated prototypes for the shm* calls
peter
1995-12-15
1
-9
/
+9
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-6
/
+4
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+308