]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
The high part of the mantissa is 64 bits on sparc64.
[FreeBSD/FreeBSD.git] / lib / libc /
2008-07-29 edConvert popen()'s `pidlist' to a SLIST, for consistency.
2008-07-28 jhbFix a few bugs with the _gettemp() routine which implem...
2008-07-28 edFix the email address formats in some posix_spawn(3...
2008-07-28 davidxuAdd manual pages for posix_spawn() functions.
2008-07-25 achePer rwatson's request:
2008-07-25 julianFix cut-n-paste-o
2008-07-22 acheFixes based on bde's feedback.
2008-07-22 acheChange /dev/urandom to /dev/random since urandom marked as
2008-07-22 acheUse arc4random_uniform(3) since modulo size is not...
2008-07-22 acheIn arc4random_uniform() detect simple "power of two...
2008-07-22 acheAdd arc4random_uniform() function (to avoid "modulo...
2008-07-22 acheIncrease initially dropped bytes from 512 to 768 (768...
2008-07-21 jhbAdd feature_present(3) to the FBSD 1.1 symbol map.
2008-07-21 ache1) Use __packed attr on rdat structure to make it exact...
2008-07-21 ache1) Update copyright notice.
2008-07-21 acheAdd arc4random_buf to FBSD_1.1 space
2008-07-21 acheAdd arc4random_buf.3 to MLINKS
2008-07-21 acheImplement arc4random_buf() function
2008-07-21 acheDecrease arc4_count only when needed and with proper...
2008-07-21 ache1) Set stired flag after forced initialization.
2008-07-18 jasoneEnhance arena_chunk_map_t to directly support run coale...
2008-07-17 simonMake it more clear what it means that SA_RESTART is...
2008-07-15 dangerUpdate the definition of modspecific structure
2008-07-13 rwatsonThe libc acl_valid(3) function validates the contents...
2008-07-13 remkoUpdate the ktr_header structure, which changed over...
2008-07-11 brooksPut the _cpuset* symbols in FBSDprivate_1.0 instead...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-06 danger- This code was intially obtained from NetBSD, but...
2008-07-06 danger- Add description about a missing return value
2008-07-06 danger- remove superfluous word
2008-07-01 danger- AI_ALL and AI_V4MAPPED flags are currently not supported
2008-06-30 danger- Forgot to bump a date after last change
2008-06-29 dasFix a bogon in the previous commit and add some missing...
2008-06-29 dasCorrectly handle malloc() failure. While here, reduce...
2008-06-29 dasFactor out the code that builds the argument table...
2008-06-29 dasReduce the level of duplication between vfprintf()...
2008-06-29 dasBegin de-spaghettifying the code that handles positiona...
2008-06-29 dasMake it clearer that it is possible to disable the...
2008-06-28 dasWe should also save and restore the MXCSR as on amd64...
2008-06-28 dasTwo FP-related setjmp/longjmp changes:
2008-06-26 danger- add description of the MLINK error
2008-06-26 dangerMark the section describing return values with an appro...
2008-06-26 mtmGcc barfs in glob.c when run with -O3. To fix this...
2008-06-25 ruEnable GCC stack protection (aka Propolice) for userland:
2008-06-23 edTurn execvpe() into an internal libc routine.
2008-06-20 phkAdd Xr to getsockname(2)
2008-06-19 davidxuProcess spawn attributes in POSIX document order.
2008-06-17 edDon't export the unused __use_pts() routine.
2008-06-17 davidxuStyle fix.
2008-06-17 edChange my email address to the one from the FreeBSD...
2008-06-17 davidxuAdd POSIX routines called posix_spawn() and posix_spawn...
2008-06-16 fanfMake it clearer that privilege is needed to reduce...
2008-06-12 wkoszekBring missing getsockopt(2) options: SO_LABEL SO_PEERLA...
2008-06-10 jasoneIn the error path through base_alloc(), release base_mt...
2008-06-09 davidxuMake pthread_cleanup_push() and pthread_cleanup_pop...
2008-05-30 dfrCall the fcntl compatiblity wrapper from the thread...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-27 dfrMake fcntl() a weak symbol so that it can be overridden...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
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...
next