summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove a sentence from the BUGS section that claims non page-alignedIan Dowse2001-11-181-3/+1
* Note that the manpage is incorrect about the vector argument.Peter Wemm2001-11-091-0/+3
* - There is no such thing as a socket structure. sockets are integers.John Baldwin2001-11-051-2/+2
* Document ENETDOWN.Dima Dorfman2001-11-051-0/+2
* Remove the internal implementation details of wrapping syscalls,Ruslan Ermilov2001-10-2619-505/+0
* Refer to chflags(2) instead of chflags(1) (since we're a section 2Dima Dorfman2001-10-231-3/+2
* mdoc(7) police: join OS version with the corresponding macro.Ruslan Ermilov2001-10-191-2/+2
* Fix reference to aio_read, should be aio_writeAlfred Perlstein2001-10-161-1/+1
* link(2) may fail with EPERM if name1 is immutable or append-only.Dima Dorfman2001-10-141-1/+4
* Add warning about zeroing-out the socket structure before populating it.Matthew Dillon2001-10-131-0/+4
* - Bump document date for eaccess(2) addition.Ruslan Ermilov2001-10-111-27/+35
* Fix SysV Semaphore Handling.Michael Reifenberger2001-10-112-27/+124
* Fixed misspelled arg type in synopsis.Bruce Evans2001-10-031-1/+1
* Fixed missing include in synopsis.Bruce Evans2001-10-031-0/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-01144-246/+246
* - Correct capitalization of a function name.Murray Stokely2001-09-241-2/+3
* o Modify access(2) man page to describe eaccess(2), and add a symlinkRobert Watson2001-09-212-4/+20
* Typo: s/conatains/contains/Guido van Rooij2001-09-121-1/+1
* Fix all the ambiguous or erroneous statements of the brk(2)Yaroslav Tykhiy2001-09-061-55/+87
* This does not describe sched_{get,set}scheduler.Dima Dorfman2001-09-031-2/+3
* Don't capitalize jail(2) in the middle of a sentence.Dima Dorfman2001-09-031-1/+1
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsMurray Stokely2001-09-031-3/+3
* Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscallAndrey A. Chernov2001-09-021-1/+0
* Another punctuation fix (missing comma ending preposition).Chris Costello2001-09-011-1/+1
* o Mention the fact that specifying a fileid of 0 searches all loadedChris Costello2001-09-011-1/+4
* Describe EOVERFLOW I implement per POSIX.Andrey A. Chernov2001-08-311-9/+17
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-3128-138/+46
* Add Xref to make.conf(5).Alexander Langer2001-08-301-1/+2
* There shuldn't be whitespace before a question mark.Dima Dorfman2001-08-271-1/+1
* mdoc(7) police: removed whitespace at EOL.Ruslan Ermilov2001-08-271-2/+2
* mdoc(7) police: markup and spelling fixes.Ruslan Ermilov2001-08-271-15/+25
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.Ruslan Ermilov2001-08-271-2/+2
* Remove grammatical bogon.Maxim Sobolev2001-08-271-1/+0
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the sameMatthew Dillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. ProperlyMatthew Dillon2001-08-241-5/+10
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation andMatthew Dillon2001-08-242-0/+40
* Fd is macro too, so use \&FdAndrey A. Chernov2001-08-241-1/+1
* Fildes -> Fd too (started from big letter)Andrey A. Chernov2001-08-241-1/+1
* ChangeAndrey A. Chernov2001-08-241-1/+3
* Fix up English from previous 3 revisions.Sheldon Hearn2001-08-241-6/+6
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.David Greenman2001-08-231-4/+0
* Now we implement l_len<0 per POSIX, describe it.Andrey A. Chernov2001-08-231-3/+4
* Rephrasing prev. commit a bit.Andrey A. Chernov2001-08-231-4/+12
* Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_lenAndrey A. Chernov2001-08-231-7/+18
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-1/+1
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSAndrey A. Chernov2001-08-211-3/+9
* Xref raise(3).Dima Dorfman2001-08-171-0/+1
* mdoc(7) police: fixed the fatal.Ruslan Ermilov2001-08-171-1/+1
* Use the ".Rv" mdoc(7) macro where appropriate.Yaroslav Tykhiy2001-08-142-21/+2
* Isolate the ERRORS section from the RETURN VALUES one.Yaroslav Tykhiy2001-08-141-5/+3