wdk
2bc18c0ead
Add parenthesis to TICKS_TO_USECS macro avoiding side-effects.
...
Fixes glitch where microtime goes backward. KNF rules!
2000-10-02 07:58:26 +00:00
wdk
d7ff540d90
Boot to multiuser by default.
2000-10-02 07:57:29 +00:00
wdk
68e8ad5120
Fixup missing entries in chrtoblktbl
2000-10-02 07:56:31 +00:00
wdk
77c68f1f9c
downsized kernels for installation & recovery
2000-10-02 07:54:34 +00:00
itojun
2247a09ef1
changes to libcrypto (RC5/IDEA/RSA make symbols are obsoleted).
...
an update tip (obsolete intermediate file)
2000-10-02 06:19:17 +00:00
itojun
b834fb62c3
check in_ifaddr only if INET is compiled
2000-10-02 04:28:13 +00:00
itojun
23bf957144
perform reverse ARP only if INET is compiled into the kernel
2000-10-02 04:27:57 +00:00
itojun
da566268df
attach ARP domain only if INET is compiled into the kernel.
2000-10-02 04:27:21 +00:00
sato
ee8000c4ad
check NBIVIDEO.
2000-10-02 04:15:51 +00:00
sato
3c83f44fa3
experimental ite8181 video driver for hpcfb.
...
- just copy from bivideo.
- erase WindowsCE hardware cursor initialy.
- LCD power management codes exist, but currently disabled.
Because some devices(include ite8181) confuse after LCD power turn on.
WorkPad z50 power unit seem to be very weak
2000-10-02 04:14:59 +00:00
sato
59de160368
- DPRINTF -> VPRINTF for verbose.
...
- don't attach other video driver under hpcfb.
2000-10-02 04:03:06 +00:00
sato
938b01e688
experimental ite8181 video driver for hpcfb.
...
- just copy from bivideo.
- erase WindowsCE hardware cursor initialy.
- LCD power management codes exist, but currently disabled.
Because some devices(include ite8181) confuse after LCD power turn on.
WorkPad z50 power unit seem to be very weak,
2000-10-02 03:57:53 +00:00
itojun
dcfe05e7c1
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
...
sync with kame.
2000-10-02 03:55:41 +00:00
itojun
8524eab4d4
fix paren/#ifdef match.
2000-10-02 03:54:53 +00:00
itojun
dd859d3462
enable VJC only with INET
2000-10-02 03:54:10 +00:00
itojun
b8453a0291
fix compilation without INET
2000-10-02 03:53:47 +00:00
itojun
1af3d80bce
fix compilation without INET.
2000-10-02 03:53:07 +00:00
itojun
412b3abb5f
fix IPv6 packet manipulation. (use ip6intrq)
2000-10-02 03:52:10 +00:00
itojun
253515cca1
cosmetic; repair indentation
2000-10-02 03:51:18 +00:00
sato
a50307118c
add sigmarion cmdmap and use it.
2000-10-02 03:45:10 +00:00
taca
20117cd175
- Knf auto variables in modified line by me.
...
- Print "??" as tty name instead of print nothing. Suggested by jhawk.
2000-10-02 03:28:42 +00:00
minoura
c2972543ed
Missing `the'. Pointed out by jhawk.
2000-10-02 01:07:06 +00:00
thorpej
4a66a476e9
Make the previous code path simpler (and possible easier for the
...
compiler to optimize), based on fddi_input().
2000-10-01 23:43:44 +00:00
thorpej
7ca3fb9ef0
Move the check for "promisc + unicast + not for us" into ether_input(),
...
and change Ethernet drivers to always pass all received frames to
ether_input() (with a few exceptions, which are documented in the
code).
2000-10-01 23:32:39 +00:00
thorpej
8dc841aa19
Change the behavior of ifpromisc() slightly. If interface is not IFF_UP,
...
attempting to enable promisc would result in ENETDOWN. Change this to
allow the interface to always be placed in promiscuous mode, regardless
of IFF_UP. When the interface does come up, the IFF_PROMISC flag will
be consulted, and this matches the behavior that disabling promiscuous
mode has.
2000-10-01 23:16:07 +00:00
thorpej
0ae6087eae
Add xmisc set. THIS METHOD OF HANDLING SETS MUST DIE!!!
2000-10-01 22:57:15 +00:00
thorpej
d01921b990
Add the xmisc set.
2000-10-01 22:49:05 +00:00
thorpej
ea11d81504
Add the "xmisc" set. Misc. X11 programs that NetBSD includes
...
as part of the system. Currently it has ssh-askpass.
2000-10-01 22:46:39 +00:00
thorpej
bf69b1a900
Do the `distribution' target for usr.bin/ssh, too.
2000-10-01 22:31:04 +00:00
itojun
169eefc02f
move rc5/idea dummy functions from crypto/dist/openssl/crypto to lib/libcrypto.
...
they are not part of the openssl distribution.
suggested by thorpej.
2000-10-01 22:17:59 +00:00
itojun
e08dea46c9
cope with no idea/rc5 cases.
2000-10-01 22:13:37 +00:00
itojun
9c7b3bf3d5
nuke all NO_<algorithm name> in header file. they change ABI due to
...
#ifdef in struct/union definitions, and are bad for us shipping library binary.
2000-10-01 22:13:14 +00:00
hubertf
0a2663ad0b
Not every FTP server says nicely "Goodbye".
...
If they used some other string, pkg_add would hang forever.
The result of testing things only against one FTP server...
2000-10-01 20:34:30 +00:00
pk
d26132e2be
cpu_initialize: global registers aren't preserved across calls to
...
prom_printf(), so replace %g3 with %l7 (which isn't used despite
the `usage' comment).
Also, clean up white-space turds.
2000-10-01 19:13:16 +00:00
tsubai
442b9b5df2
Get the correct OF node of the screen because PowerBooks have two screens
...
in one PCI device.
2000-10-01 19:08:30 +00:00
uch
f88fbde7ac
don't reset RTC in tx39clock_set()
2000-10-01 18:12:04 +00:00
fvdl
f47a0f34f9
Squeeze even more by removing some COMPAT_1X options, com* (serial
...
ports aren't supported for installation), MFS, slip and ppp. There
was no room for pppd and slattach on the "tiny" floppies anyway, so
there was nothing to use them.
Add pcic at isa, pcmcia, wdc at pcmcia, and 'wireful' cards @ pcmcia
(ne, ep, mbe, sm). Installing is now possible on a 4M laptop over
ethernet (tested with ep at pcmcia, and 640+3200 available memory).
2000-10-01 16:20:01 +00:00
bjh21
968546ded7
Typo fixes:
...
Remove an unmatched close-parenthesis.
appearently -> apparently
2000-10-01 13:45:46 +00:00
hubertf
197ee08b13
Don't replace the pkg version with -[0-9] on pkg alternates ("{foo-x,bar-y}")
...
as this will remove things like trailing '}' etc. and doesn't work in general.
As mentioned in the already-existing comment, doing TRT here would mean to
partly expand the pattern, then replace the versions on alternatives.
Unless our pkg pattern parser gets these hooks, cowardly step back.
2000-10-01 12:23:21 +00:00
itojun
3e401aa14d
upl(4) is a IPv4 only device.
2000-10-01 11:35:28 +00:00
itojun
b2366d4898
add missing \n. sync with kame.
2000-10-01 10:56:02 +00:00
itojun
f15517916a
MKCRYPTO_RSA is gone. TODO: idea/rc5 handling
2000-10-01 10:24:57 +00:00
lukem
60d3ee1b34
remove unnecessary leading `$' on warnings printed for $required_dirs
...
and $required_files.
2000-10-01 10:10:18 +00:00
simonb
956cbe59dd
Don't refer to the skel-directory files here.
2000-10-01 09:18:59 +00:00
simonb
7ebee5683d
Save the "preserve" value in the defaults file.
...
Use _PATH_CSHELL from <paths.h> instead of the string "/bin/csh".
Don't cast NULL to the pointer type being checked.
2000-10-01 08:56:28 +00:00
simonb
9014a6cdcd
Fix typo.
2000-10-01 08:54:07 +00:00
lukem
9dd7b7e45b
move default config files from /etc/default -> /etc/defaults, to be
...
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.
2000-10-01 06:12:25 +00:00
lukem
ad43a4d74d
also note /etc/defaults/rc.conf
2000-10-01 06:04:43 +00:00
lukem
641a3c9378
support loading ipf6.conf as well as ipf.conf.
...
inspired by [misc/11033] by Gregory McGarry <g.mcgarry@ieee.org>
2000-10-01 05:58:06 +00:00
lukem
b5b6e95c7b
move default config files from /etc/default -> /etc/defaults, to be
...
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.
2000-10-01 05:49:26 +00:00