aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/sysvmsg
Commit message (Collapse)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
| | | | | | | | | their software. Obtained from: NetBSD Notes: svn path=/head/; revision=204627
* Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length ofJung-uk Kim2006-11-161-8/+12
| | | | | | | actual message and it should not include size of message type. Notes: svn path=/head/; revision=164342
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add regression tests for sysvipc.Alfred Perlstein2002-08-153-0/+375
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD Notes: svn path=/head/; revision=101902