charnier
ada7fd36a7
Use err(3), remove unused variables.
1997-07-08 11:05:59 +00:00
charnier
2dab39b518
Use err(3) instead of local redefinition.
1997-07-08 11:04:19 +00:00
charnier
a075711232
Use err(3).
1997-07-08 11:02:48 +00:00
charnier
35b621a15d
Use err(3). Add prototypes.
1997-07-08 11:01:35 +00:00
charnier
5fb8336ce4
Add usage(), use err(3).
1997-07-08 10:59:50 +00:00
pst
6df0d99c48
iso codes need to be in bin distribution for tzsetup
1997-07-08 00:46:32 +00:00
julian
245905d4a2
Don't add an item to the multicast linked list if it's already
...
on the list.
1997-07-07 17:36:06 +00:00
fsmp
3675be9ef5
ifdef a TEST_CPUSTOP debug properly.
...
Submitted by: Kenneth Merry <ken@plutotech.com>
1997-07-07 16:34:22 +00:00
brian
d0e0c139a6
YAMF2.2: Handle indirect results of "kbdcontrol -h X"
...
where X < 25.
1997-07-07 13:42:42 +00:00
kato
344ff838d1
Enables scmouse.
...
Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp>
T. Yamamoto <t-yamamt@ics.es.osaka-u.ac.jp>
M. Jinbo <karl@marcer.nagaokaut.ac.jp>
1997-07-07 12:47:36 +00:00
fsmp
369bc55d12
Opps, forgot to turn off the debugs...
1997-07-07 00:38:58 +00:00
fsmp
dae4cd91b9
stop_cpus(), currently BROKEN! (turned off in smptests.h by default).
...
restart_cpus(), currently BROKEN! (turned off in smptests.h by default).
1997-07-07 00:06:51 +00:00
fsmp
c9a36d9f1c
Preliminary support for Xspuriousint.
...
Preliminary support for stopcpus()/restartcpus().
1997-07-06 23:59:31 +00:00
fsmp
476d29518b
Added some (temporary) macros for debugging.
...
New strategy for handling the TPR (Task Priority Register).
Test code to sync CPUs.
1997-07-06 23:50:12 +00:00
fsmp
d157b3e439
Additional debugging functions and macros.
...
"spurious INTerrupt" support.
1997-07-06 23:40:15 +00:00
fsmp
d56c6e8a3b
First cut at code for handling "spurious INTerrupts".
...
First cut at code for handling CPU stop/restart.
Notes:
not working properly yet.
1997-07-06 23:32:38 +00:00
fsmp
d7ff7f1a63
#ifdef out debug for now...
1997-07-06 23:25:46 +00:00
fsmp
1c189a5dc1
Added a hook for a "spurious INTerrupt handler".
1997-07-06 22:11:26 +00:00
peter
93a53ac568
Rework previous commit.. I was confused by the number of diffs in the PR
...
and forgot what I was trying to do originally and accidently zapped
a feature. :-] The problem is that we are converting a counted buffer in
a malloc pool into a null terminated C-style string. I was calling realloc
originally to shrink the buffer to the desired size. If realloc failed, we
still returned the valid buffer - the only thing wrong was it was a tad
too large. The previous commit disabled this.
This commit now handles the three cases..
1: the buffer is exactly right for the null byte to terminate the
string (we don't call realloc).
2: it's got h.left = 0, so we must expand it to make room. If realloc
fails here, it's fatal.
3: if there's too much room, we realloc to shrink it - a failed realloc
is not fatal, we use the original buffer which is still valid.
1997-07-06 08:42:37 +00:00
peter
e14f1e3511
Update description of rand_args to not suggest "-s"..
...
Pointed out by: bde
1997-07-06 08:28:34 +00:00
peter
078cf3b9d1
Fix off-by-one error
...
PR: 3451
Submitted by: Tim Vanderhoek <ac199@hwcn.org>
1997-07-06 07:54:56 +00:00
jhay
82157587f3
Major IPXrouted rework.
...
In rt_change() remember to update the interface pointer otherwise we will
send the RIP packets to the wrong interface(s) in future.
Update the hash generator and increase the size of the hash tables.
Only use the network and host parts when comparing IPX interface addresses.
Immediately broadscast RIP and SAP changes.
Change the alarm code to use the setitimer() call and only set a flag in
the alarm signal handler. This gets rid of possible race conditions.
Remove the host routing table. IPX RIP cannot do host routes, only net routes.
Make the delay between broadcast packets 50ms. It seems that some Netware
4.x servers is very slow and don't have much input buffering.
Handle received messages about networks and services that go down, better.
Add tracing of RIP and SAP changes. It gets sysloged with a level of
LOG_DEBUG.
1997-07-06 07:38:36 +00:00
peter
6bf695e6ce
fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, not
...
just the next argument. We really need to be able to tag drivers with
their randomness "suitability" so that this can be more automatic. It
would be nice if all suitable drivers registered their irq automatically,
but still allowed them to be turned on/off etc.
1997-07-06 07:19:14 +00:00
bde
6e7c2bea71
This commit was generated by cvs2svn to compensate for changes in r27241,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 06:54:14 +00:00
bde
e5748dd1c9
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
...
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
1997-07-06 06:54:14 +00:00
bde
59244805cf
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
...
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
1997-07-06 06:54:14 +00:00
bde
c8ab7a408f
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
...
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
1997-07-06 06:54:14 +00:00
bde
b9b64cf0ac
Import from Lite2 again to fix up mis-importing of Lite2's bdes.
...
This leaves a bogus rev.1.1.1.2.
1997-07-06 06:27:25 +00:00
bde
2aecaf26d0
Removed mis-imported files.
1997-07-06 06:15:35 +00:00
bde
149e964a6c
Import Lite2's src/usr.bin/bdes. This was too hard to check at home
...
since bdes is not on the export cdrom.
1997-07-06 06:06:57 +00:00
bde
215a014e96
This commit was generated by cvs2svn to compensate for changes in r27237,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 06:06:57 +00:00
bde
95c01bb9b0
Import Lite2's src/usr.bin/bdes. This was too hard to check at home
...
since bdes is not on the export cdrom.
1997-07-06 06:06:57 +00:00
bde
8cbff81d63
Import Lite2's src/usr.bin/tn3270. mset/3270.5 is still on the vendor
...
branch and importing it just changes the formatting.
1997-07-06 05:25:43 +00:00
bde
0b61442341
This commit was generated by cvs2svn to compensate for changes in r27235,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 05:25:43 +00:00
bde
05bbfe8e9f
Import Lite2's src/usr.bin/telnet. The README is still on the vendor
...
branch and importing it gives some anachronisms. tn3270.c is still on
the vendor branch and importing it just changes a memcpy to memmove.
1997-07-06 05:14:28 +00:00
bde
890a3dcd24
This commit was generated by cvs2svn to compensate for changes in r27233,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 05:14:28 +00:00
bde
ec05f8c40b
Merge from Lite2 (print "??" instead NULL if devname() fails). More
...
faithful stealing from pstat would have given this already.
1997-07-06 04:37:22 +00:00
bde
6fb9612d46
Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case.
...
Fixed.
1997-07-06 04:13:20 +00:00
bde
4de4d9531c
Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branch
...
and this import just breaks it.
1997-07-06 04:02:30 +00:00
bde
3a5a144dca
This commit was generated by cvs2svn to compensate for changes in r27229,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 04:02:30 +00:00
bde
398fca837a
Import Lite2's src/usr.bin/leave. The man page is still on the vendor
...
branch and this import just makes a cosmetic change.
1997-07-06 03:45:58 +00:00
bde
6ce501fb26
This commit was generated by cvs2svn to compensate for changes in r27227,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 03:45:58 +00:00
bde
5912d12926
Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80).
1997-07-06 03:39:37 +00:00
bde
9913e47dba
Import Lite2's src/usr.bin/banner. The man page is still on the vendor
...
branch and this import converts it to mdoc format.
1997-07-06 03:28:40 +00:00
bde
eb475de055
This commit was generated by cvs2svn to compensate for changes in r27224,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 03:28:40 +00:00
bde
6be61a7c42
Default to cksum' instead of to
sum' for unusual program names.
...
Mention `sum' in the usage message.
1997-07-06 03:18:13 +00:00
bde
7f47ba44de
Merge from Lite2 (make the command sum' an alias for
cksum -o 1', and
...
reject -o args other than "1" or "2").
1997-07-06 03:03:10 +00:00
dyson
abc6af3236
This is an upgrade so that the kernel supports the AIO calls from
...
POSIX.4. Additionally, there is some initial code that supports LIO.
This code supports AIO/LIO for all types of file descriptors, with
few if any restrictions. There will be a followup very soon that
will support significantly more efficient operation for VCHR type
files (raw.) This code is also dependent on some kernel features
that don't work under SMP yet. After I commit the changes to the
kernel to support proper address space sharing on SMP, this code
will also work under SMP.
1997-07-06 02:40:43 +00:00
bde
567a012c68
Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendor
...
branch and will temporarily give bogus hard links cksum[.1] -> sum[.1].
1997-07-06 02:22:28 +00:00
bde
8cfb3dd550
This commit was generated by cvs2svn to compensate for changes in r27219,
...
which included commits to RCS files with non-trunk default branches.
1997-07-06 02:22:28 +00:00