summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andbde1996-04-301-4/+21
* Removed gratuitous differences from Lite2.bde1996-04-301-7/+4
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-303-3/+6
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-304-10/+10
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-306-12/+12
* Don't include <machine/ansi.h> twice.phk1996-04-301-2/+1
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-305-37/+48
* Remove a spurious mapping that was introduced earlier.phk1996-04-303-27/+3
* Move the map entry allocations from the kmem_map to the kernel_map. Asdyson1996-04-291-4/+4
* slight re-ordering to allow the qcam to compile with devfs enabled.julian1996-04-291-8/+14
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againjkh1996-04-292-4/+6
* Fixed two typos in the comment.smpatel1996-04-291-2/+2
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.gibbs1996-04-282-31/+137
* Fix some bugs I introduced and some old ones as well.phk1996-04-283-162/+615
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-273-9/+21
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-273-6/+6
* Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-263-9/+9
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
* A significant debogofication of locore.s. I havn't found any actualyphk1996-04-265-1046/+898
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-268-52/+8
* Fix cpu_fork for real.phk1996-04-259-36/+26
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-252-4/+4
* Regardless of whether or not the check for IPv4 is useful, we certainlydg1996-04-251-3/+3
* Reject all IP versions but 4.phk1996-04-241-2/+3
* Add missing "int" to static var.asami1996-04-242-4/+4
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).dyson1996-04-242-8/+11
* - This code adds some backwards compatability hacks for buggy APM BIOSnate1996-04-232-2/+50
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-237-366/+340
* Adds the APM hooks into the generic pccard kernel files. With this codenate1996-04-236-16/+121
* Fix second instance of the inb type when getting the current sequencer address.gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedgibbs1996-04-231-2/+2
* Updated the laptop 'kludge' file. Hopefully this can go away soon.nate1996-04-221-18/+20
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-2214-34/+171
* The default number of tags in the SCB paging case was supposed to begibbs1996-04-221-2/+2
* This fixes a troubling oversight in some of the pmap code enhancements.dyson1996-04-222-2/+4
* Fixed in-line IP header checksumming. It was performed on the wrong headerbde1996-04-211-2/+2
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855gibbs1996-04-201-10/+42
* Implement SCB paging which allows up to 255 active commands on aic7770gibbs1996-04-202-411/+790
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-202-4/+4
* Turn on SCB paging for aic7770 chips rev E or greater.gibbs1996-04-205-34/+89
* Implement SCB paging. This allows up to 255 active commands ongibbs1996-04-202-100/+181
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-192-2/+10
* Fixed removal of devfs entries for the real slice corresponding to thebde1996-04-191-10/+55
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-2/+1
* Don't depend on <sys/types.h> including <sys/cdefs.h>.bde1996-04-194-5/+7
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-194-8/+10
* Whoops, shouldn't really have been here, but what the heck: remove somephk1996-04-181-5/+3
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-187-14/+24
OpenPOWER on IntegriCloud