]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Reflect MAC kernel/user API changes into the libc MAC implementation.
[FreeBSD/FreeBSD.git] / lib / libc /
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.
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 tjrAdd cross-references to wide character versions of...
2002-10-10 tjrCross-reference between byte and wide-character stdio...
2002-10-09 alfredde-__P()
2002-10-09 rwatsonAdd brief mention of the extattr_*_link() system call...
2002-10-09 tjrAdd support for the 6 new C99 struct lconv members...
2002-10-09 peterDrop almost 3k from /bin/sync by moving errno to a...
2002-10-08 archieAdd note that there is a kernel-imposed limit on the...
2002-10-08 archieAdd MLINKS to kse.2.
2002-10-06 tjrAdd a note to the Compatiblity section suggesting that...
2002-10-06 umePut giant locks due to make getaddrinfo(), getnameinfo()
2002-10-06 tjrRemove rants/whines about the rune interface being...
2002-10-06 tjrRemove a completely incorrect statement from the Return...
2002-10-04 mikeAdd restrict type-qualifier to sem_getvalue().
2002-10-04 iwasakiThis commit was generated by cvs2svn to compensate...
2002-10-04 robertCorrect the regressive part of my last commit to these...
2002-10-04 tjrAdd a placeholder implementation of wcscoll() and wcsxf...
2002-10-03 obrienAdd stpcpy(3).
2002-10-03 umeAllocate 64K recieve buffer for DNS responses.
2002-10-03 tjrImprove three instances of questionable or confusing...
2002-10-03 tjrAdd an example.
2002-10-03 tjrDocument towlower() and towupper() in separate manual...
2002-10-03 tjrPoint out that although toupper() and tolower() really...
2002-10-03 tjrtowlower() appeared twice in the synopsis; one of the...
2002-10-03 tjrAdd an Examples section with an example of how to use...
2002-10-03 mikeAdd missing const qualifier in tfind().
2002-10-02 archieAdd a man page for the KSE system calls.
2002-10-02 tjrAdd an example showing how to use wcstok(). Fix orderin...
2002-10-02 robertAdd the 'restrict' type qualifier to the prototypes...
2002-10-02 mikeAdd restrict type-qualifier.
2002-10-02 phkThis commit was generated by cvs2svn to compensate...
2002-10-02 maximToo strict error checking in rev. 1.22 broke pwd_mkdb...
2002-10-02 ddRemove the "special processes" section. It has rotted...
2002-10-01 ddDon't claim to return the fileid which we unloaded...
2002-09-30 nectarThis commit was generated by cvs2svn to compensate...
2002-09-30 murrayThis commit was generated by cvs2svn to compensate...
2002-09-29 ericAdd getopt_long(3).
2002-09-28 tjrRemove masking macros for getwc(), putwc(), putwchar...
2002-09-28 peterZap now-unused SHLIB_MINOR
next