summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing articles (as in a, an, the).dannyboy2000-07-111-4/+4
|
* Install accept_filter.9asmodai2000-07-111-1/+1
| | | | Forgotten by: alfred
* attrib properly.alfred2000-07-101-1/+2
| | | | Pointed out by: asmodai
* Document the kernel interface for accept filters.alfred2000-07-101-0/+133
| | | | Thanks to sheldonh for cleaning up the rough initial manpage.
* Correct one reference to wd.4 by ad.4.roberto2000-07-101-1/+1
|
* The World Order has changed. We no longer need separate "secure"markm2000-07-099-313/+18
| | | | | | collections for crypto code; these are merged into cvs-all and src-all. OKed by: jdp
* Add md.4 to the build.sheldonh2000-07-071-1/+1
|
* Add phk's md(4) manual page, written by phk himself.sheldonh2000-07-071-0/+113
|
* Add ${.CURDIR}/../../../.. to the list of places we look for theimp2000-07-071-1/+1
| | | | | kernel. The new moudles/sound/drivers/foo pushes us down one more level.
* Fix up the sis.4 man page per Sheldon Hearn:wpaul2000-07-061-20/+21
| | | | | | | | | | | | | | * Clear the Os macro, which is assumed gracefully at run-off time. * Use quotes to reduce the long name description (Nd) to a single argument. * Use meaningful arguments to the -width option of the Bl macro. * Mark rc.conf up with Xr instead of Pa so that it is obvious that further help on that file is available. * Explicitly indicate that mediaopt is a command modifier (Cm) of the ifconfig(8) utility. * Do not mark up half-duplex and full-duplex as arguments (Ar), since they are allowed values for an argument. * Fix various grammar and spelling mistakes.
* Add various system usernames (even though I try to avoid pppd!!!)brian2000-07-061-0/+5
| | | | | PR: 19717 Submitted by: Tony Finch <dot@dotat.at>
* Add support for the National Semiconductor DP83815 fast ethernetwpaul2000-07-061-2/+13
| | | | | | | | | | | | | | | controller chip. This chip is currently being used on the NetGear FA312-TX adapter, which I guess is a replacement for the FA310-TX (PNIC-based). I added support for this chip by modifying the sis driver since the SiS 900 and the NS DP83815 have almost the same programming interface (the RX filter programming and PHY access methods are different, but the general configuration, DMA scheme and register layout are identical). I would have had this done a lot sooner, but getting the damn MAC address out of the EEPROM proved to be more complicated than expected.
* Fix alt monthsache2000-07-052-24/+24
| | | | Submitted by: Ri?ardas ?epas <rch@richard.eu.org>
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-051-2/+13
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* sync with kame. more security warningsitojun2000-07-051-26/+57
|
* sync with reality/latest kameitojun2000-07-041-36/+70
|
* sync with recent IMPLEMENTATION note from kame.itojun2000-07-041-279/+866
|
* - link ata.4 to {acd,ad,afd,ast}.4roberto2000-07-043-3/+8
| | | | | | | | - add the reference to ad.4 in da.4. MFC candidate. Submitted by: sheldonh, mpp
* Correct the text for the return value.n_hibma2000-07-041-1/+1
| | | | Submitted by: phk
* Insert a reference to ata.4.roberto2000-07-041-0/+1
| | | | Discussed with: phk
* Oops, there's no ad.4.roberto2000-07-041-1/+0
|
* Replace a reference to wd(4) to ad(4).roberto2000-07-041-1/+1
| | | | Found by: phk
* Delete the RSAREF=YES example from make.conf - it is not used at all.peter2000-07-031-4/+16
| | | | Add knobs for the optional crypto parts with some notes.
* Clear the obsolete argument to the Os macro.sheldonh2000-07-031-16/+18
| | | | | | Clear extraneous arguments to Nm. Use Pa to mark up paths. Use a single tagged list in the FILES section.
* Fix up typo.asmodai2000-07-031-1/+18
| | | | | | | Add description of sshd_program variable. Submitted by: Ashley Penney <ashp@unloved.org>, Adrian Chadd <adrian@freebsd.org>
* Add versions of the UK keymaps with the key marked "Caps Lock"joe2000-07-023-3/+3
| | | | | | | | | | acting as a left control key. Many want a control key in the "real" place, but still want the keymap to match the printed keys as much as possible. Inspired by obrien's us.pc-ctrl.kbd keymap, although I've had these in my tree for a long time (since the left control key on my laptop stopped working :)
* Use consistent markup for literals and quoted metasyntactic variables.wollman2000-06-301-65/+144
| | | | Left unfixed: `NIS' should be marked up as a tradename.
* Spell `99%' correctly.wollman2000-06-301-1/+1
|
* Fix spelling of `whose'.wollman2000-06-301-1/+1
|
* Do not link bktr.4 and bt.4 into ../, since these are no longersheldonh2000-06-301-2/+0
| | | | | | | installed from man4.i386. PR: 19601 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Use "yesterday's" instead of "yesterdays" as required for correctsheldonh2000-06-301-2/+2
| | | | | | | grammar. Since this pushes the line to an unacceptable length, apply the accepted line breaking style.
* De-spam (oops!)brian2000-06-301-8/+0
| | | | Spotted by: sheldonh
* Add $daily_status_mail_rejects_logs, defaulting to 3 to controlbrian2000-06-301-0/+11
| | | | | | how many /var/log/maillog* files to check PR: 19587
* Include the src-crypto-rsa collection by default for internat users.peter2000-06-293-1/+3
|
* List src-secure-rsa and clarify that cvs-crypto does not have it.peter2000-06-294-3/+16
|
* Reword the description of weekly_status_pkg_enable (although notbrian2000-06-271-2/+3
| | | | | | quite how Sheldon suggested) Suggested by: sheldonh
* Add weekly_status_pkg_enable (defaults to NO)brian2000-06-271-0/+6
|
* Mention $daily_accounting_compressbrian2000-06-271-0/+6
| | | | Forgotten by: Ben & I
* Update to reflect new ng_ether(4) hooks.archie2000-06-271-38/+102
| | | | Remove 'options NETGRAPH' requirement.
* Add BDECFLAGS so people can use them easily in /etc/make.conf.obrien2000-06-261-0/+9
|
* The rand_irqs variable was removed in rev 1.67 of rc.conf. Remove itsheldonh2000-06-261-5/+0
| | | | from the documentation also.
* Remove some mis-leading text from the "Libraries" section.mpp2000-06-241-1/+0
|
* Fix c_fmtache2000-06-242-2/+2
|
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-233-29/+419
| | | | | | | The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
* Use sub-sections (Ss) to categorize diagnostics and rationalizesheldonh2000-06-221-54/+41
| | | | | | | | | | diagnostic lists (Bl -diag) so that there is one per section. Since this change creates a large delta, enforce line-breaking style while I'm here. These changes have blanket approval from (but were not reviewed by) the author.
* Fix %EFache2000-06-216-6/+6
|
* Fix dateache2000-06-212-10/+10
| | | | Submitted by: CHOI Junho <cjh@FreeBSD.ORG>
* mdoc style cleanup: newline for new sentence.alex2000-06-201-4/+6
| | | | Submitted by: sheldonh
* rc.local is no longer a default.alex2000-06-201-3/+3
| | | | | PR: 19314 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* If "MODULES_WITH_WORLD" is defined, sys/modules will be built with theobrien2000-06-171-0/+3
| | | | | | | world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world.
OpenPOWER on IntegriCloud