| #
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
9199c09a
|
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
| #
71ccf092
|
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
The last big commit: let usr.sbin/ use WARNS=6 by default.
|
| #
052238b1
|
| 04-Apr-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5)
|
| #
f2dd987c
|
| 27-Nov-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Make extattrctl WARNS?=2-safe: o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main()
Approved by: rwatson Obtained from:
Make extattrctl WARNS?=2-safe: o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main()
Approved by: rwatson Obtained from: TrustedBSD Project
show more ...
|
| #
a17ca2d8
|
| 16-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Reflect moving of extattr_namespace calls to libc from libutil; no longer need to link libutil into command-line extended attribute utilities.
Obtained from: TrustedBSD Project
|
| #
90e655ea
|
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
|
| #
ac24b049
|
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove GCC'isms in CFLAGS.
|
| #
03c47dc9
|
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix LDADD and add missing DPADD.
|
| #
345e52e7
|
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
| #
c73e22c3
|
| 20-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Set the default manual section for usr.sbin/ to 8.
|
| #
bf6afea7
|
| 15-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Update extattrctl to take into account the updated EA interface with explicit namespaces. Modify it to use libutil for string/constant namespace conversions. Update the documentation to take
o Update extattrctl to take into account the updated EA interface with explicit namespaces. Modify it to use libutil for string/constant namespace conversions. Update the documentation to take into account the new interface.
Obtained from: TrustedBSD Project
show more ...
|
| #
9754f5b6
|
| 15-Apr-2000 |
Robert Watson <rwatson@FreeBSD.org> |
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific fil
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific file systems; specific attributes may be enabled or disabled, and the backing file for each attribute configured. Also, backing files may be initialized.
Reviewed by: adrian, bp, freebsd-fs, the unthanked masses Obtained from: TrustedBSD
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
9199c09a
|
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
| #
71ccf092
|
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
The last big commit: let usr.sbin/ use WARNS=6 by default.
|
| #
052238b1
|
| 04-Apr-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5)
|
| #
f2dd987c
|
| 27-Nov-2001 |
Chris D. Faulhaber <jedgar@FreeBSD.org> |
Make extattrctl WARNS?=2-safe: o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main()
Approved by: rwatson Obtained from:
Make extattrctl WARNS?=2-safe: o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main()
Approved by: rwatson Obtained from: TrustedBSD Project
show more ...
|
| #
a17ca2d8
|
| 16-Nov-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Reflect moving of extattr_namespace calls to libc from libutil; no longer need to link libutil into command-line extended attribute utilities.
Obtained from: TrustedBSD Project
|