summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fix.marcel2006-09-021-1/+1
* Enable TLS on PowerPC.marcel2006-09-011-1/+0
* Fix style(9) in code copied from rtld.marcel2006-09-011-3/+3
* Enable TLS on ia64.marcel2006-09-011-1/+0
* Fix the variant I allocation for KSE: Allow a larger TCB and assumemarcel2006-09-011-46/+37
* Avoid dead code elimination of the assignment to TP by using inlinemarcel2006-08-301-2/+2
* Prevent dead code elimination for the TP assignmient by using inlinemarcel2006-08-301-2/+1
* Note that the system only allows a maximum of kern.kq_calloutmax timers.ceri2006-08-251-1/+10
* Remove alpha left-overs.ru2006-08-2251-2957/+2
* If __ARMEB__ is defined, we're already using the network byte order, socognet2006-08-214-0/+8
* Document EAGAIN failure per PR. (Finally!)wes2006-08-161-1/+12
* We operate on 'statfs' structures, not on 'fsstat' structures.pjd2006-08-151-2/+2
* Improve the wording. Remove the appositive about strcmp, putting thedd2006-08-141-2/+5
* Correctly handle the case in calloc(num, size) wherecperciva2006-08-131-1/+1
* Define NO_TLS on PowerPC.marcel2006-08-091-0/+1
* o It speaks about struct msqid_ds not struct shmid_ds.maxim2006-08-091-1/+1
* Return length from fwopen() file callback instead of zero.phk2006-08-071-1/+1
* Check if the filedes of kevent is expected one. Though ourume2006-08-041-0/+4
* _close() should be called instead of close() here.ume2006-08-041-2/+6
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* In DCE 1.1, the time_low value is defined as an unsigned 32-bitdelphij2006-08-031-5/+15
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()jasone2006-07-271-1/+12
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidcognet2006-07-271-1/+1
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,jasone2006-07-271-23/+19
* Remove stale comment about armimp2006-07-261-2/+0
* 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
OpenPOWER on IntegriCloud