eeh
1a896d2040
Add enough of a kvm_sparc64.c to get the kvm library to build.
1998-11-25 05:49:58 +00:00
mrg
3b86991953
note that the sparc64 does not yet do pic or profile libraries.
1998-11-25 04:04:13 +00:00
abs
a0a84e0575
Cannot use 'logger' as /usr is normally not mounted here.
1998-11-25 03:54:27 +00:00
nisimura
53ac67d9b1
- Fix two bugs; inst_call() is supposed to check OP_SPECIAL opcode with
...
either OP_JR function code or *OP_JALR* function code (not OP_JAL opcode).
insn_unconditional_flow_transfer() was to read an unintialized variable.
Those MD DDB routines seems not useful work so far.
1998-11-25 01:14:48 +00:00
christos
f53f6fbf73
Add mknod <name> p which creates a named pipe. There is no real reason for
...
a separate mkfifo program and there is prior art.
1998-11-24 22:56:26 +00:00
christos
f95d18485e
- document 'p' file type.
...
- fix stale documentation about the location of the major/minor device
tables in the kernel.
1998-11-24 22:55:23 +00:00
christos
8b132ea145
- (void) casts.
...
- fix off-by-one bug in fgets()
- don't make the file unbuffered.
1998-11-24 22:19:01 +00:00
drochner
5888c5ef44
a small optimization for the compat interrupt handling, possible after
...
channel_softc is within pciide_channel
1998-11-24 19:54:20 +00:00
mycroft
b9f91bf762
Don't overwrite the n_other field, either.
1998-11-24 18:24:30 +00:00
mycroft
f2a59297e3
Also avoid frobbing the EXT bit.
1998-11-24 18:13:19 +00:00
mycroft
2d3f6b20d7
Er, exempt only set symbols from being frobbed.
1998-11-24 18:07:03 +00:00
mycroft
a9264c7e35
Do not screw with debugging symbols that have forward references.
...
Fixes an obscure problem with -O3 and global {con,de}structors with egcs.
1998-11-24 17:59:33 +00:00
kleink
799ebea61d
Need declarations of defined inlined spl/sr functions.
1998-11-24 17:07:54 +00:00
kleink
cb37e264d2
Need <sys/device.h> to bring configure() declaration in scope.
1998-11-24 16:48:26 +00:00
tsubai
49837f8763
Remove NOPIC= on powerpc.
1998-11-24 15:24:53 +00:00
leo
dee282eb12
You also need intr.h, psl.h, pte.h and vmparam.h to build the world...
1998-11-24 15:16:48 +00:00
leo
d40f376b56
Implement BUFCACHE option as suggested by lukem.
1998-11-24 15:07:33 +00:00
leo
a3f9798019
Make compile with -DDEBUG
1998-11-24 15:05:53 +00:00
leo
f65666430f
Pull-in device.h for configure() prototype.
1998-11-24 15:03:31 +00:00
kleink
94696a9ac3
Add support for the BUFCACHE config option.
1998-11-24 13:19:48 +00:00
mrg
993fb9ff04
add some missing comment ends.
1998-11-24 13:18:42 +00:00
mrg
d4fb975471
bring a prom_printf prototype into scope.
1998-11-24 13:02:59 +00:00
mrg
ed2db65750
add WARNS=0 for now.
1998-11-24 12:56:55 +00:00
mrg
7ad164b566
use rm -f. this makefile needs to be fixed..
1998-11-24 12:56:40 +00:00
mrg
4e85f6d151
remove fixalign prototype, it is now elsewhere
1998-11-24 12:55:56 +00:00
mrg
0a61098abd
remove some dead variables.
1998-11-24 12:55:25 +00:00
mrg
1458c370fc
#if 0 pv_syncflags as it is not used. avoid comments in comments.
1998-11-24 12:55:06 +00:00
mrg
7fa9d2a08d
move now unsed variable under #ifdef NOT_DEBUG
1998-11-24 12:53:27 +00:00
mrg
06dfd0f985
#if 0 an unused declaration
1998-11-24 12:51:19 +00:00
mrg
0bd7e232e2
do not start comments inside comments.
1998-11-24 12:50:56 +00:00
mrg
0a3c644dbc
include db_interface.h, remove unused variable & add proto for db_uvmhistdump.
1998-11-24 12:50:27 +00:00
mrg
b066708a2e
add protos for switchtoctx, fixalign and emulinstr. XXX should all these be here?
1998-11-24 12:49:14 +00:00
mrg
5711320263
these are fpu_xitof & fpu_ftoxi in the code...
1998-11-24 12:48:14 +00:00
mrg
12f8528ba4
add a cast.
1998-11-24 12:47:24 +00:00
tsubai
775e7035f4
Add powerpc support.
1998-11-24 11:34:30 +00:00
tsubai
ac7d3e6487
Add PIC definitions.
1998-11-24 11:17:17 +00:00
tsubai
51f785d57d
Compile with -fPIC.
1998-11-24 11:16:11 +00:00
tsubai
106908bdb8
Add PIC version.
1998-11-24 11:14:54 +00:00
mycroft
0298a4dd05
Use __arm32__, not arm32, for egcs.
1998-11-24 09:25:30 +00:00
ender
15f2f5d901
Take emulated button state into account before handing off mouse events.
...
Fixes part of PR 6444. Tested by Frederick Bruckman (fb@enteract.com ).
1998-11-24 08:34:37 +00:00
tsubai
f917584d54
Add more delay in adb_reinit().
1998-11-24 08:26:50 +00:00
dbj
0a67f72c26
uncommented the "intrnames" definitions used by vmstat to
...
label interrupt counts.
1998-11-24 07:02:10 +00:00
sakamoto
0af8906658
Remove script about installboot.
1998-11-24 06:40:30 +00:00
sakamoto
28c9fd0c8c
Fix no check for negative offset in mmap.
1998-11-24 06:34:10 +00:00
ross
efccda2e04
Needs <string.h>
1998-11-24 06:06:31 +00:00
ross
096af13560
Needs an LP64 fix plus a <string.h>
1998-11-24 06:06:10 +00:00
ross
a19fc46ab9
Needs <string.h>
1998-11-24 06:05:34 +00:00
ross
0cb059b1db
Incorrect void * casts on ns_panic() calls...LP64 warnings...kill kill kill
1998-11-24 06:05:07 +00:00
ross
40ed59e2df
Needs <string.h>
1998-11-24 06:00:30 +00:00
simonb
dcd677e28b
slight cleanup
1998-11-24 02:49:13 +00:00