christos
cba4080890
document dlopen(NULL, ...)
2000-06-17 19:09:21 +00:00
tsutsui
f185c9ff49
Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk).
...
Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
2000-06-17 18:37:43 +00:00
mrg
27f963a94f
minor KNF nits.
2000-06-17 18:19:10 +00:00
scottr
cee7249423
Since interrupts are now enabled during ADB autoconfig, it's possible to get
...
a keyboard event before wskbd is attached. Make sure we've done that before
passing an event to kbd_intr(), which in turn hands off to wskbd_input().
This is another part of the fix for PR 10086.
2000-06-17 18:00:47 +00:00
tsutsui
81712cf5c7
Build and install as.info in gas.new on all ports.
2000-06-17 17:59:28 +00:00
scottr
6f644439a9
Only the first device that we're sure is a keyboard should be attached
...
as the wskbd console device. (Part of the fix for PR 10086.)
2000-06-17 17:46:40 +00:00
hubertf
570a88792c
s/cause cause/cause/
2000-06-17 17:40:32 +00:00
matt
6441b48899
it's make-print-version.lo, not .o
2000-06-17 16:41:09 +00:00
matt
64fdebc5de
Use HOST_CC to compile make-print-version
2000-06-17 16:39:19 +00:00
assar
c5a806697b
Do not modify the file name when not printing non-printables, also do
...
it consistently with the file name and possible symbolic link target.
fixes bin/10385 and bin/10384
2000-06-17 16:11:25 +00:00
martin
823b565eba
Fixed typo.
2000-06-17 15:05:26 +00:00
assar
28db96a6b5
add an unused attribute to yyunput to avoid warnings (errors) when
...
it's not being used
2000-06-17 11:56:21 +00:00
tron
1b5dabcf75
Update prototype for "extract_plist()".
2000-06-17 11:30:49 +00:00
shin
80873ae6f8
make kernels for TX3912 TX3922.
2000-06-17 10:59:27 +00:00
shin
0e04419b62
for size reduction.
...
out:
SCSIVERBOSE
QUOTA
ccd
we support CD-ROM drives, so CD9660 is necessary.
in:
CD9660
2000-06-17 10:53:05 +00:00
soda
7c71d119cd
legal notice for William F. Jolitz and TeleMuse.
2000-06-17 09:31:17 +00:00
soda
9b59eb4406
backout previous my change (move legal notice of wjolitz from i386 to common),
...
since
- it broke context of sentence in i386 port.
- it seems to better to have port specific legal notice in
port specific place from maintenance point of view.
2000-06-17 09:28:25 +00:00
soda
d09614e559
reflect reality
2000-06-17 09:18:39 +00:00
soda
9be7e873e1
move legal notice of William F. Jolitz and TeleMuse from i386 to common,
...
since this is now referred from arc port, too.
2000-06-17 09:14:15 +00:00
soda
abd83a7d2c
add legal notice of OpenBSD, Per Fogelstrom and Opsycon AB.
2000-06-17 09:12:42 +00:00
soda
5294792417
- vga/pckbc attachment for jazz internal bus of Magnum derived machines
...
(including Pica, NEC RISCstation/RISCserver).
- TGA console initialization for NEC RISCstation 2250,
contributed by Shuichiro URATA <ur@a-r.org>
2000-06-17 07:29:06 +00:00
soda
2c9c6b6b06
vga/pckbc attachment for jazz internal bus of Magnum derived machines
...
(including Pica, NEC RISCstation/RISCserver).
2000-06-17 07:28:07 +00:00
soda
49e5e09389
TGA console initialization for NEC RISCstation 2250,
...
contributed by Shuichiro URATA <ur@a-r.org>
2000-06-17 07:25:57 +00:00
soda
5175a6121b
vga/pckbc attachment for jazz internal bus of Magnum derived machines
...
(including Pica, NEC RISCstation/RISCserver).
2000-06-17 07:23:05 +00:00
soda
6f16c304e1
vga/pckbc attachment for Jazz-Internal Bus of Magnum derived machines
...
(including Pica, NEC RISCstation/RISCserver).
2000-06-17 07:17:36 +00:00
soda
849b74a926
add vga_extended_attach function on arc port, to make mmap() available.
...
XXX - is it better to remove "#ifdef arc"?
2000-06-17 07:11:50 +00:00
soda
7c109ba712
fix serious inconsistency against -current isa.
2000-06-17 06:58:35 +00:00
thorpej
59511dc318
For Kerberos libraries which existed both in MIT and Heimdal and the
...
MIT shlib major was larger, bump the Heimdal shlib major to MIT major + 1,
so that exising installed programs using MIT libraries will continue to
function after the transition to Hiemdal.
2000-06-17 06:58:22 +00:00
soda
0b46102cb6
mention recent (but before _MIPS_PADDR_T_64BIT and MIPS3_TLB_WIRED_UPAGES
...
changes) instability on PICA and NEC Image RISCstation.
2000-06-17 06:56:20 +00:00
thorpej
f955e93968
Fixup libkstream build.
2000-06-17 06:39:32 +00:00
cgd
942546fe30
cod: any of various bottom-dwelling fishes (family Gadidae, the cod
...
family) that usually occur in cold marine waters and often have barbels
and three dorsal fins.
code: a set of instructions for a computer.
The latter is more appropriate in the comment corrected here.
2000-06-17 06:38:25 +00:00
thorpej
a6ab2c35f2
Cygnus's libkstream, from cryptosrc-us.
2000-06-17 06:24:28 +00:00
matt
2a744b7dce
Remove a blank line at the end.
2000-06-17 06:19:03 +00:00
matt
5274ffa9e2
Add dev/dec/dec_boot.h / remove pmax/dec_boot.h
2000-06-17 06:07:53 +00:00
jhawk
a639b800ee
In db_command(), fix indentation and add a missing db_skip_to_eol() which
...
previously caused the next command following a ","-style repitition
to not be properly executed.
2000-06-17 05:57:41 +00:00
matt
948f64e88f
.include <bsd.own.mk> for BSDSRCDIR
2000-06-17 03:16:54 +00:00
matt
d877c43bc4
quiet this when boot.fs doesn't exist
2000-06-17 03:10:23 +00:00
cgd
79d0534b05
put cache op #defines up at the top of the file, so all cache ops can
...
use them. Rename them to match the names in See Mips Run; they're not
as orthogonal as values or'd together might make you think... Finally,
actually use them for every bloody cache op.
2000-06-17 01:35:28 +00:00
thorpej
66db4224da
Fixup libdes build.
2000-06-17 01:20:50 +00:00
thorpej
d2c6ba4cce
Install a /usr/include/kerberosIV/des.h.
2000-06-17 01:20:26 +00:00
thorpej
6db93367c5
libdes build bits, from cryptosrc-intl.
2000-06-17 01:08:24 +00:00
matt
4e6d07206d
make printf happy.
2000-06-17 01:05:11 +00:00
matt
ff76991706
Add an installboot.
2000-06-17 01:01:06 +00:00
matt
94956e7869
Adjust this a bit so that the primary entry point is 0x200, not 0x0a.
2000-06-17 01:00:17 +00:00
matt
4343326b78
Add an installboot(8) for vax. This is needed so the VAX can do multiboot
...
CDroms.
2000-06-17 00:59:24 +00:00
thorpej
fa7f67b26e
Fixup Heimdal Kerberos usr.sbin bits.
2000-06-17 00:04:36 +00:00
thorpej
4863d0af58
Import Heimdal Kerberos 5 usr.sbin bits, from cryptosrc-intl.
2000-06-16 23:59:32 +00:00
thorpej
5ae0bf3e39
Fixup Heimdal/KTH Kerberos usr.bin bits.
2000-06-16 23:57:18 +00:00
sjg
7bd1e30c61
extract_plist() should inform caller when it aborts extract
2000-06-16 23:49:17 +00:00
sjg
cc95d19ae1
avoid possible overflow of exit status
2000-06-16 23:48:23 +00:00