summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetique fixes from bdeache2001-08-261-2/+0
* o s/violate/override/ Capabilities are part of the system policy, notrwatson2001-08-251-1/+1
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
* 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
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
* begin executed --> being executeddd2001-08-241-1/+1
* 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
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* 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
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
* Expand the ?: construct into an if/else.dd2001-08-211-1/+4
* The setprogname() function sets the name of the program to be the lastdd2001-08-211-1/+3
* Fix style bug.dd2001-08-211-1/+1
* Fixed warnings.ru2001-08-212-1/+4
* Pass the pointy hat, please.nectar2001-08-211-2/+4
* setprogname() should set __progname to the last component of the givennectar2001-08-211-1/+3
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-203-2/+6
* Handle snprintf() returning -1brian2001-08-201-2/+2
* Handle snrintf() returning -1.brian2001-08-201-16/+30
* Add about rewind+errno, describe ESPIPE, minor formatting.ache2001-08-191-6/+23
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDdd2001-08-173-2/+191
* Xref raise(3).dd2001-08-171-0/+1
* mdoc(7) police: collapse multiple spaces.ru2001-08-171-1/+1
* mdoc(7) police: fixed the fatal.ru2001-08-171-1/+1
* Simplify overflow calculations a bitache2001-08-171-4/+2
* Remove extra check, already done in upper level caller, i.e. inache2001-08-171-5/+1
* Mention ftell & ftello in EOVERFLOW section too.ache2001-08-171-1/+5
* Add more overflow checks in case of fseek()ache2001-08-171-0/+8
* Don't clear "we have offset" flag even if long is overflow for fseek(),ache2001-08-171-1/+0
* fseek.c:ache2001-08-174-10/+36
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.ru2001-08-161-1/+1
* If the string specifying the allowed options starts with a leading `:',jkoshy2001-08-161-5/+2
* Explain the relation of getchar() to getc() in less words.dd2001-08-161-5/+1
* Use smarter overflow testsache2001-08-151-3/+6
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-153-13/+45
* Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-146-39/+18
* Isolate the ERRORS section from the RETURN VALUES one.yar2001-08-141-5/+3
OpenPOWER on IntegriCloud