gonzo 2008-07-18 14:45:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern uipc_sem.c
Log:
SVN rev 180594 on 2008-07-18 14:45:22Z by gonzo
MFC r179716:
Keep proper track of nsegs counter: sem_free is called for all
allocated sem
gonzo 2008-07-18 14:20:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern uipc_sem.c
Log:
SVN rev 180592 on 2008-07-18 14:20:16Z by gonzo
MFC r179716:
Keep proper track of nsegs counter: sem_free is called for all
allocated sem
jhb 2008-06-23 21:37:53 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
sys/security/mac mac_framework.h mac_policy.h
mac_posix_sem.c
sys/security/mac_biba mac_biba.c
sys/security/mac_mls mac_mls.c
sys/se
gonzo 2008-06-10 20:55:10 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
Log:
SVN rev 179716 on 2008-06-10 20:55:10Z by gonzo
Keep proper track of nsegs counter: sem_free is called for all
allocated semaphores, so it's wrong to increase it
rwatson 2008-05-21 13:36:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.31 from HEAD to RELENG_7:
Attempt to improve convergence of POSIX semaphore code with style(9).
Revision Changes
rwatson 2008-05-16 18:10:07 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
Log:
Attempt to improve convergence of POSIX semaphore code with style(9).
MFC after: 3 days
Revision ChangesPath
1.31 +38 -31src/sys/kern/uipc_se
rwatson 2008-03-01 11:43:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.30 from HEAD to RELENG_6:
Free MAC label on a POSIX semaphore when the semaphore is freed.
Submitted by: jhb
rwatson 2008-01-17 19:52:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.30 from RELENG_7 to RELENG_7_0:
Free MAC label on a POSIX semaphore when the semaphore is freed.
Submitted by:
rwatson 2008-01-16 21:40:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.30 from HEAD to RELENG_7:
Free MAC label on a POSIX semaphore when the semaphore is freed.
Submitted by: jhb
rwatson 2008-01-07 22:03:20 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
Log:
Free MAC label on a POSIX semaphore when the semaphore is freed.
MFC after: 3 days
Submitted by: jhb
Revision ChangesPath
1.30 +3 -0 src
cperciva2006-08-16 08:25:40 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
Log:
Swap the names "sem_exithook" and "sem_exechook" in the previous commit to
match up with reality and the prototype definitions.
Register the sem_exechook as the "pro
rwatson 2006-02-13 23:51:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.22 from HEAD to RELENG_6:
Convert remaining functions to ANSI C function declarations.
Approved by:re (scottl)
rwatson 2006-01-22 00:30:46 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_sem.c
Log:
Convert remaining functions to ANSI C function declarations.
MFC after: 1 week
Revision ChangesPath
1.22 +28 -86src/sys/kern/uipc_sem.c
_
13 matches
Mail list logo