Revision tags: release/14.0.0 |
|
#
b3e76948 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
2dfa4b66 |
| 09-Dec-2020 |
Bryan Drewery <bdrewery@FreeBSD.org> |
fts_read: Handle error from a NULL return better.
This is addressing cases such as fts_read(3) encountering an [EIO] from fchdir(2) when FTS_NOCHDIR is not set. That would otherwise be seen as a su
fts_read: Handle error from a NULL return better.
This is addressing cases such as fts_read(3) encountering an [EIO] from fchdir(2) when FTS_NOCHDIR is not set. That would otherwise be seen as a successful traversal in some of these cases while silently discarding expected work.
As noted in r264201, fts_read() does not set errno to 0 on a successful EOF so it needs to be set before calling it. Otherwise we might see a random error from one of the iterations.
gzip is ignoring most errors and could be improved separately.
Reviewed by: vangyzen Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D27184
show more ...
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
1de7b4b8 |
| 27-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0 |
|
#
321be3fd |
| 29-Jan-2008 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
An average consumer of fts(3) that avoids keeping pointers to old FTSENTs and uses only what fts_read() has just returned can rely on fts_path being NUL-terminated. Under these conditions, a plain v
An average consumer of fts(3) that avoids keeping pointers to old FTSENTs and uses only what fts_read() has just returned can rely on fts_path being NUL-terminated. Under these conditions, a plain vanilla "%s" format can be safely used to printf an fts_path.
OK'ed by: rwatson
show more ...
|
#
91d55a13 |
| 27-Jan-2008 |
John Birrell <jb@FreeBSD.org> |
fts_pathlen is now a size_t rather than an int so a cast is needed. I'm not sure why warn() and err() string formatted variables need to be right-justified.
|
Revision tags: release/6.3.0_cvs, release/6.3.0 |
|
#
1b584113 |
| 09-Feb-2007 |
Kevin Lo <kevlo@FreeBSD.org> |
Eliminate duplicate header files.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
3e7cb94c |
| 27-Jan-2005 |
Xin LI <delphij@FreeBSD.org> |
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 t
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6
(this is a diff reduction for a subsequent commit against these Makefile's)
show more ...
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
98359716 |
| 18-Feb-2004 |
Robert Watson <rwatson@FreeBSD.org> |
Add "-q" argument to setfmac and setfsmac to allow the patient but exhausted reader not to see non-fatal warnings.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
77ae814e |
| 12-Dec-2002 |
Brian Feldman <green@FreeBSD.org> |
Account for fts(3)'s FTS_SLNONE case for symbolic links which have a nonexistant target, in addition to the FTS_SL previously, so e.g. setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.con
Account for fts(3)'s FTS_SLNONE case for symbolic links which have a nonexistant target, in addition to the FTS_SL previously, so e.g. setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.conf succeeds.
Approved by: re
show more ...
|
#
214adc07 |
| 03-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Mdoc markup and language fixes.
Submitted by: ru Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
|
#
db4a5cc2 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Cast argument to (long), missed in prior pass.
Approved by: re Submitted by: marcel
|
#
c19f6f99 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Fix 32-bit/64-bit bug in format string.
Approved by: re Submitted by: marcel Pointy hat to: green
|
#
a8896b02 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Add support for -R for file relabel operations.
Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling speci
Add support for -R for file relabel operations.
Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling specifications. This is used by the new mac_lomac to provide initial system labeling and policy, and by sebsd, the port of SELinux FLASK/TE to FreeBSD.
Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
show more ...
|
#
5b38a427 |
| 23-Oct-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Introduce simple command line tools to manage MAC labels on processes and files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly.
Approved by: re Obtai
Introduce simple command line tools to manage MAC labels on processes and files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly.
Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0 |
|
#
321be3fd |
| 29-Jan-2008 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
An average consumer of fts(3) that avoids keeping pointers to old FTSENTs and uses only what fts_read() has just returned can rely on fts_path being NUL-terminated. Under these conditions, a plain v
An average consumer of fts(3) that avoids keeping pointers to old FTSENTs and uses only what fts_read() has just returned can rely on fts_path being NUL-terminated. Under these conditions, a plain vanilla "%s" format can be safely used to printf an fts_path.
OK'ed by: rwatson
show more ...
|
#
91d55a13 |
| 27-Jan-2008 |
John Birrell <jb@FreeBSD.org> |
fts_pathlen is now a size_t rather than an int so a cast is needed. I'm not sure why warn() and err() string formatted variables need to be right-justified.
|
Revision tags: release/6.3.0_cvs, release/6.3.0 |
|
#
1b584113 |
| 09-Feb-2007 |
Kevin Lo <kevlo@FreeBSD.org> |
Eliminate duplicate header files.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
3e7cb94c |
| 27-Jan-2005 |
Xin LI <delphij@FreeBSD.org> |
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 t
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6
(this is a diff reduction for a subsequent commit against these Makefile's)
show more ...
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
98359716 |
| 18-Feb-2004 |
Robert Watson <rwatson@FreeBSD.org> |
Add "-q" argument to setfmac and setfsmac to allow the patient but exhausted reader not to see non-fatal warnings.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
77ae814e |
| 12-Dec-2002 |
Brian Feldman <green@FreeBSD.org> |
Account for fts(3)'s FTS_SLNONE case for symbolic links which have a nonexistant target, in addition to the FTS_SL previously, so e.g. setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.con
Account for fts(3)'s FTS_SLNONE case for symbolic links which have a nonexistant target, in addition to the FTS_SL previously, so e.g. setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.conf succeeds.
Approved by: re
show more ...
|
#
214adc07 |
| 03-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Mdoc markup and language fixes.
Submitted by: ru Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
|
#
db4a5cc2 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Cast argument to (long), missed in prior pass.
Approved by: re Submitted by: marcel
|
#
c19f6f99 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Fix 32-bit/64-bit bug in format string.
Approved by: re Submitted by: marcel Pointy hat to: green
|
#
a8896b02 |
| 02-Dec-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Add support for -R for file relabel operations.
Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling speci
Add support for -R for file relabel operations.
Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling specifications. This is used by the new mac_lomac to provide initial system labeling and policy, and by sebsd, the port of SELinux FLASK/TE to FreeBSD.
Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
show more ...
|