MIHIRA Sanpei Yoshiro
67f266bab9
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
2004-04-25 11:39:47 +00:00
Roman Kurakin
ca0225140d
Add ng_sppp.4.
2004-04-25 08:52:26 +00:00
Simon L. B. Nielsen
6ff58bbd12
Add Sandberg USB to Network Link to the list of supported devices.
2004-04-24 12:30:59 +00:00
Philip Paeps
2fb38b860c
Hook up acpi_asus and its manual page in two more places I managed to overlook
...
last night. Sorry about that :-o
Spotted by: njl (mentor, spotter of forgetfulness)
2004-04-23 06:29:08 +00:00
Philip Paeps
9a1fc77e3a
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
...
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the
acpi4asus project which implements these features in the Linux kernel.
If this breaks your laptop, please let me know how it does it :-)
Approved by: njl (mentor)
2004-04-22 21:29:02 +00:00
Mike Silbersack
fe9892eabd
Document the net.inet.ip.portrange.randomized sysctl.
2004-04-22 08:49:51 +00:00
Ruslan Ermilov
111e172d35
Improve the documentation somewhat.
2004-04-21 19:47:33 +00:00
Nate Lawson
18974fe842
Add the "new" acad disabling feature.
2004-04-20 17:45:47 +00:00
Ruslan Ermilov
b462702f94
A simple packet distribution node type that acts like an Ethernet hub.
2004-04-17 12:42:17 +00:00
Paul Saab
c61314601b
Add support for the HP Modular Smart Array 20 & 500 storage arrays.
...
Logical volumes on these devices show up as LUNs behind another
controller (also known as proxy controller). In order to issue
firmware commands for a volume on a proxy controller, they must be
targeted at the address of the proxy controller it is attached to,
not the Host/PCI controller.
A proxy controller is defined as a device listed in the INQUIRY
PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The
corresponding address returned defines which "bus" the controller
lives on and we use this to create a virtual CAM bus.
A logical volume's addresses first byte defines the logical drive
number. The second byte defines the bus that it is attached to
which corresponds to the BUS of the proxy controller's found or the
Host/PCI controller.
Change event notification to be handled in its own kernel thread.
This is needed since some events may require the driver to sleep
on some operations and this cannot be done during interrupt context.
With this change, it is now possible to create and destroy logical
volumes from FreeBSD, but it requires a native application to
construct the proper firmware commands which is not publicly
available.
Special thanks to John Cagle @ HP for providing remote access to
all the hardware and beating on the storage engineers at HP to
answer my questions.
2004-04-16 23:00:01 +00:00
Ruslan Ermilov
ab92d65550
Make whatis(1) happy.
2004-04-16 06:26:09 +00:00
Mark Murray
a8bd95a571
Do a style fixup on the example function.
2004-04-15 07:24:10 +00:00
Vinod Kashyap
b9151ec692
Added an entry for twa.4.
...
Reviewed by: ru
2004-04-14 18:03:30 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Nate Lawson
0287be96bf
Add support for video output switching. It appears no systems use HCI to
...
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.
This is untested but seems to match the Linux Toshiba driver.
2004-04-14 00:23:58 +00:00
Vinod Kashyap
76633eae4d
Adding man page for 3ware's 9000 series storage controller driver (twa).
...
Reviewed by: ru
2004-04-13 20:57:44 +00:00
Max Khon
02eb96c884
Use ifconfig(8) for setting common 802.11 parameters.
...
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
2004-04-13 19:25:26 +00:00
Warner Losh
ae13acf259
The 3CXE589DT was spotted in the wild, and is presumed supported by
...
this driver.
Also, add 3Com to a number of places.
2004-04-13 01:26:03 +00:00
Warner Losh
565e9d9bc4
Move advise from DEVICE_PROBE.9 about where to probe children.
2004-04-11 06:37:50 +00:00
Warner Losh
a545630488
Document more clearly that a probe routine:
...
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.
Remove the bad advise that the probe routine should look for children
for devices that implement busses. This is more properly reserved for
the attach routine.
2004-04-11 06:37:21 +00:00
Mark Murray
e89e6a3c11
Document the recent upgrade to the entropy device WRT hardware
...
generators.
2004-04-09 16:02:54 +00:00
Simon L. B. Nielsen
5b8ef52df0
Add a LIBRARY section.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
PR: docs/65208
2004-04-08 23:04:54 +00:00
Jens Schweikhardt
66fda18f07
In the examples, make the bitmap_name an absolute path name.
...
This avoids hair pulling when someone expects the splash screen
to just work when the bitmap file is in /boot.
2004-04-08 16:31:17 +00:00
Stefan Eßer
057909e78d
Add Netgear WG311T (PCI version of the WG511T).
...
I just received one and have verified that it works just fine.
2004-04-08 16:09:40 +00:00
Colin Percival
2c1bb20746
Introduce a callout_drain() function. This acts in the same manner as
...
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.
This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.
Reviewed by: mux, gallatin, rwatson, jhb
2004-04-06 23:08:49 +00:00
Mark Murray
dccd431fa6
Fix some syntax errors in examples. These were discovered when trying
...
to follow the examples concerned.
2004-04-06 20:16:10 +00:00
Ruslan Ermilov
df4956d2a4
- Overdue bump of the document date.
...
- Fixed markup.
- Minor wordsmithing.
2004-04-06 19:49:21 +00:00
Roman Kurakin
ed863d3693
Remove hyphen between product and company name. This may confuse peoples.
...
Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
2004-04-06 12:34:25 +00:00
Ruslan Ermilov
cbcb800959
polling(4) meets vr(4).
2004-04-05 17:43:57 +00:00
Wes Peters
69b11e006b
Document new ramdisk_X_????? settings.
2004-04-04 06:34:37 +00:00
Max Laier
042d501cc7
Style:
...
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
2004-04-03 17:52:29 +00:00
Max Laier
6cd9ebedd7
Add rc.d script to start pflogd and add rcvars etc. Also document vars in
...
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
2004-04-02 19:25:27 +00:00
Ruslan Ermilov
f48cbcdecc
Assorted mdoc(7) fixes.
2004-04-01 07:54:27 +00:00
Mike Silbersack
bdf861859a
Fix last commit to conform to mdoc style.
...
Submitted by: hmp
2004-04-01 07:36:56 +00:00
Mike Silbersack
a61bc764ce
Document the m_defrag function. (Mostly copied from the description
...
in uipc_mbuf.c)
2004-04-01 06:50:21 +00:00
Ruslan Ermilov
001407b9c2
Added polling(4) support for ste(4).
...
MFC after: 5 days
2004-03-31 20:39:20 +00:00
Bruce M Simpson
0c22b2b981
Add David Young's descriptive text for the radiotap interface.
...
Add David Young to copyright comments.
2004-03-31 02:57:30 +00:00
Bruce M Simpson
25d9d0de41
Fix a typo: remove duplicate word 'interface'.
2004-03-31 02:53:46 +00:00
Roman Kurakin
d30d48a258
Manual page for ng_sppp module.
...
Approved by: imp (mentor)
Reviewed by: julian
2004-03-30 15:28:09 +00:00
Dag-Erling Smørgrav
e764373e96
Bump date and remove trailing whitespace.
2004-03-30 15:11:16 +00:00
Dag-Erling Smørgrav
20baa54f6b
Document ntpdate_hosts.
2004-03-30 15:10:39 +00:00
Hiten Pandya
bc216e3cd2
Mdoc Police:
...
* Use .Fa instead of .Pa for function arguments.
* Utilize the .Po/.Pc commands for parenthesis
so the format is not ruined.
Inspired by: pjd's last commit to this file
2004-03-29 19:42:21 +00:00
Pawel Jakub Dawidek
449dfbbc83
Note that we can pass NULL as 4th argument for copystr() and copyinstr()
...
functions.
With little mdoc(7) help from: hmp
2004-03-29 19:23:45 +00:00
Ruslan Ermilov
fd3fbdbe46
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
Noriaki Mitsunaga
f8f9e73124
Add ct(4) man page for ct SCSI host adapter device driver and attach
...
it to the build.
2004-03-26 06:26:45 +00:00
David E. O'Brien
32a4f1f464
More kosher mdoc(7).
...
Submitted by: ru
2004-03-25 17:54:07 +00:00
Roman Kurakin
a7d0b563ee
Move ct.4 to ctau.4. Step four: backout ct.4 via rm.
...
Approved by: imp (mentor)
2004-03-25 14:47:42 +00:00
Roman Kurakin
a493cc9066
Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.
...
Approved by: imp (mentor)
2004-03-25 14:45:20 +00:00
David E. O'Brien
a7a25ea7d6
Restore part of rev 1.92; share/libdata/gcc should not have been deleted.
2004-03-25 00:41:06 +00:00
Dag-Erling Smørgrav
7ac2f2c2ec
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
Roman Kurakin
5dc0c07746
Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.
...
Do not bother about too small history for ct.4.
Approved by: imp(mentor)
2004-03-24 19:28:50 +00:00
Roman Kurakin
3ddf080943
Move ct.4 to ctau.4. Step one: remove ctau.4 link.
...
Approved by: imp(mentor)
2004-03-24 19:23:44 +00:00
John Baldwin
c4c666b8fc
- Update for the new interrupt code on i386 meaning that SMP kernels can
...
now run on UP machines, options APIC_IO is now spelled device apic, and
HT CPUs are now enabled by default.
- Add a 'I386 NOTES' section header to the i386-specific paragraphs.
Someone with more mdoc fu can suggest a better name if needed.
Requested by: kris (1)
2004-03-24 17:51:54 +00:00
Pawel Jakub Dawidek
030f6f3558
The topology lock is not needed for g_error_provider() function.
...
Discussed with: phk
2004-03-24 15:12:17 +00:00
Pawel Jakub Dawidek
67e4206588
Added a note, that g_access() function cannot failed when dc[rwe] <= 0.
2004-03-24 14:42:26 +00:00
Pawel Jakub Dawidek
06bb88dcb2
Functions:
...
- g_new_geomf(),
- g_new_providerf(),
- g_new_consumer()
cannot failed (by returning NULL), so don't scare programmers.
2004-03-24 14:25:46 +00:00
Dag-Erling Smørgrav
d7bc8318b7
Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.
2004-03-24 08:22:35 +00:00
Brooks Davis
3e091039ee
Overhaul the /etc/rc.d/diskless script by splitting it out into
...
hostname, resolve, tmp, and var scripts. The latter three are new and
were repo copied. These scripts no longer depend on being booted with
and NFS root instead attempt to automaticly create mfs /tmp and /var
volumes if the they are not writable. This behavior can be overridden
in /etc/rc.conf.
Reviewed by: luigi, pjd
2004-03-23 23:22:35 +00:00
Max Laier
1f4408f321
Add rc.d script for pf(4) (more to come once pflogd(8) works as well).
...
Update defaults and write some lines for rc.conf(5) also.
Mostly dup'ed from ipf
Reviewed by: -current
Approved by: bms(mentor)
2004-03-23 22:30:15 +00:00
Daniel Harris
aba0edf2e1
Login classes are not "unused."
...
Reference login.conf(5).
PR: 62830
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2004-03-21 19:36:16 +00:00
Hiroki Sato
24f0550d8a
Update the supported hardware.
...
Approved by: scottl
2004-03-21 15:25:20 +00:00
Mark Santcroos
c6dee3e09d
"CPU is an acronym, and as such should be spelled in all uppercase."
...
Pointed out by: ru
2004-03-20 13:05:11 +00:00
Mark Santcroos
33a2fec712
Sync manpage with code for hw.acpi.toshiba.cpu_speed sysctl.
...
Submitted by: Chia-liang Kao <clkao@clkao.org>
Approved by: njl (mentor)
2004-03-20 10:25:36 +00:00
Christian Brueffer
6ac6f11643
Grammar fix
...
MFC after: 3 days
2004-03-18 18:27:04 +00:00
Nate Lawson
bdffb39f34
Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the
...
appropriate default values. Document it in the manpage.
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Abstains: bde
2004-03-17 17:40:34 +00:00
Christian Brueffer
c13256fab9
Language cleanup
2004-03-17 13:41:37 +00:00
Ceri Davies
f60e8ef7b1
Correct a grammatical error.
...
PR: docs/63984
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 1 day
2004-03-17 11:35:23 +00:00
Max Khon
f02660b050
Fix copyrights and mandoc markup.
...
Pointed out by: ru
2004-03-16 21:03:25 +00:00
Scott Long
cb74d2861d
Remove the RAIDframe manual page
2004-03-16 12:35:55 +00:00
Max Khon
798f0e1603
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
...
MFC after: 2 weeks
2004-03-15 22:24:28 +00:00
Don Lewis
ec0791be40
Change len pararmeter from u_int to size_t.
...
Document vslock() return values.
2004-03-15 10:05:27 +00:00
Warner Losh
bfbc84bff3
Retire gsc man page after driver retirement
2004-03-14 22:43:51 +00:00
Warner Losh
1ec6878636
rdp has been retired, retire its man page too
2004-03-14 22:36:54 +00:00
Warner Losh
41f6b59381
le driver is gone, retire its man page
2004-03-14 22:26:12 +00:00
Warner Losh
8cc469f2d6
Really remove asc man page this time
2004-03-14 22:15:38 +00:00
Doug Barton
0a54defb08
1. Remove the named_rcng variable. Mike's caution in this area was a good
...
thing, but we're ready to move on.
2. Remove the -g default argument in named_flags. It doesn't actually do
what most users think it does, and what most users want it to do is already
accomplished with a proper default group for the bind user, which we have.
Also, the -g knob does something entirely different in BIND 9, which leads
to a lot of needless confusion/aggravation.
3. In the rc.d script, don't bogusly override $command, or $rc_flags. Both
are adequately handled in rc.conf[.local].
4. DO properly override $rc_flags if user has named_chrootdir set.
This may need to be revisited, but should be ok for now.
5. Protect all chrootdir-related bits under that variable, instead of
named_rcng.
There is more work to be done here, especially in the area of BIND 9
compatibility, but this is a start at least.
Prompted in part by (legitmate) grousing from: kuriyama, Randy Bush
2004-03-14 19:10:06 +00:00
Warner Losh
301102da03
Now that the asc driver is no longer in the tree, the man page is surplus.
2004-03-14 05:01:04 +00:00
Warner Losh
65d8d43391
Now that the wt driver is gone, go ahead and remove its userland support.
...
If the wt driver is rewritten using newer APIs, then these can return with it.
2004-03-14 04:49:23 +00:00
Simon L. B. Nielsen
980a9b846b
Add Epson Perfection 1670 to the list of supported devices.
2004-03-13 13:54:07 +00:00
Christian Brueffer
ea1ba34196
Capitalize I/O
2004-03-13 00:12:09 +00:00
John Baldwin
bf0e60bbbb
Rewrite sleepqueue manpage to catch up to the new sleep queue interface.
2004-03-12 19:07:18 +00:00
Tom Rhodes
491abe5ac7
Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history
...
other than 'initial revision' thus I did not request a repocopy.
Requested by: ru, gad
2004-03-12 16:03:26 +00:00
Pawel Jakub Dawidek
378f3f5a17
mdoc(7): New sentence should start on new line.
...
Pointed out by: hmp
2004-03-11 22:22:03 +00:00
Pawel Jakub Dawidek
8217df6de8
Add reference to the g_access(9) manual page.
2004-03-11 19:53:22 +00:00
Pawel Jakub Dawidek
9e5681745a
Connect g_access(9) to the build.
2004-03-11 19:51:14 +00:00
Pawel Jakub Dawidek
dde2befebc
Add manual page for g_access(9) GEOM function.
2004-03-11 19:23:48 +00:00
Tom Rhodes
0e9628026f
Add a newsyslog.conf manual page. This follows suit with the other utilities
...
which have configuration files. This is just a cut-paste from newsyslog.8
with the following changes:
o Kill hard sentence breaks.
o Markup fixes.
o Wordsmithing.
2004-03-11 04:35:08 +00:00
Ruslan Ermilov
f9e2cb7071
A manpage for ng_eiface(4).
...
Submitted by: Gleb Smirnoff
2004-03-10 22:25:25 +00:00
John Baldwin
f5531a094d
- Document cv_broadcastpri().
...
- Remove references to cv_waitq_*() as they no longer exist.
2004-03-10 15:57:25 +00:00
Bruce M Simpson
017b3034bd
Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.
2004-03-08 15:07:14 +00:00
Benno Rice
8582c8e098
Manual page for the ng_atmllc node type.
...
Currently missing a history section.
2004-03-08 13:46:52 +00:00
Josef El-Rayes
2cd7fe4dc1
Document kernel functions securelevel_gt and securelevel_ge.
...
Approved by: simon(mentor)
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
PR: docs/62331
mdoc(7) cleanup by: ru
2004-03-07 15:22:08 +00:00
Ruslan Ermilov
07742bd14e
Luigi was polled for additional documentation about polling(4).
2004-03-06 21:20:47 +00:00
Joseph Koshy
9cfa00a649
Link in contigmalloc(9) to the build.
2004-03-06 08:01:16 +00:00
Joseph Koshy
d7f29ce72b
Cross-reference contigmalloc(9).
2004-03-06 02:13:03 +00:00
Joseph Koshy
c4e99bb025
A manual page for contigmalloc(9).
...
Reviewed by: ru
2004-03-06 02:09:17 +00:00
Warner Losh
4eebf56527
Add warning about loading/unloading drivers and identify
2004-03-05 22:21:18 +00:00
Ruslan Ermilov
3cea578f5a
This interface doesn't return any values.
...
Submitted by: Mark Santcroos
2004-03-05 16:38:01 +00:00
Bruce M Simpson
904fd6bae5
Fix a typo.
2004-03-05 02:50:28 +00:00
Bruce M Simpson
54947b972f
Hook ieee80211 manpages up to the build; fix 1 snafu which crept in.
...
Noticed by: Matthias Schuendehuette
Pointy hat to: bms
2004-03-04 21:13:06 +00:00
Bruce M Simpson
48fbb40803
Add an MLINKS entry for radiotap(9).
2004-03-04 12:54:22 +00:00
Bruce M Simpson
3f3f4cdba2
Initial import of documentation for net80211 interface code.
...
Of particular interest here is the ieee80211_radiotap(9) man page.
TODO: Flesh out ieee80211_node.9, ieee80211_proto.9.
Submitted by: bms (with help from Darron Broad)
2004-03-04 12:52:10 +00:00
Mike Makonnen
901912aa26
Document the virecover_enable knob.
...
From the PR:
Certain MTA configurations mean that the notifications from
virecover keep bouncing; so here's a patch to allow administrators
to turn them off.
PR: conf/54910
Reminded by: ru
2004-03-04 08:25:53 +00:00
MIHIRA Sanpei Yoshiro
3a746efdd0
Add support PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
2004-03-04 06:42:46 +00:00
Nate Lawson
4e376d58dc
Add a "quirks" value to disable quirks handling for a given boot.
...
Also, disable quirks if booting with a custom DSDT. Add a quirk
to disable loading ACPI so known bad systems can be completely
blacklisted.
2004-03-04 04:42:59 +00:00
Nate Lawson
e2a643ee75
Add acpi_video(4) man page.
...
PR:
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
2004-03-03 16:34:03 +00:00
Roman Kurakin
e2b221724e
1. Add ct.4 manual page entry.
...
2. Add ctau.4 link to ct.4.
Approved by: imp (mentor)
2004-03-03 13:26:18 +00:00
Roman Kurakin
89b535a835
Add manual page for Cronyx/Tau-ISA device driver.
...
Approved by: imp (mentor)
2004-03-03 13:23:18 +00:00
Nate Lawson
3184cf5a6b
Add support for quirks for acpi tables. Key off OEM vendor and revision.
...
Sort acpi debug values. Change "disable" to "disabled" to match rest of
the kernel. Remove debugging from acpi_toshiba since it was only used for
probe/attach.
2004-03-03 03:02:17 +00:00
Christian Brueffer
7f4b049d59
Remove reference to cx.4. A manpage doen't have to reference itself :-)
2004-03-02 20:42:21 +00:00
Christian Brueffer
45bc8ec13f
Fix plural usage and a grammar nit
2004-03-02 18:38:32 +00:00
Christian Brueffer
0fafc68bcd
o remove stray 'the'
...
o remove instance of wrong apostrophe usage
MFC after: 3 days
2004-03-02 18:30:25 +00:00
Christian Brueffer
8e2e32ea2f
Language cleanup
2004-03-02 18:20:42 +00:00
Simon L. B. Nielsen
0e87afb66f
- Fix typo.
...
- Use .Fx when I'm here anyway.
PR: docs/63622
Submitted by: Andrew Boothman <andrew@mux.org.uk>
2004-03-01 22:58:07 +00:00
Simon L. B. Nielsen
6b40af88db
Note that the D-Link 530-TXS also works with the ste(4) driver.
...
PR: docs/63600
Submitted by: Christopher Nehren <apeiron@comcast.net>
2004-03-01 20:52:54 +00:00
Ruslan Ermilov
86e67aa89b
Restore the sorting broken in rev. 1.256.
2004-03-01 17:26:39 +00:00
Ruslan Ermilov
407ea29095
Netgraph node type for IEEE 802.1Q VLAN tagging.
2004-03-01 17:22:16 +00:00
Scott Long
cc7db16df0
Add a manual page for the umct(4) driver.
2004-03-01 03:49:05 +00:00
Bernd Walter
7de8778318
add driver for BWCT console management serials
2004-03-01 02:34:49 +00:00
Jens Schweikhardt
d0930e8695
Added Xref to env(1).
2004-02-29 13:10:09 +00:00
Lukas Ertl
06aed75cac
Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.
...
Approved by: grog (mentor)
2004-02-28 23:01:20 +00:00
Poul-Henning Kamp
4103b7652d
Rename the WATCHDOG option to SW_WATCHDOG and make it use the
...
generic watchdoc(9) interface.
Make watchdogd(8) perform as watchdog(8) as well, and make it
possible to specify a check command to run, timeout and sleep
periods.
Update watchdog(4) to talk about the generic interface and add
new watchdog(8) page.
2004-02-28 20:56:35 +00:00
Poul-Henning Kamp
2bedf807f4
Add contents to manualpage for generic watchdog facility.
...
Formatting likely to break several UN resolutions.
2004-02-28 20:08:41 +00:00
Poul-Henning Kamp
81f403e452
Fix description which seems to have survived intact from more specific code.
2004-02-28 19:36:48 +00:00
Christian Brueffer
c2a4d8794a
Connect udav.4 to the build and add MLINK to if_udav.4
2004-02-28 13:39:58 +00:00
Christian Brueffer
6b3573d8f0
Add udav(4)
2004-02-28 02:55:12 +00:00
Christian Brueffer
f943b20bf8
cue(4) doesn't use miibus(4)
...
MFC after: 3 days
2004-02-28 02:51:21 +00:00
Christian Brueffer
e292d78b00
Remove reference to miibus.4, cue(4) does not use it.
...
MFC after: 3 days
2004-02-28 02:49:20 +00:00
Christian Brueffer
59df4c636e
Add manpage for udav(4)
...
Obtained from: NetBSD
2004-02-28 02:29:59 +00:00
Johan Karlsson
853bd372d1
WANT_EXT2FS_MODULE was removed from sys/modules/Makefile in rev 1.366.
...
Hence, remove it here as well.
2004-02-27 19:22:46 +00:00
Ruslan Ermilov
6e485c0a7a
mtod() returns pointer to the specified type, not necessarily "void *".
2004-02-27 17:14:00 +00:00
Dag-Erling Smørgrav
c7ea226dc2
Document sysctl_move_oid().
2004-02-27 17:13:42 +00:00
Mike Makonnen
4f779fd6b7
NetBSD rev. 1.10
...
successful [is spelled] with only one l
NetBSD rev. 1.12
Implement ``one'' prefix to allow a "one shot" operation as if
${rcvar}=yes yet all the other prerequisite tests are still performed.
The existing ``force'' prefix is a sledgehammer that ignores all the
prerequisite checks and always returns a zero exit status; this is a
more gentle approach to the problem of "manipulate this disabled
service without editing rc.conf(5)".
Obtained From: NetBSD
2004-02-27 10:20:22 +00:00
Robert Watson
57792ded36
Update copyright on mac.9 for 2004. Use "-" for copyright year
...
ranges.
Add additional credits for contributions to the MAC Framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, McAfee Research
2004-02-26 01:18:46 +00:00
Christian Brueffer
ea2937efb8
Add SiI3512.
2004-02-25 13:48:48 +00:00
Noriaki Mitsunaga
986c9fbae8
o Use I-O DATA' instead of
IO DATA' as the vendor uses the former
...
on its own site (http://www.iodata.jp/ ).
o Add a missing cross reference to cardbus(4).
Submitted by: rushani
2004-02-25 00:13:43 +00:00
John Baldwin
ab9fe4e1fe
- Clarify ambiguous statement about not being able to both slock and xlock
...
a single lock at the same time.
- Avoid using "own" to refer to holding either a shared or exclusive lock
as it is only really correct for exclusive locks.
- Reword the sentence about sleep-ability to read easier.
Requested by: truckman (1)
2004-02-24 21:36:39 +00:00
Christian Brueffer
db5fd6d249
Wordsmithing
2004-02-24 15:00:03 +00:00
Noriaki Mitsunaga
0973129743
PAO's work has been merged into FreeBSD not removed.
...
So remove the line.
Reviewed by: trhodes
2004-02-23 23:47:50 +00:00
Nate Lawson
e821c36489
Some markup fixes, change some devices to a feature.
2004-02-22 00:50:00 +00:00
Nate Lawson
37c51fd956
Update the debug.acpi.disable section for missing devices and the special
...
"all" value.
2004-02-22 00:30:43 +00:00
Nate Lawson
3c8c064683
bus_set_resource takes a rid, not a pointer to a rid.
2004-02-22 00:29:04 +00:00
Ruslan Ermilov
607ee6431f
mdoc(7) guru's glance.
2004-02-20 16:05:38 +00:00
Wilko Bulte
9f8e4ded12
List EPSON Perfection 3200 as supported.
...
Reminded by: simon
2004-02-20 09:54:32 +00:00
Pawel Jakub Dawidek
45c8a69994
New failure detection algorithm was backed out, so backout manual
...
page change as well.
Requested by: scottl (mentor)
2004-02-20 09:52:26 +00:00
Philip Paeps
43f842cb15
Document the acpi_toshiba driver written by Hiroyuki Aizu.
...
Approved by: njl (mentor)
2004-02-19 19:35:27 +00:00
Pawel Jakub Dawidek
4977f29fd0
Update manual page (new failure detection algorithm was added).
...
Approved by: scottl (mentor)
2004-02-19 17:05:32 +00:00
Pawel Jakub Dawidek
6babc58b2f
Path correction.
...
Approved by: scottl (mentor)
2004-02-19 14:32:44 +00:00
Mike Makonnen
d4d7df5c0c
Implement PThreads barriers and barrier attributes.
2004-02-19 13:51:52 +00:00
Ruslan Ermilov
1b2f42a9c7
Improve formatting.
2004-02-19 12:02:54 +00:00