Commit Graph

1050 Commits

Author SHA1 Message Date
jakllsch
4af989b1cc Make device node for altq JoBS.
Should fix palindromic PR/43034.
2010-03-23 19:22:41 +00:00
jakllsch
4a4de35bc7 This actually wasn't (completely) replaced by a shell script, restore. 2010-03-23 19:19:03 +00:00
joerg
5e015e5e29 Use .In instead of .Aq Pa for header files. 2010-03-22 18:58:31 +00:00
jmmv
f54900017c Document that run_rc_command can take extra parameters and will pass those
to the command being executed.
2010-03-15 19:00:20 +00:00
wiz
d2a81ca5b2 Uncomment crash(8) reference. 2010-02-25 17:15:55 +00:00
wiz
95c5212343 Consistently call the file system "ext2". 2010-02-21 13:28:12 +00:00
snj
29aa1b84fb Fix punctuation and update "SEE ALSO" section. From Bug Hunting in
PR misc/40293.
2010-02-17 00:49:21 +00:00
wiz
3bb55b2e45 Use comma in serialization instead of dot. 2010-02-10 07:38:09 +00:00
snj
c8e910afea Some markup and capitalization nits, from Bug Hunting in PR misc/40062.
While here, give xdm its own subsection instead of awkwardly lumping it
in with the rc.conf section.
2010-02-10 03:38:22 +00:00
jmmv
74504e4315 Ask the user to enable fetch_pkg_vulnerabilities in /etc/daily.conf right
after installation.  Automatic changes from sysinst will come later.
2010-01-20 22:24:18 +00:00
hubertf
152f316d0a This was replaced by a shell script quite some time ago, purge. 2009-10-27 08:58:04 +00:00
hubertf
762f1eaa09 regen 2009-10-27 08:55:44 +00:00
reed
2d10124c7e Refer to rpc.bootparamd instead of bootparamd. 2009-10-24 12:21:31 +00:00
reed
1b55e10f52 Change two man page references to use the official names.
(I define "official" as the Document Title name and original file name.)
2009-10-24 12:18:05 +00:00
reed
9e244eddde In SEE ALSO, refer to useradd instead of adduser.
(adduser is a man link, but no tool by that name.)
2009-10-24 11:24:19 +00:00
wiz
dc0cd1890b Properly remove w95boot(8).
Hi Ty!
2009-10-23 08:32:06 +00:00
tsarna
074b6b7f4d Remove w95boot(8) manpage, long past being useful. 2009-10-22 23:04:59 +00:00
snj
550147bd6a Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
joerg
77fe034dc2 Simplify markup. 2009-10-14 23:49:50 +00:00
apb
7222c07e1c Typo in macro name (.Is -> .Ic), noticed by joerg@ 2009-10-05 09:57:18 +00:00
wiz
0b645b22fc Bump date for previous. Whitespace nit. Use Nm instead of Xr to itself. 2009-09-11 19:48:52 +00:00
wiz
31bddcb483 Bump date for previous. 2009-09-11 19:47:27 +00:00
apb
89fd535731 Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,
and which can suppress output in silent mode.  Silent mode is enabled
via the new rc_silent variable, which defaults to a value that depends
on the kern.boothowto sysctl.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.
2009-09-11 18:17:04 +00:00
sborrill
b88195cfa1 hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio*	at pci? dev ? function ?
hdafg*		at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
2009-09-06 17:25:55 +00:00
sborrill
d7f624cfd8 Regen 2009-09-06 15:31:04 +00:00
wiz
ed449c067d New sentence, new line. 2009-09-05 11:37:52 +00:00
apb
a9dda51fb1 Add cross references to new boothowto(9) man page. 2009-09-04 23:29:02 +00:00
ahoka
2638650e6f Document the vesa command. 2009-09-01 21:30:17 +00:00
tsutsui
53c1e123cc Fix typo. 2009-08-24 12:55:16 +00:00
joerg
f2c45439cf Fix markup. 2009-08-22 01:18:56 +00:00
joerg
a35cefcec6 Fix markup. 2009-08-22 00:04:22 +00:00
wiz
0462dcb75b Fix typo and improve English. 2009-08-20 15:58:31 +00:00
tsutsui
0228fe92d4 Rewrite binpatch(8) utility to add support for ELF binaries,
using implementation of old src/usr.sbin/mdsetimage sources
which supports misc executable formats without LGPL'ed libbfd.

No particular comments on port-atari@.

XXX1: amiga also has the similar utility in amiga/stand/binpatch
      but it has slightly different options.
XXX2: Is it worth to put this utility into MI src/usr.sbin to patch
      rtc_offset etc. in GENERIC kernel binaries in distribution?
2009-08-20 15:14:49 +00:00
wiz
1791473d2b Make HTML-ready. 2009-05-18 14:58:14 +00:00
wiz
86c9c96e53 New sentence, new line. Use \e for a backslash.
Sort option descriptions.
2009-05-18 14:46:51 +00:00
wiz
083ea99d48 New sentence, new line. Mark up path with .Pa. 2009-05-18 12:26:15 +00:00
wiz
e9a2a0b639 regen. 2009-05-18 09:25:04 +00:00
wiz
c18818412f Fix xrefs, sort SEE ALSO. 2009-05-18 09:24:47 +00:00
snj
68ce5ccced Make some updates (most notably syncing the Postfix section with reality)
inspired by PR misc/39168.
2009-05-18 02:25:34 +00:00
dholland
f76e5aa298 Fix typo, from Shannon -jj Behrens in PR 41375. 2009-05-07 06:29:07 +00:00
wiz
dfc0d0bdf2 Drop trailing whitespace. 2009-04-10 23:22:30 +00:00
perry
f6bc268dff Make this reflect reality more -- next-server is necessary, there is
now this boot.cfg thing, etc. Also add a reasonable hint on how to set
up dhcp for booting install kernels via tftp.
2009-04-10 21:11:28 +00:00
joerg
228d957753 Remove .sp, the list already provides spacing. 2009-04-10 14:59:35 +00:00
joerg
e597a0f468 Don't use .Xo/.Xc to workaround argument limit in ancient groff. 2009-04-09 04:01:06 +00:00
joerg
100c18a386 .Ud includes terminating dot. 2009-03-23 01:27:59 +00:00
joerg
58ccf5a2c7 Fix markup. 2009-03-15 10:24:58 +00:00
joerg
3a3d9fcecf Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:26:09 +00:00
joerg
9060e20989 Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:13:54 +00:00
joerg
d6409eb14c Don't workaround ancient macro argument limit with .Xo/.Xc. 2009-03-11 19:01:29 +00:00
joerg
e9a2afbd1d Fix preamble 2009-03-11 13:52:49 +00:00