CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 28 11:31:07 UTC 2021 Modified Files: src/lib/libc/sys: flock.2 Log Message: Fix typos, improve wording. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/flock.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 28 11:29:59 UTC 2021 Modified Files: src/lib/libc/sys: fcntl.2 Log Message: Fix typos, improve wording. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/fcntl.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2021-06-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jun 9 06:00:16 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: clarify posix_spawn recommendation, pointed out by kre To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 16:15:12 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: recommend posix_spawn instead To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/vfork.2 Please note that

CVS commit: src/lib/libc/sys

2021-06-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jun 8 10:02:04 UTC 2021 Modified Files: src/lib/libc/sys: nfssvc.2 Log Message: Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST. The latter is deprecated and kept only for backwards compatibility. To

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 28 03:29:32 UTC 2021 Modified Files: src/lib/libc/sys: bind.2 connect.2 send.2 Log Message: Document EINVAL for out of range socket address lengths. This is what happens, but wasn't documented. Applies to bind(2),

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 27 23:35:37 UTC 2021 Modified Files: src/lib/libc/sys: getvfsstat.2 Log Message: In getvfsstat(2), clarify that the size argument is in bytes. That the size argument is in bytes (not the count of structures) and the

CVS commit: src/lib/libc/sys

2021-03-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Mar 17 08:13:29 UTC 2021 Modified Files: src/lib/libc/sys: open.2 Log Message: Remove superfluous article. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/lib/libc/sys/open.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2021-03-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Mar 17 08:04:39 UTC 2021 Modified Files: src/lib/libc/sys: open.2 Log Message: Clarify use of open flags in open(2). (Avoid using values of three that are equal to four.) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/sys

2021-02-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 17 22:55:20 UTC 2021 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Merge EINVAL descriptions; replace Xr to itself with Nm. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/fsync.2

CVS commit: src/lib/libc/sys

2021-02-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 17 17:43:09 UTC 2021 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Document more EINVAL cases for fsync_range. Corresponds to previous code fix. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libc/sys

2021-02-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 13 06:24:08 UTC 2021 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Document EINVAL for invalid flags given to fsync_range(). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/lib/libc/sys

2021-02-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Feb 9 09:01:29 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: Try improving readability in wrt negations. Use Nx. Remove trailing whitespace. Fix some typos. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 01:12:01 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: Document in poll(2) that poll first appeared in NetBSD in NetBSD 1.3. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 01:01:31 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/poll.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2021-02-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 9 00:50:48 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: Rework the text of poll(2) for clarity. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/poll.2

CVS commit: src/lib/libc/sys

2021-02-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Feb 8 01:00:49 UTC 2021 Modified Files: src/lib/libc/sys: kill.2 Log Message: clarify what happens when kill(-1, ...) does nothing To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/kill.2 Please

CVS commit: src/lib/libc/sys

2021-02-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 7 18:22:51 UTC 2021 Modified Files: src/lib/libc/sys: poll.2 Log Message: poll.2: fix typo in manual page To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/poll.2 Please note that diffs

CVS commit: src/lib/libc/sys

2020-11-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 30 00:21:36 UTC 2020 Modified Files: src/lib/libc/sys: open.2 Log Message: Note that open(O_ASYNC) does not work as advertised. This matches Linux, which also advertises the same semantics and fails to implement it,

CVS commit: src/lib/libc/sys

2020-11-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Nov 27 16:42:00 UTC 2020 Modified Files: src/lib/libc/sys: pipe.2 Log Message: Refine the documentation Sort includes. Correct the historical note, pipe first appeared in AT UNIX v3. Document ENOMEM. To generate a diff of

CVS commit: src/lib/libc/sys

2020-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 14:35:28 UTC 2020 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: add missing sentence. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/libc/sys/kqueue.2 Please note that diffs are

CVS commit: src/lib/libc/sys

2020-10-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 31 10:51:59 UTC 2020 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/kqueue.2 Please note that diffs are

CVS commit: src/lib/libc/sys

2020-07-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 17 18:58:11 UTC 2020 Modified Files: src/lib/libc/sys: poll.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/poll.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2020-05-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 14 13:40:49 UTC 2020 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/lib/libc/sys/ptrace.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2020-05-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 12 11:39:09 UTC 2020 Modified Files: src/lib/libc/sys: clone.2 Log Message: Remove mentions of CLONE_PID and CLONE_STOPPED CLONE_PID was removed in Linux 2.5.15 and recycled for CLONE_PIDFD since Linux 5.2. CLONE_STOPPED

CVS commit: src/lib/libc/sys

2020-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 26 18:56:49 UTC 2020 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Document ENOSYS return from MODCTL_EXIST. Remove EMLINK since it is no longer returned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/sys

