]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
- Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
[FreeBSD/FreeBSD.git] / lib /
2002-09-24 Andrey A. ChernovSet _POSIX2_VERSION=199209 before calling MKkey_defs...
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 Mark MurrayRemove a prototype for a function that is no longer...
2002-09-20 Alfred PerlsteinFix an infinite loop when _fetch_read() can return...
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-20 Warner LoshExpose the new kernel data structures to libdevinfo:
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 Julian Elischerreconnect libc_r
2002-09-19 Julian ElischerPart of a bandaid to get libc_r on air again.
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 Maxime HenrionAdd a missing file into the CLEANFILES variable.
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 WemmAdd i386 to the list of architectures that libc_r is...
2002-09-17 Peter WemmBandaid to stop failing on non-i386 platforms.
2002-09-17 Bill FennerMake _fetch_connect() always set the error code.
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 MiniMake libpthread KSE aware.
2002-09-16 Jonathan MiniMechanically change all libc_r references to libpthread.
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 Jonathan MiniMake the changes needed for libpthread to compile in...
2002-09-16 Bruce EvansFixed messes involving $FreeBSD$ starting with one...
2002-09-16 Mike BarcroftDon't depend on <sys/types.h> pollution in <fcntl.h>.
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Julian ElischerAllocate KSEs and KSEGRPs separatly and remove them...
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...
2002-09-15 Tim J. RobbinsUse the heap instead of the stack to store temporary...
2002-09-15 Jacques VidrineBackout the increase of MAXPACKET from 1024 to 65536: it
2002-09-14 Thomas MoestlUse the macros from machine/fsr.h; some minor cleanups.
2002-09-14 Thomas MoestlAdd implementations of fpgetmask(), fpgetround(), fpget...
2002-09-14 Hajimu UMEMOTOLimit UDP payload size for EDNS0 to 0xffff, not use...
2002-09-13 Jacques VidrineWhen using res_send/res_query/res_search, the caller...
2002-09-13 Thomas MoestlAdd an implementation of fabs() (which is quite trivial).
2002-09-12 Tim J. RobbinsCorrect type of second argument: it is wchar_t ** restrict,
2002-09-11 Archie CobbsUpdate to reflect reality.
2002-09-11 Archie CobbsAdd man pages for getcontext()/setcontext(), makecontex...
2002-09-11 Jacques VidrineIn kvm_openfiles/kvm_open, mark the file descriptors...
2002-09-11 Tim J. RobbinsAdd an implementation of wcsftime() (wide character...
2002-09-11 Julian ElischerCompletely redo thread states.
2002-09-11 Mike BarcroftAdd `restrict' type-qualifier.
2002-09-10 Archie CobbsAdjust to reflect reality, which is that sigaltstack...
2002-09-10 Garrett WollmanImplement C99's _Exit() interface.
2002-09-08 Poul-Henning KampGet this file closer to style(9).
2002-09-08 Tim J. RobbinsAdd wcstol() and wcstoul(), based on strtol() and strto...
2002-09-08 Tim J. RobbinsReplace a stray reference to strtok() with one to wcstok().
2002-09-08 Garrett WollmanFix a syntax error which causes an annoying warning.
2002-09-07 Tim J. RobbinsAdd an implementation of wcstok(), based on strtok_r().
2002-09-07 Juli MallettTwo arrays were born from the same seeds, both grew...
2002-09-07 Tim J. RobbinsSync prototypes with <wchar.h> with respect to the...
2002-09-07 Tim J. RobbinsAdd restrict qualifiers where C99 permits them. All...
2002-09-07 Tim J. RobbinsCall strtok_r() via a libc private name from within...
2002-09-06 Bruce A. MahFix a bug where calling MD5File(3) with a zero-length...
2002-09-06 Garrett WollmanInclude some verbage about not calling exit() from...
2002-09-06 Tim J. RobbinsStyle: One space between "restrict" qualifier and "*".
2002-09-03 Jake BurkholderDon't need to install the signal trampoline here anymore.
2002-09-03 Jake BurkholderInstall the userland signal trampoline when sigaction...
2002-09-03 Peter WemmFix a nasty bug exposed by mktime() when time_t is...
2002-09-03 Tim J. RobbinsSet errno to EILSEQ when invalid multibyte sequences...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
next