| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
failed (e.g. ENOBUFS)
|
|
|
|
|
|
|
|
|
|
| |
this is a NO-NO
re-arange to just set a "please die immediatly" flag in the signal handler
and handle this in the normal thread.
also handle ping -f better on slow links by backing off a bit when
we get a ENOBUFFS from the sendto().
|
| |
|
| |
|
|
|
|
| |
sounddriver fixed now.
|
| |
|
|
|
|
|
| |
while in "scroll mode" (return EBUSY).
Suggested by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
| |
|
| |
|
|
|
|
| |
stop_cpus()/restart_cpus() STILL not working!
|
| |
|
| |
|
|
|
|
| |
stop_cpus/restart_cpus STILL not working!
|
| |
|
|
|
|
| |
Reviewed by: Warner
|
|
|
|
| |
reword for grammar/clarity
|
|
|
|
| |
needed now. Uncomment awe0 device
|
|
|
|
| |
it cause conflicts
|
|
|
|
| |
Suggested by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
on the list.
|
|
|
|
| |
Submitted by: Kenneth Merry <ken@plutotech.com>
|
|
|
|
| |
where X < 25.
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
restart_cpus(), currently BROKEN! (turned off in smptests.h by default).
|
|
|
|
| |
Preliminary support for stopcpus()/restartcpus().
|
|
|
|
|
| |
New strategy for handling the TPR (Task Priority Register).
Test code to sync CPUs.
|
|
|
|
| |
"spurious INTerrupt" support.
|
|
|
|
|
|
|
| |
First cut at code for handling CPU stop/restart.
Notes:
not working properly yet.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Pointed out by: bde
|
|
|
|
|
| |
PR: 3451
Submitted by: Tim Vanderhoek <ac199@hwcn.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | | |
| | | |
| | | |
| | | | |
This leaves a bogus rev.1.1.1.2.
|
| | | | |
|
| | | | | |
| \ \ \ | |
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
|