]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
This commit was generated by cvs2svn to compensate for changes in r104752,
[FreeBSD/FreeBSD.git] / lib / libc /
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Tim J. RobbinsAdd cross-references to wide character versions of...
2002-10-10 Tim J. RobbinsCross-reference between byte and wide-character stdio...
2002-10-09 Alfred Perlsteinde-__P()
2002-10-09 Robert WatsonAdd brief mention of the extattr_*_link() system call...
2002-10-09 Tim J. RobbinsAdd support for the 6 new C99 struct lconv members...
2002-10-09 Peter WemmDrop almost 3k from /bin/sync by moving errno to a...
2002-10-08 Archie CobbsAdd note that there is a kernel-imposed limit on the...
2002-10-08 Archie CobbsAdd MLINKS to kse.2.
2002-10-06 Tim J. RobbinsAdd a note to the Compatiblity section suggesting that...
2002-10-06 Hajimu UMEMOTOPut giant locks due to make getaddrinfo(), getnameinfo()
2002-10-06 Tim J. RobbinsRemove rants/whines about the rune interface being...
2002-10-06 Tim J. RobbinsRemove a completely incorrect statement from the Return...
2002-10-04 Mike BarcroftAdd restrict type-qualifier to sem_getvalue().
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-04 Robert DrehmelCorrect the regressive part of my last commit to these...
2002-10-04 Tim J. RobbinsAdd a placeholder implementation of wcscoll() and wcsxf...
2002-10-03 David E. O'BrienAdd stpcpy(3).
2002-10-03 Hajimu UMEMOTOAllocate 64K recieve buffer for DNS responses.
2002-10-03 Tim J. RobbinsImprove three instances of questionable or confusing...
2002-10-03 Tim J. RobbinsAdd an example.
2002-10-03 Tim J. RobbinsDocument towlower() and towupper() in separate manual...
2002-10-03 Tim J. RobbinsPoint out that although toupper() and tolower() really...
2002-10-03 Tim J. Robbinstowlower() appeared twice in the synopsis; one of the...
2002-10-03 Tim J. RobbinsAdd an Examples section with an example of how to use...
2002-10-03 Mike BarcroftAdd missing const qualifier in tfind().
2002-10-02 Archie CobbsAdd a man page for the KSE system calls.
2002-10-02 Tim J. RobbinsAdd an example showing how to use wcstok(). Fix orderin...
2002-10-02 Robert DrehmelAdd the 'restrict' type qualifier to the prototypes...
2002-10-02 Mike BarcroftAdd restrict type-qualifier.
2002-10-02 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
2002-10-02 Maxim KonovalovToo strict error checking in rev. 1.22 broke pwd_mkdb...
2002-10-02 Dima DorfmanRemove the "special processes" section. It has rotted...
2002-10-01 Dima DorfmanDon't claim to return the fileid which we unloaded...
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-09-29 Eric MelvilleAdd getopt_long(3).
2002-09-28 Tim J. RobbinsRemove masking macros for getwc(), putwc(), putwchar...
2002-09-28 Peter WemmZap now-unused SHLIB_MINOR
2002-09-26 Tim J. RobbinsBack out previous, free the buffer when __vfprintf...
2002-09-26 Tim J. RobbinsBack out previous and solve the problems a different...
2002-09-26 Tim J. RobbinsSimplify by removing unneeded local variables and expli...
2002-09-26 Tim J. RobbinsSimplify by removing useless local variables and explic...
2002-09-26 Tim J. RobbinsCorrectly handle the case where __vfwprintf() fails...
2002-09-26 Tim J. RobbinsSync with OpenBSD: avoid memory leak when __vfprintf...
2002-09-25 Mike Barcroft<sys/types.h> is no longer needed.
2002-09-25 Maxim KonovalovDisqualify UID/GID with non-numeric character.
2002-09-25 Mike BarcroftUse the standardized CHAR_BIT constant instead of NBBY...
2002-09-24 Tim J. RobbinsWarn when setinvalidrune() is referenced for consistenc...
2002-09-24 Tim J. RobbinsAdd cross-references between wide character and single...
2002-09-24 Tim J. RobbinsRemove an unneeded call to _sfrefill() that was missed...
2002-09-24 Tim J. RobbinsUse the new va_copy macro to copy variable argument...
2002-09-23 Tim J. RobbinsAdd implementations of wscanf() and related functions...
2002-09-23 Tim J. RobbinsImplement the %lc, %ls and %[ conversions, which read...
2002-09-23 Tim J. RobbinsThe character argument for __ungetwc() should be wint_t...
2002-09-22 Tim J. RobbinsAdd the remaining C99 wide character string to integer...
2002-09-22 Tim J. RobbinsAdd an unlocked version of ungetwc(), __ungetwc(),...
2002-09-21 Jonathan MiniStyle cleanup:
2002-09-21 Tim J. RobbinsDelete stray reference to vsnprintf().
2002-09-21 Tim J. RobbinsAdd implementations of the wprintf() family of function...
2002-09-21 Garrett WollmanInitiate deorbit burn sequence for sysctl CTL_USER...
2002-09-21 Garrett WollmanMake the threatened fts(3) ABI fix. FTSENT now avoids...
2002-09-21 Tim J. RobbinsRemove unnecessary #include <assert.h>; it was used...
2002-09-20 Archie CobbsRevert previous commit to unbreak world until we figure...
2002-09-20 Tim J. RobbinsLock the file once per call and use the unlocked fgetwc...
2002-09-20 Tim J. RobbinsLock and unlock the file once per call and use the...
2002-09-20 Tim J. RobbinsIntroduce unlocked versions of fputwc() and fgetwc...
2002-09-20 Mike BarcroftAdd restrict type-qualifier.
2002-09-20 Jonathan MiniDon't peek into MD structures from MI code. The getcont...
2002-09-19 Archie CobbsFix a problem with the definition of HUGE_VAL causing...
2002-09-19 Tim J. RobbinsImplement the %ls and %lc conversions for printing...
2002-09-19 Jacques VidrineAdd forgotten newlines in debug messages.
2002-09-19 Garrett WollmanReturn the correct environment name for 64-bit platform...
2002-09-19 Alfred PerlsteinWelcome the sem_ API to libc!
2002-09-19 Alfred Perlsteinadd a stub for pthread_cond_destroy.
2002-09-18 Tim J. RobbinsOptimise the common case where no special encoding...
2002-09-18 Tim J. RobbinsLogic error in previous: don't exit the loop when an...
2002-09-18 Tim J. RobbinsDeprecate the rest of the rune interface.
2002-09-18 Tim J. RobbinsMark mbmb(), mbrune(), and mbrrune() as deprecated...
2002-09-18 Tim J. RobbinsReimplement the functionality of fgetrune(), fputrune...
2002-09-17 Bruce EvansFixed editing error in previous commit (*blush*).
2002-09-17 Bruce EvansFixed unsorting of SRCS.
2002-09-17 Maxim KonovalovFix vsnprintf(3) memory leak for size == 0.
2002-09-17 Peter WemmBandaid to stop failing on non-i386 platforms.
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Jonathan MiniUse a weak symbol for signalcontext().
2002-09-17 Jonathan MiniAdd signalcontext(), which adds a signal frame to a...
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-16 Bill FennerFix documentation of clnt_control()'s CL{GET|SET}_...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Jonathan MiniSave and restore FPU state properly in ucontext_t's.
2002-09-16 Jonathan MiniAdd signalcontext(), which lays down a signal frame...
2002-09-16 Hajimu UMEMOTOAllocate 64K recieve buffer for DNS responses.
2002-09-16 Tim J. RobbinsConvert eight space indents to tabs in the "*" format...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Hajimu UMEMOTOAllocate 64K recieve buffer for DNS responses.
2002-09-15 Jacques VidrineCheck for truncation in calls to res_send/res_query...
2002-09-15 Tim J. RobbinsAdd wcstod() as a wrapper around strtod(). It does...
next