| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a long line in copyright notice. | cognet | 2005-10-03 | 1 | -1/+2 |
* | Add an asm version of strlen() for arm (how useful). | cognet | 2005-10-03 | 2 | -1/+78 |
* | Just by allocating size*2 bytes we can't be sure that new size will be enough, | ache | 2005-09-18 | 1 | -2/+2 |
* | Use the correct function name as .Nm argument. | brueffer | 2005-09-18 | 1 | -1/+1 |
* | Cosmetic fixes to prev. commit. | ache | 2005-09-15 | 1 | -4/+4 |
* | Remove any hardcoded assumptions about malloc's way of allocating, | ache | 2005-09-14 | 1 | -4/+4 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | ache | 2005-09-14 | 1 | -3/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 16 | -0/+22 |
* | - Add prototypes for __cmpdi2() and __ucmpdi2(). | stefanf | 2005-09-12 | 1 | -10/+2 |
* | Use prototypes for CHIN1() and CHIN(). | stefanf | 2005-09-12 | 1 | -6/+2 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 5 | -4/+12 |
* | Add a couple of missing MLINKS. | stefanf | 2005-09-11 | 1 | -0/+17 |
* | The arguments for time2posix() and posix2time() are time_t values, not | stefanf | 2005-09-11 | 1 | -3/+3 |
* | Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it's | rwatson | 2005-09-10 | 1 | -0/+1 |
* | Add an MLINK for devname_r(). | stefanf | 2005-09-10 | 1 | -0/+1 |
* | The header and the man page say that sethostid() returns void, so make the | stefanf | 2005-09-10 | 1 | -4/+4 |
* | Fix parameter types of close and get members in DB. | stefanf | 2005-09-10 | 1 | -2/+2 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | tjr | 2005-09-05 | 5 | -25/+0 |
* | Added a sentence to explain what "span" means. | garys | 2005-08-29 | 2 | -1/+15 |
* | - 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 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 5 | -0/+5 |
* | 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 |
* | 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 |
* | Respect the YES_HESIOD build variable. | phk | 2005-08-06 | 2 | -3/+9 |
* | 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 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 7 | -9/+9 |
* | Document the ECONNRESET errno value. | dds | 2005-07-29 | 2 | -0/+7 |
* | don't accept invalid form of an address like 1:2:3:4:5:6:7::8. | ume | 2005-07-27 | 1 | -0/+4 |
* | Move initialization above point of first possible reference to | mdodd | 2005-07-25 | 1 | -3/+4 |
* | Speed up __wcsconv() (and hence the printf() %ls format): | tjr | 2005-07-24 | 1 | -34/+30 |
* | Better translation. | pjd | 2005-07-23 | 1 | -1/+1 |
* | fix innetgr() returning false positives and negatives when reverse netgroup | jon | 2005-07-22 | 1 | -54/+63 |
* | Remove padding for ABI compatibility of ai_addrlen member | ume | 2005-07-22 | 1 | -3/+0 |
* | Add HISTORY section. | tjr | 2005-07-21 | 1 | -1/+6 |
* | Add cross-reference to nextwctype(3). | tjr | 2005-07-21 | 1 | -1/+2 |
* | Add COMPATIBILITY and HISTORY sections. Fix typo. | tjr | 2005-07-21 | 1 | -2/+13 |
* | refer RFC 3542 rather than RFC 2292bis. | ume | 2005-07-19 | 3 | -4/+4 |
* | fixed the validation code of routing header length in inet6_rth_getaddr(). | ume | 2005-07-19 | 1 | -4/+3 |
* | remove the supposed max of 2^31, it hasn't been this small in a very | jmg | 2005-07-18 | 1 | -4/+1 |
* | Remove confusing "single C char locales" phrase; arguments to these | tjr | 2005-07-17 | 12 | -106/+44 |
* | Remove confusing "single C char locales" phrase; arguments to tolower() | tjr | 2005-07-17 | 2 | -18/+6 |
* | Use better Korean translation for `trap' | jkim | 2005-07-16 | 2 | -6/+6 |
* | Document the fact that if MAP_FIXED request has been successful it | sobomax | 2005-07-15 | 1 | -0/+7 |
* | Cross-reference sem_getvalue(3) from several other semaphore-related | rwatson | 2005-07-13 | 3 | -0/+3 |