summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Respect MK_INET6_SUPPORT.yar2006-07-261-1/+5
* Fix build w/o INET6.yar2006-07-261-0/+2
* Add missing ;.nork2006-07-231-1/+1
* do not overload the port number on to the return value ofume2006-07-231-8/+9
* Add missing syscalls.nork2006-07-231-0/+12
* stop use of mutex lock in ICMP lookup.ume2006-07-231-18/+5
* remove obsolete comments.ume2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withume2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.ume2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.ume2006-07-211-35/+20
* - draft-ietf-ipngwg-icmp-namelookups-09ume2006-07-211-79/+164
* Use a prototype for res_init().stefanf2006-07-171-1/+1
* o compat_group() and files_group() are more complicated than I thoughtmaxim2006-07-141-4/+6
* Following repo-copy of mac_is_present_np.3 to mac_is_present.3, removerwatson2006-07-076-93/+6
* Use some math tricks in arena_run_reg_dalloc() to avoid actual division, asjasone2006-07-011-83/+90
* Make the behavior of malloc(0) standards-compliant by getting rid of nil,jasone2006-06-301-48/+46
* twalk() expects an `action' function not a comparison function.keramida2006-06-231-1/+1
* 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
OpenPOWER on IntegriCloud