|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, 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 <[email protected]> |
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 |
|
| #
c3e412c0 |
| 08-Mar-2017 |
Enji Cooper <[email protected]> |
sbin/devfs: clarify usage
- Note existence of -m option. - Note that -s applies to rule keyword, only, by adding usage text specifically for the `rule` and `ruleset` keywords.
Don't go into any f
sbin/devfs: clarify usage
- Note existence of -m option. - Note that -s applies to rule keyword, only, by adding usage text specifically for the `rule` and `ruleset` keywords.
Don't go into any further detail in usage(..) -- it's best that one reads the manpage to get a better idea of how things work as there are a number of different option-specific keywords and arguments, as well as some rule grammar.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
|
Revision tags: 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, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
| #
c11d5762 |
| 14-Jun-2006 |
Maxim Konovalov <[email protected]> |
o Revert a previous delta as strlcpy(3) operates with NUL-terminated strings and cp is not. Fix logic in the original code and eliminate core dumps on lines without '\n'.
|
| #
fee8a46e |
| 14-Jun-2006 |
Maxim Konovalov <[email protected]> |
o Replace (an incorrect) string copy gymnastics with strlcpy(3).
PR: bin/98905 Submitted by: Fabian Keil MFC after: 1 week
|
|
Revision tags: 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, 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 |
|
| #
5cfe0423 |
| 22-Jan-2004 |
Peter Grehan <[email protected]> |
Userland signed char fixes for PPC build. Problems were using a char return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h>
Submitted by:
Userland signed char fixes for PPC build. Problems were using a char return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <[email protected]> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe
show more ...
|
|
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, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
| #
90007bc6 |
| 29-Jul-2002 |
Mike Barcroft <[email protected]> |
Don't depend on pollution in <machine/limits.h> (by way of <sys/param.h>) for definition of <stdint.h> macros.
|
| #
9ffb7cd9 |
| 28-Jul-2002 |
Dima Dorfman <[email protected]> |
Nuke whitespace at EOL.
|
| #
072af151 |
| 28-Jul-2002 |
Dima Dorfman <[email protected]> |
Implement this (quoted from the updated man page): If the first token of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ign
Implement this (quoted from the updated man page): If the first token of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ignored.
show more ...
|
|
Revision tags: release/4.6.1 |
|
| #
a1dc2096 |
| 17-Jul-2002 |
Dima Dorfman <[email protected]> |
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the administrator to define certain properties of new devfs nodes before they become visible to the userland. Both static (e.g., /dev/speake
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the administrator to define certain properties of new devfs nodes before they become visible to the userland. Both static (e.g., /dev/speaker) and dynamic (e.g., /dev/bpf*, some removable devices) nodes are supported. Each DEVFS mount may have a different ruleset assigned to it, permitting different policies to be implemented for things like jails.
Approved by: phk
show more ...
|