hannken
067a3b897d
Update the file system snapshot driver:
...
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
space. Default size of backing store is the size of the file system.
2004-01-11 19:05:26 +00:00
augustss
2251734558
Remove accidental extra stuff.
2004-01-07 15:52:54 +00:00
augustss
6794fe8703
Make usbtask(4) be usb(4).
2004-01-07 14:34:09 +00:00
thorpej
cb95d1c61d
Split the Artisea bits out of piixide(4) into artsata(4).
2003-12-14 01:38:04 +00:00
thorpej
c49bae6213
Split the SATALink bits out of the cmdide(4) manpage into the satalink(4)
...
manpage.
2003-12-14 01:00:20 +00:00
hannken
fbae381aaa
The file system snapshot pseudo driver.
...
Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().
Not enabled by default in any kernel config.
Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-12-10 11:40:11 +00:00
uwe
16fdcf9bc6
Descend into man4.hpcsh.
...
Install adc(4) and j6x0tp(4) manual pages.
2003-11-05 02:59:09 +00:00
nisimura
51cdfee682
Added stpcide(4) driver for STMicroelectronics STPC IDE controllers.
2003-10-31 06:49:58 +00:00
wiz
5ab0f44b67
Descend into man4.sparc64 and install man pages there.
2003-10-30 08:21:19 +00:00
bouyer
e3847b4da7
Add man page for per-chip pciide drivers.
2003-10-08 12:02:40 +00:00
bouyer
7cc555fc4d
Add a ata(4) man page, with a symlink to atabus(4), and xref where
...
appropriate.
2003-10-08 11:20:09 +00:00
wiz
c53b0c7769
Add man page for bce(4), and xref it from bge(4).
2003-09-28 18:32:18 +00:00
mbw
c5d6d22d3d
Combine mac68k and macppc mc.4 man page into an MI man page.
2003-09-26 19:53:50 +00:00
mbw
0229f57aee
Alex Zepeda <zipzippy@sonic.net> created some nice new ADB man pages
...
based loosely on the mac68k adb.4. These pages are MI (mac68k and macppc).
2003-09-26 19:15:15 +00:00
pooka
4eeb5e46d5
build iavc.4 and isdncapi.4
2003-09-25 16:48:04 +00:00
pooka
0bb7981ffd
move iwic.4 to the same place with its isdn friends
2003-09-25 16:34:55 +00:00
dan
b8ae1829cd
build atw.4
2003-09-04 03:17:03 +00:00
jdolecek
7dbbf58371
add sk(4) manpage, adapted from OpenBSD by Stephen Degler
...
followup to PR kern/22511
2003-08-30 22:00:37 +00:00
itojun
15980e345d
manpage for udav*
2003-08-22 06:42:01 +00:00
tsutsui
3ffdc0a82f
Add spc(4) man page for Fujitsu MB87030/MB89352 SCSI Protocol Controller
...
(SPC) driver.
2003-08-01 02:36:04 +00:00
drochner
603807f849
add a manpage for the "txp" driver (3c990), from OpenBSD
2003-07-04 16:05:47 +00:00
gmcgarry
a0b04cb7df
GPIB manpages.
2003-06-02 04:00:24 +00:00
uwe
95af8c21e9
Add igsfb(4).
2003-06-01 11:38:16 +00:00
drochner
1b08bec43d
opms(4) is long gone
2003-05-14 12:18:07 +00:00
fair
60ec1171ef
Add a full list of config(8) lines from sys/arch/*/conf/GENERIC
...
Add ms(4) and kbd(4) to SEE ALSO.
Correct Ud -> Ux in HISTORY.
Add links to zs.4 and zsc.4 to make this easier to find.
Mention "Zilog 8530" in the Nd so that the permuted index will find
this driver.
2003-05-02 00:42:40 +00:00
gmcgarry
8a0a3238fa
Manpage for amr(4) from FreeBSD. Addresses PR#17110.
2003-05-01 08:36:50 +00:00
gmcgarry
97c9a5f9dd
arc and cobalt directories
2003-04-29 21:00:29 +00:00
augustss
c6715d7fe8
Add more (skeleton) missing man pages.
2003-04-29 11:49:50 +00:00
augustss
1b30b81d8d
Add some man pages that were missing. The pages are empty, but has the
...
email address of the person who added the driver. ;-)
2003-04-29 11:35:54 +00:00
augustss
68d8a112dc
Link opms to pms.
2003-04-28 09:54:57 +00:00
wiz
bad60bf647
Install oak(4), and descend into man4.acorn32 instead of man4.arm32.
2003-04-17 10:17:03 +00:00
thorpej
9bb07287c3
Manual page for the LSI Fusion-MPT SCSI/Fibre Channel driver.
2003-04-16 22:32:15 +00:00
tsutsui
fce130b45c
Build and install oosiop(4).
2003-04-06 10:22:21 +00:00
augustss
6a7347f080
Add uax(4) man page.
2003-02-16 14:10:39 +00:00
tron
c9fe87550b
Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.
2003-02-09 09:56:49 +00:00
jmcneill
61cf1ff02d
Add man pages for the ACPI Thermal Zone driver.
2003-01-05 21:10:57 +00:00
itohy
f9d87879fa
Add man4.dreamcast
2002-11-17 05:54:30 +00:00
wiz
ac2f36aea8
Add mtd(4) man page by Martin Husemann and Peter Bex, with some
...
improvements by me.
2002-11-11 22:34:27 +00:00
agc
0176e1f8e5
Might as well install the veriexec(4) man page.
2002-10-30 15:45:10 +00:00
augustss
0c81b8340d
Add ubsa(4).
2002-10-08 13:18:42 +00:00
elric
0c79a2434b
Install documentation about cgd(4).
2002-10-04 19:01:31 +00:00
pooka
f10e116eb8
add man page for iwic
...
from FreeBSD
2002-09-24 22:17:23 +00:00
soren
88eb6092d3
Install slhci(4).
2002-08-11 15:35:09 +00:00
drochner
b4bf2c6df9
add manpage for the PC87366 superI/O chip, temperature monitor part,
...
driver
2002-08-06 16:44:50 +00:00
thorpej
846dbf2b23
Descend into man4.evbarm.
2002-08-03 00:40:03 +00:00
thorpej
a564ee723c
Manual page for pseudo-device access to hardware-assisted data movers.
2002-08-02 00:43:12 +00:00
wiz
e00999b95c
Add man page for gem(4). OK'd by eeh.
2002-07-09 23:30:21 +00:00
enami
508a11256f
Add brief manpage for amdpm(4).
2002-06-18 00:37:04 +00:00
christos
49a54992e4
don't forget to install systrace.
2002-06-17 17:47:03 +00:00
wiz
8f713e513e
Descend into man4.pmppc.
2002-05-31 12:20:32 +00:00