aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* diff3: Add man page description for version and helpTom Jones2022-06-231-2/+9
* netstat: print path weight when showing routes in structured output.Alexander V. Chernikov2022-06-221-0/+2
* kdump: Decode Linux *at() syscallsDmitry Chagin2022-06-221-3/+232
* kdump: For future use made decode_filemode() publicDmitry Chagin2022-06-222-1/+2
* kdump: Decode Linux clock_nanosleep syscallDmitry Chagin2022-06-221-0/+22
* kdump: Decode Linux sigprocmask how argumentDmitry Chagin2022-06-221-0/+18
* kdump: Decode getitimer, setitimer which argumentDmitry Chagin2022-06-224-2/+36
* kdump: Decode Linux l_sigset_t.Dmitry Chagin2022-06-223-1/+49
* kdump: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-224-13/+245
* kdump: For future use extract common code to a separate filesDmitry Chagin2022-06-222-40/+89
* mixer: remove volume backwards compat, add % interpretationKyle Evans2022-06-182-8/+8
* truss: Make control message header parsing more robustMark Johnston2022-06-141-0/+10
* usr.bin/bc: update to version 5.3.1Stefan Eßer2022-06-111-4/+7
* usr.bin/dtc: Include <limits> for std::numeric_limits<>.John Baldwin2022-06-092-1/+2
* gcore: Don't hardcode VM write permissions.John Baldwin2022-06-061-1/+3
* gcore: Remove unused elf_note_arm_vfp function.John Baldwin2022-06-061-25/+0
* sed(1): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2022-05-311-0/+2
* zdiff: avoid non-conformant featuresKyle Evans2022-05-314-22/+154
* sockstat: be more verbose when reporting kernel/userland size mismatch.Alexander V. Chernikov2022-05-301-18/+31
* nfsstat: Add an entry to output NFSPROC_APPENDWRITE countRick Macklem2022-05-281-6/+9
* sockbuf: remove unused mbuf counter and cluster counterGleb Smirnoff2022-05-272-17/+5
* diff3: Add help and version optionsTom Jones2022-05-251-3/+16
* diff3: Copy line into debug informationTom Jones2022-05-251-1/+1
* diff3: Don't perform a bitwise OR when comparing diffsTom Jones2022-05-251-1/+1
* irdma: Add RDMA driver for Intel(R) Ethernet Controller E810Bartosz Sobczak2022-05-232-2/+2
* Use getpagesize in gcore to find the page sizeAndrew Turner2022-05-191-3/+5
* truss: add ppoll(2) argument decodingChristian Weisgerber2022-05-171-0/+3
* Merge llvm-project main llvmorg-14-init-17616-g024a1fab5c35Dimitry Andric2022-05-142-6/+2
* Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3Dimitry Andric2022-05-143-5/+4
* kdump: Decode cpuset_t.Dmitry Chagin2022-05-111-1/+39
* diff3: Remove test case that references non existent test filesTom Jones2022-05-021-2/+1
* base64: ignore -i as promisedPiotr Pawel Stefaniak2022-04-241-0/+4
* Add a quoted-printable encoder/decoderPiotr Pawel Stefaniak2022-04-244-8/+35
* bintrans: adjust mmencode.c to style(9)Piotr Pawel Stefaniak2022-04-241-221/+224
* bintrans: make mmencode.c compilablePiotr Pawel Stefaniak2022-04-241-285/+9
* bintrans: import mmencode.c for quoted-printable en/de-codingPiotr Pawel Stefaniak2022-04-241-0/+530
* Merge bmake-20220418Simon J. Gerraty2022-04-222-17/+13
|\
* | ctlstat: add prometheus outputAlan Somers2022-04-203-10/+257
* | sed(1): Fix a typo in the manual pageGordon Bergling2022-04-201-1/+1
* | diff3: Add support for -mTom Jones2022-04-195-3/+137
* | diff3: Add support for -ATom Jones2022-04-195-8/+157
* | diff3: seperate old and new markers from file markersTom Jones2022-04-191-5/+8
* | diff3: Clean up printing of ranges for edscript outputTom Jones2022-04-191-35/+37
* | diff: tests: loosen up requirements for report_identicalKyle Evans2022-04-191-4/+2
* | Add the base64 command using b64encode and b64decodePiotr Pawel Stefaniak2022-04-185-6/+140
* | b64encode: implement -w to wrap linesPiotr Pawel Stefaniak2022-04-182-11/+59
* | bintrans: reinstate a test case that I lostPiotr Pawel Stefaniak2022-04-181-0/+3
* | bintrans: move files to a new directoryPiotr Pawel Stefaniak2022-04-1820-1/+1
* | Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak2022-04-1819-97/+130