libmd: Work around C++'s inability to understand C
[freebsd.git] / usr.bin /
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 traszDo libxo cleanup even in case of errors.
2016-05-26 traszMake iscsictl(8) actually report non-zero status on...
2016-05-26 edMake code compile when basename() is POSIX compliant.
2016-05-26 truckmanAvoid buffer overflow when copying the input file name...
2016-05-25 pfgsed: convert sed to use REG_STARTEND more explicitly.
2016-05-25 fanfSend whois queries for gov.uk names to JANET.
2016-05-22 ngieFix humanized decoding of struct stat with respect...
2016-05-20 kenAdd the density code for LTO-7 to libmt and the mt...
2016-05-20 sjgMerge bmake-20160512
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-19 edMake code compile when basename() is POSIX compliant.
2016-05-17 eadlerDon't repeat the the word 'the'
2016-05-17 truckmanswprintf() and apparently wcsftime() want the their...
2016-05-17 sjgUse != 0 to be clear
2016-05-17 sjgAllow -f - to read from stdin.
2016-05-16 truckmanFix off by one error that overflowed the rep_len array...
2016-05-16 truckmanIncrease size of argv[] array to avoid running off...
2016-05-16 jillesinstall: Revert utimensat usage (r299850).
2016-05-16 araujoUse NULL instead of 0 for pointers.
2016-05-15 jillesinstall: When preserving timestamps, also copy the...
2016-05-13 truckmanAlways return either a dynamically allocated string...
2016-05-13 truckmanInstead of ignoring the EEXIST from link(), uncondition...
2016-05-13 truckmanSimplify some overly complex code so that both humans...
2016-05-12 truckmanIf fchdir() fails, call err() instead of warn().
2016-05-12 truckmanAvoid Coverity NUL termination warning about strncpy...
2016-05-12 mmMFV r299425:
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying date...
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying the...
2016-05-12 cemrpcgen(1): Tag crash() routine as __dead2 for static...
2016-05-12 pfgchat(8): use NULL instead of zero for initializing...
2016-05-11 cemrandom(6): Fix double-close
2016-05-11 cemwhois(1): Fix potential double-close and logic mistakes
2016-05-11 cemwhois(1): Pull out async multiple host connection code...
2016-05-11 cemFix buffer overrun in gcore(1) NT_PRPSINFO
2016-05-10 cemsdiff(1): Fix potential NULL deref in cleanup path
2016-05-10 pfgsed.1: Correction for the case insensitive case.
2016-05-10 baptRename getline with get_line to avoid collision with...
2016-05-10 baptRename getline with get_line to avoid collision with...
2016-05-10 baptRename getline with get_line to avoid collision with...
2016-05-10 pfgRevert r299279:
2016-05-09 bdreweryDIRDEPS_BUILD: Run the staged bootstrap-tools version...
2016-05-09 baptRationalize license numbering
2016-05-09 baptSome style(9) fixes
2016-05-09 woodsb02Add myself (woodsb02) to the calendar.freebsd file
2016-05-09 pfgSimplify redundant malloc'ing in sed -e.
2016-05-08 jillesinstall: Add some tests.
2016-05-07 baptOnly one program is build in usr.bin/sdiff use the...
2016-05-07 baptRevert r299218 VISUAL is actually a perfecly valid...
2016-05-07 baptOnly use EDITOR as a variable to specify which text...
2016-05-07 baptDirectly call the editor if needed instead of spawning...
2016-05-07 baptReplace fparseln(3) with getline(3)
2016-05-07 pfgsed: rewrite the main loop.
2016-05-06 traszAdd the "-r" flag to iscsictl(8).
2016-05-06 traszDocument the "Protocol" field of iscsi.conf(5).
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-04 ngieMerge ^/user/ngie/release-pkg-fix-tests to unbreak...
2016-05-04 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-05-03 baptPrint the fchmodat mode in human readable fashion
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-02 bzfgetc returns an int not a char.
2016-05-01 pfgusr.bin: minor spelling fixes on comments.
2016-05-01 pfglocaledef(1): minor spelling fixes on comments.
2016-05-01 edRemove useless calls to basename().
2016-04-30 baptWhen checking for binary file, check if ch is not EOF...
2016-04-30 dimUpdate from subversion 1.9.2 to 1.9.4.
2016-04-29 baptimport sdiff(1) from GSoC 2012
2016-04-29 gjbFix including Kyuafile in packaged base system.
2016-04-28 pfgSmall typo.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-27 araujoUse macro MIN() from sys/param.h.
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-26 araujoUse MIN() instead of MAX() as the previous syntax was...
2016-04-25 fanfExample RIPE whois query with options and spaces.
2016-04-25 bzTry to make gcc builds happy again by removing a redund...
2016-04-24 pfgAdjust a type from r267490.
2016-04-24 pfgpatch(1): avoid signed integer overflow when debugging.
2016-04-23 sobomaxGC duplicate define.
2016-04-23 sobomaxImprove performance in a few key areas:
2016-04-22 araujoUse roundup2() macro from sys/param.h.
2016-04-22 araujoUse MIN() macro from sys/param.h.
2016-04-22 araujoUse macro MAX() from sys/param.h.
2016-04-22 araujoUse macro MAX() from sys/param.h.
2016-04-21 pfgkernel: use our nitems() macro when it is available...
2016-04-21 emasteelftoolchain: Use ${SRCTOP} for the top of the FreeBSD...
2016-04-21 eadlerBring a little more compability with GNU units 2.12
2016-04-20 baptPlug memory leaks
2016-04-20 baptFix bad checking of the return of realloc(3)
2016-04-20 baptFix typo: actually test the return of strchr(3)
2016-04-20 araujoPartially revert the change on r298325 where there...
2016-04-20 araujoUse NULL instead of 0 for pointers.
2016-04-20 araujoUse NULL instead of 0 for pointers.
2016-04-19 delphijFix build breakage introduced by r298253.
2016-04-19 eadlerRename units.lib -> definitions.units
2016-04-19 eadlerRemove pathnames.h
2016-04-19 araujoUse NULL instead of 0 for pointers.
2016-04-18 araujoUse NULL instead of 0 for pointers.
next