summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.Brian Feldman2000-05-171-0/+4
| | | | Notes: svn path=/head/; revision=60659
* mdoc related fixes:Alexey Zelkin2000-05-121-19/+22
| | | | | | | | | . synchronize NAME and SYNOPSIS sections . replace .Ev macros with .Dv / .Er / .Em macros as mdoc(7) specification declare Notes: svn path=/head/; revision=60467
* . fix .Dt macro argumentAlexey Zelkin2000-05-121-2/+2
| | | | | | | . spell inet6_rthdr_reverse correctly Notes: svn path=/head/; revision=60465
* Fixed missing include in synopsis.Bruce Evans2000-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. Notes: svn path=/head/; revision=60384
* When "any" acts as a subject, the verb must agree with whatever any is of.Tim Vanderhoek2000-05-111-2/+2
| | | | Notes: svn path=/head/; revision=60349
* Content-free commit: only remove trailing whitespaceTim Vanderhoek2000-05-111-6/+6
| | | | Notes: svn path=/head/; revision=60348
* The accept() function is a call, not an argument. Also, add: serialTim Vanderhoek2000-05-111-5/+5
| | | | | | | comma, missing-hyphen, and a word-erase character. Notes: svn path=/head/; revision=60347
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-102-3/+3
| | | | Notes: svn path=/head/; revision=60338
* Add FreeBSD Id tags.David E. O'Brien2000-05-1012-1/+13
| | | | Notes: svn path=/head/; revision=60336
* fp_except => fp_except_t for consistancy with the i386 and the traditionDavid E. O'Brien2000-05-104-8/+12
| | | | | | | C methoid of nameing types. Notes: svn path=/head/; revision=60335
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-2/+5
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60311
* correct possible security issue(s) in name resolution, due to use ofJun-ichiro itojun Hagino2000-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 Notes: svn path=/head/; revision=60296
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* Some mdoc cleanups for the manual page.Jonathan Lemon2000-05-062-7/+11
| | | | | | | Submitted by: phantom Notes: svn path=/head/; revision=60080
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-0617-17/+17
| | | | Notes: svn path=/head/; revision=60078
* mdoc related cleanup:Alexey Zelkin2000-05-061-17/+17
| | | | | | | | | . use construction ".Aq Pa filename" instead of ".Pa <filename>" . replace Section Heading macro (.Sh) with Subsection (.Ss) macro for subsections Notes: svn path=/head/; revision=60077
* Use suggested by mdoc(7) style section name (ERROR -> ERRORS)Alexey Zelkin2000-05-061-1/+1
| | | | Notes: svn path=/head/; revision=60076
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-066-6/+6
| | | | Notes: svn path=/head/; revision=60075
* Minor mdoc cleanup.Mike Pritchard2000-05-052-3/+5
| | | | | | | PR: docs/13218 Notes: svn path=/head/; revision=60015
* Add a kqueue(2) manual page.Jonathan Lemon2000-05-042-1/+401
| | | | Notes: svn path=/head/; revision=59995
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-0453-54/+54
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* mdoc(7) cleanup:Alexey Zelkin2000-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 Notes: svn path=/head/; revision=59944
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-044-20/+16
| | | | | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port. Notes: svn path=/head/; revision=59933
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-021-0/+85
| | | | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892
* Remove cancellation point propagation.Jason Evans2000-04-261-4/+4
| | | | Notes: svn path=/head/; revision=59666
* Fix typo. Use `.Fa' to denote a function argument.Joseph Koshy2000-04-261-2/+4
| | | | | | | | PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=59635
* Spell MAP_NOSYNC correctly.Garrett Wollman2000-04-232-2/+2
| | | | | | | Submitted by: allenc@verinet.com Notes: svn path=/head/; revision=59551
* .Lb-ifyGarrett Wollman2000-04-232-0/+4
| | | | Notes: svn path=/head/; revision=59527
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-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. Notes: svn path=/head/; revision=59516
* Introduce .Lb macro to libposix1e manpagesAlexey Zelkin2000-04-2211-15/+37
| | | | | | | | Sort some .Nm values Decapitalize .Nd values Notes: svn path=/head/; revision=59514
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-226-0/+12
| | | | Notes: svn path=/head/; revision=59501
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-224-2/+457
| | | | | | | | bit of work (and is stylistically probably the worst manual page I've ever written). Notes: svn path=/head/; revision=59497
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-21363-1/+727
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-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 Notes: svn path=/head/; revision=59411
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
| | | | | | | | | Use .Li for type Suggested-by: sheldonh Notes: svn path=/head/; revision=59180
* Fix typo, reported by George Cox.Jeroen Ruigrok van der Werven2000-04-121-8/+8
| | | | | | | | | Fix hard sentence breaks. Submitted by: George Cox <gjvc@sophos.com> Notes: svn path=/head/; revision=59176
* Do proper byte swapping in 64bit routines.Sheldon Hearn2000-04-121-14/+23
| | | | | | | | | PR: 17681 Submitted by: "David E. Cross" <crossd@cs.rpi.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=59165
* Better wording according to multibyte(3)Andrey A. Chernov2000-04-1112-24/+96
| | | | | | | | Better man formatting Add reference to multibyte(3) Notes: svn path=/head/; revision=59149
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-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. Notes: svn path=/head/; revision=59117
* Document EWOULDBLOCK as a possible errno return value.Archie Cobbs2000-04-091-0/+7
| | | | Notes: svn path=/head/; revision=59105
* Back out valid argument domain change - sneak to this function by error.Andrey A. Chernov2000-03-281-4/+2
| | | | | | | | Reword test condition better. Previous variant was true for negative characters too. Notes: svn path=/head/; revision=58739
* Describe valid argument domain for 8-bit wide locales to prevent common errorAndrey A. Chernov2000-03-2815-0/+30
| | | | | | | calling ctype functions with signed char as an argument. Notes: svn path=/head/; revision=58737
* Decrement the timeout being passed to poll() if poll was interrupted forJonathan Lemon2000-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 Notes: svn path=/head/; revision=58637
* Spelling, fprintf -> err, remove unneeded variable declarationPhilippe Charnier2000-03-261-8/+3
| | | | Notes: svn path=/head/; revision=58633
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-2/+3
| | | | | | | | Fixed spelling error in prototype for inet_option_space(). Fixed syntax error in prototype for inet6_option_alloc(). Notes: svn path=/head/; revision=58490
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-0/+1
| | | | Notes: svn path=/head/; revision=58488
* Fixed wrong arg type in synopsis.Bruce Evans2000-03-231-1/+1
| | | | Notes: svn path=/head/; revision=58486
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page toJason Evans2000-03-213-19/+179
| | | | | | | | | reflect the fact that aio_cancel() works now. Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu> Notes: svn path=/head/; revision=58420
* Back out that last commit, it may be insecure (pointed out by WarnerBrian S. Dean2000-03-161-1/+1
| | | | | | | Losh). Notes: svn path=/head/; revision=58154
* Slight adjustment to __ivaliduser() - don't ignore the last line inBrian S. Dean2000-03-161-1/+1
| | | | | | | the .rhosts file just because there is no ending linefeed. Notes: svn path=/head/; revision=58152