Commit Graph

7638 Commits

Author SHA1 Message Date
wiz
e120583a50 Drop trailing empty line. 2004-03-13 20:37:18 +00:00
bjh21
145c8b84d8 Remove mentions of obsolete devices. 2004-03-13 19:54:32 +00:00
bjh21
6f43bfefe9 Remove busmouse(4), opms(4), and wsqms(4), since they're all obsolete. 2004-03-13 19:48:44 +00:00
skrll
0a5647e7a8 Fix another silly error. 2004-03-13 13:07:37 +00:00
christos
5cf9849bc3 What happened to testing trivial changes?
Fix extra || at the end of the elif
2004-03-13 02:36:43 +00:00
soren
1265776d4e Replace the <sys/endian.h> hack with a table based on MACHINE_ARCH.
This makes src/x11 build without USETOOLS.
2004-03-12 23:43:41 +00:00
jkunz
17e4dce36a Import MI part of new Intel i82596 Ethernet driver. 2004-03-12 11:37:17 +00:00
snj
1896c623d6 +TPTB. 2004-03-12 01:01:57 +00:00
wiz
d946a28c48 Drop trailing space, and break line where
markup should end.
2004-03-11 21:24:32 +00:00
jdc
332fb03830 Add a bugs section noting the limited support in this driver. 2004-03-11 21:17:12 +00:00
pooka
f389cf03c4 bump date
(oh, and as a side-effect, make description match modern reality)
2004-03-11 14:21:25 +00:00
keihan
9ead5e6736 Add STP and UTP cable types.
Sort ARP entry.
2004-03-11 09:32:48 +00:00
jschauma
dd0b91b507 Correct OSI and FDDI as suggested by Michael Eriksson. 2004-03-11 01:37:44 +00:00
lukem
d1600c8ff8 We're now using XFree86 4.4.0; update manual page generation accordingly.
Noted by Kouichirou Hiratsuka in PR misc/24725.
2004-03-10 23:41:20 +00:00
wiz
a6c0f6d572 Bump date for previous. 2004-03-10 17:05:54 +00:00
rtr
f52be06c26 Update reachover to build XSUN for sun3 2004-03-10 16:21:16 +00:00
keihan
034e646220 Add 10GbaseLR to the list of Ethernet media types. 2004-03-10 14:44:52 +00:00
garbled
c008c5f8b8 More patches from Peter Postma 2004-03-10 01:19:45 +00:00
garbled
eaea23aab0 Apply patches in PR bin/24645 by Peter Postma:
Here are some enhancements to sushi's System Maintenance menu.
	To summarize the changes:

	* Make a backup of the file before modifying it.
	* Fixes to get all menus/forms working.
	* Missing/invalid settings (like in rc.conf and inetd.conf)
	  have been added/removed.
	* Most files don't get overwritten now but are edited instead.
	  So specials settings in e.g. /etc/rc.conf don't get lost now.
	* Some help menu fixes. ($NetBSD$ tag has been removed because I
	  don't see how it would be useful for either user or developer).
2004-03-09 21:36:37 +00:00
garbled
88b9a63036 Add my paper from BSDCon 2002 about Sushi:
Sushi - an extensible human interface for NetBSD

This paper contains alot of documentation into how sushi works, and how
to create menus for it.
2004-03-09 20:47:40 +00:00
wiz
d42596d1c8 Another new sentence on a new line.
Remove unnecessary .Pp.
2004-03-09 20:29:05 +00:00
jdc
4f556b5450 Document the bootblock split into std and milan directories. 2004-03-09 20:15:45 +00:00
garbled
52b2cb6a03 Apply patches from PR bin/24695 by Peter Postma:
The changes are:

        * rename "Security and Users" to "Users and Groups"
        * use default settings in /etc/usermgmt.conf (if it exists)
          when adding a new user.
        * fix output for 'List users'.
        * add the following menu's: Modify user, Change password, Add group,
          List groups, Delete group.
2004-03-09 20:06:42 +00:00
garbled
4d84a357b0 Apply patches from bin/24646 by Peter Postma to fix various process
related scripts:
* Don't check if the daemons ntpdate, virecover, ipfilter, samba
  are running (because they get only started at boot, or are wrappers
  to other scripts).
* Exclude lines with 'not supported' and 'not found' in the ouput.
* Top 15 cpu {usage,time} and memory: show really the 15 top daemons
  (instead of 14) and fix cpu time.
2004-03-09 19:33:48 +00:00
garbled
c55eeb45eb Apply patch from bin/24562 by Peter Postma to fix errors with the user
management script.
2004-03-09 19:18:27 +00:00
skrll
efa76e17ec Correct the "Default:" text for MKPIC 2004-03-09 19:08:17 +00:00
wiz
45668e3378 Bump date for previous. 2004-03-08 23:02:40 +00:00
dbj
b90a643725 note that pool_init and pool_destroy should never be called
in interrupt context.
if this is not a desired restriction, then those functions
should be reviewed for safety, at least protecting pool_head_slock
with splvm()
2004-03-08 22:58:34 +00:00
wiz
bd1daad209 Fix layout problem reported by Stefan Krueger (skrueger europe com). 2004-03-08 12:28:17 +00:00
jmc
add0ecfaa7 Turn off MKKERBEROS4 if MKKERBEROS==no. 2004-03-08 06:30:33 +00:00
wiz
9c543ca4e1 Remove a sentence about the optimum interleave
factor, since it is not really up-to-date wrt to hardware any longer;
per Greg Oster, via Stefan Krueger. Bump date.
2004-03-05 15:10:18 +00:00
wiz
26aafcf21c Be consistent in spelling "autoconfiguration" without a hyphen.
Noted by John Heasley.
2004-03-05 14:56:47 +00:00
wiz
1ccde4aa19 Be consistent in spelling "autoconfiguration" without a hyphen.
Noted by John Heasley.
2004-03-05 14:43:01 +00:00
wiz
26008f03cf +JHD (just hit delete'') 2004-03-04 19:03:41 +00:00
rtr
e53122f357 + += extension flags for dri components if X11DRI != "no" 2004-03-04 13:14:57 +00:00
rtr
cf1f75909b + add switch for DRI components of X11 build. 2004-03-04 13:10:28 +00:00
jschauma
59d787d6b3 Add OSI and FDDI. 2004-03-03 04:20:26 +00:00
jdc
a1dcfde51e Add hpcarm and sparc64 key sequences.
Remove sun3x key sequence (no longer a separate port).
2004-03-02 20:57:45 +00:00
perry
c5864f334b re-format the main list of man pages -- it was getting ugly. 2004-03-01 00:51:57 +00:00
perry
3d7676a405 add ath.4 2004-03-01 00:20:35 +00:00
wiz
d2d12e838d Drop trailing whitespace; use Pa for paths; grammar/spelling fixes. 2004-02-29 23:46:04 +00:00
oster
68c863d6ad Briefly document the new RF_ACC_TRACE. Finally get around to at least
mentioning a little of what the other debugging options are and what they do
(at a very high level).
2004-02-29 22:04:11 +00:00
wiz
b76a21626b Use Dq macro; just put the Nd argument right behind .Nd. 2004-02-29 18:43:23 +00:00
snj
e0106050d8 Drop trailing space. Give full month name. Use \*[Gt] instead of >.
Remove superfluous .Re.  Use .An for author names.  Remove superfluous
.Pp.  Fix a typo.
2004-02-29 17:51:18 +00:00
perry
997b8eba04 add a quick note in the header comment explaining the origin of the
man page...
2004-02-29 16:46:22 +00:00
perry
88f1abf3ad First cut of Atheros man page -- needs a bit of work 2004-02-29 16:39:18 +00:00
hubertf
810f44f51e Give an idea what wscons stands for, bump date. 2004-02-26 23:03:58 +00:00
itojun
5f588e21c2 update URL, requested by Wolfram Schneider 2004-02-26 02:08:33 +00:00
skrll
e6fbf37618 hppa can uses the standard flags so remove the unnecessary special case. 2004-02-23 21:12:13 +00:00
wiz
3679535d35 New sentence, new line. Some minor fixes. 2004-02-23 19:39:48 +00:00