aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* growfs(7): document addition of swap partition and growfs_fstab scriptMike Karels2023-01-131-0/+1
| | | | | | | | | | | | | 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)
* Add sizeof(7) manual pageJan Schaumann2022-12-201-0/+1
| | | | | | PR: 268310 (cherry picked from commit 0b75997f4c5a15f02e6d5eee981a1b752dd0fd59)
* Add orders man pageSergio Carlavilla Delgado2020-07-111-0/+1
| | | | | | | | | | | | 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
* Add new stats(7) man page and hook it up to the build.Benedict Reuschling2020-05-141-0/+1
| | | | | | | | | | | | | | | | | | | 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
* pkgbase: move man pages from runtime-manual to runtimeEmmanuel Vadot2019-07-191-2/+0
| | | | | | | | | | 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
* mailaddr(7): wave goodbyeEitan Adler2017-11-111-1/+0
| | | | | | | | | | | | | | | | 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
* Remove 'adding_user.7'Eitan Adler2017-11-011-2/+1
| | | | | | | | | | 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
* share: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314652
* add an arch.7 man page with architecture-specific detailsEd Maste2016-07-191-0/+1
| | | | | | | | | | | | 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
* Separate manual pages into their own package.Glen Barber2016-01-211-0/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=294508
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* add an rc.d script to automatically grow the specified FS... It hasJohn-Mark Gurney2014-11-021-0/+1
| | | | | | | | 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
* MFV: Import atf-0.21.Julio Merino2014-11-011-1/+12
| | | | Notes: svn path=/head/; revision=273929
* Document how to install the test suite.Julio Merino2014-04-131-4/+1
| | | | | | | | | 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
* Add a tests(7) manual page.Rui Paulo2013-10-251-0/+4
| | | | | | | | | | | | | | | | 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
* Remove most of the ATF tools and the _atf user.Rui Paulo2013-10-121-13/+0
| | | | | | | | | | | 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
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-221-0/+15
| | | | | | | | | | | | | | | | | | | | 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
* After several suggestions from people, move eventtimers page from 7 to 4.Alexander Motin2011-12-141-1/+0
| | | | Notes: svn path=/head/; revision=228501
* Move the sticky manual from section 8 to sectionRemko Lodder2011-02-241-0/+1
| | | | | | | | | | | 7 like NetBSD has, since this is not a command on itself. PR: 124468 MFC after: 1 week Notes: svn path=/head/; revision=218998
* Add eventtimers(7) man page, briefly describing event timers subsystemAlexander Motin2010-09-151-0/+1
| | | | | | | functionality and configuration options. Notes: svn path=/head/; revision=212635
* - Fix typo, it should have been c78.7Gabor Kovesdan2010-06-171-1/+1
| | | | | | | Submitted by: pluknet <pluknet@gmail.com> Notes: svn path=/head/; revision=209254
* - Add c99(7) manual pageGabor Kovesdan2010-06-171-0/+5
| | | | | | | - Add MLINKS to c.7, c79.7, c89.7, c90.7 Notes: svn path=/head/; revision=209249
* - Rename adding_user(8) to adding_user(7). There's no adding_user utility,Gabor Kovesdan2009-01-301-1/+2
| | | | | | | | | | | | | 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
* Style (whitespace-only) change.Ruslan Ermilov2007-10-121-1/+1
| | | | Notes: svn path=/head/; revision=172576
* I understood the MLINK part incorrectly, it should be the other way aroundRemko Lodder2007-06-011-1/+1
| | | | | | | | | also remove the init mlink to securelevel. Discussed with and sharing pointyhat with: brueffer Notes: svn path=/head/; revision=170195
* Revert my previous change, add an MLINK from securelevel.7 to security.7Remko Lodder2007-06-011-0/+1
| | | | | | | Discussed with: brueffer Notes: svn path=/head/; revision=170194
* This is a short man page which describes bsd.snmpmod.mk. It documentsHartmut Brandt2005-11-101-0/+1
| | | | | | | | 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
* Use a single style for share/man/ makefiles:Ruslan Ermilov2004-01-201-4/+21
| | | | | | | | | | | - 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
* Move the rescue manpage, documenting the new rescue utilities inSimon L. B. Nielsen2003-07-281-1/+1
| | | | | | | | | | | | | | | /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
* Add manual page to document the new rescue utilities in /rescue.Simon L. B. Nielsen2003-07-231-1/+1
| | | | | | | | | Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor) Notes: svn path=/head/; revision=117920
* Add development.7Matthew Dillon2002-12-231-3/+4
| | | | | | | Reminded by: Sean Kelly <smkelly@zombie.org> Notes: svn path=/head/; revision=108199
* Add a man page describing the Mandatory Access Control label format.Chris Costello2002-10-281-1/+1
| | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Labs Notes: svn path=/head/; revision=106102
* sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.Chris Costello2002-07-061-1/+1
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=99507
* Remove reference to dead file (style.perl.7).Andrew Gallatin2002-05-161-1/+1
| | | | | | | Pointy hat to: joe Notes: svn path=/head/; revision=96741
* Fix misordered list.Mike Barcroft2002-04-061-3/+3
| | | | Notes: svn path=/head/; revision=93940
* Add stdint(7), a manual which describes some of the integer typesMike Barcroft2002-04-061-1/+1
| | | | | | | available in the <stdint.h> header. Notes: svn path=/head/; revision=93939
* Add a makefile to document the release building process.Murray Stokely2002-03-131-2/+2
| | | | | | | | | | | | | | | 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
* As discussed with Bruce Evans and Kirk McKusick:Chris Costello2002-01-051-1/+1
| | | | | | | | | | | | 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
* Move UFS and FFS docs to section 7.Chris Costello2001-12-281-2/+2
| | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=88579
* Add in the new security documentation guidelines document.Chris Costello2001-12-221-1/+1
| | | | | | | | Obtained from: NAI Labs CBOSS Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=88427
* Add sprog.7 to the list.Eric Melville2001-06-041-3/+3
| | | | Notes: svn path=/head/; revision=77732
* Add two new manual pages related to general firewall and tuning issuesMatthew Dillon2001-05-271-1/+1
| | | | | | | Reviewed by: hackers Notes: svn path=/head/; revision=77282
* Use Groff versions of man(7) and mdoc(7) manpages.Ruslan Ermilov2001-04-171-1/+1
| | | | | | | mdoc.samples(7) is superseded by mdoc(7). Notes: svn path=/head/; revision=75594
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74856
* Actually add build.7 to the Makefile, 2 months late.Ben Smithurst2001-01-171-1/+1
| | | | | | | | PR: 24405 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=71158
* Build and install the perl.style(7) manual page.Josef Karthauser2000-10-171-1/+2
| | | | Notes: svn path=/head/; revision=67254
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Moved security page from man 1 to man 7Matthew Dillon1998-12-201-2/+2
| | | | Notes: svn path=/head/; revision=41967
* Add a manual page for man(7).Joseph Koshy1998-11-261-3/+3
| | | | | | | Thanks-to: Joerg Wunsch for sending me a sample page for inspiration. Notes: svn path=/head/; revision=41345