| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add documentation of the growfs script's new ability to add a swap
partition, expanding on the previous functionality as well. Add the
growfs_fstab helper script, which runs separately. Add a description
of how to expand a file system a second time if swap had been added.
While here, fix a typo.
Reviewed by: pauamma
Differential Revision: https://reviews.freebsd.org/D37465
(cherry picked from commit 4e240e55d8186b44fe1bcda09b90ca7ffe65a58b)
|
|
|
|
|
|
| |
PR: 268310
(cherry picked from commit 0b75997f4c5a15f02e6d5eee981a1b752dd0fd59)
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 239020
Submitted by: gbe@
Approved by: imp@
Obtained from: NetBSD
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D24293
Notes:
svn path=/head/; revision=363106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This man page contains stat utilities that are available in
the base system. This is a better approach than looking them
up via "apropos stat" or similar commands.
Thanks to Daniel Ebdrup Jensen for writing the original page
and incorporating the feedback given.
Submitted by: Daniel Ebdrup Jensen
Reviewed by: 0mp, allanjude, brueffer, bcr
Approved by: bcr
MFC after: 3 days
Relnotes: yes (new stats(7) man page)
Differential Revision: https://reviews.freebsd.org/D24417
Notes:
svn path=/head/; revision=361028
|
|
|
|
|
|
|
|
|
|
| |
We don't split the other man pages in their own package so do the same for runtime.
Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D20962
Notes:
svn path=/head/; revision=350136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The information here is somewhere between ancient to obsolete.
It refers to a time in the internet's history when manual routing
was still useful, talks about UUCP as if its modern, and refers
to documents which I had trouble tracking down.
It seems unlikely that a manual page in this form would be useful, so
just remove it.
Reviewed By: imp, tsoome, bdrewery(?)
Differential Revision: https://reviews.freebsd.org/D12924
Notes:
svn path=/head/; revision=325702
|
|
|
|
|
|
|
|
|
|
| |
Not to be confused with adduser.
Not to be confused with useful information.
Differential Revision: https://reviews.freebsd.org/D12848
Notes:
svn path=/head/; revision=325257
|
|
|
|
|
|
|
|
|
|
| |
This simplifies make logic/output
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314652
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on details collected on the wiki, at
https://wiki.freebsd.org/EdMaste/ArchitectureSpecifics
Further details to be added over time.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D7096
Notes:
svn path=/head/; revision=303033
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=294508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for counter mode), and AES-GCM. Both of these modes have been added to
the aesni module.
Included is a set of tests to validate that the software and aesni
module calculate the correct values. These use the NIST KAT test
vectors. To run the test, you will need to install a soon to be
committed port, nist-kat that will install the vectors. Using a port
is necessary as the test vectors are around 25MB.
All the man pages were updated. I have added a new man page, crypto.7,
which includes a description of how to use each mode. All the new modes
and some other AES modes are present. It would be good for someone
else to go through and document the other modes.
A new ioctl was added to support AEAD modes which AES-GCM is one of them.
Without this ioctl, it is not possible to test AEAD modes from userland.
Add a timing safe bcmp for use to compare MACs. Previously we were using
bcmp which could leak timing info and result in the ability to forge
messages.
Add a minor optimization to the aesni module so that single segment
mbufs don't get copied and instead are updated in place. The aesni
module needs to be updated to support blocked IO so segmented mbufs
don't have to be copied.
We require that the IV be specified for all calls for both GCM and ICM.
This is to ensure proper use of these functions.
Obtained from: p4: //depot/projects/opencrypto
Relnotes: yes
Sponsored by: FreeBSD Foundation
Sponsored by: NetGate
Notes:
svn path=/head/; revision=275732
|
|
|
|
|
|
|
|
| |
been tested on both MBR and GPT... It won't be enabled until you add
growfs_enable="YES" and will only run on first boot..
Notes:
svn path=/head/; revision=273955
|
|
|
|
| |
Notes:
svn path=/head/; revision=273929
|
|
|
|
|
|
|
|
|
| |
As part of this, install the tests(7) manual page unconditionally (not only
when WITH_TESTS=yes) so that users that have not yet enabled the build of
the test suite can read details on how to do so.
Notes:
svn path=/head/; revision=264410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This manual page intends to describe the structure and behavior of
the FreeBSD test suite installed in /usr/tests. The contents have
been inherited from the NetBSD manual page.
As a side effect, this also updates the hier(7) manual page to
mention /usr/tests and points at tests(7) for more details.
Submitted by: Julio Merino jmmv google.com
Reviewed by: sjg
MFC after: 2 weeks
Notes:
svn path=/head/; revision=257100
|
|
|
|
|
|
|
|
|
|
|
| |
This is necessary because ATF is deprecated and it will be replaced by Kyua.
Submitted by: jmmv@netbsd.org
Reviewed by: Garrett Cooper
Approved by: re
Notes:
svn path=/head/; revision=256365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but committing it helps to get everyone on the same page and makes
sure we make progress.
Tinderbox breakages that are the result of this commit are entirely
the committer's fault -- in other words: buildworld testing on amd64
only.
Credits follow:
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Sponsored by: Isilon Systems
Based on work by: keramida@
Thanks to: gnn@, mdf@, mlaier@, sjg@
Special thanks to: keramida@
Notes:
svn path=/head/; revision=241823
|
|
|
|
| |
Notes:
svn path=/head/; revision=228501
|
|
|
|
|
|
|
|
|
|
|
| |
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
MFC after: 1 week
Notes:
svn path=/head/; revision=218998
|
|
|
|
|
|
|
| |
functionality and configuration options.
Notes:
svn path=/head/; revision=212635
|
|
|
|
|
|
|
| |
Submitted by: pluknet <pluknet@gmail.com>
Notes:
svn path=/head/; revision=209254
|
|
|
|
|
|
|
| |
- Add MLINKS to c.7, c79.7, c89.7, c90.7
Notes:
svn path=/head/; revision=209249
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but the man page describes conceptual information about the process of
adding a user, thus it should belong to section 7.
- Remove HISTORY and BUGS sections because of the aforementioned reason.
PR: docs/130151
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days
Notes:
svn path=/head/; revision=187916
|
|
|
|
| |
Notes:
svn path=/head/; revision=172576
|
|
|
|
|
|
|
|
|
| |
also remove the init mlink to securelevel.
Discussed with and sharing pointyhat with: brueffer
Notes:
svn path=/head/; revision=170195
|
|
|
|
|
|
|
| |
Discussed with: brueffer
Notes:
svn path=/head/; revision=170194
|
|
|
|
|
|
|
|
| |
only the features that this file layers on top of bsd.lib.mk and should
therefore cross-reference to bsd.lib.mk, which doesn't exist.
Notes:
svn path=/head/; revision=152266
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort MAN and MLINKS in "dictionary" order ignoring case.
- For multi-value MAN and multi-pair MLINKS, put each value/pair
on its own line, for easier sorting and so that further diffs
are easier to see.
Notes:
svn path=/head/; revision=124747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/rescue, from section 7 to section 8. The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.
Update the release documentation accordingly.
Requested by: njl, ru
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
Notes:
svn path=/head/; revision=118132
|
|
|
|
|
|
|
|
|
| |
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
Notes:
svn path=/head/; revision=117920
|
|
|
|
|
|
|
| |
Reminded by: Sean Kelly <smkelly@zombie.org>
Notes:
svn path=/head/; revision=108199
|
|
|
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
Notes:
svn path=/head/; revision=106102
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=99507
|
|
|
|
|
|
|
| |
Pointy hat to: joe
Notes:
svn path=/head/; revision=96741
|
|
|
|
| |
Notes:
svn path=/head/; revision=93940
|
|
|
|
|
|
|
| |
available in the <stdint.h> header.
Notes:
svn path=/head/; revision=93939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, this documents the available targets and relevant
environment variables for "make release". LOCAL_PATCHES,
RELEASEDISTFILES, RELEASENOUPDATE, etc.. are covered.
A future commit should add more information about drivers.conf,
boot_crunch.conf, and other less well-known aspects of the release
build.
Reviewed and history section added by: phk
Notes:
svn path=/head/; revision=92214
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Combine ufs.7 and ffs.7 into a single ffs.7 man page.
o Remove all references to `ufs' as a file system.
o Proper (lack of) capitalization for `ffs'.
Obtained from: TrustedBSD Project
Sposnored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88937
|
|
|
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88579
|
|
|
|
|
|
|
|
| |
Obtained from: NAI Labs CBOSS Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=88427
|
|
|
|
| |
Notes:
svn path=/head/; revision=77732
|
|
|
|
|
|
|
| |
Reviewed by: hackers
Notes:
svn path=/head/; revision=77282
|
|
|
|
|
|
|
| |
mdoc.samples(7) is superseded by mdoc(7).
Notes:
svn path=/head/; revision=75594
|
|
|
|
| |
Notes:
svn path=/head/; revision=74856
|
|
|
|
|
|
|
|
| |
PR: 24405
Submitted by: Mike Meyer <mwm@mired.org>
Notes:
svn path=/head/; revision=71158
|
|
|
|
| |
Notes:
svn path=/head/; revision=67254
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
| |
Notes:
svn path=/head/; revision=41967
|
|
|
|
|
|
|
| |
Thanks-to: Joerg Wunsch for sending me a sample page for inspiration.
Notes:
svn path=/head/; revision=41345
|