drochner
2b294580b8
add copyright notices
2003-02-17 20:07:06 +00:00
wiz
fc2b9a57fc
Add setuid(7), from Henry Spencer, converted to mdoc by me.
...
XXX: Improvements are welcome, in parts a bit out of date.
2003-02-17 10:30:34 +00:00
wiz
60dacdf710
Fix some typos reported by Hiten Pandya in PR 20366.
2003-02-16 16:06:19 +00:00
augustss
6a7347f080
Add uax(4) man page.
2003-02-16 14:10:39 +00:00
grant
7dc9239d40
The correct capitalisation of 'NetBSD.org' is (you
...
guessed it) 'NetBSD.org'.
some mdoc fixes.
2003-02-14 15:20:17 +00:00
sommerfeld
0e75a48f8a
Add TNF copyright notice accidentally omitted from initial commit.
2003-02-14 14:52:29 +00:00
perry
996ded7b6d
Note that cngetc returns 0 if there is no console input device.
2003-02-14 01:05:22 +00:00
jmc
1ed82b5b2c
Add a synonym for trace - 'bt' and document it
2003-02-13 23:50:33 +00:00
jhawk
a296dc308f
Document check_mtree_follow_symlinks.
2003-02-13 02:42:37 +00:00
jhawk
e6eebcadf1
Document check_passwd_nowarn_shells, check_passwd_nowarn_users, and
...
check_passwd_permit_star; really the HISTORY section is kind of long in
the tooth.
2003-02-13 02:12:07 +00:00
wiz
caeedd08a7
New sentence, new line; use .Ev to mark up environment variables;
...
use .Dq for double-quoted words; drop trailing white space.
2003-02-12 18:48:14 +00:00
wiz
23eb5cf15d
New sentence, new line. Document it as policy.
...
[Compare the output of this man page before and after this change to see the
effects.]
2003-02-12 18:37:15 +00:00
gmcgarry
53034721e6
Some NLS discussion.
2003-02-12 02:42:44 +00:00
wiz
e835b21fe1
Quote minus.
2003-02-11 14:58:12 +00:00
tron
d919d0ef65
Synchronize documentation of MSS clamping feature with what's available
...
under "http://www.netbsd.org/Documentation/network/pppoe/ ".
2003-02-11 08:18:35 +00:00
thorpej
4c275f2081
Improve the wording regarding the relationship between bus_dmamap_sync()
...
and memory barriers.
2003-02-11 07:02:26 +00:00
wiz
b810a5c518
Bump date for kern.dump_on_panic addition.
2003-02-10 15:30:52 +00:00
grant
6914344087
new sentence, new line. add Xr to installboot(8).
2003-02-10 13:36:00 +00:00
drochner
25d3c2e03b
remove leftover pre-UVM manpages
2003-02-10 13:08:00 +00:00
atatat
a8481319cb
Add a kern.dump_on_panic sysctl variable (and documentation, and a
...
kernel config option) that controls whether the kernel dumps to the
dump device on panic. Dumps can still be forced via the ``sync''
command from ddb. Defaults to ``on''.
2003-02-10 00:35:15 +00:00
wiz
b2b00a0b31
Fix last.
2003-02-09 15:19:14 +00:00
tron
c289ed4650
Remove obsolete comments.
2003-02-09 15:15:38 +00:00
tron
21fedc54a1
Fix typo in comment.
2003-02-09 15:14:45 +00:00
wiz
d7a98f6604
Fix name, typo in a comment, and use .Fx and .Nx instead of FreeBSD and NetBSD.
2003-02-09 14:33:34 +00:00
wiz
56481e1f16
regen (+wskbd, hi thomas!).
2003-02-09 14:30:57 +00:00
tron
1677386f89
Correct typo in an e-mail address.
2003-02-09 10:06:16 +00:00
tron
c9fe87550b
Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.
2003-02-09 09:56:49 +00:00
briggs
fbbeb504a9
Update example to match current code.
2003-02-05 03:00:39 +00:00
perry
1f4ad37fe3
"Utilize" has exactly the same meaning as "use," but it is more
...
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-05 00:02:24 +00:00
perry
43e0efbdeb
"Utilize" has exactly the same meaning as "use," but it is more
...
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
wiz
f25847f8ef
Fix two grammar errors reported by Damon Brodie in PR 20192.
2003-02-04 21:56:34 +00:00
thorpej
d14fe20bec
Oops, forgot to remove links for callout_active and callout_deactivate.
2003-02-04 16:22:47 +00:00
thorpej
c6d7641749
Update for new callout(9) implemenatation.
2003-02-04 01:22:36 +00:00
jmmv
bb8f35d1fa
Remove references to the pccons(4) manpage (which does not exist), using
...
the pccons word by itself.
Rename *_KEYBOARD options to be *_KBD, as the former are not recognized in
the kernel.
Add missing wscons(4) reference in SEE ALSO, as suggested by kleink.
2003-02-02 22:53:57 +00:00
wiz
6c3d6d7f8f
Typo fix.
2003-02-01 12:52:49 +00:00
jdolecek
16ebe50674
slightly adjust to clarify handling of zero time (tv_sec == tv_usec == 0)
...
- itimerfix() leaves the time as zero in this case, doesn't adjust to one tick
also use 'one tick' rather than mere 'tick' in first paragraph
2003-02-01 10:43:20 +00:00
thorpej
09d0041ce2
Update for extensibe malloc types.
2003-02-01 06:27:23 +00:00
kent
cd7d9faeaf
Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.
2003-01-28 01:07:51 +00:00
kleink
62ef5befab
<sys/ucred.h> requires <sys/param.h> as a pre-requisite; suggested
...
by Martin Husemann.
2003-01-25 19:27:43 +00:00
keihan
a4c1e9c0ba
Typos,
...
ntwo -> ntwoc
ntowc -> ntwoc
Reviewed by Christian Hopps.
2003-01-25 00:17:30 +00:00
tsarna
e4c4e3f3b9
"Obsolute" is a nonsklarkish English flutzpah... Replace it with "Absolute"
2003-01-24 22:21:43 +00:00
kleink
7f46140777
Use standard indentation for struct members, which will do nicely.
2003-01-22 11:06:01 +00:00
wiz
0c18ab1d39
sigaltstack(2), not (3), and same for sigprocmask. From kleink.
2003-01-21 14:21:47 +00:00
wiz
9a9986e251
Add ucontext(5) from Klaus Klein.
2003-01-21 12:43:13 +00:00
wiz
3ff6903733
regen (+panel, hi soren)
2003-01-20 08:13:25 +00:00
rafal
486868997d
Regen from latest MAKEDEV. Thanks to Thomas for the reminder!
2003-01-20 01:55:34 +00:00
atatat
dd0a8acd21
The next release will be 2.0, not 1.7.
2003-01-19 21:25:36 +00:00
jdolecek
3d8d8663b9
g/c the NEXTRELEASE comment tag now that the next version number is decided
2003-01-19 20:12:31 +00:00
grant
98ae779062
Fix some typos. From Igor Sobrado in PR pkg/19907.
...
While I'm here, new sentence, new line.
2003-01-18 18:32:20 +00:00
jmmv
7fb5910ea7
... and bump date.
2003-01-18 12:23:58 +00:00
jmmv
9e89b07f14
Add information about the "replace" target. This closes my own PR pkg/18014.
...
Okay'ed by wiz.
2003-01-18 12:22:36 +00:00
wiz
a3213b9aee
bandwidth, not bandwith.
2003-01-17 23:58:55 +00:00
itojun
40606ab8f2
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
...
implementation. it will simplify porting across *bsd (such as kame/altq),
and make us more synchronized. from Joel Wilsson
2003-01-17 08:11:49 +00:00
gendalia
1f71c142cd
Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T
2003-01-17 06:23:52 +00:00
gendalia
c6909b8a52
add 3c905CX-TX to the list of supported interfaces.
2003-01-17 01:40:56 +00:00
gendalia
d31673b723
note added support for nForce2 MCP-T audio
2003-01-16 14:55:12 +00:00
wiz
4747f8f287
regen (+bktr, +radio)
2003-01-15 00:18:06 +00:00
jdolecek
195a61178e
the SB Live! joystick port is actually supported nowadays
2003-01-14 20:50:52 +00:00
jmmv
66808db078
Remember the administrator to always configure /etc/mailer.conf, as there
...
is no default. Approved by wiz.
2003-01-12 09:23:55 +00:00
lha
7e3ef8185e
s/pfil_get_head/pfil_head_get/
...
fixes Joel Wilsson's <joelw@unix.se> misc/19796
2003-01-11 22:45:39 +00:00
jschauma
3fd604cd1b
Remove documentation of obsolete variables EXTRACT_BEFORE_ARGS and
...
EXTRACT_AFTER_ARGS.
2003-01-10 17:25:38 +00:00
wiz
2ae0f429c4
NetBSD -> .Nx.
2003-01-08 17:36:56 +00:00
jmmv
49a68c4465
Replaced /proc with /emul/linux/proc. Some minor grammar fixes too.
...
Okay'ed by wiz.
2003-01-08 17:34:15 +00:00
martin
6146c9c6ad
Remov BUGS section - the last known one has been fixed.
2003-01-07 20:47:12 +00:00
jonb
17f2be3d4e
describe the CFATTACH decl macro, rather than defining struct cfattach
2003-01-07 17:13:07 +00:00
jonb
91fbd06a37
What is error.h? Perhaps it should be errno.h?...
2003-01-07 17:11:28 +00:00
christos
eca381fce4
mention ACPIVERBOSE
2003-01-06 19:43:58 +00:00
wiz
8047beb408
regen (+ld, mlx).
2003-01-06 19:27:27 +00:00
wiz
82485d79c7
New sentence, new line. Bump date for BUGS update.
2003-01-06 19:18:29 +00:00
fredette
05bd3fb91f
Updated the BUGS section to reflect the new, limited recording support.
2003-01-06 15:38:25 +00:00
wiz
37afd11468
Grammar fixes from jmc@prioris.mini.pw.edu via openbsd.
2003-01-06 13:14:51 +00:00
wiz
45ad5c9584
successful with only one l.
2003-01-06 12:46:05 +00:00
wiz
5a91827c81
through, not throught.
2003-01-06 12:29:48 +00:00
wiz
6d8cbf7e43
descriptor with a c.
2003-01-06 12:14:26 +00:00
wiz
c577f7b99b
Remove reference to non-existing opms(4).
2003-01-06 11:29:01 +00:00
wiz
8f996868d0
pckbc has no opms attachment for some time now.
2003-01-06 11:28:40 +00:00
wiz
cff5a9306d
Fix .Dd.
2003-01-06 11:26:18 +00:00
wiz
4fed2773d3
Sort SEE ALSO.
2003-01-06 11:22:19 +00:00
jmcneill
6ed596bc88
Cross-reference envsys(4)
2003-01-05 21:11:54 +00:00
jmcneill
61cf1ff02d
Add man pages for the ACPI Thermal Zone driver.
2003-01-05 21:10:57 +00:00
jmcneill
cd06c05f6c
Mention ACPI attachments for acpitz, com, fdc, lpt, npx, pckbc, and wss.
2003-01-05 20:58:38 +00:00
wiz
9f03533c3a
regen (+pci).
2003-01-05 02:32:57 +00:00
jdolecek
3c6eec6e52
/usr/include/dev/wscons/wsdisplayvar.h isn't installed anymore; reference
...
src/sys/dev/wscons/wsdisplayvar.h instead (anyone compiling
kernel has this readily available)
fixes PR misc/19617 by Igor Sobrado
2003-01-04 18:12:37 +00:00
wiz
3c478cca96
Use "ad-hoc" and "WaveLAN" consistently. From Igor Sobrado in PR 19654.
2003-01-04 01:09:37 +00:00
wiz
11b3adcb92
Fix some typos, partly from Igor Sobrado in PR 19656.
2003-01-04 01:03:59 +00:00
wiz
b0158152e7
existance -> existence (PR 19655); start new sentences on new lines while here.
2003-01-04 00:46:03 +00:00
wiz
ba6ca53c81
New sentence, new line. Bump date for BUGS updates.
2003-01-03 13:24:30 +00:00
martin
ad76ce3165
This driver is now realy working for everything on sparc, update man
...
page and mention FULL_SPARC_BUS_SPACE.
2003-01-03 13:15:16 +00:00
jschauma
0a4453cc1e
Fix typos noted by Igor Sobrado in PR misc/19641 (some already fixed
...
by others):
MCHTYPE(9) - implemntation (implementation)
VFS_CHECKEXP(9) - specied (specified), acces (access)
VOP_ABORTOP(9) - singla (single), implments (implements),
callling (calling), credientials (credentials)
2003-01-03 04:18:57 +00:00
jmmv
f4644590a2
Add trailing slash to some directories that did not have them (to look like
...
others in the manpage).
Add missing /libexec/ directory.
Approved by wiz.
2003-01-02 22:24:49 +00:00
wiz
9eea5ffeb1
New sentence, new line.
2003-01-02 10:17:27 +00:00
jschauma
60385de291
preceeding -> preceding
...
Pointed out by Igor Sobrado in PR misc/19636.
2003-01-01 21:58:39 +00:00
jschauma
0a354f2979
defacto -> de facto
...
Pointed out by Igor Sobrado in PR misc/19633.
2003-01-01 21:52:38 +00:00
augustss
b266cbec7b
Fix a typo pointed out by Urban Boquist.
2003-01-01 16:09:19 +00:00
thorpej
1fa13c5d00
Document aprint_error(), aprint_get_error_count(), and printf_nolog().
2002-12-31 23:53:09 +00:00
thorpej
e0de80eb25
Document the "aprint" autoconfiguration message printing routines.
2002-12-31 17:49:14 +00:00
yamt
0fd87a8ffb
update description of vflush.
...
from FreeBSD's vfs_subr.c.
2002-12-29 06:51:40 +00:00
gson
6f2e7df90b
1.2MB and IBM PC 360 KB floppy drives are 5.25 inch, not 3.5 inch.
2002-12-29 00:12:42 +00:00
wiz
1f19704e0a
Standardize Dd and Dt arguments; add section argument to Xr.
2002-12-23 22:23:43 +00:00
pooka
ae7d5d485e
add crime.4 and mace.4
2002-12-23 22:08:24 +00:00
pooka
06d2948f14
short descriptions for CRIME and MACE found on the O2
2002-12-23 22:06:40 +00:00
grant
76bb93652f
Fix a typo.
...
From Bryan Vyhmeister in PR 19503.
2002-12-23 08:00:58 +00:00
lukem
144b55005f
Rework METALOG manipulation:
...
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
"mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
on a P3-600.
(This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
on all the pathnames, and it's smaller as well.
2002-12-23 06:52:48 +00:00
wiz
7230c8277a
dependent has no a.
2002-12-21 13:05:11 +00:00
wiz
8e62ab1c3f
parameterized instead of parametrized, from Adrian Mrva.
2002-12-21 13:00:57 +00:00
wiz
7a538d88c6
message with one a, from Adrian Mrva.
2002-12-21 12:56:35 +00:00
wiz
56487eedef
maintenance, not maintenence. From Adrian Mrva.
2002-12-21 12:25:33 +00:00
lukem
ebdb5fe2ad
Remove /usr/local (and children) from the base distribution; we shouldn't
...
be creating directories or modifying permissions under there.
(/usr/local/* is still retained in various default PATHs, for convenience)
2002-12-20 06:39:53 +00:00
lukem
9dac6e17e3
Remove /sys -> /usr/src/sys symlink.
2002-12-19 23:04:26 +00:00
wiz
218d0a7872
Mostly fixing Xrs, but some other fixes too.
2002-12-18 20:51:53 +00:00
wiz
2fd972238a
regen (twe)
2002-12-18 20:27:52 +00:00
wiz
898689a780
Sort sections.
2002-12-18 19:39:12 +00:00
wiz
2a557a3feb
Grammar fix, and drop a trailing space.
2002-12-18 19:29:26 +00:00
wiz
3bcbc6aea4
Dd should have long month name, add some articles, and drop an unneeded .Pp.
2002-12-18 19:27:42 +00:00
wiz
3e6d4063c8
Regen (dpt)
2002-12-18 19:25:44 +00:00
abs
cfb215a4f2
Document NOFILE
2002-12-13 22:44:09 +00:00
ad
8d65361e31
raidutil -> dptutil
2002-12-11 13:20:47 +00:00
scw
599e82b578
The walnut port has been subsumed by the new evbppc port.
2002-12-09 14:45:59 +00:00
uwe
65dd4ff755
Do a few overlooked s/shutdown/power/.
2002-12-09 13:22:48 +00:00
scw
cc0125e443
Add evbppc, delete walnut.
2002-12-09 12:51:54 +00:00
scw
a7ebdbe931
Delete man8.walnut, and add man8.evbppc.
2002-12-09 12:43:16 +00:00
ad
f25a33663b
Update for recent changes.
2002-12-07 20:01:03 +00:00
martin
66efc8657b
Document the force_down_interfaces variable.
2002-12-04 22:59:51 +00:00
isaki
8f17eedef1
Add manual page of bmd.
2002-12-01 09:14:34 +00:00
isaki
24eac1647f
Regen; add bmd
2002-12-01 09:02:13 +00:00
jdolecek
923f85008b
add afterboot.8 here. pointed out by Julio Merino
2002-11-30 15:29:36 +00:00
jdolecek
4b413dd039
add afterboot(8) manpage - things to check after the first complete boot
...
adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me
2002-11-30 14:09:50 +00:00
wiz
db25e6f163
New sentence, new line.
2002-11-29 19:11:45 +00:00
wiz
90a6e234c2
regen (bpp man page)
2002-11-29 19:04:44 +00:00
wiz
cf0695b17b
regen (midi)
2002-11-29 19:04:25 +00:00
tsutsui
401a6030de
Note FMV-186/186A/188 PCI Ethernet adapters are supported by fxp(4).
2002-11-29 18:00:02 +00:00
junyoung
a16598462b
Document NEW_BUFQ_STRATEGY. Hopefully it should become the default before
...
the next major release is available.
Idea of documenting it suggested (and Ok'ed) by Hubert Feyrer.
2002-11-29 04:25:38 +00:00
martin
da6b5e13a7
A simple man page for /dev/bpp.
2002-11-28 20:06:26 +00:00
martin
97d93bb04d
Regen (/dev/bpp added).
2002-11-28 19:32:43 +00:00
dan
c4c5556d3e
Note the @home device which also works with this driver
2002-11-26 23:02:37 +00:00
grant
d8cbe887fb
Improve ipmon_flags.
...
From Jason Lingohr <jason at lucid dot net dot au>.
2002-11-26 12:25:53 +00:00
rafal
0266949b9c
Regen: catch up to Martin's lpt addition.
2002-11-26 02:30:36 +00:00
bouyer
b7b6370242
Remove the note about Ultra/133 from the bug section. Pointed out by
...
mipam@ibb.net , thanks !
2002-11-25 22:50:49 +00:00
grant
89e8f956d1
New sentence, new line.
2002-11-25 08:07:04 +00:00
grant
bed1c102d8
add ipmon_flags. from freebsd.
2002-11-25 08:06:37 +00:00
thorpej
2e0f3f1f87
Mention xor5, xor6, xor7, and xor8.
2002-11-23 17:36:28 +00:00
wiz
34fa57de10
Use correct macro.
2002-11-22 12:15:27 +00:00
simonb
a5bd4ec465
Fix a grammatical nit.
2002-11-19 04:16:02 +00:00
itojun
318c547b9b
document new sanity checks. sync w/kame
2002-11-17 19:34:52 +00:00
wiz
2b116e162c
Add some definite articles.
2002-11-17 15:48:05 +00:00
chs
4b2625143d
change uvm_uarea_alloc() to indicate whether the returned uarea is already
...
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
itohy
e3d75a4ff4
Regen (fix desc, add manual pages)
2002-11-17 05:58:51 +00:00
itohy
f9d87879fa
Add man4.dreamcast
2002-11-17 05:54:30 +00:00
itohy
d7eb7f969e
Manual pages of dreamcast specific drivers
2002-11-17 05:53:41 +00:00
wiz
e991211bf2
Drop trailing space.
2002-11-17 01:28:18 +00:00