]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
tee.1: Add a HISTORY section
[FreeBSD/FreeBSD.git] / usr.bin /
2022-11-06 Gordon Berglingtee.1: Add a HISTORY section
2022-11-02 Dag-Erling Smørgravscript: Correct -F in man page and usage string.
2022-11-02 Simon J. Gerratyscript add -T fmt to print time-stamps
2022-11-02 Dag-Erling Smørgravw: cosmetic fixes.
2022-11-02 Dag-Erling Smørgravapply: clean up error handling.
2022-11-02 Dag-Erling Smørgravrenice: support -- as per POSIX.
2022-11-02 Dag-Erling Smørgravxinstall: fix dounpriv logic, add tests
2022-10-19 Baptiste Daroussinsort: deindent file_reader_free and cleanup its usage
2022-10-19 Baptiste Daroussinsort: simplify file_reader_clean
2022-10-19 Baptiste Daroussinsort: deindent closefile
2022-10-19 Baptiste Daroussinsort: use asprintf(3) instead of malloc + snprintf(3)
2022-10-19 Baptiste Daroussinsort: deindent openfile
2022-10-19 Baptiste Daroussinsort: use memset to initialize structure when possible
2022-10-19 Baptiste Daroussinsort: unify the code to read from FILE *
2022-10-19 Baptiste Daroussinsort: remove unused function
2022-10-19 Baptiste Daroussinsort: simplify the code to handle -z flag
2022-10-19 Baptiste Daroussinsort: cleanup now unused structutre and prototypes
2022-10-19 Baptiste Daroussinsort: use mkstemp(3) instead of reinventing it
2022-10-19 Baptiste Daroussinsort: replace home made line reader by getdelim(3)
2022-10-19 Baptiste Daroussinsort: add wrapper around calloc
2022-10-19 Baptiste Daroussinsort: replace malloc+memset with calloc
2022-10-15 Simon J. Gerratyldd: ignore unverified files
2022-10-13 Konstantin Belousovldd: use direct exec mode unconditionally
2022-10-12 Baptiste Daroussinlocate: change from BSD-4-clause to BSD-3-clause
2022-10-12 Baptiste Daroussinmandoc: import version 1.14.6
2022-10-12 Baptiste Daroussinident: replace sbuf(9) with open_memstream(3)
2022-10-07 Elliott Mitchellvmstat: remove processor counting from getcpuinfo()
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-02 Ed Masteclang: remove as(1) cross-reference from man page
2022-09-30 Konstantin Belousovprocstat(1): print AT_USRSTACKBASE and AT_USRSTACKLIM
2022-09-27 Kirk McKusickHandle NULL return from localtime(3) in ls(1) and find(1)
2022-09-24 Fernando ApesteguíaBump .Dd for recently modified manual pages
2022-09-24 Fernando ApesteguíaRemove references to named(8)
2022-09-24 Gordon Berglinguname.1: Clarify the -r option
2022-09-20 Xin LIMFV: less v608
2022-09-18 Kyle Evansiconv: only conditionally use ICONV_SET_DISCARD_ILSEQ
2022-09-18 Kyle Evanszdiff: avoid non-conformant features
2022-09-15 Mark Johnstontail: Initialize the stat buffer used when input is...
2022-09-06 Gordon Berglingtip(1): Fix a typo in a source code comment
2022-08-25 John Baldwingcore: Trim stale bits from elf32core.c.
2022-08-19 Doug RabsonMove sort to runtime
2022-08-14 Xin LIDeprecate minigzip(1) in preparation of removing it...
2022-08-05 Gordon Berglingfind.1: Correct the markup
2022-08-05 Gordon Berglingfind.1: Fix mandoc warnings and mention a useful manpage
2022-07-29 Eugene Grosbeinfind.1: small language fix after previous change
2022-07-29 Eugene Grosbeinfind.1: explain why "find -s" may differ from "find...
2022-07-26 Ed Mastevtfontcvt: improve hex font format validation
2022-07-26 Ed Mastevtfontcvt: correct usage
2022-07-26 Mateusz Piotrowskibacklight(8): Update usage() to match the manual page
2022-07-26 Mateusz Piotrowskibacklight.8: Show all possible modes in synopsis
2022-07-26 Mateusz Piotrowskibacklight.8: Standardize synopsis and improve examples
2022-07-21 Mateusz Piotrowskiprotect.1: Document that protect(1) does not work in...
2022-07-21 Mateusz Piotrowskiprotect.1: Improve synopsis
2022-07-21 Daniel Ebdrup Jensenprotect(1): Correct typo and add newline
2022-07-21 Adam Wolkprotect.1: document existence of _oomprotect
2022-07-13 John Baldwinusr.bin/dtc: Include <limits> for std::numeric_limits<>.
2022-07-13 John Baldwingcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.
2022-07-13 John Baldwingcore: Remove unused typedefs.
2022-07-13 John Baldwingcore: Don't hardcode VM write permissions.
2022-07-13 John Baldwingcore: Remove unused elf_note_arm_vfp function.
2022-07-13 Mike Karelsnetstat -i: do not truncate interface names
2022-07-13 Warner Loshlastcomm/sa: Remove sparc64 tests, they aren't needed.
2022-07-06 Dmitry Chaginkdump: Decode Linux *at() syscalls
2022-07-06 Dmitry Chaginkdump: For future use made decode_filemode() public
2022-07-06 Dmitry Chaginkdump: Decode Linux clock_nanosleep syscall
2022-07-06 Dmitry Chaginkdump: Decode Linux sigprocmask how argument
2022-07-06 Dmitry Chaginkdump: Decode getitimer, setitimer which argument
2022-07-06 Dmitry Chaginkdump: Decode Linux l_sigset_t.
2022-07-06 Dmitry Chaginkdump: Add preliminary support for decoding Linux syscalls
2022-07-06 Dmitry Chaginkdump: For future use extract common code to a separate...
2022-06-29 Mark Johnstontruss: Make control message header parsing more robust
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry Chaginkdump: Decode cpuset_t.
2022-06-17 Thomas Munropoll(2): Add POLLRDHUP.
2022-06-10 Gordon Berglingsed(1): Fix a typo in a source code comment
2022-06-07 Andrew TurnerUse getpagesize in gcore to find the page size
2022-06-04 Dimitry AndricMerge llvm-project main llvmorg-14-init-17616-g024a1fab5c35
2022-06-04 Dimitry AndricMerge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
2022-05-20 Christian Weisgerbertruss: add ppoll(2) argument decoding
2022-05-13 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-05-13 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-05-13 John BaldwinUse a regset for NT_ARM_VFP.
2022-05-12 John Baldwingcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPR...
2022-05-12 Alan Somersctlstat: add prometheus output
2022-05-10 John Baldwintop: Remove a duplicate extern declaration for show_args.
2022-04-30 Piotr Pawel Stefaniakuudecode: correct error message
2022-04-30 Piotr Pawel Stefaniakuu{encode,decode}: improve style
2022-04-23 Gordon Berglingsed(1): Fix a typo in the manual page
2022-04-21 Kyle Evansdiff: tests: loosen up requirements for report_identical
2022-04-16 Konstantin BelousovDocument procstat(1) advlock command
2022-04-16 Konstantin BelousovImplement procstat(1) advlocks command
2022-04-16 Konstantin Belousovprocstat(1): add ability to specify subcommands not...
2022-04-11 Mateusz Piotrowskibacklight.8: Fix description of -f
2022-04-09 Gordon Berglingtop(1): Fix a typo in a source code comment
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-28 Alexander V. Chernikovnetstat: fix nhop prepend printing.
2022-03-22 Piotr Pawel Stefaniakprocstat: remove set but not used variable
2022-03-22 Piotr Pawel Stefaniakbacklight: Remove set but not used variable
2022-03-19 Mariusz Zaborskitouch: don't leak descriptor if fstat(2) fails
2022-03-12 Dimitry AndricFix indentation in usr.bin/diff/pr.c
next