]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Add UPDATING entries and bump the branch version.
[FreeBSD/FreeBSD.git] / usr.bin /
2023-03-04 Dimitry AndricEnsure .inc files are regenerated when llvm/clang tblge...
2023-02-23 Mateusz GuzikAdd nproc(1)
2023-02-16 Alan SomersChange "ctlstat -P"'s schema
2023-02-16 Kyle Evanstop: fix sorting by pid (-o pid)
2023-02-09 Stefan Eßercontrib/bc: update to version 6.2.4
2023-02-09 Dag-Erling Smørgravcmp: Print a summary on SIGINFO.
2023-02-09 Dag-Erling Smørgravw: Complete libxo transition.
2023-02-09 Dag-Erling Smørgravfind: Logic nit in man page.
2023-02-08 Bartosz Sobczakirdma: Add RDMA driver for Intel(R) Ethernet Controller...
2023-02-07 Mateusz Piotrowskitimeout: Move from /usr/bin to /bin
2023-02-07 Stefan Eßercontrib/bc: update to version 6.2.2
2023-02-06 Cameron Katriman(1): Support zstd compressed manpages using zstdcat
2023-02-03 Xin LIDisable sandboxing when building with WITHOUT_CAPSICUM.
2023-02-03 Alexander Naumochkinstat(1): Do not pass S_IFBLK to devname unconditionally
2023-02-02 Emmanuel Vadotpkgbase: Put less in FreeBSD-runtime
2023-02-02 Emmanuel Vadotpkgbase: Create a FreeBSD-games package
2023-02-02 Emmanuel Vadotpkgbase: Put accounting utilities in the acct package
2023-02-01 Jamie Landeg-Jonesusr.bin/stat: Fix error message formatting.
2023-01-28 Kyle Evansgrep: properly switch EOL indicator with -z
2023-01-28 Colin Percival13.2: update stable/13 to -PRERELEASE to start the...
2023-01-27 Alan Somerscal: don't print terminal control characters unless...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 John Baldwindiff: Don't (ab)use sprintf() as a kind of strcat().
2023-01-24 John Baldwindiff: Don't treat null characters like carriage returns...
2023-01-23 Gleb Smirnofffuser: fix loop over kinfo_proc array
2023-01-22 Yoshihiro Takahashiunzip: Document optional member list
2023-01-22 Elliott Mitchellvmstat: fix overflow of interrupt name buffer
2023-01-22 Elliott Mitchellvmstat: remove shadow variables
2023-01-20 Konstantin Belousovposixshmcontrol(1): for regular shmfd, report used...
2023-01-13 Alexander V. Chernikovnetstat: print path weight when showing routes in struc...
2023-01-11 Danilo G. Baiomotd: Fix Questions List address
2022-12-28 Jose Luis Durangrep.1: Add an ENVIRONMENT section
2022-12-26 Mike Karelsbspatch.1: fix missing argument
2022-12-08 Daniel Dowsekillall(1): allow sending signals to processes with...
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-14 Gordon BerglingUpdate HISTORY and AUTHORS sections for cut(1) and...
2022-11-13 Mariusz Zaborskilogger: fix builds without casper
2022-11-13 Kyle Evansmktemp: don't double up on trailing slashes for -t...
2022-11-13 Kyle Evansmktemp: add -p/--tmpdir argument
2022-11-13 Kyle Evansmktemp: add some GNU-compatible long options
2022-11-13 Kyle Evanswg: drop -Wno-cast-qual from CFLAGS
2022-11-13 Kyle Evansusr.bin: hook wg(8) up to the build
2022-11-11 John Baldwinrs: Fix some pointer arith UB.
2022-11-11 John Baldwinrs: Fix a use after free.
2022-11-11 John Baldwinrs: Fix various harmless warnings.
2022-11-11 John Baldwindiff: Fix a use after free as well as a memory leak...
2022-11-11 John Baldwinfortune: Unindent a debug printf in get_fort().
2022-11-11 John Baldwintail: Fix misleading indentation in ARG() macro.
2022-11-11 John Baldwinnewkey: Fix mismatch in array bounds in for adjust().
2022-11-11 John Baldwinmail: Fix mismatch in array bounds for isign().
2022-11-11 Math Ieusplit: reset errno prior to getline()
2022-11-11 Kyle Evanssplit: add word order fix
2022-11-11 Kyle Evanssplit: add some tests
2022-11-11 Kyle Evanssplit: switch to getline() for line/pattern matching
2022-11-10 liu-duxargs: fix exit code when using -P
2022-11-08 Elvin Aslanovgrep: correct argument name in man page
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
next