| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\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
|
| |
|
|
|
|
| |
Reviewed by: melifaro, pjd, imp
Approved by: kp (mentor)
Differential Revision: https://reviews.freebsd.org/D37779
|
| |
|
|
|
|
| |
The few I've left in place look like potential bugs.
Sponsored By: EPSRC
|
| |
|
|
|
|
|
|
|
|
| |
The commit at hand happens to break userspace build as the header ins
included by sbin/gbde/gbde.c and the __diagused macro is not provided to
userspace.
Revert until this gets sorted out.
This reverts commit 26e837e2d488cc3e484c88a511728e061205edc5.
|
| |
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| |
|
|
|
|
|
|
| |
This facilitates removal of malloc_last_fail without really impacting
anything.
Notes:
svn path=/head/; revision=367626
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
classes to add missing error checking.
Reviewed by: imp
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D26658
Notes:
svn path=/head/; revision=366811
|
| |
|
|
| |
Notes:
svn path=/head/; revision=365226
|
| |
|
|
|
|
|
|
|
| |
Reviewed by: delphij
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D25441
Notes:
svn path=/head/; revision=362629
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GEOM ELI may double ask the password during boot. Once at loader time, and
once at init time.
This happens due a module loading bug. By default GEOM ELI caches the
password in the kernel, but without the MODULE_VERSION annotation, the
kernel loads over the kernel module, even if the GEOM ELI was compiled into
the kernel. In this case, the newly loaded module
purges/invalidates/overwrites the GEOM ELI's password cache, which causes
the double asking.
MFC Note: There's a pc98 component to the original submission that is
omitted here due to pc98 removal in head. This part will need to be revived
upon MFC.
Reviewed by: imp
Submitted by: op
Obtained from: opBSD
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D14992
Notes:
svn path=/head/; revision=332387
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=326270
|
| |
|
|
|
|
|
|
| |
It is just a helper function combining G_PF_WITHER setting with
g_orphan_provider().
Notes:
svn path=/head/; revision=306279
|
| |
|
|
|
|
|
| |
No functional change.
Notes:
svn path=/head/; revision=298808
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
rounddown2 tends to produce longer lines than the original code
and when the code has a high indentation level it was not really
advantageous to do the replacement.
This tries to strike a balance between readability using the macros
and flexibility of having the expressions, so not everything is
converted.
Notes:
svn path=/head/; revision=298433
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cperciva's libmd implementation is 5-30% faster
The same was done for SHA256 previously in r263218
cperciva's implementation was lacking SHA-384 which I implemented, validated against OpenSSL and the NIST documentation
Extend sbin/md5 to create sha384(1)
Chase dependancies on sys/crypto/sha2/sha2.{c,h} and replace them with sha512{c.c,.h}
Reviewed by: cperciva, des, delphij
Approved by: secteam, bapt (mentor)
MFC after: 2 weeks
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3929
Notes:
svn path=/head/; revision=292782
|
| |
|
|
|
|
|
|
|
| |
update the Fortuna code to use SHAd-256 as defined in FS&K.
Approved by: so (self)
Notes:
svn path=/head/; revision=274340
|
| |
|
|
|
|
|
| |
Spotted by: mwlucas
Notes:
svn path=/head/; revision=274313
|
| |
|
|
|
|
|
|
|
|
| |
- Add __printflike() attributes.
- Remove an extra argument for the g_new_geomf() call in swapongeom_ev().
Reviewed by: pjd
Notes:
svn path=/head/; revision=243333
|
| |
|
|
|
|
|
|
| |
This flag is only used by GEOM so it can be propagated to the character
device's SI_CANDELETE. Unfortunately, SI_CANDELETE seems to do nothing.
Notes:
svn path=/head/; revision=239790
|
| |
|
|
|
|
|
|
|
|
|
|
| |
is an error set on the provider. With GEOM resizing, class can become
orphaned when it doesn't implement resize() method and the provider size
decreases.
Reviewed by: mav
Sponsored by: FreeBSD Foundation
Notes:
svn path=/head/; revision=238198
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
No FreeBSD version bump, the userland application to query the features will
be committed last and can serve as an indication of the availablility if
needed.
Sponsored by: Google Summer of Code 2010
Submitted by: kibab
Reviewed by: silence on geom@ during 2 weeks
X-MFC after: to be determined in last commit with code from this project
Notes:
svn path=/head/; revision=219029
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.
I'd LOVE to do this rename in 7.0 so that we can eventually MFC the
new kthread_xxx() calls.
Notes:
svn path=/head/; revision=172836
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This change affects documentation and comments only,
no real code involved.
PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week
Notes:
svn path=/head/; revision=160964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152966
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Prefer '_' to ' ', as it results in more easily parsed results in
memory monitoring tools such as vmstat.
- Remove punctuation that is incompatible with using memory type names
as file names, such as '/' characters.
- Disambiguate some collisions by adding subsystem prefixes to some
memory types.
- Generally prefer lower case to upper case.
- If the same type is defined in multiple architecture directories,
attempt to use the same name in additional cases.
Not all instances were caught in this change, so more work is required to
finish this conversion. Similar changes are required for UMA zone names.
Notes:
svn path=/head/; revision=151897
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148192
|
| |
|
|
|
|
|
| |
this is required to integrate opencrypto into crypto.
Notes:
svn path=/head/; revision=143418
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139778
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=138888
|
| |
|
|
|
|
|
|
| |
lock sectors are defined ("number_of_keys" argument to gbde init being
less than 4 in the default compile).
Notes:
svn path=/head/; revision=135085
|
| |
|
|
| |
Notes:
svn path=/head/; revision=135084
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133314
|
| |
|
|
|
|
|
|
|
| |
Giant just to call kthread_exit().
Requested by: many
Notes:
svn path=/head/; revision=126674
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125803
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shown that it is not useful.
Rename the relative count g_access_rel() function to g_access(), only
the name has changed.
Change all g_access_rel() calls in our CVS tree to call g_access() instead.
Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source
code compatibility.
Notes:
svn path=/head/; revision=125755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125591
|
| |
|
|
|
|
|
| |
Problem reported by: Flemming Jacobsen <fj@batmule.dk>
Notes:
svn path=/head/; revision=125590
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124869
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119891
|
| |
|
|
|
|
|
| |
Found by: Juergen Buchmueller <pullmoll@stop1984.com>
Notes:
svn path=/head/; revision=119809
|
| |
|
|
|
|
|
|
|
|
|
| |
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.
Move the entire request into the kernel and move changed parameters
back when done.
Notes:
svn path=/head/; revision=115624
|
| |
|
|
|
|
|
| |
Found by: FlexeLint
Notes:
svn path=/head/; revision=115507
|
| |
|
|
|
|
|
| |
Found by: FlexeLint
Notes:
svn path=/head/; revision=115505
|
| |
|
|
|
|
|
| |
Found by: FlexeLint
Notes:
svn path=/head/; revision=115504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115468
|