]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
This commit was generated by cvs2svn to compensate for changes in r179191,
[FreeBSD/FreeBSD.git] / lib / libc /
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-16 grogClarify that "ante meridiem" and "post meridiem" mean...
2008-05-14 jasoneClean up cpp logic and comments.
2008-05-10 antoineRemove useless call to getdtablesize(2) in fdopen(3...
2008-05-10 bruefferMisc mdoc improvements and a typo fix.
2008-05-09 julianAdd setfib.2 to the list of man pages to add
2008-05-09 juliansetfib.2 got left out of the last commit
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 kanKeep versions on a dependency chain to exclude even...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-06 deischenAdd a comment stating not to bump the FBSDprivate version.
2008-05-05 jhbRetire the __fgetcookie(), __fgetpendout(), and __fsetf...
2008-05-05 jhbExpose FILE's internals to the world again in all their...
2008-05-05 kibDo not read away the target directory entry when encoun...
2008-05-04 marcelAdd __fgetcookie(), __fgetpendout() and __fsetfileno...
2008-05-03 marcelUnbreak build: gnu sort has been configured to grope...
2008-05-03 marcelUnbreak build: libftpio gropes inside struct __sFILE...
2008-05-03 jasoneFix a comment.
2008-05-02 jhbNext round of stdio changes: Remove all inlining of...
2008-05-02 jhbInclude libc_private.h for the declaration of __isthrea...
2008-05-01 jasoneAdd a separate tree to track arena chunks that contain...
2008-05-01 jasoneAdd rb_wrap(), which creates C function wrappers for...
2008-04-29 gonzo o Add MIPS to the list of architectures with defined...
2008-04-29 gonzo Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters...
2008-04-29 jasoneCheck for integer overflow before calling sbrk(2),...
2008-04-28 rwatsonCorrect minor typos in SCTP man pages.
2008-04-27 marcelAdd support files for compiling with soft-float. This...
2008-04-26 impAdd mips support libc from the mips2-jnpr branch of...
2008-04-26 scfHave the man page catch up with the namespace pollution...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-24 ruStricter check for integer overflow.
2008-04-23 jasoneImplement red-black trees without using parent pointers...
2008-04-22 jhbFix a leak in the recent fixes for file descriptors...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-20 antoineDocument that you must include <sys/param.h> before...
2008-04-19 ruDon't forget to free() currency_symbol and asciivalue...
2008-04-19 ruBetter strfmon(3) conversion specifiers sanity checking.
2008-04-17 jhbNext stage of stdio cleanup: Retire __sFILEX and merge...
2008-04-16 delphijImplement fdopendir(3) by splitting __opendir2() into...
2008-04-16 delphijStyle fixes to opendir.c:
2008-04-16 ruSort MAN and MLINKS.
2008-04-16 ruConnect newly added manpages to the build.
2008-04-16 kibMan pages for the openat(2), fexecve(2) and related...
2008-04-16 impDoh! Extra mips in the path. Remove these and wait...
2008-04-16 impTurns out the machine/asm.h isn't needed here, since...
2008-04-16 impFreeBSD/mips libc support. Merged from perforce mips2...
2008-04-15 davidxuImplement POSIX function tcgetsid() which returns sessi...
2008-04-13 delphijUse calloc() instaed of zeroing memory ourselves.
2008-04-12 dasUnbreak the build for arm and powerpc.
2008-04-12 dasUpdates for changes in the way printf() handles hex...
2008-04-12 dasMake several changes to the way printf handles hex...
2008-04-12 dasFix some bugs that caused sparc64's quad precision...
2008-04-12 dasMake the software emulator for long doubles set the...
2008-04-10 delphijAdd memrchr(3).
2008-04-07 deischenMove the cpuset functions from FBSD_1.0 to FBSD_1.1...
2008-04-04 dfrAdd some compatibility code so that software which...
2008-04-03 impMinor style(9) nit: move to using ANSI definition of...
2008-04-03 ruFix descriptions of "struct msqid_ds and "struct ipc_pe...
2008-04-03 kevlostyle(9) cleanup
2008-04-02 davidxuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-01 davidxuNormally, we are often reading local time rather than...
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-30 dfrDon't call xdrrec_skiprecord in the non-blocking case. If
2008-03-30 dfrDon't assume that there is readable data on the stream...
2008-03-29 dasDocument modff() and modfl(). Technically, modff()...
2008-03-29 jeff - Add a man page for cpuset_getaffinity() and cpuset_s...
2008-03-29 jeff - Add a man page for cpuset(), cpuset_setid(), and...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-26 ruRemoved no longer existing CTL_MACHDEP defines.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-26 bruefferFix some "in in" typos in comments.
2008-03-25 ruCompile libthr with warnings.
2008-03-25 ruCompile libthr with warnings.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 antoineDon't allocate the constant array "props" on the stack...
2008-03-16 dasscandir(3) previously used st_size to obtain an initial...
2008-03-13 ruFix bugs in previous revision (missing comma, misspelle...
2008-03-13 ruRemove trailing whitespace.
2008-03-13 ruAdd missing section number.
2008-03-13 davidxuIn file sem_timewait.3, remove reference to SYSV sempho...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeff - Remove kse syscall symbols and man pages.
2008-03-12 davidxuAdd missing comma.
2008-03-12 davidxuAdd manual for function sem_timedwait().
2008-03-10 rwatsonAdd reference to kldunloadf system call, which was...
2008-03-08 antoineIntroduce a new F_DUP2FD command to fcntl(2), for compa...
2008-03-07 jasoneRemove stale #include <machine/atomic.h>, which as...
next