/freebsd/bin/rm/tests/ |
H A D | Makefile.depend | 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
H A D | rm_test.sh | 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
H A D | Makefile | 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
/freebsd/bin/rm/ |
H A D | Makefile | diff 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
H A D | rm.1 | diff 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
H A D | rm.c | diff 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | diff 19b4f0dca0cf914fa9a60c824f5dfe6be962c703 Wed Sep 12 21:41:16 CEST 2018 Ed Maste <emaste@FreeBSD.org> Fix unlink(1) for files starting with -
Restore the original behavior of unlink(1), passing the provided filename directly to unlink(2), handling the first argument being "--" correctly.
This fixes "unlink -foo", broken in r97533.
PR: 228448 Submitted by: Brennan Vincent <brennan@umanwizard.com> (original version) Submitted by: Yuri Pankov Reported by: Brennan Vincent <brennan@umanwizard.com> Reviewed by: emaste, kevans, vangyzen, 0mp Approved by: re (delphij) Differential Revision: https://reviews.freebsd.org/D17132
|