]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Unbreak the arm build, by spelling LIBSRCS correctly.
[FreeBSD/FreeBSD.git] / lib /
2008-08-02 dasTeach fmtcheck() about wint_t, intmax_t, char *, intmax...
2008-08-02 dasOn i386, gcc truncates long double constants to double...
2008-08-02 scfDetect if the application has cleared the environ varia...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-08-01 dasFix some problems with asinf(), acosf(), atanf(), and...
2008-08-01 davidxuIn function pthread_condattr_getpshared, store result...
2008-07-31 dasAdd implementations of acosl(), asinl(), atanl(), atan2l(),
2008-07-31 marcelAdd thr_pread_{int,long,ptr} and thr_pwrite_{int,long...
2008-07-31 dasSet WARNS=1.
2008-07-31 dasThe high part of the mantissa is 64 bits on sparc64.
2008-07-31 dasAs in other parts of libm, mark a few constants as...
2008-07-31 marcelCleanup for WARNS 3.
2008-07-31 marcelCleanup for WARNS 2.
2008-07-30 marcelChange the type of psaddr_t from void* to uintptr_t...
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 brooksAdd support for a new login capability, cpumask which...
2008-07-25 achePer rwatson's request:
2008-07-25 julianFix cut-n-paste-o
2008-07-23 impFirst cut at doing the kvm file needed for mips.
2008-07-22 desProperly flatten openssh/dist.
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-18 dasSort the .PATH entries to give a more reasonable order...
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 cpercivaGarbage collect a variable which is assigned a value...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-10 peterImport heavily trimmed gnu cpio-2.8.
2008-07-09 peterFlatten cvs2svn generated import tree.
2008-07-08 lulf- Simplify the procedure of retrieving XML-data from...
2008-07-07 kibAdd #include <inttypes.h> for the strtoimax().
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-05 kientzlelibarchive in FreeBSD-CURRENT is now synched with libar...
2008-07-05 kientzleRemove a couple of capability definitions that are...
2008-07-05 kientzleWhen ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar...
2008-07-05 kientzleDon't use the deprecated linux/ext2_fs.h include file.
2008-07-03 peterAdd $FreeBSD$ to the uuencoded test files that didn...
2008-07-01 danger- AI_ALL and AI_V4MAPPED flags are currently not supported
2008-07-01 jhbMerge hexdump(9) to userland as hexdump(3) in libutil...
2008-06-30 desMore explicit error message.
2008-06-30 desAdd missing $FreeBSD$
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-28 dasFix a typo in the cosl() prototype.
2008-06-26 danger- add description of the MLINK error
2008-06-26 desSome tests won't build at WARNS level 6 due to aliasing...
2008-06-26 desAdd regression test for CRC32 check. The test file...
2008-06-26 desImplement CRC32 verification. Note that you have to...
2008-06-26 desAllow the tests to build without libdmalloc.
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-26 kientzleSplit out the reference zip file for ease of maintenance.
2008-06-25 ruEnable GCC stack protection (aka Propolice) for userland:
2008-06-24 davidxuAdd two commands to _umtx_op system call to allow a...
2008-06-23 edTurn execvpe() into an internal libc routine.
2008-06-21 kientzleRefactor one of the ISO extraction tests: Move the...
2008-06-21 kientzleMfP4: Joerg Sonnenberg's extensions to the mtree suppo...
2008-06-21 kientzleA security-check failure here should be ARCHIVE_FAILED...
2008-06-20 phkAdd Xr to getsockname(2)
2008-06-19 dasImplement fmodl.
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-15 kientzleRework the my_mbtowc_utf8() support function to fully...
2008-06-15 kientzleSince wctomb() returns int, temporaries should be int...
2008-06-15 kientzleA number of minor corrections to the support for extern...
2008-06-15 kientzleBe a little more careful about closing file descriptors...
2008-06-15 kientzleMfP4: test harness improvements.
2008-06-15 kientzleFix a bad cast.
next