]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Refactor amd64 startup SMAP parsing
[FreeBSD/FreeBSD.git] / lib /
2013-11-19 bdreweryFix build with GCC
2013-11-19 bdrewerySupport SNI in libfetch
2013-11-18 tijlBug fixes in iconv(3) UTF-7 support.
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 jmmvFix the build of some ATF tests.
2013-11-17 peterAttempt to move the POSIX iconv* symbols out of runtime...
2013-11-17 eadlerAdd missing include files for the printf_l and scanf_l...
2013-11-12 neelMove the ioapic device model from userspace into vmm...
2013-11-12 pjdBring in libnv library for managing name/value pairs...
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 glebiusJust disable recoding support in libsmb if built WITHOU...
2013-11-12 traszFix typo.
2013-11-12 traszFix description to actually make sense.
2013-11-12 traszMention acl_get_brand_np(3).
2013-11-12 eadlerIndicate that expand_number is case-insensitive.
2013-11-11 markjConsistently add the relocation offset only when the...
2013-11-10 eadlerFix typo: site_t -> size_t
2013-11-09 pluknetFix extattr(2) MLINKS.
2013-11-08 dimFix typo in include guard, found by clang 3.4.
2013-11-08 jmmvBuild and install the atf tests.
2013-11-08 jmmvInstall category Kyuafiles from their category directories.
2013-11-08 jmmvSubsume the functionality of MK_ATF into MK_TESTS.
2013-11-07 karglYet, another attempt to fix the libm breakage due to the
2013-11-07 karglFix bulding libm on platforms with LDBL_MANT_DIG =...
2013-11-06 kargl* Use "math.h" instead of <math.h>.
2013-11-05 gjbFix .Dd after r257646.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-05 markjModify the libproc breakpoint add/remove functions...
2013-11-04 eadlerUse OpenBSD's revamped description of strlcpy and strlcat.
2013-11-04 pjd- Add manual pages for capability rights (rights(4...
2013-11-03 jilleskqueue: Change error for kqueues rlimit from EMFILE...
2013-11-03 peterRemove the WITH_LIBICONV_COMPAT hack that seems to...
2013-10-31 emasteFix up FreeBSD tag for files not from a vendor branch
2013-10-30 nwhitehornAdd missing header.
2013-10-30 nwhitehornprintf() specifier updates to CAM to handle either...
2013-10-29 baptMerge byacc 20130925
2013-10-29 markjFix an off-by-one error when checking whether a given...
2013-10-29 markjRevert r257248 and fix the problem in a way that doesn...
2013-10-28 glebiusRemove ng_fec(4).
2013-10-28 markjFix the build with gcc.
2013-10-28 markjRemove an incorrect debug printf.
2013-10-27 cognetUse the size of the MACHINE_ARCH string instead of...
2013-10-27 markjClean up the debug printing in libproc a bit. In partic...
2013-10-27 andrewUpdate the hard-float version of the fenv functions...
2013-10-27 eadlerMention in login.conf.5 which fields may be infinite...
2013-10-27 eadlerAll man pages refer to FreeBSD so there is no need...
2013-10-25 rpauloSet up the /usr/tests hierarchy.
2013-10-21 kibAdd a resource limit for the total number of kqueues...
2013-10-21 delphijDrop cm_lock before calling mapper_close, which in...
2013-10-20 jillessyslog: Use SOCK_CLOEXEC instead of separate fcntl...
2013-10-20 jillespopen(): Try to prevent inappropriate fd passing even...
2013-10-19 rpauloClearly split the logic to build ATF and plain tests...
2013-10-17 markjFix the libproc build when DEBUG is defined.
2013-10-16 neelAdd a new capability, VM_CAP_ENABLE_INVPCID, that can...
2013-10-16 delphijMake it possible to seek within a gzip stream.
2013-10-15 glebiusRevert r256514 for libkvm. It wasn't correct actually...
2013-10-15 glebius Make getutxent(3) more robust against bad utx.log...
2013-10-15 glebius- While we are spreading the counter(9) across network...
2013-10-14 bdreweryRename libbsdyml to libyaml, make private, and bump
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-12 rpauloRemove most of the ATF tools and the _atf user.
2013-10-10 dimBump OS versions in the toolchain triples to 11.0,...
2013-10-09 kanUnbreak zfsloader with LOADER_TFTP_SUPPORT on
2013-10-09 markmMFC - tracking commit.
2013-10-09 pjdHandle the cases where NULL is passed as cap_rightsp...
2013-10-09 markmMFC - tracking commit
2013-10-09 neelParse the memory size parameter using expand_number...
2013-10-08 markmMFC - tracking commit.
2013-10-07 jmgdon't assert on bad args, instead return an error..
2013-10-06 markmMFC - tracking commit
2013-10-05 neelMerge projects/bhyve_npt_pmap into head.
2013-10-02 markmMFC - tracking update.
2013-10-02 markmMFC - tracking update.
2013-10-01 jillesaccept(2): Update portability note for accept4().
2013-09-30 desRemove BIND.
2013-09-26 delphijTemporarily disable iconv for non-shared library builds...
2013-09-26 delphijImport NetBSD readline.c,v 1.104: do not crash with...
2013-09-26 andrewAdd an elf note on ARM to store the MACHINE_ARCH an...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 emasteAdd LLDB bmake infrastructure
2013-09-19 joelMinor mdoc improvements.
2013-09-19 jhbExtend the support for exempting processes from being...
2013-09-19 tuexenRemove an unused variable and fix a memory leak in...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-15 desMove libldns to the correct (ordered) library list.
2013-09-15 desBuild and install the Unbound caching DNS resolver...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-12 dimAfter r255294, building lib/msun's symbol map (using...
2013-09-12 bdreweryConsistently reference file descriptors as "fd". 55...
2013-09-11 grehanIFC @ r255459
2013-09-09 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 desLDNS needs OpenSSL. This wasn't a problem as long...
2013-09-08 desMake libldns and libssh private.
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 desVendor import of OpenPAM Nummularia..
next