jtc
|
7acf86db2f
|
Don't dump core when evaluating X % 0.
Simplify lexer by using %prec feature in yacc grammar.
Implement most of the operators required by POSIX.2.
|
1994-07-15 23:45:30 +00:00 |
|
cgd
|
d7fc64af84
|
don't use inline, use __inline, like cdefs intends (so it can kill it if nongcc
|
1994-07-15 22:29:22 +00:00 |
|
cgd
|
17c3553caf
|
kill bogus external declaration of time
|
1994-07-15 22:27:46 +00:00 |
|
mycroft
|
e88e13f3bb
|
Fix a bogon relating to >16-bit addresses that I introduced. Fix up BPF
support for received packets.
|
1994-07-15 21:20:48 +00:00 |
|
mycroft
|
22b754f8e7
|
Fix disassembly of bit test instructions with an immediate shift count.
|
1994-07-15 21:11:34 +00:00 |
|
mycroft
|
551f7bc780
|
Since we're no longer using xchg instructions, there's no reason to prefer
a q reg over and other. Also, fix some types in the case of _POSIX_SOURCE.
|
1994-07-15 21:10:21 +00:00 |
|
cgd
|
f2a351e187
|
make it valid C
|
1994-07-15 21:09:38 +00:00 |
|
mycroft
|
cb07d61edf
|
Fix a fencepost error.
|
1994-07-14 20:58:28 +00:00 |
|
deraadt
|
4cd934f8c4
|
changes from <ws@tools.de> to do selective pinging of servers.
|
1994-07-14 20:54:29 +00:00 |
|
mycroft
|
da89cc4547
|
Remember to clear d_type.
|
1994-07-14 01:43:42 +00:00 |
|
gwr
|
776aa7931b
|
Oops, I inserted that last patch in the wrong place.
|
1994-07-14 01:24:19 +00:00 |
|
gwr
|
f487cb907c
|
Avoid trying to unmap DVMA space from pv_remove_all().
|
1994-07-14 01:18:46 +00:00 |
|
gwr
|
357f0db25c
|
Add "evil empire" copyright to avoid a fight.
|
1994-07-14 01:17:40 +00:00 |
|
mycroft
|
0c2e843ee1
|
Implement cd9660_vget(). Clean up a bit.
|
1994-07-13 22:30:07 +00:00 |
|
gwr
|
1b826e0cb0
|
first cut
|
1994-07-13 20:45:31 +00:00 |
|
hpeyerl
|
868adde577
|
Make the manpage match the code.
|
1994-07-13 19:26:37 +00:00 |
|
gwr
|
dd658f0553
|
first cut
|
1994-07-13 18:46:03 +00:00 |
|
gwr
|
a578a56105
|
Remove some stupidity pointed out by Adam.
|
1994-07-13 18:04:46 +00:00 |
|
phil
|
eaaed0e51e
|
removed a "debugging" printf in pagemove.
|
1994-07-13 15:09:15 +00:00 |
|
mycroft
|
0b494a6b0b
|
Import selected bug fixes from GCC 2.5.
|
1994-07-13 08:13:45 +00:00 |
|
pk
|
35dc4aefc8
|
Remove debugging code.
|
1994-07-13 07:52:01 +00:00 |
|
phil
|
741394dc40
|
Fixing the dumb swapdev bug.
|
1994-07-13 07:08:18 +00:00 |
|
ws
|
2db64ab48d
|
Try to pick myself up from the floor where I fell laughing.
|
1994-07-12 22:20:46 +00:00 |
|
gwr
|
b27c51a2ff
|
first cut
|
1994-07-12 21:11:18 +00:00 |
|
cgd
|
65855280c7
|
minor cache consistency fix
|
1994-07-12 21:03:14 +00:00 |
|
cgd
|
f14f488a6f
|
don't define exit() here. in fact, none of these should be here, but...
|
1994-07-12 21:00:14 +00:00 |
|
mycroft
|
a28c342dee
|
Bug fix from Rick Macklem for a problem with linking to an open file.
|
1994-07-12 19:46:36 +00:00 |
|
glass
|
3c285ea60f
|
fix typo
|
1994-07-12 07:58:27 +00:00 |
|
gwr
|
32ec36897f
|
Fix two more bugs. Seems to work now!
|
1994-07-12 05:18:53 +00:00 |
|
gwr
|
ba188a61a0
|
Avoid some macro redefinitions that have appeared since exec.h
now includes exec_aout.h
|
1994-07-12 00:34:31 +00:00 |
|
briggs
|
1f68884dbe
|
Get rid of virtual console entries for now. Enable 'console.'
|
1994-07-11 22:39:54 +00:00 |
|
briggs
|
5b13ef8c53
|
Re-add this as a sample disktab. Taken from the SCSI parts of the
hp300's disktab.
|
1994-07-11 22:37:52 +00:00 |
|
mycroft
|
02b0255ae0
|
Fix uninitialized variable.
|
1994-07-11 21:51:58 +00:00 |
|
chopps
|
8acf01858e
|
add extra special files for newly available partitions.
|
1994-07-11 14:12:42 +00:00 |
|
paulus
|
cac095f0d0
|
up and running!
|
1994-07-11 05:37:02 +00:00 |
|
chopps
|
183bffdf36
|
fix a `bug' actually just an interface issue, cache last indirect block
to avoid geometrically increasing access time when reading files.
|
1994-07-11 05:07:38 +00:00 |
|
gwr
|
72d730bdc9
|
miscellaneous cleanup
|
1994-07-11 03:41:28 +00:00 |
|
gwr
|
c1e4c90429
|
Yes!!! Fix use of uninitialized variable in pmap_remove_range_mmu()
Add even more paranoid debugging checks (it's still sick )-:
|
1994-07-11 03:38:11 +00:00 |
|
gwr
|
7b4643faf3
|
Add Theo's fix for "must be one" bits in tdr2.
|
1994-07-11 03:31:17 +00:00 |
|
cgd
|
00dc18214f
|
don't forget a cast, and thereby fix the regexp problems on big-endian machines
|
1994-07-10 23:51:11 +00:00 |
|
chopps
|
bea44f01a5
|
bring up to date with siop.c
|
1994-07-10 23:00:29 +00:00 |
|
cgd
|
2e82a93f57
|
the trunk now carries the revision 1.0A (i.e. the first revision after
1.0), because the release branch is 1.0, and when the trunk again becomes
-current, it's 1.0A.
|
1994-07-10 22:26:30 +00:00 |
|
jtc
|
6c8668d7b7
|
Support for H.S.'s regex regression tests
|
1994-07-10 18:45:19 +00:00 |
|
mycroft
|
db0e00db86
|
Clean up a bit.
|
1994-07-10 17:53:12 +00:00 |
|
phil
|
6d82a5754b
|
I missed this change a while ago.
|
1994-07-10 17:21:56 +00:00 |
|
briggs
|
5ec3485979
|
Be somewhat better at machine dependence, clean up a hair, and get rid
of addupc.
|
1994-07-10 16:58:05 +00:00 |
|
briggs
|
f8d560f187
|
Be somewhat better at machine dependence.
|
1994-07-10 16:55:53 +00:00 |
|
cgd
|
f3dc337d8a
|
fix done in rev. 1.23 over again. it was clobbered, and problem masked
|
1994-07-10 05:53:25 +00:00 |
|
briggs
|
cacf1a1b0a
|
Cleanup a printf, raise the probe timeout, and notice if the probe
does time out.
|
1994-07-09 17:21:13 +00:00 |
|
briggs
|
a933ab5ed1
|
Some cleanup and get rid of some compiler warnings. Needs more work.
|
1994-07-09 07:28:22 +00:00 |
|