wiz
9ef313636b
Various fixes:
...
Remove trailing whitespace.
Sort sections.
Sort errors.
Fix typos.
Use more markup.
Probably something else I forgot.
2011-03-06 17:19:25 +00:00
bouyer
063f96f3c2
merge the bouyer-quota2 branch. This adds a new on-disk format
...
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 17:08:10 +00:00
wiz
9e76b48586
Merge EINVAL descriptions; sort errors alphabetically; bump date.
2011-02-28 07:17:02 +00:00
dholland
4669b00fb3
Improve discussion of alignment and rounding per PR 33527.
2011-02-28 04:03:00 +00:00
pooka
aa7f369f19
v-node -> vnode
...
(for consistency)
2011-02-21 07:11:11 +00:00
christos
880fe46bea
remove clauses 3/4
2011-01-10 16:42:36 +00:00
wiz
e348791317
Sort errors, fix xref, don't xref itself.
2011-01-10 06:26:30 +00:00
christos
c5aa3a8776
add sigqueue
2011-01-10 04:41:27 +00:00
wiz
817bb39979
Remove trailing whitespace; sort errors; spell "variadic" like
...
Wikipedia or GNU libc.
2010-12-19 22:19:27 +00:00
christos
4d653f4318
Make the ioctl prototype reflect reality and explain why. Also mention that
...
the generic file descriptor manipulation ioctls are superceded by the
equivalent fcntl one.
2010-12-19 16:54:10 +00:00
jruoho
91e230c6b8
Fix xref; module(4) -> module(7).
2010-12-14 16:23:59 +00:00
jruoho
05a9f55544
Xref module(4).
2010-12-13 10:07:46 +00:00
jnemeth
22405528a4
Rename the autoloaded property list from <module>.prop to <module>.plist
...
as discussed on tech-kern.
2010-11-28 00:26:38 +00:00
dholland
6e4e77d46e
No file system I know of reports directory sizes that are multiples of
...
sizeof(struct dirent) except by accident. So, sync with reality. Brought
to my attention by Taylor R Campbell in chat.
2010-11-25 20:53:23 +00:00
skrll
162991256a
Spell immediately correctly.
2010-11-02 20:49:47 +00:00
wiz
98890d79a7
Bump date for O_DIRECTORY, more markup, merge two error sections.
2010-09-22 17:58:09 +00:00
chs
38b9dc3505
implement O_DIRECTORY as standardized in POSIX-2008,
...
for both native and linux emulations.
this fixes the rest of PR 43695.
2010-09-21 19:26:18 +00:00
wiz
f1ecb8cf31
O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).
2010-09-06 19:48:38 +00:00
wiz
4dd873e1cd
Note a difference to IEEE Std 2003.1-2008. Bump date.
2010-09-06 15:22:09 +00:00
wiz
d9898a950b
Explain how O_NOFOLLOW may cause EFTYPE. From joerg.
...
While here, sort errors. Bump date.
2010-09-05 22:44:15 +00:00
pgoyette
a3f95ef31a
Add a couple more possible return values.
2010-08-18 01:55:32 +00:00
christos
eaa5239efc
weakasm for kevent so it can be a cancelation point.
2010-08-06 05:26:35 +00:00
njoly
29a656f391
Improve _PC_NO_TRUNC description. From Matthew Mondor on
...
current-users@.
2010-07-26 12:30:16 +00:00
wiz
591b4ec0ca
Bump date for _PC_NO_TRUNC description fix.
2010-07-22 19:28:25 +00:00
njoly
dcf57cdbc8
Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.
2010-07-22 18:20:21 +00:00
jruoho
bb1d0e97b1
Fix .Xr; dirent(5) -> dirent(3).
2010-06-04 05:42:24 +00:00
njoly
7d9c448d51
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
...
and PATH_MAX.
2010-05-31 12:16:20 +00:00
drochner
5170f0046a
another POSIX compliance fix: sigwait(3) should not use errno but
...
return the error code directly
2010-05-31 11:02:24 +00:00
drochner
690a7f09c9
-fix internal use of sigwaitinfo(2) by sigwait(3): The former returns
...
the signal number now, as required by POSIX. The latter should just
return 0 on success. Fixes a mysql problem reported by Kurt Schreiner.
-document the new behavior of sigwaitinfo and sigtimedwait
-retain non-POSIX behavior for NetBSD-5 binary compatibility -- the fix
would likely not be polled into the .0-branches, and having 5.0.x and
5.x behave differently would be confusing. Besides that, it was
documented in the manpage all the time.
2010-05-30 19:31:39 +00:00
jruoho
2096402883
Refer to sigevent(3).
2010-05-19 06:44:51 +00:00
wiz
d9175b29a9
Split "file system" and fix a typo.
2010-05-18 18:05:52 +00:00
jruoho
51e86d90ef
Refer to timeval(3) and only describe the legacy struct timezone here.
...
Improve markup.
2010-05-18 07:14:18 +00:00
jruoho
4a800d153f
Offset indent, .Dv.
2010-05-17 12:38:04 +00:00
jruoho
a6141e98fc
Use -enum in the list for clarity.
2010-05-17 12:23:05 +00:00
jruoho
3ae57981ed
Add subtitle. Break long paragraph.
2010-05-17 12:16:43 +00:00
jruoho
eb64068f04
Note that all stat-functions are standardized nowadays.
2010-05-17 12:12:35 +00:00
jruoho
5717af9360
Reference timeval(3).
2010-05-17 07:22:03 +00:00
jruoho
3dc60799a1
Try to describe the struct stat instead of copy-pasting it from the header.
...
Use xrefs to avoid duplication of effort. Note the S_IS*() macros.
2010-05-17 05:20:05 +00:00
jruoho
f99f0278cc
Move the more detailed discussion around the dirent-structure from
...
getdents(2) to dirent(5), and extend it with some compatibility notes.
2010-05-15 15:38:41 +00:00
mbalmer
c10c30d557
Correctly spell 'acknowledged'.
...
Found by Christian Brueffer.
2010-05-11 16:17:18 +00:00
jruoho
0fb5e18e02
Update the -- now quite big -- list of unsupported Linux options.
2010-05-04 06:13:43 +00:00
jruoho
40c884b1c3
Note secure_path(3) in SEE ALSO.
2010-05-03 05:53:56 +00:00
jruoho
68cb312101
Remove the note about eaccess(); no such thing in NetBSD.
2010-04-30 09:41:59 +00:00
wiz
5a5627574d
Sort errors.
2010-04-30 06:51:52 +00:00
jruoho
54f0f8584b
Use a SECURITY CONSIDERATIONS instead of the BUGS section, and steal this
...
section from FreeBSD (with minor modifications).
2010-04-30 06:34:23 +00:00
jruoho
a2ebffc113
Reference timeradd(3).
2010-04-30 04:17:45 +00:00
jruoho
eccc1c42e1
Add STANDARDS section. Note that both functions were marked as obsolescent
...
in POSIX (2008); "timer_gettime(2) and timer_settime(2) should be used".
2010-04-30 04:15:49 +00:00
jruoho
71a03dd7f6
Small improvements to wording and markup.
2010-04-30 04:06:20 +00:00
jruoho
648a1295d8
Fix the standards: utimes(2) is still in SUSv4, although marked as legacy.
2010-04-29 17:02:38 +00:00
wiz
0c57838d7b
Sort errors.
2010-04-29 07:31:02 +00:00