2020-04-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 22 21:27:06 UTC 2020 Removed Files: src/lib/libc/sys: _lwp_gettid.2 Log Message: Remove man page for the never-exposed _lwp_gettid(2) call. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0

CVS commit: src/lib/libc/sys

2020-04-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 4 20:31:11 UTC 2020 Added Files: src/lib/libc/sys: _lwp_gettid.2 Log Message: Man page for _lwp_gettid(2). (Not yet installed, pending adding the libc stub.) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/lib/libc/sys

2020-04-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 4 12:57:26 UTC 2020 Modified Files: src/lib/libc/sys: statvfs.2 Log Message: statvfs.2: Add STANDARDS section. Reviewed by kamil To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/statvfs.2

CVS commit: src/lib/libc/sys

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 20:41:41 UTC 2020 Modified Files: src/lib/libc/sys: _lwp_wait.2 Log Message: +EINVAL To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/_lwp_wait.2 Please note that diffs are not public domain;

CVS commit: src/lib/libc/sys

2020-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Feb 22 14:06:05 UTC 2020 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Remove vestigial remnant of an earlier modification to the module implementation. There currently is no such thing as a module's "alias".

CVS commit: src/lib/libc/sys

2020-02-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 5 08:14:36 UTC 2020 Modified Files: src/lib/libc/sys: mkdir.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/mkdir.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2020-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 4 18:36:16 UTC 2020 Modified Files: src/lib/libc/sys: mkdir.2 Log Message: Mention that we don't honor the other mode bits. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/mkdir.2

CVS commit: src/lib/libc/sys

2020-01-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jan 4 04:40:17 UTC 2020 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: /tmp/cvsbigmGa To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/lib/libc/sys/ptrace.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2019-12-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 23 01:46:09 UTC 2019 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Explain in kevent(2) the semantics of EINTR All changes contained in the changelist are applied before returning this error. To generate a

CVS commit: src/lib/libc/sys

2019-12-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Dec 22 17:01:15 UTC 2019 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Document udata type switch in struct kevent in the kqueue(2) To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/lib/libc/sys

2019-05-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 9 09:09:38 UTC 2019 Modified Files: src/lib/libc/sys: getsockopt.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/getsockopt.2 Please note that

CVS commit: src/lib/libc/sys

2019-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 14:10:42 UTC 2019 Modified Files: src/lib/libc/sys: getsockopt.2 Log Message: mention truncation of the result if the size in optlen is less that the size of the option to be returned in optval. To generate a diff

CVS commit: src/lib/libc/sys

2019-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 6 06:56:36 UTC 2019 Modified Files: src/lib/libc/sys: poll.2 Log Message: Remove extra word. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/poll.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 6 00:50:26 UTC 2019 Modified Files: src/lib/libc/sys: poll.2 Log Message: document the EINVAL caused by a large nfds. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/poll.2 Please note

CVS commit: src/lib/libc/sys

2019-04-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 27 22:00:29 UTC 2019 Modified Files: src/lib/libc/sys: getitimer.2 Log Message: s/three/multiple/ Adjust text for consistency. There are already more than three interval timers available, and who knows if even more

CVS commit: src/lib/libc/sys

2019-04-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Apr 12 10:57:27 UTC 2019 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Markup improvements: use Dv for kqueue filters, events and note names ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/lib/libc/sys

2019-04-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 8 10:47:16 UTC 2019 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Split the description for EINVAL into two pieces, one for each operation that can generate the error. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2018-11-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Nov 5 09:18:55 UTC 2018 Modified Files: src/lib/libc/sys: getsockopt.2 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/getsockopt.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2018-07-31 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 31 22:28:26 UTC 2018 Modified Files: src/lib/libc/sys: getsockopt.2 Log Message: Remove ISO references To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/getsockopt.2 Please note that diffs

CVS commit: src/lib/libc/sys

2018-06-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 25 01:21:21 UTC 2018 Modified Files: src/lib/libc/sys: clock_getcpuclockid2.2 Log Message: Describe what this actually does. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/sys

2018-05-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 22 05:39:45 UTC 2018 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Remove reference to itself. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/sigaction.2 Please note that diffs

CVS commit: src/lib/libc/sys

2018-05-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 22 03:07:50 UTC 2018 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Minor improvement in sigaction(2) Note that SIGCHLD covers process continued event. Sponsored by To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2018-05-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 19 05:39:21 UTC 2018 Modified Files: src/lib/libc/sys: vfork.2 Log Message: Note in vfork(2) that SIGTSTP is masked SIGSTOP is no longer masked, but it was never documented. Sponsored by To generate a diff of this

CVS commit: src/lib/libc/sys

2018-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 3 05:09:48 UTC 2018 Modified Files: src/lib/libc/sys: mremap.2 Log Message: Sort sections. Sort ERRORS. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/mremap.2

