| Commit message (Expand) | Author | Age | Files | Lines |
* | When poll(2)'ing for readability or writability of a file descriptor | archie | 2002-08-29 | 3 | -6/+18 |
* | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | alfred | 2002-08-28 | 1 | -2/+1 |
* | Print a '-' sign for negative zero. Tested with | schweikh | 2002-08-27 | 1 | -7/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 9 | -9/+9 |
* | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | jdp | 2002-08-24 | 1 | -5/+5 |
* | &x is not a format string | kris | 2002-08-24 | 1 | -1/+1 |
* | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | mike | 2002-08-24 | 8 | -8/+0 |
* | We cannot use an alloc with only inputs and/or locals. The kernel | marcel | 2002-08-23 | 1 | -11/+16 |
* | Wrap the header to prevent multiple inclusion, and mark the DECLS section. | jmallett | 2002-08-22 | 1 | -0/+9 |
* | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | pirzyk | 2002-08-21 | 1 | -0/+82 |
* | s/EDOFUS/EDOOFUS/ | phk | 2002-08-21 | 3 | -5/+5 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 15 | -26/+26 |
* | Fix a typo in #if 0 code | scottl | 2002-08-21 | 1 | -1/+1 |
* | Add a manual page for wcwidth(). | tjr | 2002-08-20 | 2 | -1/+63 |
* | Add a manual page for wcswidth(). | tjr | 2002-08-20 | 2 | -1/+62 |
* | Move just committed version of wcswidth.c here (from "locale"), | ache | 2002-08-20 | 2 | -25/+31 |
* | Remove wcswidth.c from here (and move it to "string") | ache | 2002-08-20 | 2 | -65/+1 |
* | Remove space at the end of continuation line in prev. commit | ache | 2002-08-20 | 1 | -1/+1 |
* | xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't | bde | 2002-08-19 | 1 | -1/+1 |
* | Implement wcswidth() | ache | 2002-08-19 | 2 | -2/+66 |
* | Use modern-style arguments declaration | ache | 2002-08-19 | 1 | -2/+1 |
* | Write null wide-character as L'\0' like in other places | ache | 2002-08-19 | 1 | -1/+1 |
* | According to SUSv2, always return 0 for null wide-character code | ache | 2002-08-19 | 1 | -1/+6 |
* | s/trailing NULL/trailing NUL/ | jmallett | 2002-08-19 | 2 | -2/+2 |
* | Move internal defines from ctype.h here | ache | 2002-08-19 | 1 | -0/+4 |
* | Leave room for a trailing NUL not a NULL, that's not an ASCII character. | jmallett | 2002-08-19 | 2 | -2/+2 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | tjr | 2002-08-18 | 13 | -4/+1020 |
* | Move wcwidth() to separate file, it doesn't belong to iswctype.c at all | ache | 2002-08-17 | 3 | -11/+58 |
* | According to SUSv2, wcwidth() should return -1 for non-printing characters | ache | 2002-08-17 | 1 | -1/+1 |
* | Cosmetic - remove unneded brackets and #undef | ache | 2002-08-17 | 2 | -41/+40 |
* | wcwidth: fix espression to work correctly with SWIDTH0 | ache | 2002-08-17 | 1 | -2/+4 |
* | Fix libc build breakage by defining FSTYPENAMES before including | bmilekic | 2002-08-16 | 1 | -0/+1 |
* | Add iswctype wcwidth function code | keichii | 2002-08-16 | 1 | -0/+10 |
* | Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland | alfred | 2002-08-16 | 1 | -0/+3 |
* | Add LOGIN_SETMAC, which will indicate to the user context management code | rwatson | 2002-08-16 | 1 | -1/+2 |
* | - Fix a bug that wrote one char behind the end of the | robert | 2002-08-15 | 1 | -6/+3 |
* | Put each function argument on its own line to keep lines shorter | robert | 2002-08-15 | 1 | -1/+6 |
* | Use one line for each function argument to keep the line | robert | 2002-08-15 | 2 | -2/+11 |
* | Removed duplicated MLINKS which make(1) recently started warning about. | bde | 2002-08-15 | 1 | -2/+0 |
* | Include <stdlib.h> to have abort() and exit() declared. | robert | 2002-08-15 | 1 | -0/+1 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 5 | -17/+11 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 5 | -8/+8 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 12 | -41/+17 |
* | - Add the 'restrict' qualifier to the function definitions and | robert | 2002-08-14 | 3 | -10/+4 |
* | - Add the 'restrict' qualifier to the function definition of | robert | 2002-08-14 | 2 | -7/+5 |
* | - Add the 'restrict' qualifier to the definitions of the string | robert | 2002-08-14 | 6 | -18/+8 |
* | - Add the C99 'restrict' qualifier using the '__restrict' macro to | robert | 2002-08-14 | 2 | -2/+3 |
* | Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it. | rwatson | 2002-08-14 | 1 | -1/+1 |
* | - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 | robert | 2002-08-14 | 2 | -7/+11 |
* | - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 | robert | 2002-08-14 | 2 | -5/+2 |