CVS commit: src/lib/librt

2019-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 21 21:54:09 UTC 2019 Modified Files: src/lib/librt: sem_init.3 Log Message: Mention that ENOSPC can be returned if we exhausted the max number of semaphores. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/librt

2019-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 21 21:33:34 UTC 2019 Modified Files: src/lib/librt: sem.c Log Message: - KNF return - be careful with errno, only set it when it is possibly set and not before a system call. - factor out a common mask comparison. To

CVS commit: src/lib/librt

2018-05-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 5 06:39:10 UTC 2018 Modified Files: src/lib/librt: sem_open.3 Log Message: file system police; remove trailing whitespace; merge two error sections for same error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.

CVS commit: src/lib/librt

2018-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 4 20:28:51 UTC 2018 Modified Files: src/lib/librt: sem_open.3 Log Message: It is not a bug that we are only allowing /name. Update for newly allowed length. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/librt

2016-09-15 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Sep 15 07:53:59 UTC 2016 Modified Files: src/lib/librt: sched.3 Log Message: Fix function name macro. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/librt/sched.3 Please note that diffs are not public

CVS commit: src/lib/librt

2016-08-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 5 13:03:13 UTC 2016 Modified Files: src/lib/librt: Makefile sched.3 Log Message: add missing stuff for the affinity calls (Rocky Hotas) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/librt/Makef

CVS commit: src/lib/librt

2016-08-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 5 08:55:29 UTC 2016 Modified Files: src/lib/librt: sched.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/librt/sched.3 Please note that diffs are not public

CVS commit: src/lib/librt

2016-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 4 07:09:15 UTC 2016 Modified Files: src/lib/librt: sched.3 Log Message: Flesh out sched_protect To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/librt/sched.3 Please note that diffs are not publi

CVS commit: src/lib/librt

2016-07-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 6 15:55:02 UTC 2016 Modified Files: src/lib/librt: sched.3 Log Message: Markup improvements. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/librt/sched.3 Please note that diffs are not public domain

CVS commit: src/lib/librt

2016-02-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 20 16:00:10 UTC 2016 Modified Files: src/lib/librt: sched.3 Log Message: Note that SCHED_OTHER must have priority PRI_NONE. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/librt/sched.3 Please n

CVS commit: src/lib/librt

2015-11-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Nov 19 07:03:13 UTC 2015 Modified Files: src/lib/librt: mq_receive.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librt/mq_receive.3 Please note that diffs are not pu

CVS commit: src/lib/librt

2015-11-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 18 13:19:52 UTC 2015 Modified Files: src/lib/librt: mq_receive.3 Log Message: Update RETURN VALUE to match reality and POSIX To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/mq_receive.3 Pleas

CVS commit: src/lib/librt

2015-07-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 8 07:14:38 UTC 2015 Modified Files: src/lib/librt: shm.c Log Message: Simplify previous by just doing an open() on the directory and then using the fstat* family to test for all relevant details. Clean up buffer sizes and

CVS commit: src/lib/librt

2015-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 30 11:46:47 UTC 2015 Modified Files: src/lib/librt: shm.c Log Message: Allow /var/shm to be a symlink to a properly set up directory. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librt/shm.c Pleas

CVS commit: src/lib/librt

2013-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 20 13:48:46 UTC 2013 Modified Files: src/lib/librt: shm_open.3 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librt/shm_open.3 Please note that diffs are not public domain; th

CVS commit: src/lib/librt

2012-07-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 7 01:39:59 UTC 2012 Modified Files: src/lib/librt: sem_init.3 Log Message: One more reference to unimplemented shared semaphores. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/sem_init.3 Plea

CVS commit: src/lib/librt

2012-07-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 7 01:37:13 UTC 2012 Modified Files: src/lib/librt: sem_init.3 Log Message: Shared semaphores have been supported since the initial version, so drop obsolete restriction. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/librt

2012-03-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 10 19:59:21 UTC 2012 Modified Files: src/lib/librt: sem.c Log Message: Keep in sync with libpthread: Fix error handling. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/librt/sem.c Please note that di

CVS commit: src/lib/librt

2012-03-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 8 22:13:32 UTC 2012 Modified Files: src/lib/librt: sem_wait.3 Log Message: Add sem_timedwait to NAME and fix SYNOPSIS. Add serial comma. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/sem_wait.3

CVS commit: src/lib/librt

2012-03-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 8 22:13:05 UTC 2012 Modified Files: src/lib/librt: sem_post.3 Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/sem_post.3 Please note that diffs are not public domain

CVS commit: src/lib/librt

2012-03-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 8 22:12:52 UTC 2012 Modified Files: src/lib/librt: sem_open.3 Log Message: Merge error descriptions for same error code. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librt/sem_open.3 Please note tha

CVS commit: src/lib/librt

2012-03-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 8 22:12:37 UTC 2012 Modified Files: src/lib/librt: sem_getvalue.3 Log Message: Add missing comma. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/sem_getvalue.3 Please note that diffs are not pub

