summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Replace absolute addressing in the call instructions with position-independendKonstantin Belousov2006-06-051-2/+3
* o Record a file offset for a last successfully parsed group file line.Maxim Konovalov2006-06-011-0/+8
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.Maxim Konovalov2006-06-011-1/+5
* Fix the output.Ruslan Ermilov2006-05-271-0/+1
* GC old a.out and K&R support.Warner Losh2006-05-231-9/+0
* Reflect int -> size_t changes in glob.hAndrey A. Chernov2006-05-221-3/+3
* Reflect size_t changes in glob.hAndrey A. Chernov2006-05-221-22/+23
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.Andrey A. Chernov2006-05-221-2/+0
* Remove the kludge, as asked in the Makefile:Andrey A. Chernov2006-05-221-3/+0
* Bump library majro version for gethostbyaddr(3).Hajimu UMEMOTO2006-05-211-1/+1
* Nuke some compatibility crufts of resolver for 6.X and earlier.Hajimu UMEMOTO2006-05-213-15/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO2006-05-211-25/+22
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-213-4/+7
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-2112-943/+69
* This commit was generated by cvs2svn to compensate for changes in r158782,Hajimu UMEMOTO2006-05-214-0/+2201
|\
| * Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-05-214-0/+2201
| * Oops, remove the file I imported into wrong place.Hajimu UMEMOTO2006-03-211-47/+0
* | Remove reference to "System call restart" in intro(2). intro(2) does notCraig Rodrigues2006-05-201-3/+4
* | o .Xr strtonum(3).Maxim Konovalov2006-05-202-0/+2
* | Correct decoding a string containing '/'.Jung-uk Kim2006-05-191-1/+1
* | * Document the fact that non-superusers cannot change file flags forGiorgos Keramidas2006-05-161-2/+47
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-126-22/+36
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lockDavid Xu2006-05-111-2/+2
* | Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingJason Evans2006-05-101-2/+2
* | A few minor wording changes and a clarification about error conditions.Brian S. Dean2006-05-031-10/+10
* | Fix alignment problem on AMD64.Hajimu UMEMOTO2006-05-021-4/+4
* | `cache' couldn't co-exist with `compat'.Hajimu UMEMOTO2006-04-301-2/+3
* | - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-2821-732/+5433
* | Change the semantics of brk_max to dynamically deal with data segmentJason Evans2006-04-271-71/+83
* | Oops, correct the weak reference (s/fclose/fcloseall).Daniel Eischen2006-04-221-1/+1
* | Now that libc has fcloseall(), remove _cleanup() from the listDaniel Eischen2006-04-221-1/+0
* | Add fcloseall() to libc. This removes the need to export _cleanup().Daniel Eischen2006-04-225-4/+60
* | Update for rev 1.205 of vm_mmap.c.Tom Rhodes2006-04-211-7/+6
* | Correct usage example.Ceri Davies2006-04-181-1/+1
* | o dbm_close(3) returns void not zero or anything else. Touch .Dd.Maxim Konovalov2006-04-161-5/+1
* | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",Marius Strobl2006-04-161-4/+4
* | - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-1516-704/+1257
* | Don't export __gdtoa. The only known ports that rely onDaniel Eischen2006-04-151-5/+1
* | o Document SO_NOSIGPIPE, touch .Dd.Maxim Konovalov2006-04-151-1/+9
* | List pwritev in the NAME section.Ruslan Ermilov2006-04-141-1/+2
* | s/soley/solelyJens Schweikhardt2006-04-131-1/+1
* | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsMarius Strobl2006-04-111-35/+18
* | Document that VIS_CSTYLE encodes space (040) as '\s'.Christian Brueffer2006-04-091-1/+3
* | Don't test if RES_INIT is set to see res_state structure isHajimu UMEMOTO2006-04-081-1/+1
* | Add an unreachable return statement, in order to avoid a compiler warningJason Evans2006-04-051-0/+1
* | Only initialize the first per-chunk page map element for free runs. ThisJason Evans2006-04-051-31/+16
* | Add malloc_usable_size() to the RETURN VALUES section.Jason Evans2006-04-041-1/+6
* | Add init_lock, and use it to protect against allocator initializationJason Evans2006-04-041-8/+21
* | Refactor per-run bitmap manipulation functions so that bitmap offsets onlyJason Evans2006-04-041-69/+131
* | Add missing #if's for NO_FLOATING_POINTPoul-Henning Kamp2006-04-015-4/+16