lukem
87567a7fcd
use lowercase with .Nm to match actual command name
2000-11-07 05:49:31 +00:00
lukem
ebcd47ebf3
use .Xr
2000-11-07 05:44:50 +00:00
lukem
d9ef02fbd5
whitespace police
2000-11-07 05:44:17 +00:00
lukem
42039d09f9
use .Xr
2000-11-07 05:40:17 +00:00
itojun
8a3319ddda
do not recomment IFA_STATS, as the code seemingly not tested
...
(panics frequently due to NULL pointer chasing in kernel)
2000-11-07 04:46:40 +00:00
lukem
8ea171b99a
be consistent with man page xrefs (this is a pre mandoc man page)
2000-11-07 01:45:49 +00:00
lukem
091dffc1a7
fix borken Xr
2000-11-07 01:45:04 +00:00
fvdl
350e232678
Wrap checking the BOOTMODEL env var in DEBUG, it was intended for that
...
purpose originally, and this check only messes up selection of the
right kernel for the laptop install set.
2000-11-07 01:14:22 +00:00
pk
7e005a8804
Eject the floppy disks.
2000-11-06 23:17:45 +00:00
augustss
5a356af882
Regen.
2000-11-06 22:32:49 +00:00
augustss
75367f830a
Add some OUIs and models. From OpenBSD.
2000-11-06 22:32:26 +00:00
augustss
a00e309252
Fix speeling in cooment.
2000-11-06 22:10:03 +00:00
augustss
83bdca3a71
Print a newline after the random number speed message.
2000-11-06 22:01:31 +00:00
tsutsui
f1403ed3e2
Protect netisr by splnet().
2000-11-06 16:54:28 +00:00
jdolecek
f3fb930deb
use uname -p and uname -m to get machine architecture and
...
machine type, falling back to /bin/arch, /bin/machine if they
exist and uname didn't return anything.
This solves bin/10614.
2000-11-06 15:46:38 +00:00
itojun
e9ea23788b
MKNLS should only control installation of files under /usr/share/locale.
2000-11-06 15:35:25 +00:00
itojun
59e63e0152
MKNLS should control installation of /usr/share/locale files only.
2000-11-06 15:30:49 +00:00
itojun
e3ec4c0463
MKNLS should control installation of /usr/share/locale only.
...
(we may want to have additional variable to control libintl-readiness)
2000-11-06 15:29:18 +00:00
fvdl
e22c13589c
Make gss_acquire_cred actually work. Add a ccache member to the id_t struct
...
to store alternate creds, retrieved from a keytab. Make gss_init_sec_context
work with creds != GSS_C_NO_CREDENTIAL. Free ccache in id_t in release_cred.
2000-11-06 15:06:51 +00:00
tsubai
760413cb15
"xa" frame buffer driver.
2000-11-06 15:00:28 +00:00
jdolecek
5aadf3060b
put in NetBSD RCS id
...
put it comment that this was derived from stuff written by
Peter McIlroy - it's not clear now that it's separate from
the rest of new BSD-licenced sort(1)
2000-11-06 14:42:40 +00:00
itojun
7236276c18
sync with kame.
...
- include string.h (instead of sys/systm.h) on userland compilation.
make compilation under src/regress/sys/crypto happier. from minoura
- (blowfish) KNF.
2000-11-06 14:11:40 +00:00
jdolecek
73367a6dad
convert to use regex (it used compat regexp previously), g/c now unneded stuff
2000-11-06 14:05:54 +00:00
jdolecek
252a9be46b
use mkdtemp(3) instead of mktemp(3)
...
call daemon(3) before the mount(2) call, so that we can fill correct pid
to mount tag argument (previous code used getpid() + 1!)
2000-11-06 14:00:38 +00:00
jdolecek
7e315846e9
put in some commas, remove newlines
2000-11-06 13:53:53 +00:00
jdolecek
30ca1a2a3e
add missing ' is ' in regerror() explanation
2000-11-06 13:20:58 +00:00
tsubai
532d1c33c2
Enter ddb after ddb_init() if -d is specified.
2000-11-06 12:35:21 +00:00
jdolecek
bb40143374
fix typo
2000-11-06 12:34:25 +00:00
tsubai
7bfead48b0
Rearrange console selection code.
...
Now usb keyboard is preferred to adb.
2000-11-06 12:33:07 +00:00
itojun
ad037eb274
avoid namespace pollution by radix.h. the #ifndef _KERNEL portion was to
...
use radix.c in userland compilation, however, noone is using it.
(routed has its own radix.c)
2000-11-06 11:07:37 +00:00
minoura
f23be04b99
#include <string.h> for strlen() and strcpy().
2000-11-06 07:48:28 +00:00
mycroft
3112db7eb8
Call el_source() to use .editrc.
2000-11-06 04:21:14 +00:00
itojun
47bce75f00
check IPsec SA type (tunnel/transport/any) when we try to decapsulate IPsec
...
tunnel mode packet. decapsulate only if we got a tunnel mode SA.
KAME PR 296.
2000-11-06 00:58:34 +00:00
itojun
ef8a34f5c3
fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdc
2000-11-06 00:50:12 +00:00
lukem
fa16fd6f70
when doing `status', return non-zero if the program isn't running.
...
request by thorpej.
2000-11-06 00:08:30 +00:00
lukem
9046e7c099
when running `forcerestart', call the underlying `stop' and `start'
...
with the `force' prefix as well
2000-11-05 23:48:14 +00:00
matt
5a55a6ac60
Add files.ieee1394
2000-11-05 23:19:41 +00:00
onoe
5d7a16ff8c
make it compilable with FW_DEBUG
2000-11-05 23:04:00 +00:00
chs
b6b3ee8657
remove what looks to be a bit of leftover debug code.
2000-11-05 23:00:10 +00:00
chs
1c76b8d14d
fix types in debug code.
2000-11-05 22:59:27 +00:00
matt
c135d1f282
Add files.ieee1394
2000-11-05 22:48:27 +00:00
tv
c6a1ef4f70
8 spaces -> tab
2000-11-05 22:41:35 +00:00
matt
f0bd09f42d
Merge in my some of my stuff.
2000-11-05 22:35:56 +00:00
thorpej
113f6a0e18
Add <machine/pmc.h>
2000-11-05 22:29:03 +00:00
thorpej
c60d6ae15b
Machine pmc.h
2000-11-05 22:28:00 +00:00
thorpej
fa03f6e74d
If we have a working cycle counter, compute the number of CPU
...
cycles in a second, and print the CPU speed.
Derived from similar code in FreeBSD.
2000-11-05 22:10:01 +00:00
pk
88cd122ef4
Some factual & typographical corrections on the SCSI target mapping topic.
2000-11-05 21:30:22 +00:00
matt
43ff857e29
Don't allow use of mapreg is they are at or above 0x10000 in I/O space. (in
...
other words, if the address uses bits in the top 16 bits, don't use it).
2000-11-05 21:14:59 +00:00
mhitch
d458239a94
When doing the cacheflush for MIPS1, adjust the length to account for
...
an unaligned buffer. The last word of the buffer was not getting flushed
if the buffer was unaligned and fit in a single DMA segment. Now dump(8)
works on both MIPS1 and MIPS3 DECstations.
2000-11-05 21:02:13 +00:00
christos
392621627b
always attempt to canonicalize hostnames, not only when the hostname
...
does not contain a dot.
2000-11-05 20:09:08 +00:00