summaryrefslogtreecommitdiffstats
path: root/share/man/man5
Commit message (Collapse)AuthorAgeFilesLines
...
* Update description of process status output.joel2013-04-221-3/+4
| | | | | PR: 143850 Submitted by: Slaven Rezic <slaven@rezic.de>
* Remove EOL whitespace.joel2013-04-181-2/+2
|
* Document jail_<jname>_parameters option.jlh2013-04-171-0/+36
| | | | | | | | The description explains why we should not configure "path", "host.hostname", "command", "ip4.addr" and ip6.addr" parameters with this, but rather use the historical rc.conf(5) options. MFC after: 3 days
* Remove references to ataraid(4) and atacontrol(8).joel2013-04-041-9/+0
|
* Remove atapicam(4) reference.joel2013-04-041-2/+0
|
* Remove obsolete references to sysinstall.eadler2013-04-021-6/+1
| | | | | | | | This change is not intended for MFC. PR: docs/177570 Submitted by: Garrett Cooper <yaneurabeya@gmail.com> (partial) Approved by: bcr (mentor)
* Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-5/+0
|
* Garbage collect XFS bits which are now already completely disconnectedattilio2013-03-021-108/+0
| | | | | | from the tree since few months. This is not targeted for MFC.
* mdoc: sort sections.joel2013-02-181-11/+11
|
* Manually add the correct text for the LDNS and LDNS_UTILS options.des2013-02-151-0/+20
| | | | | There seems to be a bug in makeman that causes it to misunderstand the relationship between LDNS_UTILS and BIND_UTILS.
* Update src.conf(5) up to but not including my LDNS commits.des2013-02-151-15/+2
|
* Cross-reference newgrp(1), and document the use of pw(8) to set the groupdes2013-02-081-2/+8
| | | | | | | password. PR: docs/167741 MFC after: 3 weeks
* Regenerate src.conf(5).dim2013-02-021-0/+7
|
* Regenerate src.conf(5).dim2013-02-021-4/+25
|
* - Regengabor2013-01-291-4/+12
|
* Import new (BSDL) device tree compiler. Now built by default, so that it can'ttheraven2013-01-221-0/+3
| | | | | | | | | | be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there are any devices that need it (make universe passes with it, including kernels that use fdt, but there may be some out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now. Probably won't be MFC'd, but we'll remove the GPL'd version in head after the new one has had a lot more testing and ship it in 10.0.
* - Mark SUP_UPDATE as deprecated in make.conf(5), providinggjb2013-01-221-5/+6
| | | | | | | | instructions to use SVN_UPDATE or freebsd-update(8). - While here, remove bogus NO_WWWUPDATE. MFC after: 3 days
* Regen after adding WITH_OPENSSH_NONE_CIPHER in r245527.bz2013-01-171-2/+12
| | | | | PR: bin/163095 MFC after: 10 days
* Remember the . in .\" in the WITH_NMTREE file and regenerate the output.brooks2013-01-141-2/+2
| | | | Reported by: joeld
* Always install our mtree as /usr/sbin/fmtree and link it asbrooks2013-01-091-1/+11
| | | | | | | /usr/sbin/mtree by default. Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked as /usr/sbin/mtree as well as /usr/sbin/nmtree.
* A number of places in the source tree still reference cuad.* aftereadler2012-12-082-2/+2
| | | | | | | | | | | sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
* Generalize make.conf man page: use "cc" instead of "gcc"eadler2012-11-291-4/+4
| | | | | | | PR: misc/173604 Submitted by: Dan McGregor <dan.mcgregor@usask.ca> Approved by: bcr (mentor) MFC after: 3 days
* [mdoc] remove hard sentence breaks.pluknet2012-11-221-3/+6
| | | | MFC after: 3 days
* core(5) references sysctl debug.num_cores, but it is really debug.ncores.pluknet2012-11-221-2/+2
| | | | | PR: docs/173831 MFC after: 1 week
* Now that WITH_CLANG_IS_CC is the default on x86 systems, documentbrooks2012-11-051-1/+14
| | | | WITHOUT_CLANG_IS_CC.
* Add setfib(1) support for services as <name>_fib in rc.conf.hrs2012-10-271-1/+6
|
* Update after adding WITHOUT_ATF.marcel2012-10-221-5/+4
|
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-221-0/+7
| | | | | | | | | | | | | | | | | 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@
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-2/+0
| | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
* Disconnect non-MPSAFE XFS from the build in preparation for droppingattilio2012-10-161-2/+1
| | | | | | GIANT from VFS. This is not targeted for MFC.
* Bump .Ddeadler2012-10-141-1/+1
| | | | Approved by: joel
* Don't document the PORTSSUPFILE variable. Even though this still works,eadler2012-10-141-8/+0
| | | | | | | try to discourage users from depending on it. Approved by: joel MFC after: 3 days
* Minor mdoc improvements. Also remove unnecessary csup reference.joel2012-10-141-4/+3
|
* - Regen after GNU sort removalgabor2012-10-131-4/+1
|
* Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-111-1/+10
| | | | | | | | in devices and mount paths, encoded as \s or \040. PR: bin/117687 Submitted by: Martin Kammerhofer Discussed on: arch
* Update to include WITH_BMAKE.marcel2012-10-061-2/+11
|
* Regen for r240690zeising2012-09-191-1/+7
| | | | Approved by: joel (mentor)
* Do not install pf related man pages if WITHOUT_PF is set.zeising2012-09-191-2/+5
| | | | | | PR: bin/171767 Submitted by: zeising Approved by: joel (mentor), glebius
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-143-0/+3291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reside, and move there ipfw(4) and pf(4). o Move most modified parts of pf out of contrib. Actual movements: sys/contrib/pf/net/*.c -> sys/netpfil/pf/ sys/contrib/pf/net/*.h -> sys/net/ contrib/pf/pfctl/*.c -> sbin/pfctl contrib/pf/pfctl/*.h -> sbin/pfctl contrib/pf/pfctl/pfctl.8 -> sbin/pfctl contrib/pf/pfctl/*.4 -> share/man/man4 contrib/pf/pfctl/*.5 -> share/man/man5 sys/netinet/ipfw -> sys/netpfil/ipfw The arguable movement is pf/net/*.h -> sys/net. There are future plans to refactor pf includes, so I decided not to break things twice. Not modified bits of pf left in contrib: authpf, ftp-proxy, tftp-proxy, pflogd. The ipfw(4) movement is planned to be merged to stable/9, to make head and stable match. Discussed with: bz, luigi
* Minor mdoc fix.joel2012-09-131-4/+4
|
* Document the *_chroot, *_user, *_group and *_nice knobs for services startedivoras2012-09-131-0/+16
| | | | | | by rcng. Reviewed by: wblock, dougb
* Remove documentation and www cvsup files as they are no longer usefuleadler2012-09-091-19/+3
| | | | | | | | with the switch to subversion. Approved by: gjb (man pages) Approved by: cperciva (example files, implicit) MFC after: 1 week
* Regenerate src.conf.5 after the projects/armv6 mergeeadler2012-09-081-4/+4
| | | | Approved by: des
* Revert r239049:eadler2012-09-081-1/+1
| | | | | | | | This is the way to assign a range, but not a single IPv4 address. PR: conf/167648 Approved by: cperciva (implicit)
* Use new method of assigning IPv4 addresseseadler2012-08-051-1/+1
| | | | | | | PR: conf/167648 Submitted by: Jeff Kletsky <freebsd@wagsky.com> Approved by: bcr MFC after: 3 days
* Document the following in rc.conf.5:gjb2012-07-221-1/+29
| | | | | | | | - rtsold_enable - rtsold_flags - rtsol_flags MFC after: 1 week
* Import an updated version of moduli(5) manual page from OpenBSD.delphij2012-07-201-133/+99
| | | | MFC after: 1 month
* Change language in WITH_BSDCONFIG to match other options, and regenzeising2012-07-141-1/+4
| | | | | | src.conf(5), which was missed in r238438. Approved by: joel (mentor)
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-1/+11
| | | | | | | by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8) after a boot. Discussed on: freebsd-ipfw@
* Added options:marcel2012-07-021-1/+16
| | | | | WITH_INSTALL_AS_USER WITHOUT_PKGBOOTSTRAP
OpenPOWER on IntegriCloud