bjh21
2566becc58
Typo fix: bloxk -> block
2000-09-30 22:33:52 +00:00
leo
d7e0d02e8b
Add include of <machine/asm.h>. C_LABEL is defined there.
2000-09-30 20:40:34 +00:00
leo
ec2e9cd4c8
Add PCB_REGS_* defines. This makes ddb compile again.
2000-09-30 20:36:40 +00:00
jhawk
8423ae243a
BUGS updates:
...
Observe this manpage documents biosboot, which is not i386-specific
Note failure to parse filename after boot options.
2000-09-30 20:27:01 +00:00
bjh21
05b7923a90
Formatting cleanups around the description of geomspec.
2000-09-30 17:58:19 +00:00
sommerfeld
a23abe2028
Fix possible one-byte overrun
2000-09-30 16:47:26 +00:00
itojun
563bf184ad
improve abort message, when RC5/IDEA in libcrypto (dummy) is called.
2000-09-30 14:29:16 +00:00
jhawk
8d07b6ddd6
Return to whois.internic.net.
...
whois.networksolutions.com is just wrong -- it only returns information
for Network Solutions domains.
whois.opensrs.net is a bit better -- it returns information for OpenSRS
domains, and otherwise recurses to the correct whois server for other
domains -- unfortunately it is not canonical, and cannot be construed as
"correct." Other recursing proxies include whois.geektools.com and pallas.
eruditorum.org, neither of which is "official" either.
For good or for ill, we go back to whois.internic.net, which is the canonical
source for this information.
2000-09-30 14:05:48 +00:00
fvdl
890dedaed3
Set the # of ptys to 2.
2000-09-30 13:25:12 +00:00
sommerfeld
802499fd1c
Avoid using savestr() on something which will later be passed to
...
free(). Raised as a potential security issue on bugtraq. No actual
exploits known.
2000-09-30 12:44:37 +00:00
itojun
5b88ba6121
remove obsoleted crypto-related variables.
2000-09-30 12:27:35 +00:00
itojun
e5e807d114
always compile RSA into libcrypto.
...
MKCRYPTO disables the whole crypto tree, and in that case,
we will not have RSA (nor libcrypto) with us.
2000-09-30 12:21:51 +00:00
itojun
28d5cf3074
IPv6 support for pserver.
...
TODO: it conflicts with kerbeors support, however, it seems that it is
not possible to build with the current kerberos support.
i just put some #error in it.
2000-09-30 02:44:19 +00:00
itojun
bc22f284e4
we always build idea/rc5 (dummy, though).
2000-09-30 00:30:25 +00:00
itojun
f2e53bf3ea
additional build tree for overriding libcrypto's dummy IDEA/RC5 functions.
...
will not be built in default. PR10883.
2000-09-30 00:24:52 +00:00
itojun
8d26d03189
repair openssl (libcrypto) for non-32bit architecture.
...
don't use unsigned long where 32bit unsigned variable is asked for.
use u_int32_t. (not sure if uint32_t is better or not, but anyway,
u_int32_t <-> uint32_t should not raise binary compatibility issue)
PR10921.
TODO: have arch-dependent Makefiles where we supply -DFOO for optimization.
(do not change size of variable though)
XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h,
however, that needs a lot of work and will make future openssl upgrade harder.
remove RC5 and IDEA by default. build them separately as
libcrypto_{rc5,idea}.a. put dummy function, which is "warning to stderr
and exit(1)". NOCRYPTO_{RC5,IDEA} are obsoleted.
PR10883.
2000-09-30 00:23:28 +00:00
fvdl
00a8c99503
Modification to previous: only build for ports that are a.out or used
...
to be a.out. No sense in building for ports that never were a.out.
2000-09-29 19:00:59 +00:00
fvdl
ae06835447
ldconfig is no longer obsolete (in fact, the entries were wrong; it was
...
never in /bin). Put it back for i386 and sparc.
2000-09-29 18:06:25 +00:00
fvdl
5927169fa7
Mention "a.out" in the start message to be clear about the purpose of
...
this script.
2000-09-29 17:49:25 +00:00
jdolecek
fd6eeb2e1d
in regexp handling code, fix the format passed to asprintf() to be
...
actually in intended form - use "%.*s" and not incorrect "%*s"
Bug found by Launey Thomas <ljt@alum.mit.edu> and reported in private e-mail.
2000-09-29 17:49:21 +00:00
fvdl
989e0d2613
Build this on ELF as well. When on an ELF system, only look in
...
_PATH_EMUL_AOUT/etc/ld.so.conf.
2000-09-29 17:47:52 +00:00
eeh
8e5075103f
This seems to fix the interrupt lossage of non-debug kernels.
2000-09-29 17:02:38 +00:00
tsutsui
cdb3d9df80
Add sip* at pci.
2000-09-29 14:45:59 +00:00
fvdl
2e6f523813
Bump CPU_MAXFAMILY to 7.
2000-09-29 14:17:17 +00:00
fvdl
3cb9873a8d
Recognize Pentium 4. Treat everything with model > 6 as model 7 for now,
...
in the hope that Intel doesn't start number backwards now that they
picked 15 for the P4.
2000-09-29 14:16:23 +00:00
ad
50cf734d26
(*minphys)() musn't return zero.
2000-09-29 13:27:12 +00:00
fvdl
243ae4806b
oops, typo in previous (|| -> &&)
2000-09-29 13:15:48 +00:00
fvdl
33234ff066
Don't print anything when the serial number is not supported. There are
...
a lot of other features that may not be supported either, no need to
print them.
2000-09-29 13:05:12 +00:00
wdk
caccbc2e21
Add kernel support for memory disks
2000-09-29 12:43:14 +00:00
wdk
ff795bd7a3
Add "MAKEDEV minimal" target for ramdisk builds
...
Tidy up a few comments at the same time.
2000-09-29 11:43:48 +00:00
agc
9da93f35c8
Add functionality for adding usernames to secondary groups via the
...
"usermod -G group user" command.
Fixes PR/11071.
2000-09-29 10:37:26 +00:00
tsubai
e256cfb9ec
Fix a bug that prevents the kernel from detecting the root device.
2000-09-29 10:14:20 +00:00
explorer
62da00b60c
clean up printing when serial number not supported or disabled.
2000-09-29 09:07:53 +00:00
explorer
be5f26e138
print CPU serial number at boot time. After all, we have a million other flags printed, what's one more interesting one.
2000-09-29 09:03:18 +00:00
msaitoh
3c5d2c7fac
avoid SH7709A's serious bug (it fails to read IPR* registers under particular
...
circumstances)
2000-09-29 08:08:37 +00:00
deberg
623e319553
add support for 12-bit color displays, from Timm Wetzel w/ changes by
...
me. closes 10741.
2000-09-29 06:35:57 +00:00
deberg
a295f43fb1
merge lines
2000-09-29 06:33:37 +00:00
deberg
b01c657c80
add RCONS_BPP16 for color display
...
also lose esp0 since i have no disc in this machine, and build symbols.
2000-09-29 06:33:17 +00:00
deberg
44c2ad4763
add RCONS_BPP16 for color display
2000-09-29 06:32:38 +00:00
deberg
9a37177d17
fix 16BPP support (for next68k), from Timm Wetzel.
2000-09-29 06:29:47 +00:00
simonb
01c5215d95
Fix typo in comment.
2000-09-29 00:53:41 +00:00
mjl
b1342ea8af
Removed duplicate entry. Fixes FreeBSD PR/21629.
2000-09-29 00:40:40 +00:00
mellon
b58f5e5835
- Figure out how long if list buffer needs to be if it's too short (fixes
...
PR#10968).
2000-09-29 00:37:37 +00:00
mellon
a894c0a5ef
Goto label was in slightly wrong place.
2000-09-29 00:30:56 +00:00
eeh
15eaba378c
Only call pcons_dopoll() if there's a pcons device.
2000-09-29 00:27:13 +00:00
thorpej
a04669c405
Add ssh-related files.
2000-09-28 22:25:28 +00:00
thorpej
9f6ddd1801
Enable the ssh build framework.
2000-09-28 22:20:58 +00:00
thorpej
c949d8af3c
Always install sshd.
2000-09-28 22:16:15 +00:00
thorpej
49a55a1d58
Import NetBSD Secure Shell. This is based on OpenSSH, but modified
...
somewhat.
2000-09-28 22:09:28 +00:00
thorpej
03aaa05985
Update for most recent ssh source files.
2000-09-28 22:06:44 +00:00