maxim
569fed19c7
o Sort .Xrs.
2006-06-13 12:49:14 +00:00
phk
71b866ca8e
Add xref to statfs(2)
2006-06-13 12:23:22 +00:00
maxim
38d68c5332
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
rodrigc
1b048fc4a5
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
keramida
6bb3d81c63
* 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
trhodes
ef3a255b54
Update for rev 1.205 of vm_mmap.c.
...
Submitted by: fanf
2006-04-21 07:22:55 +00:00
maxim
385ea606db
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
ru
8dfa3f1483
List pwritev in the NAME section.
2006-04-14 19:34:07 +00:00
peter
114d7f6536
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
deischen
a0f6b0f1d0
Add each directory's symbol map file to SYM_MAPS.
2006-03-13 01:15:01 +00:00
deischen
138dd54357
Add symbol maps and initial symbol version definitions to libc.
...
Reviewed by: davidxu
2006-03-13 00:53:21 +00:00
davidxu
b33c92af90
Remove mq.c, the POSIX mqueue is implemented in librt.
...
Suggested by: deischen
2006-03-08 23:42:41 +00:00
brueffer
6db6365c65
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
jcamou
44dc71d01c
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
davidxu
f29e4c0c75
Disconnect mqueue from buildworld, as I will implement it in seperated
...
library.
2006-03-01 06:25:46 +00:00
yar
d3fcb2cf25
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
brd
ee6a29f334
- 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
glebius
e8ec4c3a0a
- 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
truckman
bfe1f15bac
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
truckman
0c5f09bf3c
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
grog
d8f7824ea7
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
dds
eab4be14c1
Document the recently-added EINVAL behavior.
...
MFC after: 1 week
2006-01-05 08:55:56 +00:00
phk
62bc67a619
Add abort2 manual page.
...
Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Edited by: phk
2005-12-23 12:27:42 +00:00
davidxu
54f6e603e2
Sort .Xr by section number.
...
Submitted by: ru
2005-12-13 13:43:35 +00:00
davidxu
b4c9d04a7a
Add cross references to siginfo.3.
2005-12-13 03:05:58 +00:00
davidxu
c4b03f28e8
Fix markeup.
...
Submitted by: ru
2005-12-06 09:52:54 +00:00
davidxu
6bc69ac5ef
Fix markup.
...
Submitted by: ru
2005-12-05 09:31:49 +00:00
davidxu
6b2c23ed29
Document SIGEV_NONE and SIGEV_SIGNAL.
2005-12-05 04:44:39 +00:00
ru
caf571b462
Fix prototype.
2005-12-03 09:01:02 +00:00
ru
31c1e7fdd1
Fix type of argument.
2005-12-03 09:00:43 +00:00
ru
737cb276f5
Break hard sentence break.
2005-12-03 08:52:07 +00:00
davidxu
b7c7977302
Remove implementation-defined, it has already been described in NOTES
...
section.
2005-12-03 02:49:04 +00:00
davidxu
9912fc33bb
Remove implementation-defined sentences.
2005-12-03 02:31:18 +00:00
davidxu
0a233aabf5
Fix lots of markup and content bug.
...
Submitted by: ru
2005-12-03 01:34:41 +00:00
davidxu
fe5351388c
syscall -> system call.
2005-12-02 13:50:56 +00:00
davidxu
c85c22d129
Fix markup.
2005-12-02 09:04:35 +00:00
imp
acbc914cf5
Tweak markup for POSIX standards. Minor wordsmithing.
...
Submitted by: ru@
2005-12-01 18:17:50 +00:00
imp
2fb46d5815
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
davidxu
fe2f3459f3
Update conformance and history sections.
2005-11-30 04:15:44 +00:00
davidxu
155492a9a6
Symlink mq_send to mq_timedsend.
...
Symlink mq_receive to mq_timedreceive.
2005-11-30 04:14:53 +00:00
davidxu
da7f338534
Add manuals for POSIX message queue.
2005-11-30 04:12:37 +00:00
davidxu
b89632601d
Implement following POSIX message queue interfaces:
...
mq_close, mq_getattr, mq_receive, mq_send.
2005-11-26 13:01:17 +00:00
ru
d9eedd9185
Make SYNOPSIS compile.
...
Attn peter@: this manpage wasn't synced with your code changes.
2005-11-24 07:48:19 +00:00
ru
a615d0b31e
Fix prototypes.
...
Attn davidxu@: most likely, the description should also be tweaked
after your undocumented changes that changed these prototypes.
2005-11-24 07:33:35 +00:00
simon
ac5e3a71fd
Do not explicitly state how many bytes an argument list can be in the
...
description of E2BIG, since it's now larger on some platforms.
MFC after: 3 days
2005-11-19 11:30:55 +00:00
andre
e76b2aa5e3
Document CLOCK_UPTIME which returns the current uptime in SI seconds.
...
At the moment it is just an alias for CLOCK_MONOTONIC which reports
the same number.
Sponsored by: TCP/IP Optimization Fundraise 2005
2005-11-18 17:13:22 +00:00
ru
271d9041b2
Fix up markup etc. in recently born manpage.
2005-11-18 11:53:23 +00:00
ru
928d297eeb
-mdoc sweep.
2005-11-17 13:00:00 +00:00
davidxu
9b80130dab
add continued status.
2005-11-12 01:37:03 +00:00
davidxu
a63a9632fb
Insert missing copyright headers.
2005-11-12 01:19:05 +00:00