]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Add descriptions for some _PC_* variables from <sys/unistd.h> that
[FreeBSD/FreeBSD.git] / lib / libc /
2002-11-04 Tim J. RobbinsAdd descriptions for some _PC_* variables from <sys...
2002-11-04 Alfred PerlsteinBackout "compatibility hack" for __sF.
2002-11-02 Alfred PerlsteinProvide a hook to make __sF visible outside of libc...
2002-11-01 Kelly YanceyTrack the number of non-data chararacters stored in...
2002-11-01 Doug Rabson* Add stubs for pthread_cond_broadcast.
2002-11-01 Tim J. RobbinsNo need to include floatio.h here: vfscanf() no longer...
2002-10-31 Archie CobbsRe-apply the previously backed-out commit that fixes...
2002-10-31 Alfred PerlsteinMake __sF static. This can not be allowed to exist...
2002-10-30 Tim J. RobbinsAdd two additional references to the See Also section...
2002-10-30 Marcel MoolenaarImplement DCE 1.1 compliant UUID functions. Immediate...
2002-10-29 Robert WatsonWhile an interface can be depreciated, we prefer deprec...
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 Ruslan ErmilovCosmetics.
2002-10-29 Ruslan Ermilovbsd.doc.mk changes:
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-29 Tim J. RobbinsRemove unnecessary inclusion of <rune.h> to make it...
2002-10-28 Chris CostelloScoop out examples illustrating the label text format...
2002-10-28 Tim J. RobbinsCross-reference putc(3).
2002-10-28 Tim J. RobbinsHandle boundary cases more correctly; mblen(s, 0) and...
2002-10-28 Garrett WollmanCreate a small library function, check_utility_compat...
2002-10-27 Garrett WollmanUpdate limits and configuration parameters for 1003...
2002-10-27 Garrett WollmanDo not include <sys/syslimits.h> directly; it is not...
2002-10-27 Tim J. RobbinsStyle sweep.
2002-10-26 Hajimu UMEMOTOquery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-25 Hajimu UMEMOTO- scopeid is u_int32_t
2002-10-25 Hajimu UMEMOTO- kill strcpy
2002-10-25 Tim J. RobbinsUse an internal buffer for the result when the first...
2002-10-25 Tim J. RobbinsThe ORIENTLOCK macro is no longer needed since all...
2002-10-24 Bruce EvansRestored sigaction's name in its prototype.
2002-10-24 Sheldon Hearn* Modernize aio(4), providing instructions for static...
2002-10-24 Dag-Erling SmørgravAdd cross-references to the aio(4) manual page.
2002-10-24 Tim J. RobbinsReplace wcsstr() with an implementation based on strstr...
2002-10-24 Tim J. RobbinsRestore Berkeley SCCS id.
2002-10-24 Tim J. RobbinsRemove the Standards section again until we get these...
2002-10-24 Chris CostelloPlace mac_prepare() with the other mac_prepare*() funct...
2002-10-24 Chris Costellomac_free() no longer accepts a void * parameter; only...
2002-10-23 Chris CostelloRemove superfluous empty "FILES" section.
2002-10-23 Chris CostelloRemove hard sentence breaks.
2002-10-23 Mark MurrayMake the first argument of getbsize a size_t* instead...
2002-10-23 Tim J. RobbinsFix the NetBSD RCS id's on these files; somehow they...
2002-10-23 Tim J. RobbinsReimplement more efficiently, using a single forward...
2002-10-23 Tim J. RobbinsReimplement, handling the case where c == L'\0' correct...
2002-10-23 Hajimu UMEMOTOquery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-23 Tim J. RobbinsAdd a Standards section, claiming conformance to IEEE...
2002-10-23 Dag-Erling SmørgravTranslate to English.
2002-10-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-23 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-23 Tim J. RobbinsReplace this wcsncpy() implementation with one based...
2002-10-22 Alfred PerlsteinExplain to users that they may want to kldload aio.
2002-10-22 Jake BurkholderRename the libc signal trampoline to __sigtramp to...
2002-10-22 Robert WatsonReflect MAC kernel/user API changes into the libc MAC...
2002-10-22 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-22 Robert Watson.Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac...
2002-10-21 Robert WatsonUnhook the per-policy parsing/printing MAC modules...
2002-10-21 Sam Lefflertrack gratuitous change to sys/i386/include/reg.h
2002-10-20 Tim J. RobbinsCross-reference fmtcheck(3).
2002-10-19 Peter WemmGive in on the __sF stuff. I have a better fix in...
2002-10-19 Tim J. RobbinsIndent code example with one tab, not two, for consiste...
2002-10-19 Tim J. RobbinsC89 does not specifiy strsep(), so our strsep() impleme...
2002-10-19 Tim J. RobbinsThe ftok() function has not been in libcompat for quite...
2002-10-18 Mark MurrayOops. Also provide a lint-compatible unused argument...
2002-10-18 Mark MurrayISOfy functions, sort headers and mark unused arguments.
2002-10-18 Mark MurrayCorrect the headers needed to use dbopen(3) and friends.
2002-10-17 Tim J. RobbinsFix off-by-one error when pushing back a multibyte...
2002-10-17 Tim J. RobbinsMake part of the previous change clearer; check flags...
2002-10-17 Tim J. RobbinsThe field width for single-byte string conversions...
2002-10-16 Alfred Perlsteinde-__P()
2002-10-16 Robert Drehmel - Remove the lsearch() and lfind() functions and their...
2002-10-16 Tim J. RobbinsCount field width correctly for suppressed multibyte...
2002-10-16 Robert DrehmelRemove unneeded $FreeBSD$ tags.
2002-10-16 Robert Drehmel - Remove the old insque() and remque() functions and...
2002-10-16 Tim J. RobbinsSet the error bit on the stream if an encoding error...
2002-10-16 Tim J. RobbinsAvoid truncating invalid wide characters that are outsi...
2002-10-16 Tim J. RobbinsAdd a Bugs section and note that fmtcheck() is out...
2002-10-16 Tim J. RobbinsAdd support for the XSI %C and %S formats, which are...
2002-10-15 Ian DowseUse kqueue(2) instead of poll(2) to wait for replies...
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-15 Tim J. RobbinsAdd cross-references to the wide character counterparts...
2002-10-15 Maxim SobolevEliminate superfluous memory access in memcpy(3)/memmov...
2002-10-15 Tim J. RobbinsRemove stray comma at the end of the See Also list.
2002-10-14 Tim J. RobbinsUse a weak reference instead of a macro to make vfscanf...
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Tim J. RobbinsFA, FB and FC are lead bytes according to recent Micros...
2002-10-14 Tim J. RobbinsStyle changes. Mainly removing excessive whitespace...
2002-10-13 Kris KennawayIgnore TMPDIR if the application is setugid.
2002-10-12 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-10-12 Mike BarcroftAdd restrict type-qualifier.
2002-10-12 Andrey A. ChernovCosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like...
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-12 Tim J. RobbinsDescribe the restrictions on seeking on wide character...
2002-10-12 Tim J. RobbinsFix a typo causing incorrect formatting for negative...
2002-10-11 Tim J. RobbinsSave errno around calls to free(); at least some code...
2002-10-11 Tim J. RobbinsDocument the kind of format string strfmon() expects...
2002-10-11 Tim J. RobbinsUse the new struct lconv members to determine how to...
2002-10-11 Tim J. RobbinsNon-negative amounts should not have an extra space...
2002-10-11 Tim J. Robbins"Left precision" and "right precision" are not flags...
2002-10-11 Peter WemmZap the early-adopter transition aid before we get...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 Maxim KonovalovDo not allow empty GIDs for non-NIS entries.
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
next