summaryrefslogtreecommitdiff
path: root/tools/regression/sysvmsg
Commit message (Collapse)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* According to shared memory man pages, advice including <sys/types.h>Kevin Lo2012-05-211-1/+1
| | | | | | | instead of <sys/param.h> Notes: svn path=/head/; revision=235719
* 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