he
1565075b57
Add manual page for the ahd driver. Taken from FreeBSD and adapted
...
to the NetBSD port of the driver.
OK'ed by fvdl.
2004-12-23 23:13:14 +00:00
christos
a355909543
revert previous change while discussion is in progress
2004-12-20 18:32:46 +00:00
itojun
2fdfeb359f
RFC cannot be used as manpage regarding to the ISOC copyright boilerplate.
...
remove it until someone writes it up from scratch/freely-redistributable
text is found.
2004-12-20 03:50:04 +00:00
wiz
99a942347a
Bump date for SMC2642W support.
2004-12-17 12:18:43 +00:00
gson
6474041d15
Add the SMC EZ Connect 11M Wireless CF Card SMC2642W to the list of
...
supported cards.
2004-12-17 09:21:44 +00:00
wiz
151274c816
Drop trailing whitespace; punctuation nit.
2004-12-15 15:43:55 +00:00
wiz
1b174bc3bf
New sentence, new line. Zero is no defined value, just a number.
2004-12-15 15:39:03 +00:00
wiz
d33e4d47b8
Drop trailing whitespace.
2004-12-15 15:37:01 +00:00
peter
0c0e079ef1
Change pseudo-device ptm to pty in synopsis and explain that the
...
ptm device is include with the pty device. Bump date.
ok christos
2004-12-12 22:38:45 +00:00
spz
3ca52e72db
adds a description of m_apply
...
closes PR kern/26059
has been looked at by Jason Thorpe and Christos Zoulas
2004-12-12 21:04:16 +00:00
jdolecek
5ec3d6ddb7
bump date
2004-12-11 10:15:02 +00:00
jdolecek
3975a596ae
xref sk(4)
2004-12-11 09:53:04 +00:00
peter
ca50c2f187
statvfs will be in NetBSD 2.1. Pointed out by christos.
2004-12-09 11:21:50 +00:00
peter
c910257d69
ptm(4) will be in NetBSD 2.1. Pointed out by christos.
2004-12-09 11:20:50 +00:00
peter
9e45393a6f
Change .Nx 2.1 to .Nx 3.0, because 3.0 will be the next major
...
release, not 2.1.
2004-12-08 18:35:56 +00:00
peter
2ba72368c6
Correct some uses of macros:
...
- use .Cm for command modifiers.
- use .Fl / .Ar for flags / arguments.
- use .Cd for pseudo-device in SYNOPSIS.
- use .Pa for paths.
Approved by wiz.
2004-12-08 18:33:32 +00:00
wiz
a8f9214c6d
Actually, undo br/";" changes of previous, they are necessary
...
because .Ft/.Fn are not used in the SYNOPSIS.
2004-12-08 14:12:43 +00:00
wiz
9bc9b7596d
Consistency with other man pages: do not break between function type and function;
...
remove semicolon after function.
Remove superfluous Pp and bump date for uvm_unmap documentation.
2004-12-08 14:10:03 +00:00
cube
c002a66744
Add a manual page for ixpide(4).
2004-12-06 19:34:01 +00:00
yamt
ccd887a498
document uvm_unmap.
2004-12-06 17:34:07 +00:00
atatat
aa58464306
wiz warning: A .Bl directive has no matching .El (fixed)
2004-12-05 16:20:43 +00:00
wiz
65662157da
New sentence, new line.
2004-12-05 13:28:54 +00:00
wiz
d61c6aa90c
Bump date since the devices are cloning now.
2004-12-05 13:27:26 +00:00
peter
d47c7d9500
Document that an open call on /dev/tunN also creates new interfaces.
...
While here, use .Cm for command modifiers.
2004-12-05 13:26:39 +00:00
peter
53bdda7819
Document cloning changes; remove count.
2004-12-05 13:24:10 +00:00
wiz
6db487450e
Some fixes from jmc@openbsd.
2004-12-05 13:17:35 +00:00
wiz
1e815eb68e
Bump date for cloning; use .Cm for command modifiers;
...
fmt some paragraphs.
2004-12-04 17:03:04 +00:00
peter
8a19cbc78f
lo(4) is now a cloner. Document this.
2004-12-04 16:47:10 +00:00
hubertf
25486664b0
LBNL - last but not least, by kocio@IRC
2004-12-04 02:03:32 +00:00
wiz
dd670f8f43
New sentence, new line, drop trailing whitespace.
2004-12-03 23:39:52 +00:00
christos
8ba40fb280
Explain the remaining kernel error codes.
2004-12-03 21:34:01 +00:00
hubertf
15ff055049
Add a _bit_ more information ("isochronous network transfers over firewire").
2004-12-03 21:24:57 +00:00
wiz
410896714e
I am pretty sure grant ported it to NetBSD, not OpenBSD; say so.
2004-12-03 12:54:23 +00:00
atatat
18088943f2
Add a man page that describes the kernel-only errno values that never
...
get passed back up to userland.
2004-12-03 03:33:00 +00:00
wiz
cb2eb1d856
ALL_TARGET is now called BUILD_TARGET.
...
XXX: this file should be merged to the pkgsrc guide and removed.
Any takers?
2004-12-02 16:41:11 +00:00
fredb
45a5ad686f
Mirror Rev 1.6 in Imake.rules, addressing PR misc/28444. This implements
...
Thomas Dickey's idea to work around a standards mandated change to the
C pre-processor to avoid having to change dozens of ancient X man pages,
appending a space to any line in a man page that ends in backslash "\".
2004-12-02 16:33:47 +00:00
wiz
3710bb4378
Sort SYNOPSIS.
2004-12-02 15:03:00 +00:00
wiz
d7dd101719
Sort SYNOPSIS. New sentence, new line. use more markup. Grammar fixes.
2004-12-02 15:02:37 +00:00
xtraeme
76025558e1
Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@,
...
reviewed and ok'ed by cube@ and martin@.
2004-12-02 14:33:31 +00:00
xtraeme
347378fc9f
Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@,
...
reviewed by christos@, cube@ and martin@.
While here, remove a printf() in mpu_attach() (ic/mpu.c) to remove
an empty line in some frontends (mpu_isa.c, etc).
2004-12-02 09:50:41 +00:00
simonb
0f9fca4682
Add COPTS to AFLAGS so assembly files pick up flags like -msoft-float.
2004-12-02 00:00:41 +00:00
grant
9204390fe4
add iteide(4) driver for ITE8212-based IDE controllers. from
...
OpenBSD, ported to NetBSD by me.
ok'd by bouyer@, thorpej@.
2004-12-01 22:27:45 +00:00
jmc
9bfe9b9970
Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
...
non NetBSD/bsd hosts.
2004-11-28 11:14:41 +00:00
jmc
c7464d49db
Convert remaining host tools for amiga to correct cross tools. Now allows
...
complete amiga builds on non netbsd/bsd hosts
2004-11-28 07:00:52 +00:00
wiz
eb1dcbb30e
Mark up paths with .Pa.
2004-11-25 11:40:56 +00:00
jmc
9a999c376a
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
...
w/o error now.
2004-11-25 08:09:14 +00:00
ginsbach
9edd582697
New sentence, new line.
2004-11-25 03:11:17 +00:00
wiz
6f3f0eb54a
Remove netsmb(4); nsmb(4) replaces it (and is linked to it for now).
...
Sort MLINKS lines in Makefile.
2004-11-24 22:38:44 +00:00
bouyer
fe4d81db48
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
...
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
yamt
6bc0cb25b2
note that wired pages can't be loaned out.
2004-11-23 11:20:18 +00:00