]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
MFV r254106 (OpenSSL bugfix for RT #2984):
[FreeBSD/FreeBSD.git] / lib /
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 Andrey A. ChernovAccording to POSIX \ in the fnmatch(3) pattern should...
2013-08-08 Peter WemmOur libc iconv (unlike gnu iconv and the citrus code...
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-03 Dimitry AndricAfter r253839, which modifies ld's behaviour to not...
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-07-31 Erwin LansingVendor import of BIND 9.8.5-P2
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-30 Dag-Erling SmørgravInclude an Accept header in requests.
2013-07-29 Xin LIUpdate vendor/illumos/dist to illumos-gate 14096:12d363...
2013-07-29 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-07-29 David ChisnallRestore the longer form of the _Generic. The short...
2013-07-29 David ChisnallReenable the isnan(double) / isinf(double) declarations...
2013-07-28 Andriy GaponRevert r253748,253749
2013-07-28 Andriy Gaponremove needless inclusion of machine/cpu.h in userland
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
2013-07-26 Jung-uk KimMerge ACPICA 20130725.
2013-07-26 Dag-Erling SmørgravImplement certificate verification, and many other...
2013-07-26 Andrey ZonovRemove define and documentation for vm_pageout_algorith...
2013-07-25 John BaldwinEnhance the description of NOTE_TRACK:
2013-07-25 Rui PauloAdd pkgconf files for libusb.
2013-07-24 Erwin LansingVendor import of Bind 9.8.5-P1
2013-07-23 Jilles Tjoelkerwordexp(): Fix syntax validation for backslashes in...
2013-07-22 Ed MasteDocument EINVAL error return from PT_LWPINFO
2013-07-21 Andrew TurnerTeach siglongjmp about the VFP version of the setjmp...
2013-07-21 Dag-Erling SmørgravUse the correct request syntax for proxied (tunneled...
2013-07-19 Scott LongSince there's no defined schema for the XML that's...
2013-07-17 Andriy Gapon[fix to r253380] __setenv: be explicit about placing...
2013-07-16 Andriy Gaponlibc: name passed into __setenv is not necessarily...
2013-07-14 Hans Petter SelaskyAdd some missing definitions to build a working FreeBSD...
2013-07-13 David ChisnallCleaner support for type qualifiers.
2013-07-13 David ChisnallEnsure that the _Generic() macro in math.h works with...
2013-07-13 Hiroki SatoFix mdoc syntax.
2013-07-12 Jens SchweikhardtTypo corrected.
2013-07-12 Marius StroblPrefix the alias macros for members of struct __mcontex...
2013-07-12 Hiroki SatoAdd a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0...
2013-07-12 David ChisnallFix the build with C++ where __builtin_types_compatible...
2013-07-12 Hiroki SatoRevert r253247. This change should be improved based...
2013-07-12 Hiroki SatoUse strtoumax() instead of strtoul() for id/ref attr...
2013-07-11 David ChisnallFix some typoes in math.h cleanup.
2013-07-11 David ChisnallCleanups to math.h that prevent namespace conflicts...
2013-07-10 Mikolaj GolubIn r227839, when removing libkvm dependency on procfs(5),
2013-07-10 David ChisnallImport new libcxxrt / libc++. This brings some bug...
2013-07-09 Michael TuexenFix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASS...
2013-07-09 Michael TuexenFix a bug where SCTP_ENABLE_STREAM_RESET is not handled by
2013-07-09 Hiroki SatoUpdate references.
2013-07-07 Edwin GroothuisMFV of tzdata2013d, 253008
2013-07-06 Alexander Leidinger- Move videodev headers from compat/linux to contrib...
2013-07-05 Martin MatuskaMFV r252839:
2013-07-05 Jilles Tjoelkermktemp(3): Add standards section. Prefer standard header.
2013-07-04 Rui PauloRestore the dbus directory that was not meant to be...
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 Andrey A. ChernovStyle fix noted by bde@
2013-07-04 Andrey A. ChernovAfter fixing ranges restore POSIX requirement: rand...
2013-07-03 Andrey A. ChernovIn addition to prev. commit, for repeated rand_r(3...
2013-07-03 Andrey A. Chernov1) POSIX requires rand(3) return values to be in the...
2013-07-03 Peter WemmMake it clear that there are three separate internal...
2013-07-03 Peter WemmAs a followup to r252547, propate const down the call...
2013-07-03 Peter WemmReplace the #define for "iconv" so it is for the functi...
2013-07-01 Alexander MotinMove pos++ out of the complicated equation, introduced...
2013-07-01 Peter WemmIf strdup failed, don't try and free the wrong thing.
2013-07-01 Peter Wemm__weak_alias() doesn't exist on FreeBSD. Use __weak_re...
2013-06-30 Kai WangWhen decoding SLEB128, make sure sign extension is...
2013-06-30 Jilles Tjoelkerlibc: Access _sigintr more efficiently.
2013-06-30 Ed SchoutenConvert this piece of code to use C11 atomics.
2013-06-29 Tim KientzleFix -Wunsequenced warning
2013-06-29 Tim KientzleFix -Wunsequenced warning.
2013-06-28 Davide Italiano- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-27 Jung-uk KimMerge ACPICA 20130626.
2013-06-25 Xin LIMFV r252215:
2013-06-25 Xin LIDiff reduction against Illumos, no real change to code...
2013-06-25 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-06-25 Xin LIUpdate vendor/illumos/dist to illumos-gate 14056:812b3d...
2013-06-24 Eitan AdlerMake the order of operations for lib/msun more clear.
2013-06-19 Konstantin BelousovThe SUSv4tc1 requires that pthread_setcancelstate(...
2013-06-18 Peter WemmMerge 1.8.0
2013-06-18 Jeff RobersonRefine UMA bucket allocation to reduce space consumptio...
2013-06-18 Peter WemmIntroduce svnlite so that we can check out our source...
2013-06-17 Baptiste DaroussinUpdate dialog to 1.2-20130523
2013-06-15 Andrew TurnerBuild __clear_cache on ARM with clang now it supports it.
2013-06-15 Ed SchoutenLet ARM use the custom tailored atomic intrinsics.
2013-06-13 Ed MasteRenumber clauses to reduce diffs to other versions
2013-06-12 Jeremie Le HenTurn libc.so into an ld script rather than a symlink...
2013-06-12 Dimitry AndricUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 Xin LIMFV r251644:
2013-06-12 Xin LIUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-06-11 John BaldwinBorrow the algorithm from kvm_getprocs() to fix procsta...
2013-06-11 Xin LIMFV r251626:
2013-06-11 Xin LIMFV r251624:
2013-06-11 Xin LIMFV r251623:
2013-06-11 Xin LIMFV r251622:
next