| #
2d6c5614
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell scripts, and is small enough that there's no real need for it to be in -utilities.
PR: 287014 Reviewed by: dch, manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50497
show more ...
|
| #
85ff0b08
|
| 20-Apr-2025 |
Kyle Evans <kevans@FreeBSD.org> |
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils/porch is used for one test if it's available, just to cleanly check that SIGINT is being ignored properly.
Reviewed by: des, emaste Differential Revision: https://reviews.freebsd.org/D48195
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
2d6c5614
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell scripts, and is small enough that there's no real need for it to be in -utilities.
PR: 287014 Reviewed by: dch, manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50497
show more ...
|
| #
85ff0b08
|
| 20-Apr-2025 |
Kyle Evans <kevans@FreeBSD.org> |
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils/porch is used for one test if it's available, just to cleanly check that SIGINT is being ignored properly.
Reviewed by: des, emaste Differential Revision: https://reviews.freebsd.org/D48195
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
131f7ce5
|
| 12-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
|
| #
9f5b04e9
|
| 10-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though c
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
show more ...
|
| #
c83caf7b
|
| 03-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Warns cleanups. Add FreeBSD ID to Makefile.
|
| #
9b50d902
|
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Usr.bin Sources
|
| #
2d6c5614
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell
move ch{own,grp}(8) and tee(1) to FreeBSD-runtime
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell scripts, and is small enough that there's no real need for it to be in -utilities.
PR: 287014 Reviewed by: dch, manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50497
show more ...
|
| #
85ff0b08
|
| 20-Apr-2025 |
Kyle Evans <kevans@FreeBSD.org> |
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils
tee: add some basic tests
The cases are ordered in such a way that we naturally progress through the functionality, with the earliest failures perhaps shedding light on any later failures.
sysutils/porch is used for one test if it's available, just to cleanly check that SIGINT is being ignored properly.
Reviewed by: des, emaste Differential Revision: https://reviews.freebsd.org/D48195
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
131f7ce5
|
| 12-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
|
| #
9f5b04e9
|
| 10-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though c
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
show more ...
|
| #
c83caf7b
|
| 03-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Warns cleanups. Add FreeBSD ID to Makefile.
|
| #
9b50d902
|
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Usr.bin Sources
|
| #
131f7ce5
|
| 12-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
|
| #
9f5b04e9
|
| 10-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though c
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
show more ...
|