| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle failure to malloc() part of the thread structure. | deischen | 2005-08-29 | 2 | -6/+8 |
* | Don't attempt to initialize the rtld lock if it can't be malloc()'d. | deischen | 2005-08-29 | 2 | -10/+14 |
* | - Document the fact that the real length of listen queue is 1.5 more | glebius | 2005-08-29 | 1 | -1/+16 |
* | Add the function memmem(3) as found in glibc and others. | andre | 2005-08-25 | 6 | -5/+159 |
* | Hook getino.3 up to the build and link it to putino.3. | trhodes | 2005-08-25 | 1 | -1/+2 |
* | Add a family of functions for reliable pidfiles handling. | pjd | 2005-08-24 | 4 | -3/+498 |
* | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | imura | 2005-08-24 | 1 | -1/+1 |
* | Ignore HTTP_PROXY if it is defined but empty. This was already handled | des | 2005-08-24 | 1 | -1/+1 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 5 | -0/+5 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | stefanf | 2005-08-19 | 8 | -12/+12 |
* | Fix a boundary condition error in slow() and fast() in multibyte locales: | tjr | 2005-08-17 | 1 | -6/+7 |
* | Document the fact that word-boundary matching does not work | tjr | 2005-08-17 | 1 | -1/+3 |
* | The "Mbuf" zone was renamed "mbuf" to improve consistency, but the code | rwatson | 2005-08-15 | 1 | -4/+4 |
* | Add an implementation of the semi-standard wcsdup() function, as found | tjr | 2005-08-13 | 3 | -4/+53 |
* | Change OUT from -2 to CHAR_MIN-1, making it impossible for it to | tjr | 2005-08-13 | 1 | -1/+1 |
* | Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 to | simon | 2005-08-12 | 1 | -1/+2 |
* | Change directory one level at a time, and use CDUP to back out. This is a | des | 2005-08-12 | 1 | -29/+152 |
* | Record an error message if there are write errors when extracting the | kientzle | 2005-08-10 | 1 | -1/+4 |
* | Minor configuration fix to disable ACL support on MacOS X (which | kientzle | 2005-08-10 | 2 | -4/+13 |
* | Move <sys/cdefs.h> up to reduce diff to NetBSD. | stefanf | 2005-08-10 | 1 | -2/+2 |
* | Submitted to and merged from NetBSD (rev. 1.23 and 1.24): | stefanf | 2005-08-10 | 1 | -6/+7 |
* | Remove a reference to compute_stats(), since it is no longer documented at | ken | 2005-08-10 | 1 | -4/+1 |
* | Document kvm(3)-related error constants, and correct minor formatting | rwatson | 2005-08-09 | 1 | -2/+20 |
* | NetBSD merged our typo fixes, update $NetBSD$. | stefanf | 2005-08-09 | 6 | -6/+6 |
* | Merge a change I missed in the last commit. | stefanf | 2005-08-09 | 1 | -1/+1 |
* | Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24. | stefanf | 2005-08-09 | 1 | -1/+3 |
* | Include <term.h> before #undef'ing key_clear. | stefanf | 2005-08-08 | 1 | -0/+2 |
* | Fix a few typos. | stefanf | 2005-08-08 | 2 | -4/+4 |
* | Don't forget to copy the sentinel into the `help' array. It's expected to | stefanf | 2005-08-08 | 1 | -2/+2 |
* | Sync libedit with recent NetBSD developments. Including improvements to the | stefanf | 2005-08-07 | 38 | -1482/+2374 |
* | Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and | stefanf | 2005-08-07 | 3 | -5/+3 |
* | Respect the YES_HESIOD build variable. | phk | 2005-08-06 | 2 | -3/+9 |
* | Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3), | rwatson | 2005-08-06 | 4 | -7/+190 |
* | Use char * when doing pointer arithmetics. | stefanf | 2005-08-05 | 1 | -3/+4 |
* | Define LIBMEMSTAT so that vm_page.h won't perform a nested include of | rwatson | 2005-08-04 | 1 | -9/+1 |
* | Add usleep to the map files. | deischen | 2005-08-03 | 2 | -0/+4 |
* | Add a cancellation point for usleep(). | deischen | 2005-08-03 | 2 | -2/+32 |
* | Add a cancellation point for usleep(). | deischen | 2005-08-03 | 1 | -0/+19 |
* | Make syslog() use the internal (non-cancellation point) _usleep(). | deischen | 2005-08-03 | 1 | -1/+1 |
* | Make usleep() overridable by the thread libraries so they can provide | deischen | 2005-08-03 | 1 | -1/+4 |
* | Add namespace #defines for usleep. | deischen | 2005-08-03 | 2 | -0/+2 |
* | Generate default fake "device" and "inode" numbers for entries | kientzle | 2005-08-02 | 1 | -0/+25 |
* | When copying time values from the main entry header to be used in the | kientzle | 2005-08-02 | 1 | -10/+19 |
* | Correct a few minor mis-statements (libarchive does support reading | kientzle | 2005-08-02 | 1 | -5/+6 |
* | Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine | rwatson | 2005-08-01 | 5 | -2/+248 |
* | Correct two libmemstat(3) bugs: | rwatson | 2005-08-01 | 4 | -4/+12 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 10 | -19/+19 |
* | Remove an unused variable. | deischen | 2005-07-29 | 2 | -2/+0 |
* | Catch up with the atomic_FOO_ptr() changes and silence a few warnings. | deischen | 2005-07-29 | 2 | -14/+28 |
* | Document the ECONNRESET errno value. | dds | 2005-07-29 | 2 | -0/+7 |