nonaka
2ff13751ce
Use PLATFORM_*
2002-05-02 14:58:36 +00:00
nonaka
b9fc6ff617
rename reset_ibm_generic() -> reset_prep_generic().
2002-05-02 14:48:27 +00:00
nonaka
b5a1a9284b
Added dump residual data routine.
2002-05-02 14:44:17 +00:00
nonaka
925a022a1d
use ext_intr_ivr, too.
2002-05-02 14:38:41 +00:00
nonaka
c79479ac8d
Added dump residual data routine.
2002-05-02 14:36:42 +00:00
wiz
228a27c192
Really fix -P.
...
Fixes regression failure, and thus my PR #16225 .
2002-05-02 14:24:06 +00:00
fredb
01a5ccb4aa
Document a couple of missing "set" options, mostly borrowing language
...
from vi.ref, and explain how to set "escapetime" to work-around the problem
described in PR 8277. This should close PR 8277.
2002-05-02 14:20:01 +00:00
simonb
89abf2a631
Use termcap.src (instead of non-existant termcap.mini).
...
Change image depends from uboot.lif to boot and bootxx_ffs.
2002-05-02 14:16:02 +00:00
simonb
bb1d4e3c14
Copy the .../pmax/instkernel/list changes for "MTREE . type=dir" and
...
copying the kernel from the OBJDIR.
2002-05-02 14:12:40 +00:00
enami
fda111a632
remove an unnecessary white space before the fuction call operator.
2002-05-02 13:59:25 +00:00
lukem
6206a1d7eb
remove commented out debug printf() accidentally committed in the last rev.
...
noted by YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp> in private email.
2002-05-02 13:53:10 +00:00
wiz
a4828c12b3
Fix segfaults when last argument does not exist as suggested in bin/16565
...
by Ryan Younce.
2002-05-02 13:43:29 +00:00
wiz
66af1d24fd
ANSIfy, KNF, WARNS=2.
2002-05-02 13:40:49 +00:00
enami
e54e7305a2
- Fix more and more white space nits.
...
- ANSIfy the last K&R function definition in this file.
2002-05-02 13:38:57 +00:00
simonb
f5e9be2ba8
${DISTRIBDIR} has changed; grab our rcons termcap relative to ${CURDIR}.
2002-05-02 13:31:43 +00:00
simonb
085fb8f093
Add a "MTREE . type=dir" line to keep the distrib scripts happy.
...
Copy the install kernel from ${OBJDIR} - the script that does this
explicitly runs from the SRCDIR.
2002-05-02 13:28:40 +00:00
simonb
876dba6110
Use "boot.pmax" instead of just "boot" in IMAGEDEPENDS.
2002-05-02 13:26:38 +00:00
enami
b0d6c27ed1
- Use four space to indent continuation line.
...
- Put a space after the C language keyword ``switch''.
- Put an empty line if a function doesn't have local variable.
- Use do { } while (/*CONSTCOND*/ 0) instead of { } to protect a multi
statement macro
2002-05-02 13:25:09 +00:00
lukem
e2923328ba
support optional CRUNCHENV - environment variables to pass to
...
crunchgen(1) and the make -f ${CRUNCHBIN}.mk.
defaults to SMALLPROG=1
2002-05-02 13:16:46 +00:00
enami
9ca32dd36a
A default .Ar arugment is sufficient.
2002-05-02 13:14:23 +00:00
simonb
e8fbd2c7f5
Make the ELF2ECOFF assignment an "?=" assignment so it won't override the
...
setting in bsd.own.mk.
2002-05-02 13:13:53 +00:00
wiz
d2c65fcc3e
Mention -m in usage. bin/16594 by Ryan Younce.
2002-05-02 13:07:13 +00:00
enami
cda5eec6df
- Don't put space before function call operator.
...
- Remove trailing whitespace.
- Put an empty line if function doesn't have local variables.
- Use tab instead of spaces.
2002-05-02 13:07:01 +00:00
lukem
a9988cc940
allow IMAGE to be optional (and don't create rule for ${IMAGE}: if
...
it's not defined)
2002-05-02 13:05:49 +00:00
lukem
8987947e49
convert to building with NDWO Makefile.tarfloppy.
...
alpha is now fully NDWO (well, at least, the stuff that's enabled in
distrib/alpha/Makefile)
2002-05-02 13:04:48 +00:00
wiz
c63ad27273
Note -g in usage. bin/16592 by Ryan Younce.
2002-05-02 13:04:10 +00:00
lukem
033fe17be5
tweak asserts
2002-05-02 13:03:32 +00:00
martin
9b693d4bca
Remove a local declaration shadowing the global "int statint", thus
...
preventing the latter to be initialized properly.
Patch from adam@lebsack.com in PR 16608.
2002-05-02 13:01:45 +00:00
ad
4137ec18e8
Fix pasto.
2002-05-02 12:44:31 +00:00
bouyer
7de8483ff0
Regen: move a few things around to save a few JUMP.
2002-05-02 12:37:50 +00:00
bouyer
41af47376f
Move a few things around, to save some JUMP.
2002-05-02 12:37:19 +00:00
bouyer
1d5fb5d90e
If we get a Unit Attention Not Ready To Ready Transition (medium may have
...
changed) sense, and the periph was not open, then ignore the error.
2002-05-02 12:36:23 +00:00
thorpej
d105d4c056
Move call to sched_unlock_idle to later in the context switch to
...
eliminate a race where another processor could grab the outgoing
process before we were done saving our state into it, with predictable
results.
Bug spotted on i386 by Frank van der Linden <fvdl@wasabisystems.com>.
2002-04-30 16:05:13 +00:00
lukem
9e14de40bb
- enable libhack, and thus deprecate pwd_mkdb (et al)
...
- add DBG=-Os
- other consistency cleanups
2002-04-30 15:37:33 +00:00
lukem
d7d06ed783
minor consistency tweaks
2002-04-30 15:28:32 +00:00
agc
b86348d33b
Cast arg to long, and print with %ld, so that this compiles on some of
...
the more esoteric architectures.
2002-04-30 15:21:55 +00:00
lukem
3d5435227d
convert instkernel/fdset into using NDWO Makefile.tarfloppy, which
...
allows UNPRIVED cross building of aforementioned directory
2002-04-30 15:08:44 +00:00
lukem
80ae5fb69d
implement "raw" file system type. this can be used when the primary
...
bootstrap is being installed at a particular block offset and the underlying
filesystem doesn't matter (e.g, alpha ustarboot in ustar floppies)
2002-04-30 14:45:12 +00:00
sommerfeld
36dc09c47d
make(1) specifies, regarding :: targets:
...
Sources for a target do not accumulate over dependency lines
when this operator is used.
An unstated implication of this is that when parallel builds are done,
each separate instance of the target can be scheduled independantly.
As a result, the linksinstall target with commands could be executed
too early during a parallel build since they didn't actually have a
dependancy on "realinstall".
To fix this, correct the linksinstall:: realinstall dependancy by
eliminating the command-less linksinstall target, and moving the
dependancy to the other linksinstall target.
2002-04-30 14:29:01 +00:00
lukem
d9e55fca47
display sector start & count in decimal rather than hex
2002-04-30 14:24:33 +00:00
lukem
1a478e4092
add some more assert()s
2002-04-30 14:21:17 +00:00
uch
f1447dc5d6
add BUFFALO LPC3-CLT Ethernet Adapter.
2002-04-30 13:14:38 +00:00
uch
f1967f2bb2
regen.
2002-04-30 13:13:48 +00:00
uch
07c3f6d008
add BUFFALO LPC3-CLT Ethernet Adapter
2002-04-30 13:12:33 +00:00
tsutsui
8b87191ece
Add _rtt(), which is called by panic() in libsa/panic.c,
...
which is useed from ustarfs.c.
2002-04-30 13:10:56 +00:00
martti
f6415ab206
Add POP password change service (pkgsrc/mail/poppassd)
2002-04-30 13:10:43 +00:00
tsutsui
68d3a4f0ee
Add ustarfs ops.
2002-04-30 13:09:05 +00:00
tsutsui
2d9bb7f94e
Add getchar().
2002-04-30 13:08:01 +00:00
martin
ea0ec5a299
Do not mask/unmask interrupts on IPAC to clear the interrupt status.
...
It is unclear if this realy is needed and if, on which type of cards. I
haven't run accross a card that needs it yet. This may have been just
a copy & pasto from the ISAC interrupt handler carried over to IPAC.
2002-04-30 12:56:51 +00:00
ragge
96d4c35119
Don't try to probe for dz11 on 4000/90, may corrupt the flash rom (?).
...
Suggested by Hugh Graham <hugh@openbsd.org>.
2002-04-30 12:33:32 +00:00