]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
fma_test: mute a warning about unreachable code on amd64 by restructuring
[FreeBSD/FreeBSD.git] / usr.bin /
2017-05-29 emastebsdgrep: bump version number and add Kyle Evans copyright
2017-05-29 manumkimg: Correct an off by one error in the PMBR size
2017-05-28 traszDeclutter rctl(8) by moving kernel build instructions...
2017-05-28 traszRandom tweaks to rctl(8).
2017-05-27 ngie:rgrep : use atf-check to check the exit code/save...
2017-05-27 jhbAdd descriptions for AES-GCM IPSec authentication ...
2017-05-26 cemprocstat(1): Add TCP socket send/recv buffer size
2017-05-26 brooksAdd missing usage and getopt(3) options
2017-05-26 emastebsdgrep: use safer sizeof() construct
2017-05-26 emastebsdgrep: correct assumptions to prepare for chunking
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-25 baptUpdate the diff3 manpage to reflect the fact the versio...
2017-05-25 baptFor now comment tests for arguments which are not in...
2017-05-25 baptRemove the MAX_CHECK macro, it was initially used to...
2017-05-25 baptImport working progress BSD diff3
2017-05-25 tuexenImprove the decoding of the third argument of the socke...
2017-05-23 kibCommit the 64-bit inode project.
2017-05-23 markjLet vmstat -o recognize OBJT_MGTDEVICE objects.
2017-05-21 baptMake catman(1) use mandoc(1) by default
2017-05-21 jillescompress: Allow uncompress -c with multiple pathnames...
2017-05-21 jillescompress: Add basic tests.
2017-05-20 emastebsdgrep: Correct per-line line metadata printing
2017-05-20 emastebsdgrep: emit more than MAX_LINE_MATCHES per line
2017-05-20 emastebsdgrep: fix segfault with --mmap
2017-05-18 traszLanguage fixes.
2017-05-18 pstefindent(1): Support binary integer literals.
2017-05-18 allanjudeExplain the new fields in top(1) related to ZFS compres...
2017-05-18 ngieRevert local changes to find_progenv accidentally commi...
2017-05-18 ngieusr.bin/getconf: add some initial tests
2017-05-18 ngieMake the `.gperf.c` suffix rule depend on fake-gperf.awk
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-15 ngieStart writing up some basic feature tests for procstat
2017-05-15 emasteuniq: allow -c to be used with -d or -u
2017-05-15 emastebsdgrep: don't allow negative -A / -B / -C
2017-05-14 ngiegetconf: use nitems(..) to compute NWORDS instead of...
2017-05-14 ngieMark errf _Noreturn, and mark errf and warn __printflike
2017-05-13 ngiestyle(9): sort headers
2017-05-11 kenAdd LTO-8 density codes.
2017-05-11 ngieprocstat(1): also reference icmp(4) and sctp(4)
2017-05-11 ngieprocstat(1): document all possible `PRO` (network proto...
2017-05-11 ngieprocstat(1): clarify the Signal Disposition section
2017-05-11 ngieprocstat(1): fix a typo (it's -> its)
2017-05-10 sjgMerge bmake-20170510
2017-05-10 asomersDon't depend on assert(3) getting evaluated
2017-05-10 asomersstrcpy => strlcpy
2017-05-10 traszRevert to pre-r318116 wording to not give the false...
2017-05-10 manumkimg: Add -C argument to specify maximum capacity
2017-05-09 traszRandom updates to resizewin(1) man page.
2017-05-09 bdreweryDIRDEPS_BUILD: Update dependencies.
2017-05-09 bdreweryDIRDEPS_BUILD: Connect new directories.
2017-05-08 cemcsplit(1): Fix extraneous output in edge case
2017-05-08 dbaioAdd myself (dbaio) as a new ports committer
2017-05-08 traszSort variable declarations; no functional changes.
2017-05-08 traszAdd resizewin -z. It makes resizewin not do anything...
2017-05-08 traszUse tcflush(3) instead of (nonstandard) TIOCFLUSH.
2017-05-07 traszMake resizewin(1) discard the terminal queues, to lower...
2017-05-07 traszRename a variable, hopefully fixing build after r317901.
2017-05-07 traszImprove error reporting in resizewin(1).
2017-05-06 baptBuild zstandard with threading enabled
2017-05-06 baptAdd a zstdmt which is equivalent as running zstd -T0
2017-05-06 baptImport Zstandard 1.2.0
2017-05-05 kenAdd basic programmable early warning error injection...
2017-05-05 emastebsdgrep: don't ouptut matches with -c, -l, -L
2017-05-05 delphijMFV r317581: less v491.
2017-05-04 mmMFV r317781:
2017-05-03 tuexenAdd support for sctp_generic_sendmsg() and sctp_generic...
2017-05-03 emastebsdgrep: correct uninitialized variable introduced...
2017-05-03 tuexenAdd support for sendmsg() and recvmsg().
2017-05-03 tuexenDecode the fourth argument of sendto and recvfrom call.
2017-05-03 tuexenAdd support for [gs]etsockopt().
2017-05-03 tuexenDecode the third argument of socket().
2017-05-03 tuexenAdd Socklent for handling args of type socklen_t.
2017-05-03 tuexenAdd support for listen() call.
2017-05-02 jillescsplit: Fix check of fputs() return value, making cspli...
2017-05-02 brooksUse MAN=<empty> rather than MK_MAN=no to not install...
2017-05-02 emastebsdgrep: avoid use of magic number for REG_NOSPEC
2017-05-02 emastebsdgrep: fix escape map building for multibyte strings
2017-05-02 emastebsdgrep: fix -w flag matching with an empty pattern
2017-05-02 emastebsdgrep: correct test sense from r317700
2017-05-02 emastebsdgrep: use calloc where appropriate in grep's tre...
2017-05-02 emastebsdgrep: correct nls usage data after r317049
2017-05-02 emastebsdgrep: Add GNU compatible version string indicator
2017-05-02 emastebsdgrep: fix -w -v matching improperly with certain...
2017-05-01 bdreweryRedo r288270: Hookup mkcsmapper_static and mkesdb_stati...
2017-04-29 jillesprintf: Output formatted data directly, instead of...
2017-04-29 pfgFix some cases where an index was used before its limit...
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-25 brooksRemove NATM configuration bits and assorted NATM and...
2017-04-24 brooksClean up Makefile.
2017-04-24 dimFix the following warning from gcc 4.2 in usr.bin/diff:
2017-04-24 bcrFix the last example to really replace all occurrences...
2017-04-22 ngieOnly expect :grep_r_implied to pass with bsdgrep(1)
2017-04-22 traszAdd basic example to the cu(1) man page. Srsly, folks...
2017-04-21 emastebsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatch
2017-04-21 sjgMerge bmake-20170420
2017-04-21 glebius- When reading VM stats, provide proper size argument...
2017-04-20 jkimFix systat(1) regression. It was broken by r317061.
2017-04-20 baptReplace again GNU diff with BSD diff
2017-04-20 baptCross reference pr(1) which diff might call with -l...
2017-04-20 baptUpdate the TODO list to reflect what has been changed
next