summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Remove a superfluous `.Pp' occuring directly afterchris2000-05-191-1/+0
| | | | `.Sh IMPLEMENTATION NOTES'.
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()chris2000-05-191-0/+27
| | | | in the threaded library.
* List ECONNRESET as a return value. EINVAL was not documented either.peter2000-05-192-0/+4
|
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-0/+4
|
* mdoc related fixes:phantom2000-05-121-19/+22
| | | | | | . synchronize NAME and SYNOPSIS sections . replace .Ev macros with .Dv / .Er / .Em macros as mdoc(7) specification declare
* . fix .Dt macro argumentphantom2000-05-121-2/+2
| | | | . spell inet6_rthdr_reverse correctly
* Fixed missing include in synopsis.bde2000-05-111-2/+2
| | | | | Use a long line instead splitting a line with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline.
* When "any" acts as a subject, the verb must agree with whatever any is of.hoek2000-05-111-2/+2
|
* Content-free commit: only remove trailing whitespacehoek2000-05-111-6/+6
|
* The accept() function is a call, not an argument. Also, add: serialhoek2000-05-111-5/+5
| | | | comma, missing-hyphen, and a word-erase character.
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-102-3/+3
|
* Add FreeBSD Id tags.obrien2000-05-1012-1/+13
|
* fp_except => fp_except_t for consistancy with the i386 and the traditionobrien2000-05-104-8/+12
| | | | C methoid of nameing types.
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-2/+5
| | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* correct possible security issue(s) in name resolution, due to use ofitojun2000-05-101-177/+391
| | | | | | | pre-4.9.7 BIND resolver code. ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details. Reviewed by: ume
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+1
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Some mdoc cleanups for the manual page.jlemon2000-05-062-7/+11
| | | | Submitted by: phantom
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-0617-17/+17
|
* mdoc related cleanup:phantom2000-05-061-17/+17
| | | | | | . use construction ".Aq Pa filename" instead of ".Pa <filename>" . replace Section Heading macro (.Sh) with Subsection (.Ss) macro for subsections
* Use suggested by mdoc(7) style section name (ERROR -> ERRORS)phantom2000-05-061-1/+1
|
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-066-6/+6
|
* Minor mdoc cleanup.mpp2000-05-052-3/+5
| | | | PR: docs/13218
* Add a kqueue(2) manual page.jlemon2000-05-042-1/+401
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-0453-54/+54
| | | | initially suggested by mdoc(7) style, but was broken over the years
* mdoc(7) cleanup:phantom2000-05-041-6/+5
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Use assembler directives rather than ALTENTRY() so that longjmp() andjasone2000-05-044-20/+16
| | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port.
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-021-0/+85
| | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
* Remove cancellation point propagation.jasone2000-04-261-4/+4
|
* Fix typo. Use `.Fa' to denote a function argument.jkoshy2000-04-261-2/+4
| | | | | PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Spell MAP_NOSYNC correctly.wollman2000-04-232-2/+2
| | | | Submitted by: allenc@verinet.com
* .Lb-ifywollman2000-04-232-0/+4
|
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-2211-15/+37
| | | | | Sort some .Nm values Decapitalize .Nd values
* Introduce .Lb macro to libc_r manpages.phantom2000-04-226-0/+12
|
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodwollman2000-04-224-2/+457
| | | | | bit of work (and is stylistically probably the worst manual page I've ever written).
* Introduce ".Lb" macro to libc manpages.phantom2000-04-21363-1/+727
| | | | More libraries manpages updates following.
* Change getaddrinfo() resolve ordershin2000-04-202-75/+317
| | | | | | | | | | | from all AAAA trial, then all A trial to try AAAA and A for each trial TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled Reviewed by: ume
* Add comment after localesache2000-04-1212-24/+48
| | | | | | Use .Li for type Suggested-by: sheldonh
* Fix typo, reported by George Cox.asmodai2000-04-121-8/+8
| | | | | | Fix hard sentence breaks. Submitted by: George Cox <gjvc@sophos.com>
* Do proper byte swapping in 64bit routines.sheldonh2000-04-121-14/+23
| | | | | | PR: 17681 Submitted by: "David E. Cross" <crossd@cs.rpi.edu> Obtained from: NetBSD
* Better wording according to multibyte(3)ache2000-04-1112-24/+96
| | | | | Better man formatting Add reference to multibyte(3)
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-102-8/+2
| | | | | | | <netch@segfault.kiev.ua> Remove allocation failure check from 'A' option, the 'X' option does this as a standalone check now.
* Document EWOULDBLOCK as a possible errno return value.archie2000-04-091-0/+7
|
* Back out valid argument domain change - sneak to this function by error.ache2000-03-281-4/+2
| | | | | Reword test condition better. Previous variant was true for negative characters too.
* Describe valid argument domain for 8-bit wide locales to prevent common errorache2000-03-2815-0/+30
| | | | calling ctype functions with signed char as an argument.
* Decrement the timeout being passed to poll() if poll was interrupted forjlemon2000-03-261-5/+22
| | | | | | | some reason. This will prevent an infinite loop if (say) a sigalarm is being scheduled at a more frequent interval than the poll timeout. PR: 2191, 8847, 10553
* Spelling, fprintf -> err, remove unneeded variable declarationcharnier2000-03-261-8/+3
|
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-2/+3
| | | | | Fixed spelling error in prototype for inet_option_space(). Fixed syntax error in prototype for inet6_option_alloc().
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-0/+1
|
* Fixed wrong arg type in synopsis.bde2000-03-231-1/+1
|
OpenPOWER on IntegriCloud