summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-211-2/+2
* Add a missing case for the switch statement in arena_run_reg_dalloc(). [1]jasone2006-06-201-8/+20
* o Make grep ^strlcpy work: put a return value type on separate line.maxim2006-06-151-1/+2
* o Sort .Xrs.maxim2006-06-131-1/+1
* Add xref to statfs(2)phk2006-06-131-0/+1
* - ANSIfy.delphij2006-06-051-69/+26
* Replace absolute addressing in the call instructions with position-independendkib2006-06-051-2/+3
* o Record a file offset for a last successfully parsed group file line.maxim2006-06-011-0/+8
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.maxim2006-06-011-1/+5
* Fix the output.ru2006-05-271-0/+1
* GC old a.out and K&R support.imp2006-05-231-9/+0
* Reflect int -> size_t changes in glob.hache2006-05-221-3/+3
* Reflect size_t changes in glob.hache2006-05-221-22/+23
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.ache2006-05-221-2/+0
* Remove the kludge, as asked in the Makefile:ache2006-05-221-3/+0
* Bump library majro version for gethostbyaddr(3).ume2006-05-211-1/+1
* Nuke some compatibility crufts of resolver for 6.X and earlier.ume2006-05-213-15/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitume2006-05-211-25/+22
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isume2006-05-213-4/+7
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-2112-943/+69
* This commit was generated by cvs2svn to compensate for changes in r158782,ume2006-05-214-0/+2201
|\
| * Vendor import of BIND 9.3.2ume2006-05-214-0/+2201
| * Oops, remove the file I imported into wrong place.ume2006-03-211-47/+0
* | Remove reference to "System call restart" in intro(2). intro(2) does notrodrigc2006-05-201-3/+4
* | o .Xr strtonum(3).maxim2006-05-202-0/+2
* | Correct decoding a string containing '/'.jkim2006-05-191-1/+1
* | * Document the fact that non-superusers cannot change file flags forkeramida2006-05-161-2/+47
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-126-22/+36
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
* | Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingjasone2006-05-101-2/+2
* | A few minor wording changes and a clarification about error conditions.bsd2006-05-031-10/+10
* | Fix alignment problem on AMD64.ume2006-05-021-4/+4
* | `cache' couldn't co-exist with `compat'.ume2006-04-301-2/+3
* | - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-2821-737/+5438
* | Change the semantics of brk_max to dynamically deal with data segmentjasone2006-04-271-71/+83
* | Oops, correct the weak reference (s/fclose/fcloseall).deischen2006-04-221-1/+1
* | Now that libc has fcloseall(), remove _cleanup() from the listdeischen2006-04-221-1/+0
* | Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-225-4/+60
* | Update for rev 1.205 of vm_mmap.c.trhodes2006-04-211-7/+6
* | Correct usage example.ceri2006-04-181-1/+1
* | o dbm_close(3) returns void not zero or anything else. Touch .Dd.maxim2006-04-161-5/+1
* | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",marius2006-04-161-4/+4
* | - make reentrant version of netdb functions glibc style API, andume2006-04-1516-705/+1258
* | Don't export __gdtoa. The only known ports that rely ondeischen2006-04-151-5/+1
* | o Document SO_NOSIGPIPE, touch .Dd.maxim2006-04-151-1/+9
* | List pwritev in the NAME section.ru2006-04-141-1/+2
* | s/soley/solelyschweikh2006-04-131-1/+1
* | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsmarius2006-04-111-35/+18
* | Document that VIS_CSTYLE encodes space (040) as '\s'.brueffer2006-04-091-1/+3
* | Don't test if RES_INIT is set to see res_state structure isume2006-04-081-1/+1
OpenPOWER on IntegriCloud