Brooks Davis
cda39c0193
Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or
...
more IPv4 address from a ranged list in CIRD notation:
ipv4_addrs_ed0="192.168.0.1/24 192.168.1.1-5/28"
In the process move alias processing into new ipv4_up/down functions to
more toward a less IPv4 centric world.
Submitted by: Philipp Wuensche <cryx dash freebsd at h3q dot com>
2005-11-14 23:34:50 +00:00
Olivier Houchard
4b01ab171d
Briefly document the use of kern.elf32.can_exec_dyn.
...
MFC after: 3 days
2005-11-14 22:24:48 +00:00
Wilko Bulte
d4d128f923
Listen to jhb, and remove bogus claim of support of DE425.
...
Obtained from: jhb
2005-11-14 20:36:53 +00:00
Joel Dahl
82affb8f61
Add Intel ICH7.
2005-11-14 18:33:07 +00:00
Jens Schweikhardt
26cd969f5e
Correct a grammo and capitalize a few abbreviations.
2005-11-12 21:45:20 +00:00
Paul Saab
cad572c41b
Update PCI ids to add the E200, E200i, P400, and P400i storage
...
controllers. Remove the E400 since it is not a real product.
Submitted by: HP
2005-11-11 16:45:33 +00:00
Jean-Yves Lefort
d0d5f05bff
List /boot/device.hints entries for the second joystick.
...
Approved by: joel
2005-11-11 12:53:37 +00:00
Ruslan Ermilov
6d8200ff0c
Add /dev/speaker support to amd64.
...
The following repo-copies were made (by Mark Murray):
sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c
sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h
share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
2005-11-11 09:57:32 +00:00
Tim Kientzle
4a483830a2
Use .Nx macro for NetBSD.
...
Thanks to: Ruslan Ermilov
2005-11-10 15:42:51 +00:00
Hartmut Brandt
c6adb7badd
s/Three file/Three files/
...
Submitted by: ru
2005-11-10 13:12:06 +00:00
Hartmut Brandt
da41a1d420
Remove hard sentence breaks. Correct the width calculation for the list
...
indent.
Submitted by: ru
2005-11-10 12:08:17 +00:00
Hartmut Brandt
af1fee9b7c
Don't include bsd.init.mk so early - it's just not needed here.
...
Use . instead of ${.OBJDIR}.
Move DEFSDIR and BMIBSDIR under the resp. .if clauses so that they
get defined only if DEFS and BMIBS are defined.
Submitted by: ru
2005-11-10 12:07:12 +00:00
Hartmut Brandt
59ee90cb1a
This is a short man page which describes bsd.snmpmod.mk. It documents
...
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.
2005-11-10 10:09:42 +00:00
Hartmut Brandt
3c2659d809
Add a .mk file for building modules for the SNMP daemon. This may be
...
use in-tree as well as for 3rd party modules. This file is more or less
what was in usr.sbin/bsnmpd/modules/Makefile.inc with some modifications
and omissions. Usage examples can be found under usr.sbin/bsnmpd/modules/*.
Idea by: phk
2005-11-10 10:03:22 +00:00
Tim Kientzle
2d8e1893d4
Credit NetBSD as the source for the /rescue concept.
...
While I'm here, update my own email address.
Thanks to: Luke Mewburn for pointing out the oversight.
2005-11-10 06:36:06 +00:00
Pav Lucistnik
ca965aa706
Add new ports-net-im collection.
2005-11-09 10:16:26 +00:00
Vinod Kashyap
90e0829525
Added list of supported 9xxxSX models.
2005-11-09 00:23:54 +00:00
Philip Paeps
07a61baefe
Change author's email address.
...
Submitted by: Sean Bullington shegget -at- gmail.com
2005-11-06 00:41:41 +00:00
Ralf S. Engelschall
9f9e9e1b8d
Update list of controllers ciss(4) driver
...
actually supports according to implementation.
Submitted by: Christoph Schug <chris@schug.net>
MFC after: 1 week
2005-11-03 13:02:35 +00:00
Ruslan Ermilov
6660f1d7c1
Serialize access to the info/dir file; needed for parallel installs.
...
Reported by: scottl
I'm not very fond of using the non-standard lockf(1) here, but I
have no better idea at the moment. NetBSD uses ln(1) to create a
lock file, but this approach can result in a deadlock if make is
interrupted, leaving an orphaned lock file.
2005-11-03 08:56:39 +00:00
Maxim Konovalov
fe35a11a2b
o NetBSD 2.0.3 and NetBSD 2.1 added.
...
Obtained from: NetBSD
MFC after: 3 days
2005-11-03 08:06:06 +00:00
Maxim Konovalov
b9bc21b20b
Merge from RELENG_6: FreeBSD 6.0. Not sure the release date is correct
...
because no release announce yet.
2005-11-03 07:59:58 +00:00
Ruslan Ermilov
41d2125edb
Fix .Dd argument.
2005-11-03 07:26:54 +00:00
Maxim Konovalov
69fdf27869
o OpenBSD 3.8 added.
2005-11-01 10:32:42 +00:00
Ruslan Ermilov
ee042e1ba6
Document NGM_IFACE_GET_IFINDEX.
2005-10-28 19:05:44 +00:00
Ruslan Ermilov
c2888a85bc
Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.
2005-10-28 14:15:54 +00:00
John Baldwin
518bf2dcc7
Update example libmap.conf file:
...
- Remove pointless examples that map libpthread to itself.
- Update shared libraries for 6.0 bumps.
Reported by: rwatson
MFC after: 1 day
2005-10-27 16:59:02 +00:00
John Baldwin
90e2fc863a
Spell 'argument' correctly.
...
Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com
2005-10-26 17:39:35 +00:00
Yaroslav Tykhiy
8d52cc90fb
Use consistent punctuation and vertical indenting around .Dl's.
...
Wrap a too long line.
2005-10-26 04:20:18 +00:00
Yaroslav Tykhiy
5a3c72ce8f
Document that `reload' is not provided by default
...
yet it can be enabled when applicable.
2005-10-26 04:12:34 +00:00
Christian Brueffer
6a38205e3d
Xref polling(4).
2005-10-25 18:57:03 +00:00
Maxim Konovalov
7c802bac72
s/RADUIS/RADIUS/
...
Submitted by: jisakiel@yahoo.es
MFC after: 1 week
2005-10-23 19:37:55 +00:00
Gleb Smirnoff
463a11c662
Fix typo from last commit.
...
Submitted by: simon
2005-10-22 20:47:38 +00:00
Gleb Smirnoff
66b1745e3e
Add bge(4) to the list of supported devices.
2005-10-22 14:38:52 +00:00
Tom Rhodes
bf148c3eaf
A better, more correct explination of NO_SHARED. This could probably
...
use a quick touch up, but at least it's correct.
Requested by: ru
2005-10-22 10:24:53 +00:00
SUZUKI Shinsuke
743eee666f
sync with KAME regarding NDP
...
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners
- supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt>
- better prefix lifetime management
- more spec-comformant DAD advertisement
- updated RFC/internet-draft revisions
Obtained from: KAME
Reviewed by: ume, gnn
MFC after: 2 month
2005-10-21 16:23:01 +00:00
Andrey A. Chernov
8fc5a80ac3
xterm-basic: add AX flag
...
(the same in xterm-supplied termcap)
2005-10-18 16:11:48 +00:00
John Baldwin
e26af7a74a
Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq
...
deletion' example.
MFC after: 1 week
2005-10-17 17:53:17 +00:00
Bjoern A. Zeeb
e08d691ba3
Document that changes to nsswitch.conf might be needed when
...
compiling with NO_NIS.
[ also see make.conf(5) and nsswitch.conf(5) ]
Reviewed by: ru
Requested by: dougb (and bin/87221)
MFC: 22 days
2005-10-17 17:01:54 +00:00
Andrey A. Chernov
34d990f73c
xterm-basic:
...
1) use standard vt100 as/ae instead of ^N/^O which not works in real xterm
2) Remove ^O from me, it not belongs there
2005-10-17 06:09:56 +00:00
Ruslan Ermilov
b122ac0407
Remove redundant (in FreeBSD) include.
2005-10-14 15:45:38 +00:00
Joel Dahl
3a22b03d6c
Add support for ATI IXP[234]00.
2005-10-13 18:28:26 +00:00
Xin LI
9803e24996
Mention that hptmv(4) actually works for the amd64 platform as well.
...
Suggested by: Mikhail Teterin [mi+mx aldan algebra com]
Submitted by: me
PR: docs/87302
2005-10-13 17:20:06 +00:00
John Baldwin
2ddd41fbec
- Clarify when the softc is allocated. It is allocated when a device is
...
probed and attached, not on the first call to device_get_softc().
- Add a cross reference to DEVICE_PROBE regarding the caveats of using the
softc in a driver's probe routine.
- Fix a grammar bogon.
PR: docs/87176 (1)
Submitted by: Devon H. O'Dell dodell at offmyserver dot com (1)
MFC after: 3 days
2005-10-13 16:57:53 +00:00
John Baldwin
10ebc7c038
- When bintime was added to this manpage, standalone .Nm changed from
...
microtime to bintime. However, one standaline .Nm wasn't changed, and as
a result, the manpage claimed that bintime was added in both 5.0 and 3.0.
Fix by listing microtime explicitly.
- Fix a grammar bogon.
PR: docs/87147 (1)
Submitted by: Matthew Luckie (1)
MFC after: 3 days
2005-10-13 16:01:28 +00:00
Bjoern A. Zeeb
33cd26c2ca
Document that changes to nsswitch.conf might be needed when
...
compiling with NO_NIS.
PR: bin/87221
Reviewed by: simon
MFC after: 4 weeks
2005-10-12 19:05:22 +00:00
Yaroslav Tykhiy
250da51b4b
Record sk(4) as having native support for extended VLAN frames.
...
PR: kern/79998
MFC after: 1 month
2005-10-11 22:59:01 +00:00
Giorgos Keramidas
d3d902048c
Fix a syntax nit (superfluous 'a').
...
Submitted by: Anders Hanssen <anders@rethink.no>
2005-10-11 16:05:35 +00:00
Joel Dahl
475b5abcb7
- Xref snd_mss(4).
...
- Remove a few items from the HARDWARE list. This support is
already described in the snd_mss(4) manual page.
2005-10-10 17:49:40 +00:00
Joel Dahl
8be03f2496
Add manual page for snd_mss(4) and hook it up to the build.
...
Reviewed by: brueffer
2005-10-10 17:46:43 +00:00