| Age | Commit message (Expand) | Author |
| 2003-06-30 | use __attribute__((__packed__)) instead of __packed. | christos |
| 2003-06-30 | Sprinkle some restrict. | kleink |
| 2003-06-30 | add #include "config.h" when these files are built as parts of host tools. | tshiozak |
| 2003-06-30 | Use a better width argument. | wiz |
| 2003-06-29 | u_int*_t -> uint*_t. | tshiozak |
| 2003-06-27 | Remove superfluous comma. | wiz |
| 2003-06-27 | Pa Aq -> Aq Pa; Sy Pa -> Sy. | wiz |
| 2003-06-27 | sync with the last change for citrus_hash.h. | tshiozak |
| 2003-06-27 | make sure to use LIST_* macros defined in sys/queue.h. | tshiozak |
| 2003-06-27 | Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. | wiz |
| 2003-06-27 | in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(), | yamt |
| 2003-06-27 | Quote question mark and brace. | wiz |
| 2003-06-27 | Remove superfluous "". | wiz |
| 2003-06-27 | Quote question mark. | wiz |
| 2003-06-27 | Remove superfluous semicolon. | wiz |
| 2003-06-27 | Fix typos in macro names. | wiz |
| 2003-06-27 | $NetBSD $ -> $NetBSD$ | yamt |
| 2003-06-27 | SYNOPSIS is not a good place for C comments; | wiz |
| 2003-06-27 | i guess the original intent was this... | itojun |
| 2003-06-27 | memset() after null check | itojun |
| 2003-06-27 | clear memory after malloc() | itojun |
| 2003-06-27 | bump libc version because of iconv. | tshiozak |
| 2003-06-27 | Citrus iconv support(4) | tshiozak |
| 2003-06-26 | There is no FreeBSD-3.3.0, only FreeBSD-3.3. | wiz |
| 2003-06-26 | correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. | tshiozak |
| 2003-06-26 | make sure that key is case-insensitive. | tshiozak |
| 2003-06-26 | Fix typo in macro. | wiz |
| 2003-06-25 | Citrus iconv support (1) | tshiozak |
| 2003-06-23 | PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. | christos |
| 2003-06-23 | PR/21963: MAEKAWA Masahide: Don't free(dirp) before its last use. | christos |
| 2003-06-23 | Registers _REG_Ri defines are numbered backwards, so when we fill | uwe |
| 2003-06-13 | add const qualifiers to match md{2,4,5}.h | lukem |
| 2003-06-11 | Adapt to current sys/socket.h. Noted by MAEKAWA Masahide in PR 21849. | wiz |
| 2003-06-07 | - change default message size for udp to UDPMSGSIZE(8800) from 8192. | yamt |
| 2003-06-06 | Grammar, spelling, markup fixes from jmc@openbsd. | wiz |
| 2003-06-06 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | itojun |
| 2003-06-06 | KNF. | itojun |
| 2003-06-06 | add a missing release_fd_lock. | yamt |
| 2003-06-03 | Add atoll(3) to libnbcompat. We need it when building target's gcc | uwe |
| 2003-05-30 | Add ETIME translation. | salo |
| 2003-05-30 | Add translation for 92 (ETIME). | wiz |
| 2003-05-30 | add ETIME translation | jdolecek |
| 2003-05-30 | ETIME is #92, not #91 | jdolecek |
| 2003-05-30 | Add LC_MESSAGES to the listing of categories; fixes PR misc/19829 from | kleink |
| 2003-05-30 | Delint a use of uintptr_t; not strictly necessary with -current lint(1), | kleink |
| 2003-05-30 | Use the date I committed this, not the date I originally came up with | simonb |
| 2003-05-30 | Allow either parameter to the getbsize(3) function to be a NULL, in | simonb |
| 2003-05-29 | Allocate and initialize dirp->dd_lock before calling telldir(), which | nathanw |
| 2003-05-29 | de-lint pointer casts. | christos |
| 2003-05-29 | KNF example: NULL vs. 0, space after switch. | kleink |