CVS commit: src/lib/librt

2011-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 27 18:45:44 UTC 2011 Modified Files: src/lib/librt: Makefile Log Message: Add the same ppc64 hack that libposix needs. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/librt/Makefile Please note t

CVS commit: src/lib/librt

2011-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 11:10:31 UTC 2011 Modified Files: src/lib/librt: aio_return.3 Log Message: aio_return returns ssize_t not int To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/aio_return.3 Please note that

CVS commit: src/lib/librt

2011-08-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 12 23:40:43 UTC 2011 Modified Files: src/lib/librt: lio_listio.3 Log Message: Merge two entries for same error code. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/lio_listio.3 Please note that d

CVS commit: src/lib/librt

2011-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 12 21:18:51 UTC 2011 Modified Files: src/lib/librt: lio_listio.3 Log Message: Add sigevent(3) to SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/lio_listio.3 Please note that diffs are no

CVS commit: src/lib/librt

2011-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 25 23:14:33 UTC 2011 Modified Files: src/lib/librt: sched.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/librt/sched.3 Please note that diffs are not public domain; they

CVS commit: src/lib/librt

2011-01-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Jan 6 15:22:21 UTC 2011 Modified Files: src/lib/librt: aio_suspend.3 Log Message: Fix macro (DV -> Dv). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/aio_suspend.3 Please note that diffs are not

CVS commit: src/lib/librt

2010-09-15 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Sep 15 07:28:46 UTC 2010 Modified Files: src/lib/librt: aio_cancel.3 aio_fsync.3 Log Message: remove RESTRICTIONS section, which seems unrelated to our implementation To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/librt

2010-06-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 7 16:37:07 UTC 2010 Modified Files: src/lib/librt: mq_unlink.3 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq_unlink.3 Please note that diffs are not public domain; the

CVS commit: src/lib/librt

2010-06-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 7 16:33:45 UTC 2010 Modified Files: src/lib/librt: mq.3 Log Message: Grammar and spacing fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq.3 Please note that diffs are not public domain;

CVS commit: src/lib/librt

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:39:43 UTC 2010 Modified Files: src/lib/librt: mq.3 Log Message: Remove some leftover .\" comments. The sysctl variables will be described in sysctl(7). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 s

CVS commit: src/lib/librt

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:21:52 UTC 2010 Modified Files: src/lib/librt: mq_close.3 mq_getattr.3 mq_notify.3 mq_open.3 mq_receive.3 mq_send.3 mq_setattr.3 mq_unlink.3 Log Message: Mostly refer to the main page, mq(3), in SEE ALSO.

CVS commit: src/lib/librt

2010-05-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 19 06:35:20 UTC 2010 Modified Files: src/lib/librt: aio.3 Log Message: Remove the paragraph about the used notification mechanism. Instead, reference sigevent(3). Clarify the file offset discussion. To generate a diff of

CVS commit: src/lib/librt

2010-05-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 17 19:22:31 UTC 2010 Modified Files: src/lib/librt: aio.3 aio_cancel.3 aio_error.3 aio_fsync.3 aio_read.3 aio_return.3 aio_suspend.3 aio_write.3 lio_listio.3 Log Message: Reference only aio(3) in SEE ALSO as it

CVS commit: src/lib/librt

2010-05-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 17 19:04:55 UTC 2010 Modified Files: src/lib/librt: aio.3 Log Message: Fix a typo of a typo, and use .Sq in couple of places. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/aio.3 Please note t

CVS commit: src/lib/librt

2010-05-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 17 17:55:49 UTC 2010 Modified Files: src/lib/librt: aio.3 Log Message: Writing, rereading, writing, reareading, and yet still one typo. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librt/aio.3 Ple

CVS commit: src/lib/librt

2010-05-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 14 08:30:34 UTC 2010 Modified Files: src/lib/librt: mq_open.3 Log Message: Fix spaco. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/mq_open.3 Please note that diffs are not public domain; they a

CVS commit: src/lib/librt

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 03:25:20 UTC 2010 Modified Files: src/lib/librt: mq_open.3 Log Message: Provide a sane argument for -width. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq_open.3 Please note that diffs ar

CVS commit: src/lib/librt

2010-05-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu May 6 10:49:53 UTC 2010 Modified Files: src/lib/librt: mq_open.3 pset.3 sched.3 Log Message: Use standard section headers, as documented in mdoc.samples(7). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/li

CVS commit: src/lib/librt

2010-05-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu May 6 10:40:43 UTC 2010 Modified Files: src/lib/librt: pset.3 Log Message: Markup: .Ss -> .Sh, .Fa -> .Fn, offset indent, and use lists in two places for clarity. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.1

CVS commit: src/lib/librt

2009-05-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 13 12:56:05 UTC 2009 Modified Files: src/lib/librt: aio_fsync.3 Log Message: Merge two descriptions for same error code. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/aio_fsync.3 Please note tha