| 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 |
* | Additional debugging stuff I had in my tree. | des | 2006-08-11 | 1 | -3/+10 |
* | Fix a bug in the size of the PMBR partition. Since the partition starts | marcel | 2006-08-09 | 1 | -0/+2 |
* | 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 |
* | Axe unused member field. | davidxu | 2006-08-08 | 2 | -12/+2 |
* | Get number of CPUs and ignore spin count on single processor machine. | davidxu | 2006-08-08 | 3 | -6/+15 |
* | Return length from fwopen() file callback instead of zero. | phk | 2006-08-07 | 1 | -1/+1 |
* | Build libthread_db on PowerPC. | marcel | 2006-08-04 | 1 | -1/+1 |
* | Add stub functions. This allows libthread_db to be built and installed, | marcel | 2006-08-04 | 2 | -0/+106 |
* | 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 |
* | If skip_file_dev and skip_file_ino haven't been set (are still == 0), | kientzle | 2006-08-01 | 1 | -1/+3 |
* | Stop enforcing dependencies between MK_* options at Makefile level. | yar | 2006-07-31 | 1 | -1/+2 |
* | Pass BN_CTX to internal functions instead of allocating it internally. | simon | 2006-07-30 | 1 | -27/+35 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -0/+3 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 11 | -11/+287 |
* | Don't mention 'pax' in the context of POSIX-1988, since | kientzle | 2006-07-29 | 1 | -5/+4 |
* | Remove mention of 'tp' format, since that support has been | kientzle | 2006-07-29 | 1 | -10/+0 |
* | Do not put BN_CTX structures on the stack, but instead allocate them | simon | 2006-07-28 | 1 | -25/+36 |
* | Remove debug code. | stefanf | 2006-07-28 | 3 | -12/+0 |
* | 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 |
* | style.Makefile(5) is good for our eyes. | yar | 2006-07-27 | 1 | -4/+8 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 2 | -2/+10 |
* | 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 |
* | Increase the number of CPUs to 32 to suit sun4v. | jb | 2006-07-26 | 1 | -1/+1 |
* | Rev. 1.44 of this file didn't introduce a right solution, | yar | 2006-07-25 | 1 | -0/+7 |
* | 1. Don't override underscore version of aio_suspend(), system(), | davidxu | 2006-07-25 | 4 | -100/+191 |
* | 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 variadic macros that comply with C99. Keep the GCC-style ones if | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Change the GCC specific __FUNCTION__ to C99's __func__. | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Make the variadic macro debug() comply to C99. | stefanf | 2006-07-17 | 1 | -3/+6 |
* | Use a prototype for res_init(). | stefanf | 2006-07-17 | 1 | -1/+1 |