]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Apply fix for long timeouts on driver initialisation.
[FreeBSD/FreeBSD.git] / lib / libc /
2004-05-22 Tim J. RobbinsPerform conversions straight from the stream buffer...
2004-05-22 Tim J. RobbinsAssociate a multibyte conversion state object with...
2004-05-20 Alan CoxUpdate the document date.
2004-05-19 Alan CoxRemove a long obsolete paragraph from the BUGS section.
2004-05-18 Peter WemmFor amd64, explicitly compile mcount.po, rather than...
2004-05-17 Yaroslav TykhiyClarify and extend paragraphs on interoperation
2004-05-17 Tim Kientzlegetgrent() and friends should set errno if there is...
2004-05-17 Tim KientzlePOSIX prohibits any library function from setting errno...
2004-05-17 Tim J. RobbinsUse conversion state objects to store the accumulated...
2004-05-17 Tim J. RobbinsUse a simpler and faster buffering scheme for partial...
2004-05-17 Tim KientzleIf getpwent/getpwuid/getpwnam return NULL, they must...
2004-05-14 Tim J. RobbinsUse a simpler, faster buffering scheme for partial...
2004-05-14 Olivier HouchardImport the softfloat emulation library, needed for...
2004-05-14 Olivier HouchardImport the FreeBSD/arm libc bits.
2004-05-14 Olivier HouchardWe use __arm__, not __arm32__.
2004-05-14 Olivier HouchardDefine malloc_pageshift and malloc_minsize for arm.
2004-05-13 Bruce EvansFixed some minor style bugs.
2004-05-13 Tim J. RobbinsAllow encoding modules to override the default implemen...
2004-05-13 Tim J. RobbinsFix braino in previous: check that the second byte...
2004-05-12 Peter EdwardsFix some^Wseveral style bugs from last commit.
2004-05-12 Josef El-RayesFix typo.
2004-05-12 Tim J. RobbinsReduce overhead by calling internal versions of the...
2004-05-12 Tim J. RobbinsMove prototypes of various encoding-related functions...
2004-05-12 Ruslan ErmilovLink radixsort(3) to sradixsort(3), make the latter...
2004-05-11 Christian S.J. PeronDocument the fact that in a jailed environment, sendto...
2004-05-11 Tim J. RobbinsIn the absence of proper validation, at least check...
2004-05-10 Diomidis SpinellisRemove a trailing newline, to behave as documented...
2004-05-10 Bruce EvansFixed style bugs in previous commit (bogus forward...
2004-05-09 Tim J. RobbinsUse a binary search to find the range containing a...
2004-05-09 Christian Brueffero fix a sentence to match with the synopsis [1]
2004-05-09 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2004-05-08 Peter EdwardsThe FTS_NOSTAT option is an optimisation that reduces...
2004-05-05 Tim KientzleA minor refactoring to simplify portability: assign...
2004-05-02 David E. O'BrienRemove bogus FBSDID.
2004-05-02 David E. O'BrienFix damaged FBSDID.
2004-05-02 David SchultzMerge vfscanf.c, v1.37:
2004-05-02 David SchultzMerge vfprintf.c, v1.65:
2004-05-02 David SchultzAdd option NO_FP_LIBC, which disables floating-point...
2004-05-02 David Schultz- To make it easier to compile *printf() and *scanf...
2004-05-02 David SchultzWhen *printf() and *scanf() are compiled without floati...
2004-04-27 Ruslan ErmilovMarkup nit.
2004-04-27 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2004-04-25 Andrey A. ChernovRewrite split_lines() to operate safely
2004-04-22 Tim J. RobbinsUse the correct size to allocate, copy and clear argume...
2004-04-21 Jonathan ChenFix a bug that could result in getpw*() incorrectly...
2004-04-21 Ruslan ErmilovUnbreak world.
2004-04-21 Nate LawsonMFdragonfly: resolver fix for timeouts on unqualified...
2004-04-20 Colin PercivalAdd mention of the fact that timeouts are silently...
2004-04-20 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-04-18 Colin PercivalDocument POSIX stupidity: Attempts to mmap zero bytes...
2004-04-17 Tim J. RobbinsThis commit was generated by cvs2svn to compensate...
2004-04-16 Christian BruefferBring describtion of a sysctl in line with the source:
2004-04-16 Christian BruefferRemove unnecessary .Pp macro and bump document date
2004-04-16 Christian BruefferList some sysctl variables that influence accounting
2004-04-15 Peter WemmThis commit was generated by cvs2svn to compensate...
2004-04-14 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-04-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-04-12 Tim J. RobbinsPerform some basic validation of multibyte conversion...
2004-04-12 Tim J. RobbinsRemove a nonsensical remark about byte order markers...
2004-04-11 Maxime HenrionBelatedly remove the getvfsent(3) API. All the consume...
2004-04-11 Tim J. RobbinsDocument the meaning of the zero return value.
2004-04-10 David XuFix a typo. I was locked out for two days from my machine.
2004-04-10 Tim J. RobbinsDon't cast away const qualifiers.
2004-04-09 Tim J. RobbinsTerminate execl()'s argument list with a null pointer...
2004-04-08 Tim J. RobbinsUpdate manual pages for change to C99 mbrtowc() semantics.
2004-04-07 Tim J. RobbinsAllow partial multibyte characters to accumulate in...
2004-04-07 Tim J. RobbinsPrepare to handle trivial state-dependent encodings...
2004-04-07 Tim J. RobbinsBegin conversions for sgetrune() and sputrune() in...
2004-04-07 Tim J. RobbinsPrepare to handle state-dependent encodings. This mainl...
2004-04-07 Tim J. RobbinsBegin in the initial shift state in mbstowcs() and...
2004-04-06 Tim J. RobbinsPrepare to handle state-dependent encodings. This mainl...
2004-04-06 Pierre BeyssacAdd a missing "*errp = h_errno" forgotten in rev 1.36.
2004-04-06 Doug RabsonUpdate .Dd value.
2004-04-05 Pierre BeyssacFix _dns_ghbyname() to return NS_TRYAGAIN instead of...
2004-04-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-05 Doug RabsonDocument lgetfh(2).
2004-04-04 Tim J. RobbinsRemove support for emulating mbrtowc() and wcrtomb...
2004-04-04 Tim J. RobbinsReimplement the GB18030 encoding method using the new...
2004-04-04 Tim J. RobbinsReimplement the deprecated UTF2 encoding method using...
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-01 Andrey A. ChernovSimplify one condition in prev. commit:
2004-04-01 Andrey A. ChernovFix parsing of ambiguous options, whole loop must be...
2004-04-01 Jacques VidrineThe previous commit changed the behavior of nsdispatch...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-31 Peter WemmFix Yet Another 16 byte stack alignment bug. Thankfull...
2004-03-30 Jacques VidrineWhen a dynamic NSS module is built and linked against...
2004-03-30 Tim J. RobbinsAdd cross-references to isideogram(3), isphonogram...
2004-03-30 Tim J. RobbinsAdd basic manual pages for isideogram(), isphonogram...
2004-03-30 Tim J. RobbinsTrim cross-references.
2004-03-30 Tim J. RobbinsDocument the isnumber() and ishexnumber() functions...
2004-03-29 Tim J. RobbinsRemove duplicate MLINK.
2004-03-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-27 Tim J. RobbinsRecognize the "rune" character class in wctype().
2004-03-25 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-25 Bruce M SimpsonDocument the existence of NET_RT_IFMALIST.
2004-03-25 Ruslan Ermilov[troff] removed the unnecessary use of \_ escapes.
2004-03-24 Brian FeldmanAdd locking so that arc4random(3) functions are all...
2004-03-21 Tim J. RobbinsDocument incorrect handling of multibyte characters.
next