summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-1610-12/+14
| | | | | | | libc_r. Notes: svn path=/head/; revision=58126
* Fix uninitialized variable.Jonathan Lemon2000-03-151-1/+1
| | | | | | | Submitted by: tanimura Notes: svn path=/head/; revision=58096
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.Yoshinobu Inoue2000-03-122-2/+60
| | | | | | | | | Specified by: Robert Muir <rmuir@looksharp.net> Obtained from: NetBSD Notes: svn path=/head/; revision=57940
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalYoshinobu Inoue2000-03-121-2/+2
| | | | | | | order. Notes: svn path=/head/; revision=57939
* Correct MLINKS contents for rcmd.3, because it is obsolete due toYoshinobu Inoue2000-03-121-3/+4
| | | | | | | | | | recent changes to rcmd.3. links to iruserok_af.3, ruserok_af.3 are removed. link to iruserok_sa.3 is added. Notes: svn path=/head/; revision=57937
* Import from KAME. Advanced API related function descriptions.Yoshinobu Inoue2000-03-123-1/+790
| | | | | | | Obtained from: KAME project Notes: svn path=/head/; revision=57936
* Add in IPV4 NIS support.Jonathan Lemon2000-03-091-0/+39
| | | | | | | | PR: 17290 (but not the same patch) Approved by: jkh Notes: svn path=/head/; revision=57878
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-091-5/+14
| | | | | | | | | | and gids bigger than 16 bits. Added checks for uids and gids that are bigger than 32 bits. Approved by: jkh (partly, this fix is bigger than I first intended) Notes: svn path=/head/; revision=57868
* More grammer, wording, and mdoc fixes.Yoshinobu Inoue2000-03-091-26/+20
| | | | | | | | Submitted by: bde Reviewed by: sheldonh Notes: svn path=/head/; revision=57866
* Temporary cosmetic change to prevent gcc-2.95.2 from doing anMartin Cracauer2000-03-081-1/+1
| | | | | | | | | | | | | | | | optimization that generates code our current as doesn't understand. The result is bad code that damages dynamic symbol locations at runtime. Ouch. See PR bin/16862 and discussion in -current. This change will be backed out when gcc and gas are back in sync. PR: Fixes bin/16862, but not the underlying problem. Submitted by: bde Approved by: jdk Notes: svn path=/head/; revision=57822
* Replace structure copy form ifreq obtained by SIOCGIFADDRYoshinobu Inoue2000-03-032-2/+2
| | | | | | | | | to memcpy(), to avoid unaligned access trap on alpha. Approved by: jkh Notes: svn path=/head/; revision=57728