jonathan
|
e50f17aab7
|
Delete incorrect private declaration of db_maxoff.
|
1998-02-02 12:49:15 +00:00 |
mrg
|
ba9b160fd5
|
merge in lite2 rcsids and a couple of man page fixes we had not yet found.
|
1998-02-02 11:53:07 +00:00 |
hubertf
|
3089cbdaf0
|
Introduce TRUE?=/usr/bin/true, and use it.
|
1998-02-02 08:11:49 +00:00 |
mikel
|
181489ecb5
|
updates from Steve Allen in PR misc/4892
|
1998-02-02 07:50:11 +00:00 |
mikel
|
fcc8ca0f4e
|
add /etc/ld.so.conf, from Steve Allen in PR misc/4892
|
1998-02-02 07:34:17 +00:00 |
mikel
|
d64c301ef9
|
header & manpage updates; from Steve Allen in PR misc/4892
|
1998-02-02 07:31:42 +00:00 |
mikel
|
82454f0de6
|
share/examples/amd & share/man/{cat,man}{4,9}/sun3x, PR misc/4892
|
1998-02-02 07:14:53 +00:00 |
mikel
|
a285b11124
|
update libc version to 12.24, from Steve Allen in PR misc/4892
|
1998-02-02 07:12:25 +00:00 |
mikel
|
b545bd186c
|
Don't print "DOS partition initialized" if -S set; from Nathan
Williams in PR bin/4893.
|
1998-02-02 06:39:41 +00:00 |
perry
|
9f6c3e59aa
|
merge lite-2
|
1998-02-02 06:26:33 +00:00 |
mikel
|
ff5b8d6f01
|
move comments to lines of their own as required by aliases(5) format;
from NAKAJIMA Yoshihiro in PR misc/4896 with some minor modifications.
|
1998-02-02 06:14:45 +00:00 |
sakamoto
|
d5e690b8b7
|
Eliminate __BROKEN_INDIRECT_CONFIG
|
1998-02-02 05:54:20 +00:00 |
perry
|
74e3014eb4
|
merge lite-2
|
1998-02-02 05:49:52 +00:00 |
perry
|
a5c24028fa
|
merge lite-2
|
1998-02-02 05:20:24 +00:00 |
sakamoto
|
f94197be4a
|
Eliminate unnecessary define.
|
1998-02-02 05:17:40 +00:00 |
sakamoto
|
56620b3054
|
Move "read clock information from bootinfo" to initppc() from cpu_initclocks()
for delay() before cpu_initclocks().
Sync with powerpc/powerpc/machdep.c.
|
1998-02-02 04:59:19 +00:00 |
perry
|
41bd4766f6
|
import lite-2
|
1998-02-02 03:44:25 +00:00 |
perry
|
3da5be9552
|
merge lite-2
|
1998-02-02 03:32:51 +00:00 |
thorpej
|
172b242837
|
Rearrange slightly the way the debugger exception vectors are initialized.
|
1998-02-02 03:01:28 +00:00 |
perry
|
90320e4c2a
|
fix typo from lite-2 commit
|
1998-02-02 02:54:28 +00:00 |
perry
|
08b0946f73
|
merge/update to lite-2
|
1998-02-02 02:41:17 +00:00 |
perry
|
2f7fe0fea0
|
import lite-2
|
1998-02-02 00:12:06 +00:00 |
marc
|
b01ada14d9
|
fix up the power management code to dtrt with the 3c562A mfc card (and
hopefully the other variants)
|
1998-02-01 23:52:25 +00:00 |
marc
|
6b68f8b698
|
use an array of serial devices, not a cascaded if
add power management support
|
1998-02-01 23:50:52 +00:00 |
marc
|
3a3ac64f4f
|
rewrite mfc intr management not to use unexported spl* functions
add mfc iobase/iosize support
add power management support
|
1998-02-01 23:49:02 +00:00 |
marc
|
cdc3013464
|
whitespace changes for readability
|
1998-02-01 23:38:44 +00:00 |
marc
|
57e56a34bc
|
add state to struct pcmcia_function for mfc iobase/iosize support
|
1998-02-01 23:38:06 +00:00 |
marc
|
5c17882e45
|
move pcic_wait_ready from i82365var.h to i82365.c
|
1998-02-01 23:36:23 +00:00 |
marc
|
63f5e2bbc3
|
move pcic_wait_ready to i82365.c
|
1998-02-01 23:33:51 +00:00 |
marc
|
1d4b77e754
|
split com_attach_subr into attach stuff and per-open initialization stuff
add timeouts to all splserial() while loops so bugs elsewhere don't cause
the com driver to wedge the machine
add power management support
|
1998-02-01 23:33:01 +00:00 |
marc
|
a71698f108
|
add power management hooks to softc
|
1998-02-01 23:30:49 +00:00 |
is
|
b3fa451227
|
Amiga uses the common m68k/sig_machdep.c now. Also moved its definition from
the other 68k ports' files.${port} to arch/m68k/conf/files.m68k.
|
1998-02-01 21:23:24 +00:00 |
kleink
|
fa75c2d647
|
Fix two harmless typographical errors in a comment.
|
1998-02-01 19:25:44 +00:00 |
is
|
01c32e5bb9
|
We have now much much more than 3 terminal emulator console devices.
|
1998-02-01 16:40:52 +00:00 |
is
|
2beb2bfe73
|
Add missing parts to "Once your kernel boots".
|
1998-02-01 16:28:54 +00:00 |
is
|
ba6183b9a4
|
Add missing pieces in boot procedure description.
|
1998-02-01 16:17:08 +00:00 |
frueauf
|
fbebae54cf
|
check_error uses type "const char *" instead of "char *" as argument.
reflects recent change to cron.h.
|
1998-02-01 14:36:36 +00:00 |
christos
|
23d3afbb8c
|
- #endif foo -> #endif /* foo */
- #if __STDC__ -> #ifdef __STDC__
- Don't allow expired accounts to login.
|
1998-02-01 14:10:22 +00:00 |
frueauf
|
d922341864
|
Add _strtoq.c back to SRCS+= which seemed to get lost while reordering it.
|
1998-02-01 14:03:47 +00:00 |
christos
|
cced5db98f
|
Determine endian-ness and define WORDS_BIGENDIAN if appropriate.
|
1998-02-01 13:48:08 +00:00 |
christos
|
1773ee5638
|
Add -DLBL_ALIGN to handle architectures that need memory alignment.
|
1998-02-01 13:46:53 +00:00 |
christos
|
3c7ab5dc3a
|
Regen.
|
1998-02-01 13:25:00 +00:00 |
christos
|
eff7649981
|
Enable nanosleep
|
1998-02-01 13:12:42 +00:00 |
thorpej
|
e642dff4e0
|
Import the psim-970703 (PowerPC Simulator) snapshot.
|
1998-02-01 08:01:23 +00:00 |
thorpej
|
74ab5e8006
|
Import the simulator sources from the gdb-4.16 distribution which were
omitted when our GDB was updated.
|
1998-02-01 07:56:37 +00:00 |
thorpej
|
87b50587c8
|
Update for ISO-9660 file system support.
|
1998-02-01 07:38:34 +00:00 |
thorpej
|
cfa47dfc11
|
Add support for installing boot blocks into ISO-9660 file system images.
|
1998-02-01 06:59:30 +00:00 |
jonathan
|
b8fd5128dc
|
Fix typo "vide" -> "video" from PR 4785
|
1998-02-01 03:05:57 +00:00 |
thorpej
|
fea34a1cf2
|
Bump the ramdisk size to 3M.
|
1998-02-01 02:55:42 +00:00 |
jonathan
|
5ca978e981
|
Use correct name ("ioasic") when checking parent bus.
|
1998-02-01 02:25:34 +00:00 |