]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Use __func__ and break a long line.
[FreeBSD/FreeBSD.git] / lib / libc /
2002-10-30 tjrAdd two additional references to the See Also section...
2002-10-30 marcelImplement DCE 1.1 compliant UUID functions. Immediate...
2002-10-29 rwatsonWhile an interface can be depreciated, we prefer deprec...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 ruCosmetics.
2002-10-29 rubsd.doc.mk changes:
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-29 tjrRemove unnecessary inclusion of <rune.h> to make it...
2002-10-28 chrisScoop out examples illustrating the label text format...
2002-10-28 tjrCross-reference putc(3).
2002-10-28 tjrHandle boundary cases more correctly; mblen(s, 0) and...
2002-10-28 wollmanCreate a small library function, check_utility_compat...
2002-10-27 wollmanUpdate limits and configuration parameters for 1003...
2002-10-27 wollmanDo not include <sys/syslimits.h> directly; it is not...
2002-10-27 tjrStyle sweep.
2002-10-26 umequery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-25 ume- scopeid is u_int32_t
2002-10-25 ume- kill strcpy
2002-10-25 tjrUse an internal buffer for the result when the first...
2002-10-25 tjrThe ORIENTLOCK macro is no longer needed since all...
2002-10-24 bdeRestored sigaction's name in its prototype.
2002-10-24 sheldonh* Modernize aio(4), providing instructions for static...
2002-10-24 desAdd cross-references to the aio(4) manual page.
2002-10-24 tjrReplace wcsstr() with an implementation based on strstr...
2002-10-24 tjrRestore Berkeley SCCS id.
2002-10-24 tjrRemove the Standards section again until we get these...
2002-10-24 chrisPlace mac_prepare() with the other mac_prepare*() funct...
2002-10-24 chrismac_free() no longer accepts a void * parameter; only...
2002-10-23 chrisRemove superfluous empty "FILES" section.
2002-10-23 chrisRemove hard sentence breaks.
2002-10-23 markmMake the first argument of getbsize a size_t* instead...
2002-10-23 tjrFix the NetBSD RCS id's on these files; somehow they...
2002-10-23 tjrReimplement more efficiently, using a single forward...
2002-10-23 tjrReimplement, handling the case where c == L'\0' correct...
2002-10-23 umequery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-23 tjrAdd a Standards section, claiming conformance to IEEE...
2002-10-23 desTranslate to English.
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-23 tjrReplace this wcsncpy() implementation with one based...
2002-10-22 alfredExplain to users that they may want to kldload aio.
2002-10-22 jakeRename the libc signal trampoline to __sigtramp to...
2002-10-22 rwatsonReflect MAC kernel/user API changes into the libc MAC...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 rwatson.Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac...
2002-10-21 rwatsonUnhook the per-policy parsing/printing MAC modules...
2002-10-21 samtrack gratuitous change to sys/i386/include/reg.h
2002-10-20 tjrCross-reference fmtcheck(3).
2002-10-19 peterGive in on the __sF stuff. I have a better fix in...
2002-10-19 tjrIndent code example with one tab, not two, for consiste...
2002-10-19 tjrC89 does not specifiy strsep(), so our strsep() impleme...
2002-10-19 tjrThe ftok() function has not been in libcompat for quite...
2002-10-18 markmOops. Also provide a lint-compatible unused argument...
2002-10-18 markmISOfy functions, sort headers and mark unused arguments.
2002-10-18 markmCorrect the headers needed to use dbopen(3) and friends.
2002-10-17 tjrFix off-by-one error when pushing back a multibyte...
2002-10-17 tjrMake part of the previous change clearer; check flags...
2002-10-17 tjrThe field width for single-byte string conversions...
2002-10-16 alfredde-__P()
2002-10-16 robert - Remove the lsearch() and lfind() functions and their...
2002-10-16 tjrCount field width correctly for suppressed multibyte...
2002-10-16 robertRemove unneeded $FreeBSD$ tags.
2002-10-16 robert - Remove the old insque() and remque() functions and...
2002-10-16 tjrSet the error bit on the stream if an encoding error...
2002-10-16 tjrAvoid truncating invalid wide characters that are outsi...
2002-10-16 tjrAdd a Bugs section and note that fmtcheck() is out...
2002-10-16 tjrAdd support for the XSI %C and %S formats, which are...
2002-10-15 iedowseUse kqueue(2) instead of poll(2) to wait for replies...
2002-10-15 ruThis commit was generated by cvs2svn to compensate...
2002-10-15 tjrAdd cross-references to the wide character counterparts...
2002-10-15 sobomaxEliminate superfluous memory access in memcpy(3)/memmov...
2002-10-15 tjrRemove stray comma at the end of the See Also list.
2002-10-14 tjrUse a weak reference instead of a macro to make vfscanf...
2002-10-14 ruThis commit was generated by cvs2svn to compensate...
2002-10-14 tjrFA, FB and FC are lead bytes according to recent Micros...
2002-10-14 tjrStyle changes. Mainly removing excessive whitespace...
2002-10-13 krisIgnore TMPDIR if the application is setugid.
2002-10-12 mpThis commit was generated by cvs2svn to compensate...
2002-10-12 mikeAdd restrict type-qualifier.
2002-10-12 acheCosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like...
2002-10-12 acheThis commit was generated by cvs2svn to compensate...
2002-10-12 tjrDescribe the restrictions on seeking on wide character...
2002-10-12 tjrFix a typo causing incorrect formatting for negative...
2002-10-11 tjrSave errno around calls to free(); at least some code...
2002-10-11 tjrDocument the kind of format string strfmon() expects...
2002-10-11 tjrUse the new struct lconv members to determine how to...
2002-10-11 tjrNon-negative amounts should not have an extra space...
2002-10-11 tjr"Left precision" and "right precision" are not flags...
2002-10-11 peterZap the early-adopter transition aid before we get...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 maximDo not allow empty GIDs for non-NIS entries.
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-10 tjrAdd a UTF-8 encoding method, which will eventually...
2002-10-10 schweikhDocument that write(2) et al can return EROFS for attem...
2002-10-10 robertFix another spelling mistake.
2002-10-10 robertCorrect a spelling mistake.
next