summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* MFC: merge in rev 1.3 through 1.10John-Mark Gurney2000-07-061-8/+32
| | | | Notes: svn path=/stable/4/; revision=62699
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-045-0/+345
| | | | Notes: svn path=/stable/4/; revision=62529
* MFC rev 1.4: Remove extraneous commas and fix run-on mark-up.Sheldon Hearn2000-07-031-6/+6
| | | | Notes: svn path=/stable/4/; revision=62462
* MFC: (rev 1.13) fix a null-dereference problem.Ruslan Ermilov2000-07-031-5/+17
| | | | | | | PR: 19069 Notes: svn path=/stable/4/; revision=62443
* MFC: DNS IPv6 transport supportHajimu UMEMOTO2000-07-012-59/+153
| | | | Notes: svn path=/stable/4/; revision=62358
* MFC: alt_month assigningAndrey A. Chernov2000-06-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=62260
* MFC: Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-291-190/+1216
| | | | | | | | | | getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Notes: svn path=/stable/4/; revision=62244
* MFC: Remove the getflags/setflags functions. Their functionality hasJosef Karthauser2000-06-282-234/+0
| | | | | | | been replaced with the libc functions fflagstostr and strtofflags. Notes: svn path=/stable/4/; revision=62195
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-281-0/+2
| | | | Notes: svn path=/stable/4/; revision=62194
* MFC: strtofflags and fflagstostr are functions for converting betweenJosef Karthauser2000-06-281-2/+3
| | | | | | | | file flag strings such as 'noschg', or 'schg,uunlnk' and their internal argument forms such as would be given to chflags(2). Notes: svn path=/stable/4/; revision=62191
* MFC: mcontext_t -> ucontext_tAlexander Langer2000-06-261-1/+1
| | | | Notes: svn path=/stable/4/; revision=62124
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-262-0/+257
| | | | Notes: svn path=/stable/4/; revision=62108
* MFC: options USER_LDT is required for these functions.Alexander Langer2000-06-141-0/+4
| | | | Notes: svn path=/stable/4/; revision=61665
* MFC: Fix typo: turn of -> turn offAlexander Langer2000-06-131-1/+1
| | | | Notes: svn path=/stable/4/; revision=61625
* MFC: Clarify the description of some of the err() and warn() functions asJohn Baldwin2000-06-121-12/+33
| | | | | | | well as some mdoc fixups. Notes: svn path=/stable/4/; revision=61596
* MFC: Typo, update example codeKris Kennaway2000-06-081-8/+3
| | | | Notes: svn path=/stable/4/; revision=61402
* MFC: libxpg4 mergingAndrey A. Chernov2000-06-0410-52/+24
| | | | Notes: svn path=/stable/4/; revision=61260
* MFC: fix memory leak that sometimes occured if getent() failedTim Vanderhoek2000-06-041-1/+3
| | | | Notes: svn path=/stable/4/; revision=61232
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-242-3/+5
| | | | Notes: svn path=/stable/4/; revision=60875
* MFC: document ECONNRESETPeter Wemm2000-05-192-0/+4
| | | | Notes: svn path=/stable/4/; revision=60693
* MFC: Allow static compilation with linuxthreads to work.Jason Evans2000-05-162-10/+8
| | | | Notes: svn path=/stable/4/; revision=60653
* MFC: various fixes:Jeroen Ruigrok van der Werven2000-05-161-8/+8
| | | | | | | | - some sentencebreaks - typo Notes: svn path=/stable/4/; revision=60637
* correct possible security issue(s) in name resolution, due to use ofJun-ichiro itojun Hagino2000-05-131-177/+391
| | | | | | | | | | | pre-4.9.7 BIND resolver code. ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details. (MFC 1.8 -> 1.9) reviewed by: ume Notes: svn path=/stable/4/; revision=60527
* MFC: rev 1.12, mdoc fixesAlexey Zelkin2000-05-121-19/+22
| | | | Notes: svn path=/stable/4/; revision=60468
* MFC: rev 1.4, typo fixesAlexey Zelkin2000-05-121-2/+2
| | | | Notes: svn path=/stable/4/; revision=60466
* MFC: One author name per call to %A.Sheldon Hearn2000-05-101-2/+5
| | | | Notes: svn path=/stable/4/; revision=60313
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | Notes: svn path=/stable/4/; revision=60259
* PR: 17681David E. Cross2000-05-061-14/+23
| | | | | | | | | Reviewed by: sheldonh Obtained from: NetBSD MFC: Do proper byte swapping in 64bit routines. Notes: svn path=/stable/4/; revision=60112
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-0676-77/+77
| | | | Notes: svn path=/stable/4/; revision=60084
* MFC: rev 1.35 , mdoc cleanupAlexey Zelkin2000-05-061-17/+17
| | | | Notes: svn path=/stable/4/; revision=60083
* MFC: rev 1.9, EXAMPLE -> EXAMPLESAlexey Zelkin2000-05-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=60082
* MFC: mdoc cleanupsJonathan Lemon2000-05-062-7/+11
| | | | Notes: svn path=/stable/4/; revision=60081
* MFC: kqueue manual page.Jonathan Lemon2000-05-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=60021
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-041-0/+400
| | | | Notes: svn path=/stable/4/; revision=59998
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-262-0/+263
| | | | Notes: svn path=/stable/4/; revision=59668
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-22353-1/+707
| | | | Notes: svn path=/stable/4/; revision=59521
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-228-0/+16
| | | | Notes: svn path=/stable/4/; revision=59520
* 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=/stable/4/; revision=59411
* MFC: (rev 1.12) document EWOULDBLOCK.Archie Cobbs2000-04-091-0/+7
| | | | Notes: svn path=/stable/4/; revision=59106
* MFC: Add a man page for aio_waitcomplete(). Update aio_cancel() to reflectJason Evans2000-03-212-19/+50
| | | | | | | new functionality. Notes: svn path=/stable/4/; revision=58422
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-211-0/+129
| | | | Notes: svn path=/stable/4/; revision=58421
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-189-8/+14
| | | | | | | name. Notes: svn path=/stable/4/; revision=58264
* Merge rev 1.7, uninitialized variable fix.Jonathan Lemon2000-03-151-1/+1
| | | | Notes: svn path=/stable/4/; revision=58097
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1368-7735/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* 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