summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Collapse)AuthorAgeFilesLines
* link(2) may fail with EPERM if name1 is immutable or append-only.dd2001-10-141-1/+4
| | | | | PR: 31025 Submitted by: Tim Singletary <tsingle@vetinsite.com>
* Add warning about zeroing-out the socket structure before populating it.dillon2001-10-131-0/+4
|
* - Bump document date for eaccess(2) addition.ru2001-10-111-27/+35
| | | | | | | | - Mention ``eaccess'' in the NAME section. - Use intro(2) terminology. - Markup fixes. Reviewed by: rwatson
* Fix SysV Semaphore Handling.mr2001-10-112-27/+124
| | | | | | | | Updated by peter following KSE and Giant pushdown. I've running with this patch for two week with no ill side effects. PR: kern/12014: Fix SysV Semaphore handling Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Fixed misspelled arg type in synopsis.bde2001-10-031-1/+1
|
* Fixed missing include in synopsis.bde2001-10-031-0/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01144-246/+246
|
* - Correct capitalization of a function name.murray2001-09-241-2/+3
| | | | | | | | - Add a missing word to form a complete sentence. PR: docs/30626 Submitted by: Dan Lukes <dan@obluda.cz>, and swear@blarg.net (Gary W. Swearingen)
* o Modify access(2) man page to describe eaccess(2), and add a symlinkrwatson2001-09-212-4/+20
| | | | | | so man eaccess will return the access(2) man page. Obtained from: TrustedBSD Project
* Typo: s/conatains/contains/guido2001-09-121-1/+1
| | | | MFC after: 1 week
* Fix all the ambiguous or erroneous statements of the brk(2)yar2001-09-061-55/+87
| | | | | | | | manpage by taking its text from NetBSD and editing it further. This also improves the page's mdoc(7) markup style. Reviewed by: ru Obtained from: NetBSD
* This does not describe sched_{get,set}scheduler.dd2001-09-031-2/+3
| | | | | PR: 26001 Submitted by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp>
* Don't capitalize jail(2) in the middle of a sentence.dd2001-09-031-1/+1
| | | | | PR: 25876 Submitted by: Koizumi Satoru <koizumi@cms.phys.s.u-tokyo.ac.jp>
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsmurray2001-09-031-3/+3
| | | | | | | | | are not used'. This is incorrect, as addr must be passed (caddr_t)1 to do anything useful. The source for gdb and a short test program will confirm that this man page was in error. PR: docs/27758 Submitted by: Jiangyi Liu <jyliu@163.net>
* Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscallache2001-09-021-1/+0
|
* Another punctuation fix (missing comma ending preposition).chris2001-09-011-1/+1
|
* o Mention the fact that specifying a fileid of 0 searches all loadedchris2001-09-011-1/+4
| | | | | modules. o Properly terminate a preposition.
* Describe EOVERFLOW I implement per POSIX.ache2001-08-311-9/+17
| | | | Sort ERRORS section
* Use ``.Rv -std'' wherever possible.ru2001-08-3128-138/+46
| | | | Submitted by: yar
* Add Xref to make.conf(5).alex2001-08-301-1/+2
|
* There shuldn't be whitespace before a question mark.dd2001-08-271-1/+1
|
* mdoc(7) police: removed whitespace at EOL.ru2001-08-271-2/+2
|
* mdoc(7) police: markup and spelling fixes.ru2001-08-271-15/+25
|
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.ru2001-08-271-2/+2
|
* Remove grammatical bogon.sobomax2001-08-271-1/+0
|
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
| | | | | semantics as PROT_XXX vs VM_PROT_XXX separating user-space defines from kernel defines).
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
| | | | document minherit().
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
| | | | | | | | referal from mmap to minherit for MAP_INHERIT. Fully document the minherit.2 manual page (because frankly, my dear, however you think it currently works is almost certainly wrong!). I may soon re-implement MAP_COPY because I believe we can support it properly now, but I will have to call it something else and that is for a later time.
* Fd is macro too, so use \&Fdache2001-08-241-1/+1
|
* Fildes -> Fd too (started from big letter)ache2001-08-241-1/+1
|
* Changeache2001-08-241-1/+3
| | | | | | | start means ... to .Fa l_start means ...
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
| | | | There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'.
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.dg2001-08-231-4/+0
|
* Now we implement l_len<0 per POSIX, describe it.ache2001-08-231-3/+4
|
* Rephrasing prev. commit a bit.ache2001-08-231-4/+12
|
* Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_lenache2001-08-231-7/+18
|
* mdoc(7) police: Fixed broken xrefs.ru2001-08-221-1/+1
|
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSache2001-08-211-3/+9
|
* Xref raise(3).dd2001-08-171-0/+1
|
* mdoc(7) police: fixed the fatal.ru2001-08-171-1/+1
|
* Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-142-21/+2
| | | | Reviewed by: ru
* Isolate the ERRORS section from the RETURN VALUES one.yar2001-08-141-5/+3
| | | | Reviewed by: ru
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-143-8/+19
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-131-1/+2
|
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-131-1/+2
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-132-2/+2
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-103-5/+5
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-103-3/+3
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police: add xref to intro(2).ru2001-08-101-0/+1
|
* o Remove some misleading and incomplete information about searchmike2001-08-091-11/+8
| | | | | | | | permissions. o Add a reference to intro(2) where it is properly documented. Reviewed by: bde MFC after: 3 days
OpenPOWER on IntegriCloud