Page MenuHomeFreeBSD

Fix and enable SysV IPC tests.
ClosedPublic

Authored by brooks on Dec 13 2017, 1:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 2:58 PM
Unknown Object (File)
Feb 14 2024, 5:25 AM
Unknown Object (File)
Jan 12 2024, 10:06 AM
Unknown Object (File)
Dec 28 2023, 2:57 AM
Unknown Object (File)
Dec 20 2023, 4:14 AM
Unknown Object (File)
Dec 15 2023, 3:17 AM
Unknown Object (File)
Oct 19 2023, 10:42 PM
Unknown Object (File)
Oct 19 2023, 5:36 PM
Subscribers

Details

Summary

Don't declare some types that FreeBSD incorrectly declares.

Fix an incorrect call to open() (missing mode).

ANSIfy prototypes.

Enable SysV message queue, semaphore, and shared memory tests.

Test Plan

Tested successfully on amd64, broken on mips64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Rename struct mymsg to testmsg to avoid FreeBSD's misdecleration.

It's really weird that POSIX requires applications themselves to define mymsg and semun. But I guess that's the way it is...

This revision is now accepted and ready to land.Dec 14 2017, 1:24 AM
This revision was automatically updated to reflect the committed changes.