CVS commit: src/lib/libc/sys

2018-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 16:00:20 UTC 2018 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Explain PROT_MPROTECT better, add references to mremap(2), document the unimplemented flags, documented the alignment pre-defined constants.

CVS commit: src/lib/libc/sys

2018-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 15:25:13 UTC 2018 Modified Files: src/lib/libc/sys: mremap.2 Log Message: Add EXAMPLE and ERRORS section. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/sys/mremap.2 Please note that

CVS commit: src/lib/libc/sys

2017-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 26 17:09:20 UTC 2017 Modified Files: src/lib/libc/sys: vadvise.c Log Message: use __USE() To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/vadvise.c Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-12-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Dec 26 05:45:50 UTC 2017 Modified Files: src/lib/libc/sys: vadvise.c Log Message: Match prior syscall behaviour hide __RCSID under the same macros as rest of libc To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/sys

2017-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 25 11:03:30 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/sys: vadvise.c Log Message: libc: Add a dummy implementation of vadvise() This readds a symbol that has been removed

CVS commit: src/lib/libc/sys

2017-12-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 19 18:43:42 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: Deregister vadvise.S from lib/libc/sys/Makefile.inc Such file was never registered since the inception of NetBSD. The (o)vadvise is dummy

CVS commit: src/lib/libc/sys

2017-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 16 18:31:36 UTC 2017 Modified Files: src/lib/libc/sys: sched.c Log Message: PR/52826: Onno van der Linden: Return PRI_NONE for sched_get_priority_m{in,ax} and SCHED_OTHER. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/sys

2017-12-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 8 09:14:36 UTC 2017 Modified Files: src/lib/libc/sys: _lwp_park.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/sys/_lwp_park.2 Please note that diffs

CVS commit: src/lib/libc/sys

2017-11-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Nov 20 17:03:31 UTC 2017 Modified Files: src/lib/libc/sys: mknod.2 Log Message: .Xr makedev 3 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/mknod.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Nov 13 09:04:57 UTC 2017 Modified Files: src/lib/libc/sys: open.2 Log Message: Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/sys/open.2 Please note that diffs are not public domain;

CVS commit: src/lib/libc/sys

2017-10-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 30 15:49:24 UTC 2017 Modified Files: src/lib/libc/sys: sigqueue.2 Log Message: Remove Tn To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/sigqueue.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-10-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 30 15:48:38 UTC 2017 Modified Files: src/lib/libc/sys: chroot.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/chroot.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:59:34 UTC 2017 Modified Files: src/lib/libc/sys: clock_getcpuclockid2.2 Log Message: Add clock_getcpuclockid to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:58:04 UTC 2017 Modified Files: src/lib/libc/sys: nanosleep.2 Log Message: Correct the standard version for clock_nanosleep (based on the FreeBSD man page) To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:53:11 UTC 2017 Modified Files: src/lib/libc/sys: nanosleep.2 Log Message: Add clock_nanosleep to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/nanosleep.2 Please

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:44:50 UTC 2017 Modified Files: src/lib/libc/sys: pipe.2 Log Message: Add pipe2 to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/pipe.2 Please note that diffs are

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:42:05 UTC 2017 Modified Files: src/lib/libc/sys: sigqueue.2 Log Message: Add sigqueueinfo to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/sigqueue.2 Please note

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:39:47 UTC 2017 Modified Files: src/lib/libc/sys: select.2 Log Message: Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:30:03 UTC 2017 Modified Files: src/lib/libc/sys: ktrace.2 Log Message: Add fktrace to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/ktrace.2 Please note that

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:25:52 UTC 2017 Modified Files: src/lib/libc/sys: fhopen.2 Log Message: Add fhstatvfs1 to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/fhopen.2 Please note that

CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:20:52 UTC 2017 Modified Files: src/lib/libc/sys: chroot.2 Log Message: Add fchroot to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/chroot.2 Please note that

CVS commit: src/lib/libc/sys

2017-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 12 14:59:04 UTC 2017 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Fix typo Insert Pp after a list to add vertical space before the next paragraph Remove Pp before Bl at two places To generate a diff of this

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:34:54 UTC 2017 Modified Files: src/lib/libc/sys: recv.2 Log Message: Grammar and punctuation fixes in few sentences Remove Pp before Bd at couple of places To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:01:26 UTC 2017 Modified Files: src/lib/libc/sys: send.2 Log Message: Insert missing word Insert comma in a sentence to make the comprehension easier Remove Pp before Bd To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2017-06-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jun 7 20:54:59 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: EV_SET(2) - simplify description Note only the information that it does not evaluate multiple times its parameters. Suggested by . To

CVS commit: src/lib/libc/sys

