View | Details | Raw Unified | Return to bug 167713
Collapse All | Expand All

(-)./ffclock.2 (-2 / +2 lines)
Lines 34-40 Link Here
34
.Nm ffclock_getcounter ,
34
.Nm ffclock_getcounter ,
35
.Nm ffclock_getestimate ,
35
.Nm ffclock_getestimate ,
36
.Nm ffclock_setestimate
36
.Nm ffclock_setestimate
37
.Nd Retrieve feed-forward counter, get and set feed-forward clock estimates.
37
.Nd Retrieve feed-forward counter, get and set feed-forward clock estimates
38
.Sh LIBRARY
38
.Sh LIBRARY
39
.Lb libc
39
.Lb libc
40
.Sh SYNOPSIS
40
.Sh SYNOPSIS
Lines 59-65 Link Here
59
.Em timestamp
59
.Em timestamp
60
is a cumulative value of the ticks of the timecounter, which can be converted
60
is a cumulative value of the ticks of the timecounter, which can be converted
61
into seconds by using the feed-forward
61
into seconds by using the feed-forward
62
.Em clock estimates.
62
.Em clock estimates .
63
.Pp
63
.Pp
64
The
64
The
65
.Fn ffclock_getcounter
65
.Fn ffclock_getcounter
(-)./ktrace.2 (-1 / +1 lines)
Lines 127-133 Link Here
127
that the record was generated.
127
that the record was generated.
128
The
128
The
129
.Va ktr_tid
129
.Va ktr_tid
130
field holds a threadid.
130
field holds a thread id.
131
.Pp
131
.Pp
132
The generic header is followed by
132
The generic header is followed by
133
.Va ktr_len
133
.Va ktr_len
(-)./msgsnd.2 (-1 / +1 lines)
Lines 139-145 Link Here
139
The
139
The
140
.Fa msqid
140
.Fa msqid
141
argument
141
argument
142
is not a valid message queue identifier
142
is not a valid message queue identifier.
143
.Pp
143
.Pp
144
The message queue was removed while
144
The message queue was removed while
145
.Fn msgsnd
145
.Fn msgsnd
(-)./pathconf.2 (-1 / +1 lines)
Lines 165-171 Link Here
165
specified file, otherwise 0.
165
specified file, otherwise 0.
166
.It Li _PC_MIN_HOLE_SIZE
166
.It Li _PC_MIN_HOLE_SIZE
167
If a file system supports the reporting of holes (see
167
If a file system supports the reporting of holes (see
168
.Xr lseek 2 ,
168
.Xr lseek 2 ) ,
169
.Fn pathconf
169
.Fn pathconf
170
and
170
and
171
.Fn fpathconf
171
.Fn fpathconf
(-)./rtprio.2 (-3 / +4 lines)
Lines 132-138 Link Here
132
The priority specified by the
132
The priority specified by the
133
.Va prio
133
.Va prio
134
field ranges between 0 and
134
field ranges between 0 and
135
.Dv RTP_PRIO_MAX (usually 31) .
135
.Dv RTP_PRIO_MAX
136
(usually 31).
136
0 is the highest possible priority.
137
0 is the highest possible priority.
137
.Pp
138
.Pp
138
Realtime and idle priority is inherited through fork() and exec().
139
Realtime and idle priority is inherited through fork() and exec().
Lines 149-155 Link Here
149
The
150
The
150
.Fn rtprio
151
.Fn rtprio
151
system call
152
system call
152
will fail if
153
will fail if:
153
.Bl -tag -width Er
154
.Bl -tag -width Er
154
.It Bq Er EINVAL
155
.It Bq Er EINVAL
155
The specified
156
The specified
Lines 175-181 Link Here
175
.Xr setpriority 2 ,
176
.Xr setpriority 2 ,
176
.Xr nice 3 ,
177
.Xr nice 3 ,
177
.Xr renice 8 ,
178
.Xr renice 8 ,
178
.Xr p_cansee 9 .
179
.Xr p_cansee 9
179
.Sh AUTHORS
180
.Sh AUTHORS
180
.An -nosplit
181
.An -nosplit
181
The original author was
182
The original author was
(-)./setfib.2 (-1 / +2 lines)
Lines 95-101 Link Here
95
.Fx
95
.Fx
96
extension however similar extensions
96
extension however similar extensions
97
have been added to many other
97
have been added to many other
98
.Ux style kernels.
98
.Ux
99
style kernels.
99
.Sh HISTORY
100
.Sh HISTORY
100
The
101
The
101
.Fn setfib
102
.Fn setfib
(-)./shm_open.2 (-1 / +1 lines)
Lines 88-94 Link Here
88
then
88
then
89
.Fn shm_open
89
.Fn shm_open
90
will fail with
90
will fail with
91
.Er EEXIST.
91
.Er EEXIST .
92
.Pp
92
.Pp
93
Newly created objects start off with a size of zero.
93
Newly created objects start off with a size of zero.
94
If an existing shared memory object is opened with
94
If an existing shared memory object is opened with
(-)./sigpause.2 (-2 / +3 lines)
Lines 62-68 Link Here
62
.Sy This interface is made obsolete by
62
.Sy This interface is made obsolete by
63
.Xr sigsuspend 2
63
.Xr sigsuspend 2
64
.Sy and
64
.Sy and
65
.Xr sigaction 2
65
.Xr sigaction 2 .
66
.Pp
66
.Pp
67
The
67
The
68
.Fn sigset
68
.Fn sigset
Lines 172-178 Link Here
172
if the signal had been blocked and the signal's previous disposition if
172
if the signal had been blocked and the signal's previous disposition if
173
it had not been blocked.
173
it had not been blocked.
174
Otherwise,
174
Otherwise,
175
.Dv SIG_ERR is returned and
175
.Dv SIG_ERR
176
is returned and
176
.Va errno
177
.Va errno
177
set to indicate the error.
178
set to indicate the error.
178
.Pp
179
.Pp
(-)./sigqueue.2 (-1 / +1 lines)
Lines 141-147 Link Here
141
The
141
The
142
.Fn sigqueue
142
.Fn sigqueue
143
system call conforms to
143
system call conforms to
144
.St -p1003.1-2004
144
.St -p1003.1-2004 .
145
.Sh HISTORY
145
.Sh HISTORY
146
Support for
146
Support for
147
.Tn POSIX
147
.Tn POSIX
(-)./timer_create.2 (-1 / +1 lines)
Lines 157-163 Link Here
157
The
157
The
158
.Fn timer_create
158
.Fn timer_create
159
system call conforms to
159
system call conforms to
160
.St -p1003.1-2004
160
.St -p1003.1-2004 .
161
.Sh HISTORY
161
.Sh HISTORY
162
Support for
162
Support for
163
.Tn POSIX
163
.Tn POSIX
(-)./timer_delete.2 (-1 / +1 lines)
Lines 72-78 Link Here
72
The
72
The
73
.Fn timer_delete
73
.Fn timer_delete
74
system call conforms to
74
system call conforms to
75
.St -p1003.1-2004
75
.St -p1003.1-2004 .
76
.Sh HISTORY
76
.Sh HISTORY
77
Support for
77
Support for
78
.Tn POSIX
78
.Tn POSIX
(-)./timer_settime.2 (-1 / +1 lines)
Lines 257-263 Link Here
257
and
257
and
258
.Fn timer_settime
258
.Fn timer_settime
259
system calls conform to
259
system calls conform to
260
.St -p1003.1-2004
260
.St -p1003.1-2004 .
261
.Sh HISTORY
261
.Sh HISTORY
262
Support for
262
Support for
263
.Tn POSIX
263
.Tn POSIX
(-)./unlink.2 (-1 / +1 lines)
Lines 157-163 Link Here
157
.Fn unlink ,
157
.Fn unlink ,
158
the
158
the
159
.Fn unlinkat
159
.Fn unlinkat
160
may fail if
160
may fail if:
161
.Bl -tag -width Er
161
.Bl -tag -width Er
162
.It Bq Er EBADF
162
.It Bq Er EBADF
163
The
163
The

Return to bug 167713