]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
MFp4 @229474:
[FreeBSD/FreeBSD.git] / lib /
2013-07-03 ache1) POSIX requires rand(3) return values to be in the...
2013-07-03 peterMake it clear that there are three separate internal...
2013-07-03 peterAs a followup to r252547, propate const down the call...
2013-07-03 peterReplace the #define for "iconv" so it is for the functi...
2013-07-01 mavMove pos++ out of the complicated equation, introduced...
2013-07-01 peterIf strdup failed, don't try and free the wrong thing.
2013-07-01 peter__weak_alias() doesn't exist on FreeBSD. Use __weak_re...
2013-06-30 kaiwWhen decoding SLEB128, make sure sign extension is...
2013-06-30 jilleslibc: Access _sigintr more efficiently.
2013-06-30 edConvert this piece of code to use C11 atomics.
2013-06-29 kientzleFix -Wunsequenced warning
2013-06-29 kientzleFix -Wunsequenced warning.
2013-06-28 davide- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-24 eadlerMake the order of operations for lib/msun more clear.
2013-06-19 kibThe SUSv4tc1 requires that pthread_setcancelstate(...
2013-06-18 jeffRefine UMA bucket allocation to reduce space consumptio...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-15 andrewBuild __clear_cache on ARM with clang now it supports it.
2013-06-15 edLet ARM use the custom tailored atomic intrinsics.
2013-06-13 emasteRenumber clauses to reduce diffs to other versions
2013-06-12 jlhTurn libc.so into an ld script rather than a symlink...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-11 jhbBorrow the algorithm from kvm_getprocs() to fix procsta...
2013-06-10 dimVendor import of clang tags/RELEASE_33/final r183502...
2013-06-10 dimVendor import of llvm tags/RELEASE_33/final r183502...
2013-06-10 dasAdd implementations of acoshl(), asinhl(), and atanhl...
2013-06-09 jillesMake recv() and send() cancellation points, as required...
2013-06-09 joelMinor mdoc fixes.
2013-06-09 pfglibstand: Reset the seek pointer in ext2fs as done...
2013-06-08 jillessigaction(2): Document various non-POSIX functions...
2013-06-08 glebius Add new system call - aio_mlock(). The name speaks...
2013-06-08 edUse improved __sync_*() intrinsics for MIPS in userspac...
2013-06-07 andrewFinish pulling in the NetBSD setjmp/longjmp updates...
2013-06-07 andrewInclude machine/setjmp.h to get the definition of _JB_M...
2013-06-07 andrewRemove an extra copy of _setjmp from libstand. We have...
2013-06-07 emasteAdd libusb_get_port_numbers
2013-06-06 emasteSwitch to 2-clause license and standard text
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 andrewRemove part of the NetBSD longjmp code that was not...
2013-06-05 dasStyle fixes.
2013-06-04 andrewStart to merge the updated ARM NetBSD setjump/longjmp...
2013-06-04 joelmdoc: convert .Fd to .In, which is much nicer.
2013-06-04 dasAdd man links for expl(3) and expm1l(3).
2013-06-03 delphijFix a typo: XPORT_SPI should be tested against transpor...
2013-06-03 karglChange a comma to a semicolon.
2013-06-03 karglld80 and ld128 implementations of expm1l(). This code...
2013-06-03 karglFix two comments that got lost in the disentanglement...
2013-06-03 karglld80/s_expl.c:
2013-06-03 karglMicro-optimization: move the unary mius operator to...
2013-06-03 karglAdd a comment to note that bde supplied most, if not...
2013-06-03 karglld80/s_expl.c:
2013-06-03 karglld80/s_expl.c:
2013-06-03 karglRename a few P2, P3, ... coefficients to A2, A3, ....
2013-06-03 karglUpdate a comment to reflect that we are using an endpoi...
2013-06-03 karglAdd a u suffix to the IEEEl2bits unions o_threshold...
2013-06-03 karglIntroduce the macro LOG2_INTERVAL, which is log2(number...
2013-06-03 karglWhitespace.
2013-06-03 kargl* Rename the polynomial coefficients from P2, P3, ...
2013-06-03 kargl* Style(9). Start non-Copyright fancy formatted comme...
2013-06-03 karglld80/s_expl.c:
2013-06-03 edAdd libiconv based versions of *c16*() and *c32*().
2013-06-03 emasteSwitch to 2-clause license
2013-06-03 dasAdd logl, log2l, log10l, and log1pl.
2013-06-03 kibSince the cause of the problems with the __fillcontextx...
2013-06-02 tijlConvert old make variable modifiers :U and :L to bmake...
2013-05-31 jillesdup(2): Clarify return value, in particular of dup2().
2013-05-31 jillessigaction(2): *at system calls are async-signal safe.
2013-05-31 jillessigaction(2): Extend description of async-signal safe...
2013-05-31 jillesfork(2): Add information about fork() in multi-threaded...
2013-05-31 jillesfork(2): #include <sys/types.h> is not needed.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 delphijMFV: libpcap 1.4.0.
2013-05-30 edAdd __sync_synchronize().
2013-05-30 edUse #ifdef instead of #if defined.
2013-05-30 dasI'm happy to finally commit stephen@'s implementations...
2013-05-29 emasteRemove clause 3 and 4 from TNF licenses
2013-05-28 emasteRemove the advertising clause from the Regents of the...
2013-05-28 emasteRenumber clauses to reduce diffs to other versions
2013-05-28 emasteRemove the advertising clause from the Regents of the...
2013-05-28 kibThe getcontext() from the __fillcontextx() call in the
2013-05-27 karglStyle(9)
2013-05-27 jillescap_rights_limit(2): CAP_ACCEPT also permits accept4(2).
2013-05-27 kargl* Update polynomial coefficients.
2013-05-27 kibPartially apply the capitalization of the heading word...
2013-05-27 dasFix some regressions caused by the switch from gcc...
2013-05-25 marcelMake the malloc(3) family of functions weak and make...
2013-05-25 jillessigreturn(2): Remove ancient compatibility warning...
2013-05-25 edMake some tiny improvements to iconv_open().
2013-05-25 edOnly call free() on something we allocated.
2013-05-23 edLet iconv build on -HEAD properly.
2013-05-21 edUpdate manpages for r250887.
2013-05-21 edAdd <uchar.h>.
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 marcelAdd a makefle that recurses into the right architecture...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-20 julianUpdate the setfib man page to reflect recent changes.
2013-05-20 jillespopen(): Add 'e' mode character to set close-on-exec...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
next