History log of /freebsd/tools/regression/posixsem2/semtest.c (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# f9421853 25-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# d9b9dae1 22-Jan-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r294169 through r294598.


# 009e81b1 22-Jan-2016 Bjoern A. Zeeb <bz@FreeBSD.org>

MFH @r294567


# afa04e41 22-Jan-2016 Jilles Tjoelker <jilles@FreeBSD.org>

sem: Don't free nameinfo that is still in list when open() fails.

This bug could be reproduced easily by calling sem_open() with O_CREAT |
O_EXCL on a semaphore that is already open in the process.

sem: Don't free nameinfo that is still in list when open() fails.

This bug could be reproduced easily by calling sem_open() with O_CREAT |
O_EXCL on a semaphore that is already open in the process. The struct
sem_nameinfo would be freed while still in sem_list and later calls to
sem_open() or sem_close() could access freed memory.

PR: 206396
MFC after: 5 days

show more ...


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


Revision tags: release/7.3.0_cvs, release/7.3.0
# 43648bc0 14-Mar-2010 Konstantin Belousov <kib@FreeBSD.org>

Remove dot at the end of errx() message.

Noted by: bde
MFC after: 3 days


# 6e2e6716 14-Mar-2010 Konstantin Belousov <kib@FreeBSD.org>

Adjust style, fix typo, do not print errno because it is meaningless there.
This test fails for now.

MFC after: 3 days


# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# 323d80a0 07-Jan-2010 David Xu <davidxu@FreeBSD.org>

Don't forget to use fourth argument if O_CREAT is set in argument oflag.
The fourth specifies initial value for the semaphore.


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# 3df967d5 05-Jan-2010 David Xu <davidxu@FreeBSD.org>

Add test code for POSIX semaphore implementation.


Revision tags: release/7.3.0_cvs, release/7.3.0
# 43648bc0 14-Mar-2010 Konstantin Belousov <kib@FreeBSD.org>

Remove dot at the end of errx() message.

Noted by: bde
MFC after: 3 days


# 6e2e6716 14-Mar-2010 Konstantin Belousov <kib@FreeBSD.org>

Adjust style, fix typo, do not print errno because it is meaningless there.
This test fails for now.

MFC after: 3 days


# 323d80a0 07-Jan-2010 David Xu <davidxu@FreeBSD.org>

Don't forget to use fourth argument if O_CREAT is set in argument oflag.
The fourth specifies initial value for the semaphore.


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# 3df967d5 05-Jan-2010 David Xu <davidxu@FreeBSD.org>

Add test code for POSIX semaphore implementation.