git: vendor/TCPDUMP: Import tcpdump 4.9.3

2020-05-18 Thread Aaron LI
commit 411677ae3ecc884ce4f4bd3d53bab2b7f81cf321 Author: Aaron LI Date: Tue May 19 06:35:30 2020 +0800 vendor/TCPDUMP: Import tcpdump 4.9.3 Original source can be downloaded from: https://www.tcpdump.org/release/ file = tcpdump-4.9.3.tar.gz date = 2019-10-01

git: contrib/libpcap: Reapply our local modifications

2020-05-18 Thread Aaron LI
commit 34ad5a52ebb2c7f58f6c96e7f25e049aa81e3108 Author: Aaron LI Date: Sun May 17 12:37:55 2020 +0800 contrib/libpcap: Reapply our local modifications Summary of changes: contrib/libpcap/gencode.c | 4 ++-- contrib/libpcap/grammar.y | 4 ++-- contrib/libpcap/pcap-bpf.c | 6

git: etc/periodic: Use 'LINKS' to create links for 220.snapshot-hammer2

2020-06-12 Thread Aaron LI
commit 35a5a810a058efc26ee934f5bc6dd1e47524d396 Author: Aaron LI Date: Fri Jun 12 22:58:42 2020 +0800 etc/periodic: Use 'LINKS' to create links for 220.snapshot-hammer2 Avoid the ad-hoc 'ln' command. In addition, the original linked-to files are absolu

git: mk/bsd.README: Document 'SYMLINKS' and update 'LINKS' and 'MLINKS'

2020-06-12 Thread Aaron LI
commit 342b7f2339da823e275ecf2a391b2c4c409c7ba7 Author: Aaron LI Date: Fri Jun 12 22:54:53 2020 +0800 mk/bsd.README: Document 'SYMLINKS' and update 'LINKS' and 'MLINKS' * Add description of 'SYMLINKS' that creates symbolic links. *

git: initrd/mkinitrd.sh: Use 'du -t' to simplify size calculation

2020-06-12 Thread Aaron LI
commit 567f41d0d4858819ed504a528dd8fc96e8c76e06 Author: Aaron LI Date: Fri Jun 12 23:57:01 2020 +0800 initrd/mkinitrd.sh: Use 'du -t' to simplify size calculation The du(1)'s '-t' option calculates the apparent size, which is what we want here for

git: tail(1): Add -v flag to always print a header

2020-06-20 Thread Aaron LI
commit f038181408e47684b271228c89bece66119a4bdb Author: Aaron LI Date: Sat Jun 20 11:52:32 2020 +0800 tail(1): Add -v flag to always print a header * Add the '-v' flag to always print a header for each file, even if only a single file is specified. Obtained f

git: head(1): Minor cleanups

2020-06-20 Thread Aaron LI
commit e24ad2edd0ebb5d385531cc5778865b909a3b83a Author: Aaron LI Date: Fri Jun 19 13:13:39 2020 +0800 head(1): Minor cleanups * Add '__dead2' attribute to non-return function 'usage()'. * Move the 'first' out from the initializer part of the &#x

git: head(1): Support '-q' and '-v' flags and improve man page

2020-06-20 Thread Aaron LI
commit f31df7b5941dbdc6e6bb5151595ec5f3fe75b0b9 Author: Aaron LI Date: Fri Jun 19 13:17:29 2020 +0800 head(1): Support '-q' and '-v' flags and improve man page * Support the '-q' flag to never print headers of each filename, and the '-

git: tail(1): Implement tac(1) as the reverse version of cat(1)

2020-06-20 Thread Aaron LI
commit b743b76f8c2cc8315de7eac87507463cccaded9c Author: Aaron LI Date: Sat Jun 20 15:10:41 2020 +0800 tail(1): Implement tac(1) as the reverse version of cat(1) The tac(1) is the reverse version of cat(1) and is implemented with 'tail -rq'. Update cat.1,

<    3   4   5   6   7   8