| Commit message (Expand) | Author | Age | Files | Lines |
* | Document EAGAIN failure per PR. (Finally!) | wes | 2006-08-16 | 1 | -1/+12 |
* | We operate on 'statfs' structures, not on 'fsstat' structures. | pjd | 2006-08-15 | 1 | -2/+2 |
* | Improve the wording. Remove the appositive about strcmp, putting the | dd | 2006-08-14 | 1 | -2/+5 |
* | Correctly handle the case in calloc(num, size) where | cperciva | 2006-08-13 | 1 | -1/+1 |
* | Define NO_TLS on PowerPC. | marcel | 2006-08-09 | 1 | -0/+1 |
* | o It speaks about struct msqid_ds not struct shmid_ds. | maxim | 2006-08-09 | 1 | -1/+1 |
* | Return length from fwopen() file callback instead of zero. | phk | 2006-08-07 | 1 | -1/+1 |
* | Check if the filedes of kevent is expected one. Though our | ume | 2006-08-04 | 1 | -0/+4 |
* | _close() should be called instead of close() here. | ume | 2006-08-04 | 1 | -2/+6 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | In DCE 1.1, the time_low value is defined as an unsigned 32-bit | delphij | 2006-08-03 | 1 | -5/+15 |
* | Conditionally expand the size_invs lookup table in arena_run_reg_dalloc() | jasone | 2006-07-27 | 1 | -1/+12 |
* | Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoid | cognet | 2006-07-27 | 1 | -1/+1 |
* | Fix cpp logic in arena_malloc() to adjust size when assertions are enabled, | jasone | 2006-07-27 | 1 | -23/+19 |
* | Remove stale comment about arm | imp | 2006-07-26 | 1 | -2/+0 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-26 | 1 | -1/+5 |
* | Fix build w/o INET6. | yar | 2006-07-26 | 1 | -0/+2 |
* | Add missing ;. | nork | 2006-07-23 | 1 | -1/+1 |
* | do not overload the port number on to the return value of | ume | 2006-07-23 | 1 | -8/+9 |
* | Add missing syscalls. | nork | 2006-07-23 | 1 | -0/+12 |
* | stop use of mutex lock in ICMP lookup. | ume | 2006-07-23 | 1 | -18/+5 |
* | remove obsolete comments. | ume | 2006-07-22 | 1 | -8/+0 |
* | simplification in explore_numeric: unified the post-process with | ume | 2006-07-21 | 1 | -32/+22 |
* | RFC3493 requires use of inet_aton for AF_INET. | ume | 2006-07-21 | 1 | -3/+7 |
* | clean-up: rewrote explore_null and explore_numeric without using sentinel. | ume | 2006-07-21 | 1 | -35/+20 |
* | - draft-ietf-ipngwg-icmp-namelookups-09 | ume | 2006-07-21 | 1 | -79/+164 |
* | Use a prototype for res_init(). | stefanf | 2006-07-17 | 1 | -1/+1 |
* | o compat_group() and files_group() are more complicated than I thought | maxim | 2006-07-14 | 1 | -4/+6 |
* | Following repo-copy of mac_is_present_np.3 to mac_is_present.3, remove | rwatson | 2006-07-07 | 6 | -93/+6 |
* | Use some math tricks in arena_run_reg_dalloc() to avoid actual division, as | jasone | 2006-07-01 | 1 | -83/+90 |
* | Make the behavior of malloc(0) standards-compliant by getting rid of nil, | jasone | 2006-06-30 | 1 | -48/+46 |
* | twalk() expects an `action' function not a comparison function. | keramida | 2006-06-23 | 1 | -1/+1 |
* | Make the mincore(2) return ENOMEM when requested range is not fully mapped. | kib | 2006-06-21 | 1 | -2/+2 |
* | Add a missing case for the switch statement in arena_run_reg_dalloc(). [1] | jasone | 2006-06-20 | 1 | -8/+20 |
* | o Make grep ^strlcpy work: put a return value type on separate line. | maxim | 2006-06-15 | 1 | -1/+2 |
* | o Sort .Xrs. | maxim | 2006-06-13 | 1 | -1/+1 |
* | Add xref to statfs(2) | phk | 2006-06-13 | 1 | -0/+1 |
* | - ANSIfy. | delphij | 2006-06-05 | 1 | -69/+26 |
* | Replace absolute addressing in the call instructions with position-independend | kib | 2006-06-05 | 1 | -2/+3 |
* | o Record a file offset for a last successfully parsed group file line. | maxim | 2006-06-01 | 1 | -0/+8 |
* | o Document the fact truncate(2) has no effect for !VDIR or !VREG files. | maxim | 2006-06-01 | 1 | -1/+5 |
* | Fix the output. | ru | 2006-05-27 | 1 | -0/+1 |
* | GC old a.out and K&R support. | imp | 2006-05-23 | 1 | -9/+0 |
* | Reflect int -> size_t changes in glob.h | ache | 2006-05-22 | 1 | -3/+3 |
* | Reflect size_t changes in glob.h | ache | 2006-05-22 | 1 | -22/+23 |
* | Remove pending actions asked in comments for SHLIB_MAJOR bump, done. | ache | 2006-05-22 | 1 | -2/+0 |
* | Remove the kludge, as asked in the Makefile: | ache | 2006-05-22 | 1 | -3/+0 |
* | Bump library majro version for gethostbyaddr(3). | ume | 2006-05-21 | 1 | -1/+1 |
* | Nuke some compatibility crufts of resolver for 6.X and earlier. | ume | 2006-05-21 | 3 | -15/+0 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bit | ume | 2006-05-21 | 1 | -25/+22 |