bms
9fa6fbb8a2
Typo.
...
(Oh well, I guess that's the danger of updating two three-letter-named
entities at the same time.)
Submitted by: Simon L. Nielsen
MFC after: 4 weeks
2007-02-04 16:59:50 +00:00
bms
77c2e11309
Implement ifnet cloning for tun(4)/tap(4).
...
Make devfs cloning a sysctl/tunable which defaults to on.
If devfs cloning is enabled, only the super-user may create
tun(4)/tap(4)/vmnet(4) instances. Devfs cloning is still enabled by
default; it may be disabled from the loader or via sysctl with
"net.link.tap.devfs_cloning" and "net.link.tun.devfs_cloning".
Disabling its use affects potentially all tun(4)/tap(4) consumers
including OpenSSH, OpenVPN and VMware.
PR: 105228 (potentially also 90413, 105570)
Submitted by: Landon Fuller
Tested by: Andrej Tobola
Approved by: core (rwatson)
MFC after: 4 weeks
2007-02-04 16:32:46 +00:00
brueffer
39590cde68
Xref altq(4).
2007-02-03 20:02:29 +00:00
brueffer
d4791b1590
Xref altq(4).
2007-02-03 19:29:31 +00:00
mlaier
9a2ac087c9
Add ALTQ support for aue(4).
...
Tested by: Greg Hennessy, Volker
MFC after: 1 week
2007-02-03 13:53:22 +00:00
mlaier
e297f369ca
Missed npe(4) in the last commit. "ate" also has support but is lagging a
...
man page to link to.
2007-02-03 13:38:04 +00:00
mlaier
60436309a2
bce(4), ipw(4), iwi(4), ral(4), udav(4), ural(4) support ALTQ as well.
2007-02-03 13:33:40 +00:00
glebius
46fdc35860
Fix typo.
...
Submitted by: pluknet <pluknet gmail.com>
2007-01-30 20:22:07 +00:00
brueffer
e08629155d
Add the 3Com 3c996-SX.
...
Submitted by: Johan Ström
MFC after: 3 days
2007-01-30 09:47:31 +00:00
brueffer
e86310cd3d
Xref altq(4) for drivers that support it according to altq(4).
2007-01-30 08:40:04 +00:00
brueffer
d74e29ebcc
Xref altq(4).
2007-01-30 08:17:45 +00:00
bms
3530b41545
Document the existence of the TCP_INFO socket option.
...
Approved by: rwatson
2007-01-22 14:16:47 +00:00
marius
9deec2cc7c
- For the sake of completeness mention back-end support for the ILACC
...
and add a list of known-working PCI devices.
- For consistency throughout this man page also talk about C-Bus and
ISA adapters rather than cards.
- Add missing .Tn.
- Mention ifconfig(8) along with listing selectable media types.
- Add/un-comment hardware notes for the newly supported 'lebuffer'
variants (the transition from P/N 501-1860 to 501-1869 isn't a typo).
2007-01-20 13:37:15 +00:00
thompsa
8ea92215ce
Add a section about RSTP support.
2007-01-20 02:39:34 +00:00
joel
bd9f82b763
Add missing comma.
...
Noticed by: ru
2007-01-18 15:27:15 +00:00
joel
7aa8d3d573
- Add a small section on boot-time configuration.
...
- Add more Xrefs.
- Fix minor nits.
Reviewed by: ru
2007-01-17 14:27:03 +00:00
brueffer
845bc250ed
Sync the hardware list with the driver and with what I could find on
...
the Areca website.
Also remove the module from the FILES section, it's already covered in
the SYNOPSIS.
MFC after: 3 days
2007-01-10 12:57:46 +00:00
glebius
0f316bc65f
Document recent changes about supported compression and encryption modes.
...
Wording by: rwatson
2007-01-09 15:00:01 +00:00
delphij
ebdf3cb9d1
Document that we supported Intel PRO/100 VM Network Connection.
2007-01-07 20:30:27 +00:00
brueffer
3503c09581
Document Marvell 6101/6145 support.
2007-01-04 18:50:52 +00:00
brueffer
876ba7f8b0
New supported JMicron, ALI and ServerWorks chipsets.
...
MFC after: 3 days
2007-01-04 09:12:03 +00:00
danger
5ad1e547fd
- Do not claim that ipfw is the only firewall package available
...
in FreeBSD.
Approved by: trhodes (mentor), keramida (mentor)
2007-01-01 21:16:42 +00:00
glebius
cbd305868f
Build bits for ng_deflate(4) and ng_pred1(4).
2006-12-29 13:16:43 +00:00
glebius
b85d5220b0
Manual page for Predictor-1 PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:47:26 +00:00
glebius
4aca8e1f31
Manual page for Deflate PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:46:15 +00:00
joel
df7ef8bfdc
Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.
2006-12-17 16:48:26 +00:00
rwatson
39ebd13c80
Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),
...
ithread(9), msleep(9), ucred(9) from socket(9).
Partly suggested by: julian
2006-12-16 10:32:10 +00:00
n_hibma
c98f016084
Align the interfaces for the various watchdogs and make the interface
...
behave as expected.
Also:
- Return an error if WD_PASSIVE is passed in to the ioctl as only
WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
explanation of the difference between WD_ACTIVE and WD_PASSIVE.
- Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
lost your sense of humor, than don't add a define.
Specific changes:
i80321_wdog.c
Don't roll your own passive watchdog tickle as this would defeat the
purpose of an active (userland) watchdog tickle.
ichwd.c / ipmi.c:
WD_ACTIVE means active patting of the watchdog by a userland process,
not whether the watchdog is active. See sys/watchdog.h.
kern_clock.c:
(software watchdog) Remove a check for WD_ACTIVE as this does not make
sense here. This reverts r1.181.
2006-12-15 21:44:49 +00:00
mpp
675ebda1f6
Spelling fix.
2006-12-14 17:03:46 +00:00
mpp
d398e83b8a
Spelling fix.
2006-12-14 16:57:35 +00:00
mpp
3d052ce611
Spelling fixes.
2006-12-14 16:40:57 +00:00
mpp
c87e2e0408
Expand abbreviation. techref -> technical reference.
2006-12-14 16:37:11 +00:00
mpp
aab7be62cc
Spelling fix.
2006-12-14 11:57:39 +00:00
brueffer
72566f2efb
Add Xref to msk(4).
2006-12-13 08:56:15 +00:00
brueffer
c08bb7cdca
Correct sort msk(4).
2006-12-13 08:55:20 +00:00
brueffer
ae557a1cb0
Misc fixes, also sort the hardware list alphabetically and add more history.
2006-12-13 08:51:40 +00:00
yongari
6c1a7ad1dd
Add msk(4) to the list of device drivers use the miibus interface.
2006-12-13 02:46:32 +00:00
yongari
af6ffc8ef3
Add msk(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-12-13 02:42:01 +00:00
yongari
801a858e21
Add msk(4) to the list of drivers supporting ALTQ.
2006-12-13 02:40:06 +00:00
yongari
2f9b06d375
Hook up msk(4) to the build.
2006-12-13 02:37:48 +00:00
yongari
caf14e772e
Add a man page for msk(4).
2006-12-13 02:37:01 +00:00
ru
a43cccb7c1
Update the URL for the list of supported products.
2006-12-07 10:56:27 +00:00
wilko
b7694d2ecb
document that NCQ is not yet supported.
...
PR: kern/106343
2006-12-05 20:23:25 +00:00
ru
ca2bb82f44
Move npe.4 to a machine specific manpage subdirectory.
2006-12-05 16:57:10 +00:00
ru
f352d33919
Fix markup.
2006-12-05 08:07:21 +00:00
joel
3c6a8dbb06
Fix typo.
2006-12-05 06:56:09 +00:00
sam
00066d507e
hook npe.4 up to arm build
...
MFC after: 1 month
2006-12-04 22:42:27 +00:00
sam
b93a731abf
start 'o man page for xscale npe ethernet driver
...
MFC after: 1 month
2006-12-04 22:41:41 +00:00
brueffer
d1bdc72546
bce(4) does not work correctly in polling(4) mode for now.
2006-12-02 09:03:06 +00:00
mlaier
86e7537c97
ALTQify ep(4).
...
Tested and Requested by: Andy Brook
MFC after: 3 days
2006-12-01 20:29:55 +00:00
ru
1882f43fde
Add missing `;;' in the example shell code snippet.
...
PR: i386/106113
Submitted by: Richard Arends
MFC after: 3 days
2006-12-01 09:00:38 +00:00
joel
bcf19b8816
Add the dev.pcm.%d.polling sysctl and a short description.
...
Reviewed by: ru
2006-11-29 17:07:02 +00:00
brueffer
2300703ff0
Overhaul this manpage somewhat:
...
- Move mentionings of required drivers to the SYNOPSIS where they belong
- Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make
somewhat more sense
- Fix an Xref to manpage from ports to mention the corresponsing port
- Remove commented out HISTORY section header
MFC after: 3 days
2006-11-27 18:37:45 +00:00
joel
c2e4cdb2da
- Update the Runtime Configuration, FILES and DIAGNOSTICS sections to
...
the new world order.
- Use our standard section 4 SYNOPSIS.
- Minor nits.
Reviewed by: brueffer, ariff
2006-11-26 12:27:02 +00:00
brueffer
a1e98617ef
Grr, fix typo introduced in the previous commit.
2006-11-25 12:12:11 +00:00
imp
03f10acc6e
Add instructions for creating a ramdisk root image. These likely need
...
to be augmented with instructions for those platforms that have
/boot/loader.
2006-11-24 18:53:45 +00:00
yongari
9600cde066
Add USR997902 to the list of devices supported by re(4).
2006-11-23 00:28:58 +00:00
brueffer
3c5d5c9c84
Use our standard section 4 SYNOPSIS.
...
MFC after: 3 days
2006-11-22 21:30:02 +00:00
brueffer
6c32a5ad0f
- Use a standard section 4 SYNOPSIS
...
- Xref uark(4)
MFC after: 3 days
2006-11-18 08:07:43 +00:00
brueffer
2975c55181
Remove uhidev.4 and references to it, the corresponding code was never
...
imported from NetBSD.
Submitted by: markus
MFC after: 1 week
2006-11-16 22:32:27 +00:00
brueffer
5d56af0b82
- Use our standard section 4 SYNOPSIS
...
- Add a HARDWARE section
- Mention the first release to include this driver
2006-11-15 16:59:15 +00:00
maxim
e446795886
o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serial
...
adapters.
Submitted by: Alex Rodin
Obtained from: OpenBSD
Reviewed by: -usb
MFC after: 6 weeks
2006-11-15 09:13:25 +00:00
ru
cc317aab24
Sort xrefs.
2006-11-13 08:56:42 +00:00
trhodes
c51a2c2df9
Re-enable module build for POSIX semaphores.
...
Update the manual page describe loading the sem module.
Approved by: silence on -arch and -standards
2006-11-11 16:49:29 +00:00
marius
3fd21f0a5b
Add Allied Telesyn AT-1500 (logical ID ATK1500, compat ID PNP828C)
...
to the list of known working ISA PnP cards.
Reported by: Gheorghe Ardelean
2006-11-09 14:11:33 +00:00
maxim
21ab4f8a25
o Document ServeRAID 7x support.
...
Submitted by: Andrey V. Elsukov
MFC after: 3 days
2006-11-05 08:55:21 +00:00
brueffer
68f4ba5323
Document IBM ServeRAID 8k support.
2006-11-03 06:50:03 +00:00
kevlo
eaa075b4bb
Document the cdp for controlling CD power.
...
Approved by: cognet
2006-11-01 03:45:24 +00:00
keramida
13d6237651
Belatedly bump manpage date for revision 1.35
...
Reminded by: ru
2006-10-30 16:43:42 +00:00
ru
699de7a9c5
The first (optional) argument of the "trace" command is either the
...
process or thread ID.
PR: docs/61859
2006-10-30 12:55:06 +00:00
brueffer
d8b61e2360
Document Soekris net48xx support.
...
PR: docs/104865
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
2006-10-28 07:26:50 +00:00
thompsa
8951c4c5ee
Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.
...
MFC after: 3 days
2006-10-24 08:47:39 +00:00
emaste
4da6679580
Clarify that the input hook requires binary packet data. Instead of
...
referencing an omitted example, include a short (Perl) example that
queues an ICMP Echo message.
2006-10-22 21:33:57 +00:00
ru
fd37d7b5f5
Fix ttyv* device names.
...
PR: docs/104376
Submitted by: Michael Le Barbier
MFC after: 3 days
2006-10-22 18:02:01 +00:00
ru
b9943f47d2
Fix some typos and grammar.
...
PR: docs/66770
Submitted by: Michel Lavondès
MFC after: 3 days
2006-10-22 16:21:55 +00:00
ru
0d077208a7
Bump document date for previous revision.
2006-10-21 18:04:42 +00:00
ru
7b9340e614
Spelling.
2006-10-21 18:04:20 +00:00
danger
89a6f9724e
- convert to the current style of section 4 man pages
...
- s/ip.forwarding/net.inet.ip.forwarding/ to match reality [1]
Approved by: keramida (mentor), trhodes (mentor)
MFC after: 5 days
Submitted by: Tom McLaughlin via #bsddocs
2006-10-19 07:41:47 +00:00
danger
17ea68b8bb
Use the loader.conf example.
...
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 3 days
2006-10-16 07:56:36 +00:00
joel
c990b26f9c
- Use our standard section 4 SYNOPSIS layout.
...
- Add a bunch of missing Xrefs's.
2006-10-14 07:57:55 +00:00
obrien
0ff7680820
Add Soekris Engineering information.
2006-10-13 15:51:53 +00:00
trhodes
533b1fd849
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
...
former is easier to use.
PR: 97231
2006-10-13 11:30:07 +00:00
ru
915020c78c
Deal with two more references to non-existing ndisapi(9).
2006-10-13 06:24:53 +00:00
trhodes
ecc6c68995
Kill reference to ndisapi.9 here as well, it doesn't exist.
...
PR: 82114
2006-10-13 03:54:22 +00:00
thompsa
890e95cf7b
Fix a few nits with the last revision
...
- bump document date
- fix punctuation and whitespace
Pointed out by: bmah
2006-10-11 18:26:04 +00:00
ru
5f7f332cd3
Fix the prompt string.
2006-10-11 07:07:31 +00:00
bde
98af27d199
Document the `kill' command.
...
Submitted by: Allan Fields <bsd@afields.ca>
PR: 82779
2006-10-10 23:09:10 +00:00
bde
f2196eb28d
Sort some of the most inconsistently ordered descriptions of commands
...
(the group of watchpoint commands, and the `reset' command).
NetBSD has sorted everything alphabetically, but I think we would have
too many commands for that if all commands were actually documented
here, so this commit moves towards alphabetical order in several sections:
- section for pure ddb (non-"show") commands. Now contains the watchpoint
commands and is mostly in "logical" order.
- section for pure ddb "show" commands
- similarly for auxilary commands. Most of these are currently missing
here.
2006-10-10 11:07:37 +00:00
trhodes
57522b7a56
Patch in previous commit should have bumped doc date.
...
Fix spelling of ioctl.
Note that previous commit was actually submitted by bz. I'm not yet used
to the code boxes yet.
Noticed by: ru
2006-10-09 19:53:00 +00:00
trhodes
ce49ada06f
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
...
it in the tun.4 manual page.
PR: 98541
Submitted by: David Gilbert
2006-10-09 19:20:53 +00:00
ru
03ea52e1da
Fix markup.
2006-10-09 15:21:50 +00:00
ceri
762fe4b4fe
Add more .Xr's.
...
MFC after: 6 days
2006-10-09 12:50:16 +00:00
bde
376860d8b7
Document new aliases b',
t' and `registers'. Document old aliases
...
`bt', `c', `d', `p', `s', `w' and `where'.
2006-10-09 02:27:55 +00:00
joel
704cc3b17d
Update the list of codecs as well...
2006-10-08 19:57:53 +00:00
joel
8153109650
Update list of supported hardware.
2006-10-08 19:41:37 +00:00
thompsa
6ef560faa0
- Note that the bridge uses a random MAC and can be overridden.
...
- Provide an example of assigning an IP to the bridge.
PR: kern/102607
Submitted by: Stefan Bethke <stb@lassitu.de>
MFC after: 3 days
2006-10-08 19:41:05 +00:00
ceri
3605ec17e5
Add a basic manpage for geom_uzip(4).
...
Reviewed by: trhodes
MFC after: 1 week
2006-10-08 17:05:15 +00:00
flz
e55861767d
Add support for Novatech NV902 wireless NIC in ural(4).
...
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:18:40 +00:00
flz
c04301e6e1
Add support for Epson Stylus CX4200 in uscanner(4).
...
PR: usb/102851
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:09:27 +00:00
flz
4be9e0e86e
Add support for Psion Gold Port Ethernet USB NIC.
...
PR: usb/102296
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 18:03:39 +00:00