summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reenabled i586-optimized copyin/out.bde1996-11-303-9/+3
* Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tapejoerg1996-11-301-1/+5
* Check for error return from uiomove to prevent looping endlessly indg1996-11-291-1/+3
* Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowbde1996-11-291-5/+9
* Made O_NOCTTY distinct from the other flags (it clashed with O_RDONLY).bde1996-11-291-3/+3
* Relax the constraints on the bswap opcode (it works on non-bytedyson1996-11-291-24/+16
* Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushbde1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not dobde1996-11-292-15/+17
* Changed _POSIX_VERSION from 198808L to 199009L. We're close to conformingbde1996-11-291-2/+2
* Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use abde1996-11-293-90/+138
* Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is alwaysbde1996-11-292-4/+2
* Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Usebde1996-11-292-6/+4
* Correct name in probe type. Closes PR# 2122 (with a change, since the PRjkh1996-11-291-1/+1
* Clarified the comment about removing other CPU defs. Specifically,dyson1996-11-293-6/+6
* Support the appropriate use of bswap instruction on non-I386 builds.dyson1996-11-291-1/+10
* Make the kernel smaller with at worst a neutral effect on perf bydyson1996-11-283-34/+34
* I broke psm.c and none of the 5 reviewers noticed :-)phk1996-11-281-6/+12
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* Rogue entry for DEC DLT2700phk1996-11-281-1/+5
* Potentially fix a problem, whereby MSDOSFS can request buffersdyson1996-11-281-1/+4
* Potentially fix a problem, whereby MSDOSFS can request buffersdyson1996-11-281-1/+5
* Make intro command a NO-OP if no VISUAL_USERCONFIGphk1996-11-271-5/+9
* Waste less space.phk1996-11-273-44/+49
* Remove warning at AHC_SCBPAGING_ENABLE, not needed nowache1996-11-273-6/+3
* Replace LC_TIME= with LC_TIME=Cache1996-11-261-2/+2
* Make a kernel with DDB but without sio possible again. This is onlyphk1996-11-252-0/+18
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakablejhay1996-11-242-7/+19
* Back out my previous change here. aic7xxx_asm is only a stdio programpeter1996-11-242-4/+4
* Fix my previous (untested) commit. The probe routine now appears to workpeter1996-11-241-2/+2
* Allocate a header mbuf for the start of the encapsulated packet.fenner1996-11-231-3/+3
* Make this compile again after the syscons/psm/kbdio changes that removedpeter1996-11-232-14/+20
* Add code to the SCSIINT handler for unexpected busfrees and handling immediategibbs1996-11-221-52/+130
* Conditionally enable the busfree interrupt to catch unexpected busfrees.gibbs1996-11-222-56/+29
* Set a more explicit #include path for building aix7xxx_asm, otherwise itpeter1996-11-222-4/+4
* Fix ifconfig link flag handlingguido1996-11-211-3/+6
* changes to make devfs more 'normal'julian1996-11-215-155/+251
* Update comment and disable SCB paging for Rev E cards since paging, at leastgibbs1996-11-211-6/+3
* Change the way Automatic PIO is performed in the mesgin and mesgout phases.gibbs1996-11-211-27/+18
* Fix UserConfig w/syscons.nate1996-11-193-6/+6
* Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernetdg1996-11-181-2/+2
* Fixed obsolete comment.dg1996-11-182-6/+4
* Improve the locality of reference for variables in vm_page anddyson1996-11-172-27/+27
* Improve the caching of small files like directories, while notdyson1996-11-173-8/+8
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-162-0/+6
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOgibbs1996-11-161-2/+2
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-167-27/+21
* Assert that we have seen an identify or have not disconneccted since thegibbs1996-11-162-12/+17
OpenPOWER on IntegriCloud