wiz
987c42ae1c
some whitespace cleanup
2000-12-24 02:52:53 +00:00
itojun
cd483dd854
use ${MKLOCALE} from bsd.sys.mk. PR 11801.
2000-12-23 22:48:26 +00:00
itojun
9ad9be84eb
declare ${MKLOCALE}. PR11801.
2000-12-23 22:47:28 +00:00
bjh21
883b619b51
MAU detection on E200 now works.
2000-12-22 22:24:09 +00:00
itojun
1f25592a51
declare SWIDTH1.
2000-12-22 01:37:22 +00:00
itojun
d31d542a97
populate citrus xpg4dl locale definitions into /usr/share.
...
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.
TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
itojun
c2c9f31e53
for cross builds, use /usr/bin/mklocale. we use the same locale format
...
for all platforms (not tested - please).
remove bogus comment
2000-12-22 01:11:48 +00:00
itojun
d2af81ac0d
s/la_LN/en_US/. la_LN is not really official, so is not meaningful even
...
as an template.
2000-12-22 00:54:43 +00:00
itojun
3e567fe207
LC_CTYPE locale files for citrus xpg4 locale.
2000-12-22 00:36:05 +00:00
bjh21
5cff2cca3b
We seem to have support for automatic media selection now.
2000-12-20 23:11:26 +00:00
bjh21
454c532104
Add eh(4).
2000-12-20 21:24:35 +00:00
bjh21
0c2232a7c4
Manual page for the eh driver, for older i-cubed EtherLan cards.
2000-12-20 21:12:14 +00:00
jhawk
99cad24a0c
First appeared in 1.6 (or possible 1.5.1, but we don't
...
know that yet), not in 1.5.
2000-12-20 02:16:33 +00:00
onoe
808d00175e
add reference to an(4).
2000-12-19 15:33:52 +00:00
onoe
e371bfa913
add more note for Cisco 340 series.
2000-12-19 15:24:28 +00:00
bouyer
131e5cac54
Ops, forgot to mention ti(4) as supporting 802.1Q MTU.
2000-12-19 14:52:37 +00:00
kleink
f02540ff10
C99: Print the name of the function enclosing the assertion, if possible.
2000-12-19 14:32:59 +00:00
kleink
d4f46f5156
Import tzdata2000h.
2000-12-19 14:27:54 +00:00
bouyer
7aa9a94003
Note 1000baseT support, and remove "VLAN not supported" from bug section.
2000-12-19 14:10:51 +00:00
bouyer
0f4954d655
Document the MTU problem and drivers supporting the 802.1Q MTU.
2000-12-19 14:04:03 +00:00
wiz
9632067072
add FSVO (for some value of)
2000-12-18 15:05:30 +00:00
soren
86e8bea553
an(4) is not specific to i386.
2000-12-17 21:44:50 +00:00
thorpej
a4e1165923
Note the isapnp front-end for the Aironet driver.
2000-12-17 20:38:22 +00:00
lukem
bacbe78fc4
use `service' instead of `program'
2000-12-15 00:57:27 +00:00
augustss
47ebd7e631
Spell the name of the driver an (not wi), also note pci attachment.
2000-12-14 04:49:20 +00:00
onoe
9676644627
fix typo: no not -> do not
2000-12-14 03:11:45 +00:00
onoe
d565f4b278
add an.4
2000-12-14 03:03:58 +00:00
onoe
a98df4a85f
man page for an driver, obtained from FreeBSD.
2000-12-13 21:00:53 +00:00
itojun
bac5a05e92
s/IP-only/IPv4-only/.
2000-12-12 18:15:38 +00:00
bjh21
fc878a5f9c
Bump Dd
2000-12-11 23:50:16 +00:00
bjh21
2268d7952a
Document cache-disable flag.
2000-12-11 23:49:36 +00:00
augustss
19954165b5
Since lkm/ seems to be gone now, don't list it as a SUBDIR.
2000-12-11 19:39:33 +00:00
ad
a52c851297
London switched area codes earlier this year. While there's supposedly only
...
one code, for the moment they still map to inner and outer London (as the
old ones did), so supply two codes.
2000-12-11 15:44:19 +00:00
hubertf
e2c37ca77d
Update, submitted by petri.koistinen@iki.fi in PR 11691
2000-12-11 15:35:09 +00:00
jdolecek
a780efe627
reformat the module type descriptions, add stuff from former
...
/usr/share/lkm/README
add (short) Emulation module description, update Execution Interpreters
entry
add NOTES sections, mention secutiry considerations here and note that
module can crash system easily (part of the latter was also taken from
/usr/share/lkm/README)
don't xref /usr/share/lkm (that doesn't exist anymore) - reference
lkm/ under kernel source tree
remove BUGS section - the bit about 'killing machine' is under NOTES now,
and the streams note is outdated
2000-12-11 13:58:02 +00:00
ad
f7e9cac3fa
Xr iopctl 8
2000-12-11 13:53:11 +00:00
jdolecek
02ab8e1e3f
nuke /usr/share/lkm - kernel modules are inherently depedant upon kernel,
...
so the example lkms should be included in kernel sets only; furthermore,
the stuff was highly outdated
relevant items will be moved to lkm(4) and under syssrc/sys/lkm/
2000-12-11 13:44:00 +00:00
ad
119e6fa6aa
Document the ioctl() interface.
2000-12-11 13:15:43 +00:00
ad
5ffa79d642
Remove junk.
2000-12-11 13:11:59 +00:00
ad
f92936a714
Fix typo, and sync with reality.
2000-12-11 13:10:24 +00:00
jdolecek
fe3aea6c34
nuke vfs examples - we have enough examples in kernel sources
2000-12-11 09:14:28 +00:00
bjh21
87517b3e0d
Add podulebus(4) and unixbp(4).
2000-12-09 18:30:01 +00:00
bjh21
faef3e8ac9
Manual page for unixbp.
2000-12-09 18:29:17 +00:00
augustss
cba59795d5
Fix tyop.
2000-12-09 02:11:51 +00:00
briggs
47ed89c687
Add
...
bofh - bastard operator from hell
and lart - luser attitude readjustment tool (ie, hammer)
from Paul Goyette.
2000-12-08 15:17:23 +00:00
scw
9b343e1abc
NetBSD/mvme68k's OBJECT_FMT is now officially ELF. :-)
2000-12-07 08:35:15 +00:00
jdolecek
7f028da379
add I/O Data USB-ET/T to the list of supported devices
2000-12-06 21:45:41 +00:00
sommerfeld
304faf39ff
define PRINTOBJDIR as a canned known-safe print-objdir invocation.
2000-12-06 03:21:33 +00:00
mycroft
60e1ee6e37
This is *purely* anal-retentive, but: remove extra spaces in the generated
...
commands in the previous.
2000-12-05 22:18:30 +00:00
mycroft
4a6da470ba
When handling ELF library symlinks, rather than removing and recreating the
...
symlink, instead create a temporary one ending in `.tmp' and `mv -f' it.
This way there is no window where libc isn't loadable (and thus
`make -j 100 install' works for libc).
2000-12-05 22:12:37 +00:00