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