Ceri Davies
d2b2ccea4c
Note that the system only allows a maximum of kern.kq_calloutmax timers.
...
PR: docs/102353
Submitted by: phk
MFC after: 1 week
2006-08-25 15:19:47 +00:00
Wes Peters
25dbf7fe4e
Document EAGAIN failure per PR. (Finally!)
...
PR: 24125
2006-08-16 02:56:51 +00:00
Pawel Jakub Dawidek
225ee44c8a
We operate on 'statfs' structures, not on 'fsstat' structures.
...
MFC after: 3 days
2006-08-15 18:17:03 +00:00
Yaroslav Tykhiy
776fc0e90e
Commit the results of the typo hunt by Darren Pilgrim.
...
This change affects documentation and comments only,
no real code involved.
PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week
2006-08-04 07:56:35 +00:00
Norikatsu Shigemura
27a9d57fed
Add missing ;.
...
Pointy hat to: myself
Approved by: deischen (implicitly)
2006-07-23 15:53:12 +00:00
Norikatsu Shigemura
e257c93bbc
Add missing syscalls.
...
Reviewed by: deischen
Approved by: deischen
2006-07-23 13:08:54 +00:00
Konstantin Belousov
455dd7d4c7
Make the mincore(2) return ENOMEM when requested range is not fully mapped.
...
Requested by: Bruno Haible <bruno at clisp org>
Reviewed by: alc
Approved by: pjd (mentor)
MFC after: 1 month
2006-06-21 12:59:05 +00:00
Maxim Konovalov
05922cdfcc
o Sort .Xrs.
2006-06-13 12:49:14 +00:00
Poul-Henning Kamp
dfe969585d
Add xref to statfs(2)
2006-06-13 12:23:22 +00:00
Maxim Konovalov
332a76f71b
o Document the fact truncate(2) has no effect for !VDIR or !VREG files.
...
Submitted by: ceri
2006-06-01 14:20:43 +00:00
Craig Rodrigues
e6d1e46944
Remove reference to "System call restart" in intro(2). intro(2) does not
...
have such a reference. Add a reference instead to SA_RESTART in
sigaction(2).
2006-05-20 21:49:03 +00:00
Giorgos Keramidas
79652c510a
* Document the fact that non-superusers cannot change file flags for
...
objects with SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK.
* Document that non-superusers cannot set or clear any SF_* flag
(setting fails with EPERM, clearing is silently ignored).
* Document that superusers cannot change any flag if one of
SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK is set and securelevel is
greater than 0.
* Document SF_SNAPSHOT and note that it is maintained by the
system and is, for this reason, impossible to set to clear by
any user.
PR: docs/33877
Submitted by: harti
Help by: George Marsellis <gam9478@njit.edu>
MFC after: 1 week
2006-05-16 20:24:41 +00:00
Tom Rhodes
38467e931c
Update for rev 1.205 of vm_mmap.c.
...
Submitted by: fanf
2006-04-21 07:22:55 +00:00
Maxim Konovalov
6ad8b89261
o Document SO_NOSIGPIPE, touch .Dd.
...
PR: docs/78479
Submitted by: Mikko Tyolajarvi
MFC after: 2 weeks
2006-04-15 13:37:35 +00:00
Ruslan Ermilov
1427d59bee
List pwritev in the NAME section.
2006-04-14 19:34:07 +00:00
Peter Wemm
c8cd6b70e2
Document that the documented 2GB mmap limit is actually a
...
documentation bug. We switched to page indexes some time around
FreeBSD 2.2. The actual 'len' limit is the maximum file size or what
will fit in your address space, whichever comes first. It should be
possible to make 1TB files on 32 bit systems, but of course address space
runs out long before then.
2006-03-23 23:37:06 +00:00
Daniel Eischen
6fad3aaf15
Add each directory's symbol map file to SYM_MAPS.
2006-03-13 01:15:01 +00:00
Daniel Eischen
cce72e8860
Add symbol maps and initial symbol version definitions to libc.
...
Reviewed by: davidxu
2006-03-13 00:53:21 +00:00
David Xu
be957ba522
Remove mq.c, the POSIX mqueue is implemented in librt.
...
Suggested by: deischen
2006-03-08 23:42:41 +00:00
Christian Brueffer
f92b647c38
Remove a useless word.
...
PR: 94087
Submitted by: Tadaaki Nagao <nagao@iij.ad.jp>
MFC after: 3 days
2006-03-05 10:32:15 +00:00
Jesus R. Camou
68dac191af
Sync with actual code.
...
PR: docs/87681
Noticed by: Andreas Kohn <andreas@syndrom23.de>
Reviewed by: brooks
Approved by: trhodes (mentor)
MFC after: 3 days
2006-03-03 13:58:43 +00:00
David Xu
b8211fabf1
Disconnect mqueue from buildworld, as I will implement it in seperated
...
library.
2006-03-01 06:25:46 +00:00
Yaroslav Tykhiy
36ab780431
Tell the truth about a) how to get the first fileid, and
...
b) what return values from kldstat(2) can be expected.
Bump .Dd.
MFC after: 3 days
2006-02-22 15:11:12 +00:00
Brad Davis
209462832d
- Massage wording to make it easier to understand and fix some grammar.
...
Submitted by: sbahra at gwu dot edu
Reviewed by: ru@
Approved by: ceri@
MFC after: 3 days
2006-02-16 09:56:31 +00:00
Gleb Smirnoff
61fb9bd80c
- In pipe() return the error returned by pipe_create(), rather then
...
hardcoded ENFILES, which is incorrect. pipe_create() can fail due
to ENOMEM.
- Update manual page, describing ENOMEM return code.
Reviewed by: arch
2006-01-30 08:25:04 +00:00
Don Lewis
3700c24576
Back out the previous change to rename.2. The previous rename()
...
behaviour of returning EINVAL when ".." is passed as either argument
has been restored.
rmdir("..") now returns EINVAL instead of EPERM. Document the
previously undocumented behaviour of rmdir(".") returning EINVAL
as required by POSIX and SUSv3. Bump the man page change date.
undelete("..") now returns EINVAL instead of EPERM. Bump the man
page change date.
MFC after: 3 days
2006-01-22 19:49:37 +00:00
Don Lewis
af0c232ba6
rename(), rmdir(), and undelete() fail with EPERM if the last component
...
of the path is "..".
MFC after: 3 days
2006-01-21 20:45:45 +00:00
Greg Lehey
3b4c974228
Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.
...
Pointed out by: Antony Curtis <antony@mysql.com>
2006-01-10 23:24:47 +00:00
Diomidis Spinellis
79a7950c48
Document the recently-added EINVAL behavior.
...
MFC after: 1 week
2006-01-05 08:55:56 +00:00
Poul-Henning Kamp
4c13606d1e
Add abort2 manual page.
...
Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Edited by: phk
2005-12-23 12:27:42 +00:00
David Xu
412295fdbd
Sort .Xr by section number.
...
Submitted by: ru
2005-12-13 13:43:35 +00:00
David Xu
e9e7495667
Add cross references to siginfo.3.
2005-12-13 03:05:58 +00:00
David Xu
f2a77c2a7c
Fix markeup.
...
Submitted by: ru
2005-12-06 09:52:54 +00:00
David Xu
52cf88e2ef
Fix markup.
...
Submitted by: ru
2005-12-05 09:31:49 +00:00
David Xu
8c1e5ef215
Document SIGEV_NONE and SIGEV_SIGNAL.
2005-12-05 04:44:39 +00:00
Ruslan Ermilov
4b66957aa4
Fix prototype.
2005-12-03 09:01:02 +00:00
Ruslan Ermilov
fc37aef9c0
Fix type of argument.
2005-12-03 09:00:43 +00:00
Ruslan Ermilov
61df86c1ed
Break hard sentence break.
2005-12-03 08:52:07 +00:00
David Xu
8fcc657635
Remove implementation-defined, it has already been described in NOTES
...
section.
2005-12-03 02:49:04 +00:00
David Xu
ce45c6d3d7
Remove implementation-defined sentences.
2005-12-03 02:31:18 +00:00
David Xu
951ac754b9
Fix lots of markup and content bug.
...
Submitted by: ru
2005-12-03 01:34:41 +00:00
David Xu
0e6a74358e
syscall -> system call.
2005-12-02 13:50:56 +00:00
David Xu
4ea655e4bb
Fix markup.
2005-12-02 09:04:35 +00:00
Warner Losh
fdc504a929
Tweak markup for POSIX standards. Minor wordsmithing.
...
Submitted by: ru@
2005-12-01 18:17:50 +00:00
Warner Losh
edd94d735c
Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while on
...
other systems it prevents a tty from becoming a controlling tty on the
open. O_SYNC is the POSIX name for O_FSYNC.
The Markup Police may need to tweak my references to standards.
2005-12-01 17:54:33 +00:00
David Xu
6f59c4c0cd
Update conformance and history sections.
2005-11-30 04:15:44 +00:00
David Xu
400786f6bb
Symlink mq_send to mq_timedsend.
...
Symlink mq_receive to mq_timedreceive.
2005-11-30 04:14:53 +00:00
David Xu
968cc4bd61
Add manuals for POSIX message queue.
2005-11-30 04:12:37 +00:00
David Xu
8635f5a162
Implement following POSIX message queue interfaces:
...
mq_close, mq_getattr, mq_receive, mq_send.
2005-11-26 13:01:17 +00:00
Ruslan Ermilov
47be132478
Make SYNOPSIS compile.
...
Attn peter@: this manpage wasn't synced with your code changes.
2005-11-24 07:48:19 +00:00