2017-06-06 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 7 05:26:19 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: s/filesystem/file system/ Thanks to Thomas for pointing out that in NetBSD man pages we try to use the convention of writing it as "file

CVS commit: src/lib/libc/sys

2017-06-06 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 6 20:12:54 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Bump date for previous Fix typo: fileystem -> filesystem To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/sys

2017-06-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 6 17:01:59 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Update the EV_SET() description with newer implementation. EV_SET(2) is a macro again, that wraps an inline function which is still new in

CVS commit: src/lib/libc/sys

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 19:41:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix typo: s/interrput/interrupt/ To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/lib/libc/sys/ptrace.2 Please note that

CVS commit: src/lib/libc/sys

2017-05-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed May 31 01:03:01 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Document transition of EV_SET() from a macro to a static inline function Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.40

CVS commit: src/lib/libc/sys

2017-05-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 14 12:30:37 UTC 2017 Modified Files: src/lib/libc/sys: execve.2 getdents.2 intro.2 lfs_markv.2 lfs_segclean.2 lfs_segwait.2 mount.2 mprotect.2 open.2 statvfs.2 sync.2 truncate.2 undelete.2 Log

CVS commit: src/lib/libc/sys

2017-05-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 14 12:29:10 UTC 2017 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Use Nx. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/mmap.2 Please note that diffs are not public domain; they

CVS commit: src/lib/libc/sys

2017-05-09 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 9 06:41:56 UTC 2017 Modified Files: src/lib/libc/sys: accept.2 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/accept.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2017-04-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 23 11:38:53 UTC 2017 Modified Files: src/lib/libc/sys: _lwp_create.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/_lwp_create.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2017-04-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 23 06:46:04 UTC 2017 Modified Files: src/lib/libc/sys: write.2 Log Message: Fix sentences at couple of places s/a file/the file/ s/a -1 is returned/-1 is returned/ To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2017-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 15:04:10 UTC 2017 Modified Files: src/lib/libc/sys: _lwp_create.2 Log Message: Mention that the signal stack of the newly created lwp is reset to disabled. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/lib/libc/sys

2017-04-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Apr 11 17:59:23 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Use more markup for `struct timespec` Use Xr to refer to timespec(3) Add timespec(3) to SEE ALSO To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/sys

2017-04-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Apr 11 11:06:39 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: s/Sets/Set: Use style consistent with the other sentences in that list. Add .Pp before next sentence. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2017-04-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 8 00:58:35 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix typo in previous (ptrace(2)) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/lib/libc/sys/ptrace.2 Please note that

CVS commit: src/lib/libc/sys

2017-04-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 8 00:56:38 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Document new calls and be more clear about PT_SYSCALL* in ptrace(2) Document PT_SETSTEP and PT_CLEARSTEP in ptrace(2). Try to explain more

CVS commit: src/lib/libc/sys

2017-04-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 7 07:21:58 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix typos and some grammar To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/lib/libc/sys/ptrace.2 Please note that diffs

CVS commit: src/lib/libc/sys

2017-04-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 7 00:56:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Correction in ptrace(2) about operations that emit signals PT_STEP and PT_DETACH cannot emit signals PT_CONTINUE and PT_SYSCALL can emit signals

CVS commit: src/lib/libc/sys

2017-04-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 2 14:27:11 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Fix sentence. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/kqueue.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-04-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 1 14:20:45 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Add EV_SET() to the NAME section Use Xr instead of Fn to refer other man pages Add some more entries to SEE ALSO Reviewed by wiz@ To

CVS commit: src/lib/libc/sys

2017-03-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Mar 30 18:54:26 UTC 2017 Modified Files: src/lib/libc/sys: unlink.2 Log Message: Remov comma from the last Nm entry Use Xr instead of Fn to refer rmdir(2) Fix couple of sentences To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 15:17:17 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: add link for accept4. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/lib/libc/sys/Makefile.inc Please note that

CVS commit: src/lib/libc/sys

2017-02-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 23 08:11:09 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Formatting fix. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/sys/ptrace.2 Please note that diffs are not public

CVS commit: src/lib/libc/sys

2017-02-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 23 05:48:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Document PT_GETDBREGS and PT_SETDBRGS in ptrace(2) Not this interface in MD part. Explain design choices. Sponsored by To generate a diff of

CVS commit: src/lib/libc/sys

2017-02-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Feb 21 18:01:38 UTC 2017 Modified Files: src/lib/libc/sys: dup.2 Log Message: Use .Fn to refer functions instead of .Nm. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/dup.2 Please note

CVS commit: src/lib/libc/sys

2017-02-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Feb 21 17:56:21 UTC 2017 Modified Files: src/lib/libc/sys: dup.2 Log Message: Fix spelling of "includes". To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/dup.2 Please note that diffs are not

  1   2   3   4   5   >