| Commit message (Expand) | Author | Age | Files | Lines |
* | Manual pages for wide character classification (isw*) and case conversion | tjr | 2002-08-05 | 2 | -0/+192 |
* | Implement POSIX.1-2001 (XSI)'s fmtmsg(3). | mike | 2002-08-05 | 4 | -2/+473 |
* | Try harder to check lang as path component (".", "..", / inside). | ache | 2002-08-04 | 1 | -307/+345 |
* | Change wctype_t to an unsigned type to avoid warnings. | tjr | 2002-08-04 | 1 | -1/+1 |
* | Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. | tjr | 2002-08-04 | 3 | -2/+196 |
* | Add btowc(3) to SEE ALSO section. | tjr | 2002-08-04 | 1 | -0/+1 |
* | Use errno to indicate failure reason. | ache | 2002-08-04 | 1 | -12/+18 |
* | Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to | bde | 2002-08-04 | 1 | -3/+3 |
* | Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug. | obrien | 2002-08-04 | 5 | -9633/+7154 |
* | Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space. | ache | 2002-08-04 | 1 | -28/+27 |
* | Nonexistent SIZE_MAX -> SIZE_T_MAX | ache | 2002-08-04 | 1 | -1/+1 |
* | Signal an error instead of giving the caller less memory than they asked | tjr | 2002-08-04 | 1 | -0/+7 |
* | Add ERRORS section according to POSIX (no errors) | ache | 2002-08-03 | 1 | -0/+2 |
* | Catch empty encoding name too | ache | 2002-08-03 | 1 | -1/+1 |
* | Fix return codes to match what setrunelocale() returns | ache | 2002-08-03 | 1 | -5/+2 |
* | Preserve errno in fallback code | ache | 2002-08-03 | 1 | -0/+3 |
* | Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. | tjr | 2002-08-03 | 4 | -2/+167 |
* | Correct use of Nm macro in NAME section and a broken cross reference. | tjr | 2002-08-03 | 1 | -2/+3 |
* | Return errno provided by fopen, not always ENOENT. | ache | 2002-08-03 | 1 | -10/+10 |
* | Check encoding for ".", ".." and / inside | ache | 2002-08-03 | 1 | -1/+5 |
* | Return EINVAL for NULL or too long encoding, not EFAULT | ache | 2002-08-03 | 1 | -1/+1 |
* | Return ENAMETOOLONG for long PATH_LOCALE, not EFAULT | ache | 2002-08-03 | 1 | -1/+1 |
* | 1) Use errno to indicate faulure reason. | ache | 2002-08-03 | 1 | -44/+89 |
* | Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions. | tjr | 2002-08-03 | 3 | -2/+179 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 18 | -2/+1878 |
* | Sligtly modify previous out-of-bounds fix: just break instead of | ache | 2002-08-02 | 1 | -1/+1 |
* | De-gccize CFLAGS by removing it. | rwatson | 2002-08-02 | 1 | -2/+0 |
* | Remove an #include <syslog.h>. It's already included conditionally | mux | 2002-08-02 | 1 | -1/+0 |
* | Hook up libugidfw to the build. | rwatson | 2002-08-02 | 1 | -2/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 3 | -0/+785 |
* | Prevent out of bounds writting for too many slashes case. | ache | 2002-08-02 | 1 | -14/+10 |
* | The fix applied to the XDR decoder in revision 1.11 was incorrect. | nectar | 2002-08-01 | 1 | -1/+1 |
* | Fix an easy warning in a local addition. | markm | 2002-08-01 | 1 | -1/+1 |
* | Stash various networking paramters in the environment for the kernel | jake | 2002-07-31 | 1 | -1/+15 |
* | Sort headers to reduce diffs between branches. | nectar | 2002-07-31 | 1 | -1/+1 |
* | some dolt forgot to add in an include for <limits.h> | darrenr | 2002-07-31 | 1 | -0/+1 |
* | Patch to fix bounds checking/overflow. | darrenr | 2002-07-31 | 1 | -3/+4 |
* | Grammar (`was' -> `were') | chris | 2002-07-31 | 1 | -1/+1 |
* | Since pam_get_authtok(3) doesn't know about our options structure, setting | des | 2002-07-30 | 1 | -10/+11 |
* | Update docs to reflect change in count of procs reserved for root | silby | 2002-07-30 | 2 | -2/+2 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 16 | -19/+19 |
* | Revert part of revision 1.10, as it broke portmap lookups for IPv4 | iedowse | 2002-07-26 | 1 | -9/+3 |
* | sysctl(NET_RT_IFLIST) up to several (currently 5) times. | ume | 2002-07-25 | 1 | -8/+29 |
* | - ntohs() returns unsigned value. | ume | 2002-07-24 | 1 | -59/+56 |
* | Install more man pages - I thought I'd committed this ages ago... | des | 2002-07-23 | 1 | -0/+5 |
* | Don't forget to recalculate the IP checksum of the original | ru | 2002-07-23 | 1 | -4/+12 |
* | Surround prototypes with __BEGIN_DECLS / __END_DECLS. | des | 2002-07-22 | 1 | -0/+4 |
* | Add an ia64 atomic lock primitive for libc_r. This is mostly for | peter | 2002-07-20 | 2 | -0/+96 |
* | Reimplement malloc/free debugging that includes the offending file:line | peter | 2002-07-20 | 5 | -40/+73 |
* | Add __printflike() to printf() and sprintf() prototypes. -ffreestanding | peter | 2002-07-20 | 1 | -2/+2 |