aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* switch groff parameter -man to -mandocWolfram Schneider2023-09-071-2/+2
* unifdef: Handle redefined symbols correctly.Dag-Erling Smørgrav2023-09-061-0/+21
* diff3: make the diff3 -E -m and diff3 -m behaviour match gnu diff3Baptiste Daroussin2023-09-065-3/+49
* split: Fix linecount parsing.Dag-Erling Smørgrav2023-09-062-12/+31
* split: Code cleanup.Dag-Erling Smørgrav2023-09-061-10/+13
* split: Add missing test cases.Dag-Erling Smørgrav2023-09-061-1/+23
* localedef: add newlines to error messagesKyle Evans2023-09-056-27/+27
* localedef: expand the default charmapKyle Evans2023-09-051-1/+37
* localedef: correct definition of right-parenthesis in default charmapKyle Evans2023-09-021-1/+1
* m4 tests: Update tests after $FreeBSD$ removalMark Johnston2023-08-232-2/+2
* unifdef: Vendorize.Dag-Erling Smørgrav2023-08-214-2298/+3
* Remove my middle name.Dag-Erling Smørgrav2023-08-179-9/+9
* Remove $FreeBSD$: one-line lua tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line catalogWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-1610-13/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-16161-161/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1683-166/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161302-1304/+0
* Remove $FreeBSD$: alt one-line .c patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: alt two-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16417-832/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-1652-156/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1686-86/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1659-59/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16142-284/+0
* Remove $FreeBSD$: one-line m4 tagWarner Losh2023-08-1619-19/+0
* netstat(1): fix manpage dateDoug Rabson2023-08-161-1/+1
* netstat(1): teach netstat to attach to jailsDoug Rabson2023-08-163-13/+128
* systat: Remove obsolete copyright stringWarner Losh2023-08-161-6/+0
* etdump: warn only once for non El Torito bootable ISO imagesEd Maste2023-08-151-3/+2
* MFV: less v643.Xin LI2023-08-131-9/+9
* cpuset(8): move to /bin/Enji Cooper2023-08-115-729/+0
* Unbreak usr.bin/dc with OpenSSL 3Enji Cooper2023-08-112-6/+6
* tcopy: Pick up max blocksize from sysctl kern.maxphysPoul-Henning Kamp2023-08-101-0/+6
* patch: don't run off the end of path if it ends in '/'.Pedro F. Giffuni2023-08-071-1/+2
* unzip: swtich to bsdunzip from libarchiveMartin Matuska2023-08-046-1349/+181
* man: fix `man -K` searchEd Maste2023-08-021-3/+3
* retire SHARED_TOOLCHAIN knobEd Maste2023-08-024-16/+0
* xargs tests: Disable the test added in commit eab91d008165Mark Johnston2023-07-311-2/+4
* usr.bin/gh-bc: fix Makefile for WITHOUT_NLS_CATALOGS caseStefan Eßer2023-07-291-8/+8
* netstat -i: compute most field widths dynamicallyMike Karels2023-07-262-77/+143
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-263-116/+2
* Move LIBADD lines from usr.bin/clang/*/Makefile one level upDimitry Andric2023-07-2326-67/+4
* seq: style(9) cleanupEd Maste2023-07-211-16/+15
* unifdef: Fix case where a multiline comment follows a directive.Dag-Erling Smørgrav2023-07-193-2/+26
* rpcgen: Perform shell-style word expansion on RPCGEN_CPPJessica Clarke2023-07-141-8/+103
* xargs: Install missing test output.Jose Luis Duran2023-07-132-1/+2
* xargs: Fix test case count.Dag-Erling Smørgrav2023-07-131-1/+1
* xargs: Prevent overflow in linelen calculation if nargs is large.Dag-Erling Smørgrav2023-07-133-1/+3
* xargs: disallow -R0 and -L0Daniel Tameling2023-07-131-1/+3