summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't count packets as being transmitted when we know that the sendto()julian1997-07-091-2/+4
| | | | failed (e.g. ENOBUFS)
* ping called printf() from a signal handler..julian1997-07-091-5/+26
| | | | | | | | | | 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().
* Back out 'conflicts' with IRQs, remove intr_registered() declache1997-07-091-2/+1
|
* Back out changes for 'conflicts' with IRQ, remove intr_registered()ache1997-07-091-7/+1
|
* Back out my changes with 'conflicts' keyword for IRQs,ache1997-07-092-18/+8
| | | | sounddriver fixed now.
* Synchronize with sys/i386/isa/syscons.c revision up to 1.222.kato1997-07-091-3/+7
|
* Don't allow CONS_HISTORY ioctl to alter history pointersbrian1997-07-093-3/+9
| | | | | while in "scroll mode" (return EBUSY). Suggested by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Move ports distribution copying for ftp dist into the correct place.jkh1997-07-091-4/+5
|
* Screwed up again, gotta remember to turn off those debugs!fsmp1997-07-091-4/+4
|
* General cleanup of APIC code.fsmp1997-07-0810-431/+451
| | | | stop_cpus()/restart_cpus() STILL not working!
* Minor cleanup of APIC code.fsmp1997-07-082-14/+16
|
* added #define IPI_LEVELfsmp1997-07-081-5/+7
|
* General cleanup of APIC code.fsmp1997-07-086-12/+27
| | | | stop_cpus/restart_cpus STILL not working!
* Reordered call to apic_initialize and setting invltlb_ok.fsmp1997-07-081-4/+15
|
* Fixed buffer overflow.dima1997-07-081-5/+5
| | | | Reviewed by: Warner
* execve of interpreter filesadam1997-07-081-2/+2
| | | | reword for grammar/clarity
* Remove 'conflicts' keyword from SB family devices, it is notache1997-07-083-18/+18
| | | | needed now. Uncomment awe0 device
* Don't pass configured information back to ISA for this subdevices,ache1997-07-082-4/+7
| | | | it cause conflicts
* Remove useless comparison.brian1997-07-083-9/+6
| | | | Suggested by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Move logwtmp(shutdown) call before any real action in death().ache1997-07-081-4/+4
|
* Use err(3), remove unused variables.charnier1997-07-082-68/+40
|
* Use err(3) instead of local redefinition.charnier1997-07-085-109/+64
|
* Use err(3).charnier1997-07-081-34/+23
|
* Use err(3). Add prototypes.charnier1997-07-081-18/+38
|
* Add usage(), use err(3).charnier1997-07-082-24/+49
|
* iso codes need to be in bin distribution for tzsetuppst1997-07-081-1/+1
|
* Don't add an item to the multicast linked list if it's alreadyjulian1997-07-071-12/+14
| | | | on the list.
* ifdef a TEST_CPUSTOP debug properly.fsmp1997-07-071-3/+3
| | | | Submitted by: Kenneth Merry <ken@plutotech.com>
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"brian1997-07-073-12/+21
| | | | where X < 25.
* Enables scmouse.kato1997-07-071-23/+41
| | | | | | 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>
* Opps, forgot to turn off the debugs...fsmp1997-07-071-4/+4
|
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-077-70/+413
| | | | restart_cpus(), currently BROKEN! (turned off in smptests.h by default).
* Preliminary support for Xspuriousint.fsmp1997-07-061-4/+16
| | | | Preliminary support for stopcpus()/restartcpus().
* Added some (temporary) macros for debugging.fsmp1997-07-061-1/+91
| | | | | New strategy for handling the TPR (Task Priority Register). Test code to sync CPUs.
* Additional debugging functions and macros.fsmp1997-07-064-8/+73
| | | | "spurious INTerrupt" support.
* First cut at code for handling "spurious INTerrupts".fsmp1997-07-063-66/+252
| | | | | | | First cut at code for handling CPU stop/restart. Notes: not working properly yet.
* #ifdef out debug for now...fsmp1997-07-062-2/+6
|
* Added a hook for a "spurious INTerrupt handler".fsmp1997-07-062-2/+18
|
* Rework previous commit.. I was confused by the number of diffs in the PRpeter1997-07-061-8/+29
| | | | | | | | | | | | | | | | | 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.
* Update description of rand_args to not suggest "-s"..peter1997-07-061-2/+2
| | | | Pointed out by: bde
* Fix off-by-one errorpeter1997-07-061-4/+6
| | | | | PR: 3451 Submitted by: Tim Vanderhoek <ac199@hwcn.org>
* Major IPXrouted rework.jhay1997-07-0615-177/+355
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, notpeter1997-07-062-4/+4
| | | | | | | 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.
*---. This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-0684-0/+25364
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | | * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-063-5/+320
| | | | | | | | | | | | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| | * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-0613-131/+3437
| | | | | | | | | | | | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * | | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-06133-784/+22784
| | | | | | | | | | | | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * | | Import from Lite2 again to fix up mis-importing of Lite2's bdes.bde1997-07-061-2/+6
| | | | | | | | | | | | | | | | This leaves a bogus rev.1.1.1.2.
* | | | Removed mis-imported files.bde1997-07-063-4295/+0
| | | |
| | | |
| \ \ \
*-. \ \ \ This commit was generated by cvs2svn to compensate for changes in r27237,bde1997-07-067-0/+8595
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud