MFV r315633, 315635:
[freebsd.git] / lib /
2017-03-20 mmMFV r315633, 315635:
2017-03-20 ngieDon't build/install lib/libc/io_test anymore
2017-03-20 delphijMake space style consistent with earlier entries.
2017-03-20 ngiekvm_close(3): return `error` instead of blindly returni...
2017-03-20 ngiekvm_open2(3): remove '*' when describing addr argument...
2017-03-19 ngieRemove a commented out line before kvm_getprocs(3)
2017-03-19 vangyzenAdd clock_nanosleep()
2017-03-18 emastelibc: add reference to two-way algorithm and bad shift...
2017-03-18 emastelibc: Use musl's O(n) memmem and strstr
2017-03-17 desr308996 broke IP literals by assuming that a colon...
2017-03-16 brooksReplace SOFTFLOAT with __mips_soft_float, which gcc...
2017-03-16 smhFix libsysdecode vmprot flag decoding
2017-03-16 maximMore trap_enotcap spelling fixes.
2017-03-16 maximSpell kern.trap_enotcap.
2017-03-16 ngieTweak r315363 slightly
2017-03-16 ngieFix manlint errors
2017-03-16 ngieCapitalize .Dt macro argument
2017-03-16 ngieReturn NULL instead of 0 on failure in _kvm_open, kvm_o...
2017-03-15 ngieStart adding basic tests for cam(3)
2017-03-15 maximSpell "const" properly.
2017-03-14 tobikFix sysdecode_cap_rights which currently prints bogus...
2017-03-14 delphijImplement INHERIT_ZERO for minherit(2).
2017-03-14 delphijDiscard first 3072 bytes of RC4 keystream, this is...
2017-03-13 ngielib/libcam/cam_cdbparse.3: fix manpage warnings
2017-03-13 pfgMinor libc cleanup: let calloc(3) do the multiplication.
2017-03-13 ngielib/libcam/cam.3: note that cam_freeccb(3) with ccb...
2017-03-12 impFix two CURDIR references in comments that should be...
2017-03-12 pfgRevert r314780
2017-03-12 pfglibc: provide some bounds-checking through reallocarray(3).
2017-03-12 desAdd a __printflike() that would have caught the bug...
2017-03-12 ngielib/libcam/cam.3: fix manpage warnings
2017-03-12 ngieUse .Dv when referencing NULL
2017-03-12 pfglibc: small cleanup.
2017-03-12 pfglibc: small cleanups.
2017-03-12 pfglibc: small cleanups.
2017-03-12 pfglibc: small cleanups.
2017-03-11 asomersIncrease WARNS for libutil tests
2017-03-11 asomersIncrease WARNS for libproc tests
2017-03-11 asomersIncrease WARNS for libpathconv tests
2017-03-11 asomersIncrease WARNS for libmp tests
2017-03-11 asomersIncrease WARNS for libcrypt tests
2017-03-11 asomersDocument that the msun tests require WARNS=0
2017-03-11 asomersIncrease WARNS for nss tests
2017-03-11 asomersIncrease WARNS for iconv tests
2017-03-10 dimUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-09 ngiestyle(9): sort the #includes
2017-03-09 ngieExpect :test_zero_input to fail on amd64
2017-03-09 ngieDon't expect :test_large_inputs to fail with i386 anymore
2017-03-09 oshogboTry to extract the RFC1048 data from PXE. If we get...
2017-03-09 impBring in EDK2 routines for printing and parsing device...
2017-03-09 impShare UCS2/UTF8 routines between boot loader and userland.
2017-03-08 brooksUse LDFLAGS rather than CFLAGS when linking.
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 delphijStop installing pcap-int.h, which is the internal inter...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-07 rgrimesThe relative symlink fix causes downstream issues for
2017-03-07 rgrimesConvert absolute links to relative links.
2017-03-07 jhibbitsClang in base now supports -mlongcall, so remove this...
2017-03-07 aeIntroduce the concept of IPsec security policies scope.
2017-03-06 ngieMove ATF_TC_WITHOUT_HEAD(getgrent) near the testcase...
2017-03-06 bdreweryFix bootstrapping libmd on older systems after r314709.
2017-03-06 pfglibpam: extra bounds checking through reallocarray(3).
2017-03-06 pfgRevert r314777: wrong log, the change was to libpam.
2017-03-06 pfglibfetch: extra bounds checking through reallocarray(3).
2017-03-06 pfglibfetch: extra bounds checking through reallocarray(3).
2017-03-06 delphijRemove compatibility with old libpcap.
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-05 desFix partial requests (used by fetch -r) when the reques...
2017-03-04 cemfts: Fix a potential memory leak in error case
2017-03-04 ngieFix warnings in lib/msun/tests/... to help pave way...
2017-03-04 ngieConvert lib/msun/ctrig_test from TAP to ATF
2017-03-03 impMake sure guid table is compiled before we use it.
2017-03-03 impOnly compile the known uuid table once.
2017-03-03 impMove uuid_table definition to efivar.h.
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-03 desLoad default options before requesting a ticket.
2017-03-03 baptProperly initialize netrcfd in fetchParseURL
2017-03-03 ngieCorrect MLINKS for sbuf_hexdump(9)
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-03-02 brooksGarbage collect unused gdtoa related files on mips.
2017-03-02 brooksCorrect an misunderstanding of MDSRCS.
2017-03-02 brooksCorrect MDSRCS use in <arch>/string/Makefile.inc.
2017-03-02 scottlExpose the sbuf_putbuf() symbol to libsbuf. There...
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-02-28 impRenumber copyright clause 4
2017-02-28 vangyzenSort declaration of sem_clockwait_np
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-28 dimMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-28 bzProperly indent a default: label and avoid crashing...
2017-02-28 glebiusRemove SVR4 (System V Release 4) binary compatibility...
2017-02-27 pfglibrss: simplify some NULL checks.
2017-02-26 oshogboRemove unneeded variable initialization from r314319.
2017-02-26 oshogboDon't try to open devices in the gettc() function ...
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-25 dimMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-25 impDon't convert ENOENT to nothing for individual lookup...
2017-02-24 ngieFix up r314189
next