| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.
Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/
Sponsored by: Netflix
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=326276
|
|
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=295450
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=270164
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| |
| |
| |
| |
| |
| |
| | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
|/
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267667
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=166690
|
|
|
|
|
|
|
|
| |
PR: 108980
Submitted by: Yonatan
Notes:
svn path=/head/; revision=166616
|
|
|
|
|
|
|
|
|
| |
Spotted by: brueffer
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o multiple modules can be unloaded at once (specified either by id or be
module name)
o exit with EX_USAGE after usage() is called.
o remove unused variables, since we keep command line flags as bitmask,
in 'opt'.
o 'kldload -n ...' does nothing. Add comment to this options.
Additionally:
o Update manual page to conform new functionality.
o Increace WARNS to 6. Because we can.
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156091
|
|
|
|
|
|
|
|
| |
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156087
|
|
|
|
|
|
|
|
|
| |
- use .Dv for it
MFC after: 3 days
Notes:
svn path=/head/; revision=141593
|
|
|
|
| |
Notes:
svn path=/head/; revision=141055
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
| |
Notes:
svn path=/head/; revision=139987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a MOD_QUIESCE event for modules. This should return error (EBUSY)
of the module is in use.
MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module. Valid reasons are memory references
into the module which cannot be tracked down and eliminated.
When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.
For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.
Document that modules should return EOPNOTSUPP for unknown events.
Notes:
svn path=/head/; revision=132117
|
|
|
|
| |
Notes:
svn path=/head/; revision=114589
|
|
|
|
|
|
|
|
|
| |
consitently compare fileid with 0 using == and !=.
Reviewed by: silence on @audit
Notes:
svn path=/head/; revision=113936
|
|
|
|
|
|
|
| |
Look at by: sebastian.ssmoller@web.de on audit@
Notes:
svn path=/head/; revision=113935
|
|
|
|
| |
Notes:
svn path=/head/; revision=99501
|
|
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
|
|
|
| |
Notes:
svn path=/head/; revision=79530
|
|
|
|
| |
Notes:
svn path=/head/; revision=76812
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
|
|
|
| |
Notes:
svn path=/head/; revision=74531
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
| |
Notes:
svn path=/head/; revision=51074
|
|
|
|
|
|
|
|
| |
Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr
Notes:
svn path=/head/; revision=51006
|
|
|
|
| |
Notes:
svn path=/head/; revision=50847
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
| |
PR: 8739
Submitted by: Love lha@stacken.kth.se
Reviewed by: Doug Rabson <doug@freebsd.org>
Notes:
svn path=/head/; revision=49079
|
|
|
|
| |
Notes:
svn path=/head/; revision=41108
|
|
|
|
|
|
|
|
| |
message reflect this. As a bonus, make the -n optional so that 'kldunload
name' works as one would expect.
Notes:
svn path=/head/; revision=40981
|
|
|
|
| |
Notes:
svn path=/head/; revision=37419
|
|
|
|
| |
Notes:
svn path=/head/; revision=34673
|
|
|
|
| |
Notes:
svn path=/head/; revision=32270
|
|
|
|
|
|
|
| |
Submitted-by: Steve Price <sprice@hiwaay.net>
Notes:
svn path=/head/; revision=30722
|