Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make MSG_NOSIGNAL available to native programs. | alfred | 2005-03-09 | 1 | -5/+9 |
| | | | | | | Bump FreeBSD_version to note this change. Reviewed by: sobomax | ||||
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 1 | -1/+1 |
| | | | | Noticed by: ru, who else? :) | ||||
* | Do not mislead users into checking for a mount_ufs or mount_ufs2 manual | trhodes | 2005-02-24 | 1 | -1/+3 |
| | | | | | | | page. They do not exist. PR: 53303 Submitted by: Marc Silver <marcs@draenor.org> (original version) | ||||
* | -document the fact that extattr_get_* can fail if the requested | csjp | 2005-02-24 | 1 | -1/+3 |
| | | | | | | | | attribute does not exist on the file. -bump document date Reviewed by: rwatson,trhodes MFC after: 1 week | ||||
* | Xref chflags(2). | trhodes | 2005-02-23 | 1 | -1/+7 |
| | | | | | | Note that unlink.2 can return EPERM if the immutable or append-only flags are set. PR: 77043 | ||||
* | Expand contractions. | ru | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 9 | -11/+11 |
| | |||||
* | read(), pread(), write(), and pwrite() return EINVAL if they are asked | cperciva | 2005-02-10 | 2 | -0/+10 |
| | | | | for more than INT_MAX bytes. | ||||
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -7/+7 |
| | |||||
* | EISCONN may be returned by sendto() if an attempt is made to specify the | keramida | 2005-01-24 | 1 | -0/+2 |
| | | | | | | | | destination address to a datagram socket that is already connected. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> PR: docs/76399 MFC after: 1 week | ||||
* | Fixed punctuation in xrefs. | ru | 2005-01-21 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-20 | 27 | -203/+203 |
| | |||||
* | Eliminate macro calls inside literal displays. | ru | 2005-01-15 | 3 | -4/+4 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 7 | -60/+97 |
| | |||||
* | Catch up with stat.h a bit: | trhodes | 2004-12-29 | 1 | -6/+5 |
| | | | | | o Sticky bit is actually defined as S_ISTXT not S_ISVTX. o Sticky bit is wrapped in if __BSD_VISIBLE not _POSIX_SOURCE. | ||||
* | ``NULL is a specific instance of a null pointer constant; the generic is | keramida | 2004-12-23 | 6 | -30/+12 |
| | | | | | | | | | | | | | a "null pointer".'' Making good use of the excellent explanations sent to me by Ruslan Ermilov, Garrett Wollman and Bruce Evans, correct the descriptions of null pointers. They are just "null pointers", not nil, not NULL or ".Dv NULL". Suggested by: ru, wollman, bde Reviewed by: ru, wollman Pointy hat: keramida | ||||
* | Punctuation marks should be separate arguments in groff macros. | keramida | 2004-12-22 | 1 | -1/+1 |
| | | | | Noticed by: ru | ||||
* | Use .Dv NULL when referring to NULL C pointers, instead of "nil". | keramida | 2004-12-22 | 6 | -11/+32 |
| | |||||
* | Cross reference init(8) too, instead of vaguely referring to the | keramida | 2004-12-22 | 1 | -4/+7 |
| | | | | "initialization process". | ||||
* | MNT_NODEV is deprecated. | ru | 2004-11-29 | 2 | -7/+2 |
| | |||||
* | Document more fields of struct stat. | yar | 2004-11-15 | 1 | -0/+32 |
| | | | | | Note to mdoc(7) police: The document date has already been touched today. | ||||
* | Use .Vt "struct stat" consistently. | yar | 2004-11-15 | 1 | -1/+1 |
| | |||||
* | Nitpicking on grammar. | yar | 2004-11-15 | 1 | -1/+1 |
| | |||||
* | Improve mdoc(7) markup of the page: add several missing macros, | yar | 2004-11-15 | 1 | -10/+10 |
| | | | | use .Va instead of .Li for struct stat fields. | ||||
* | Document the S_IS*(mode) macros used to test for file types. | yar | 2004-11-15 | 1 | -1/+27 |
| | | | | Bump the document date accordingly. | ||||
* | Add necessary whitespace to correct cross references. | ceri | 2004-10-27 | 1 | -2/+2 |
| | | | | | PR: docs/73193 Submitted by: Jilles Tjoelker <jilles at stack.nl> | ||||
* | Reword the last change a bit, add mdoc(7) markup. | yar | 2004-10-25 | 2 | -2/+6 |
| | | | | Discussed with: bde | ||||
* | Since sendfile(2) works on regular files only, | yar | 2004-10-18 | 1 | -1/+1 |
| | | | | | | | which have no negative offsets, "negative" and "invalid" are equivalent WRT the offset argument. Suggested by: bde | ||||
* | Document EMSGSIZE return from recvmsg due to insufficient free files | alfred | 2004-10-17 | 1 | -1/+10 |
| | | | | when transfering rights (file descriptors.) | ||||
* | Explain it is a negative offset that EINVAL may indicate. | yar | 2004-10-16 | 2 | -4/+4 |
| | | | | | | | Now readers won't get an impression that pointing to beyond the current end of file will result in EINVAL. MFC after: 1 week | ||||
* | Improve mdoc(7) markup. | yar | 2004-10-16 | 1 | -3/+9 |
| | |||||
* | Give details on what will happen if the `offset' argument | yar | 2004-10-16 | 1 | -2/+6 |
| | | | | | | | | | to sendfile(2) falls beyond the end of file. Touch .Dd. PR: bin/72649 (in the audit trail) MFC after: 1 week | ||||
* | Make less wrong for desciptions of signal handling | julian | 2004-10-08 | 1 | -41/+53 |
| | | | | MFC in: 1 week | ||||
* | Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC, | roam | 2004-09-03 | 1 | -0/+9 |
| | | | | | | | | | documenting the obsoleteness of the msync(2) syscall and its single remaining purpose. PR: 70916 Submitted by: Radim Kolar <hsn@netmag.cz> MFC after: 3 days | ||||
* | Document the MNT_SNAPSHOT mount flag with a cross-reference | roam | 2004-08-13 | 1 | -1/+7 |
| | | | | | | | to mksnap_ffs(8). PR: 70402 Submitted by: James Raftery <james@now.ie> | ||||
* | Update "documentation date" fields. | green | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | green | 2004-08-10 | 1 | -1/+5 |
| | | | | | a case where ENOMEM could be returned by munlock(2), and add possible system deadlock to the BUGS section. | ||||
* | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | roam | 2004-08-06 | 1 | -1/+1 |
| | | | | | | PR: 69428 Submitted by: Sascha Schneider <suntsu@suntsu.org> MFC after: 2 weeks | ||||
* | Back out previous commit. Even though statfs(2) can take a regular | csjp | 2004-07-20 | 1 | -0/+4 |
| | | | | | | | | file as an argument, it may still fail for the same reasons that open(2) can. Pointed out by: Jilles Tjoelker Apporived by: bmilekic (mentor) | ||||
* | Remove reference to ENOTDIR in the documented errors | csjp | 2004-07-20 | 1 | -4/+0 |
| | | | | | | | | for statfs(2). This is false, if the pathname specified is a regular file, then the information for the file system that the file lives on will be returned. Approved by: bmilekic (mentor) | ||||
* | Document the MSG_DONTWAIT flag. | harti | 2004-07-16 | 1 | -1/+8 |
| | |||||
* | Clarify getfsstat(2) usage. | alfred | 2004-07-16 | 1 | -1/+6 |
| | | | | | | | | | The getfsstat(2) function expects a buffer and a count, and returns a count. The confusing part is that the count it takes is a byte count, while the return value is a count of the number of structures it has filled out. Spell this out. | ||||
* | Document the new PT_LWPINFO request. In fact, the request is so new | marcel | 2004-07-12 | 1 | -0/+19 |
| | | | | | it hasn't even been implemented yet. I just wanted to be the first to try a new approach to development ;-) | ||||
* | Eliminate some magic numbers and correct description of _PC_NO_TRUNC. | wollman | 2004-07-08 | 2 | -20/+45 |
| | | | | | Slight emendation to _PC_CHOWN_RESTRICTED, which is in a very similar boat. | ||||
* | there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. | alfred | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | Fix the NAME section making whatis(1) happy in particular. | ru | 2004-07-05 | 3 | -8/+6 |
| | |||||
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 4 | -4/+4 |
| | |||||
* | Fixed markup. | ru | 2004-07-03 | 3 | -13/+14 |
| | |||||
* | Eliminate double whitespace. | ru | 2004-07-03 | 7 | -19/+19 |
| |