leo
56dc7b26ad
Atari no longer uses the default db_read/write functions.
1995-06-09 20:03:05 +00:00
leo
73c861e2e3
Handle mouse and other packages received from the keyboard correctly.
...
The initialisation now resets the keyboard and disables all packages
that make no sense because their drivers are not activated.
1995-06-09 20:00:14 +00:00
leo
91bada6a66
Fix grfmmap()
1995-06-09 19:55:13 +00:00
leo
18e5707a34
Add our own low-level access functions for ddb. This makes sure that
...
the system won't hang when referencing a non-existend page.
1995-06-09 19:53:45 +00:00
leo
9f6e63c66b
Add our own db_memrw.c for ddb.
1995-06-09 19:50:42 +00:00
leo
13af15620a
Show FPU_EMULATE exists
1995-06-09 19:49:27 +00:00
leo
f8c615afc9
Make hardware locations u_char instead of char
1995-06-09 19:47:30 +00:00
leo
2644faf340
Fix thinko
1995-06-09 19:45:42 +00:00
leo
80bf490a56
Support & require MACHINE_NONCONTIG
1995-06-09 19:42:22 +00:00
mycroft
e6c81430d2
Add missing `break;'s.
1995-06-09 18:09:27 +00:00
jonathan
8e556dece3
Change default optimization level from -O to -O2.
1995-06-09 06:44:41 +00:00
phil
9999c610fb
Updated To.Do
1995-06-09 06:03:45 +00:00
phil
36c6fc31be
Various updates for the new NCR scsi driver and tweeks to the interrupt
...
code. (From Matthias Pfaller)
1995-06-09 05:59:56 +00:00
mycroft
f477ccbfa7
Fix def_anon initializer.
1995-06-09 05:26:58 +00:00
phil
a8674363a7
Replacement of the NCR driver by the Leo Weppelman NCR driver as
...
ported by Matthias Pfaller (Thanks to both!) and a RCS id.
1995-06-09 04:36:14 +00:00
christos
695670c5fa
fixed bug related to the ascii `when' files previous fix, where the -t
...
option would fail to read the timestamp files.
1995-06-09 04:33:34 +00:00
briggs
d37674426a
"Always compile before you commit."
1995-06-09 02:19:47 +00:00
christos
a45947b2a4
Changed so that 'PATH=newpath command' works, instead of looking at the
...
old path. Synced input.c with vangogh.
1995-06-09 01:53:44 +00:00
mycroft
d7e904a697
Fix various signal handling bugs:
...
* If we got a stopping signal while already stopped with the same signal,
the second signal would sometimes (but not always) be ignored.
* Signals delivered by the debugger always pretended to be stopping
signals.
* PT_ATTACH still didn't quite work right.
1995-06-08 23:51:01 +00:00
briggs
90caf013ba
In the interrupt routine, bail out if we've not been initialized, yet.
1995-06-08 12:52:02 +00:00
cgd
061f2a0c7e
fd_set *'s really aren't compatible with timeval *'s
1995-06-08 12:38:07 +00:00
cgd
29d4fed17f
typeof(timeval.tv_sec) != time_t
1995-06-07 17:40:51 +00:00
cgd
10603feb51
needs string.h
1995-06-07 17:38:35 +00:00
cgd
788733b7a9
typeof(timeval.tv_sec) != time_t
1995-06-07 17:14:21 +00:00
cgd
8936958f57
typeof(timeval.ts_sec) != time_t
1995-06-07 16:29:30 +00:00
cgd
dcb82cbdbc
needs string.h
1995-06-07 16:28:03 +00:00
cgd
ed7cdf533b
can't assume that timeval.ts_sec is same type as time_t. grr.
1995-06-07 16:09:53 +00:00
mycroft
3a8e9c62b8
Remove ip_ifmatrix completely.
1995-06-07 16:01:15 +00:00
mycroft
e21c61b16f
Remove extra definition of satosin().
1995-06-07 15:21:48 +00:00
cgd
85ab28f7aa
eliminate the need for some (fatal) casts.
1995-06-07 13:14:09 +00:00
cgd
e75fdcfa2e
only print MAXCOMLEN chars of the process command name. fixes pr 1080.
1995-06-07 07:24:19 +00:00
cgd
e58dfa2a1a
make match/attach routines and cfdriver struct mi
1995-06-07 07:06:16 +00:00
cgd
da5b5dfa63
make match/attach routines and cfdriver struct mi
1995-06-07 06:46:04 +00:00
cgd
5a29222f9c
prototype isascan, spacing
1995-06-07 06:45:44 +00:00
cgd
ac2f3dfca6
be a bit more careful when splitting pathnames
1995-06-07 05:52:12 +00:00
cgd
da7c7d41dd
build tags at library build time, not at install time.
1995-06-07 04:37:54 +00:00
christos
9d255ec409
Ignore result of sigaction when setting traps. Traps will succeed even
...
on SIGKILL or SIGSTOP. This is what other bourne shells do. (suggested
by mycroft)
1995-06-07 04:16:57 +00:00
cgd
5fb36cfb02
cast assignments to quiet const warnings. Mark (at least some) uses of
...
const variables that result in their modification (!!) as XXX.
1995-06-07 03:55:49 +00:00
cgd
741ffd7de0
make this work whether or not MANZ is defined. also, clean it up a bit,
...
remove some extra cruft, and make the way compressed man pages are installed
a bit more sane. (DON'T blow away uncompressed man pages of the same name,
if they're also there...)
1995-06-07 01:15:20 +00:00
cgd
2994e22402
add m_split proto, as suggested by Ignatios Souvatzis in pr 1076
1995-06-07 00:21:28 +00:00
cgd
d4f62dcb69
update from Ignatios Souvatzis
1995-06-07 00:13:52 +00:00
thorpej
7d7d30315b
Bring in all includes necessary since the multicast changes. Fixes
...
PR #1114 .
1995-06-06 23:45:27 +00:00
cgd
65cf7e111a
update from Ignatios Souvatzis
1995-06-06 23:41:37 +00:00
cgd
3349ad1b56
update from matt thomas
1995-06-06 23:31:24 +00:00
mycroft
b5e03e8dd4
Fix debugging printf.
1995-06-06 19:54:30 +00:00
mycroft
d6b0d0788c
Use setegid() explicitly, just to be safe.
1995-06-06 19:53:34 +00:00
mycroft
7a4a8b6c81
Make sure the SIGHUP handler is actually set. Zero the fd_set before using
...
it.
1995-06-06 19:51:19 +00:00
pk
f087571372
First arg. of syscall2() is a quad_t.
1995-06-06 09:04:51 +00:00
pk
8ad14ce320
Correct tputs() argument declaration.
1995-06-06 08:14:37 +00:00
pk
18a59f7843
Declare tputs() as void.
1995-06-06 08:10:00 +00:00