summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure that pageout deadlocks cannot occur. There is a problemdyson1996-05-292-9/+33
* The wrong address (pindex) was being used for the page table directory. Nodyson1996-05-292-14/+10
* Fix a race condition in p_mesgout* and inb* code that could allow agibbs1996-05-271-3/+3
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-272-2/+6
* Cleanup the last of the assembly time "-KERNBASE" relocations.phk1996-05-273-66/+66
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-273-138/+147
* added missing semicolonscrappy1996-05-261-1/+1
* If tunnel is busy we return EBUSY, not ENXIO.phk1996-05-261-1/+1
* Fix a couple of problems in the pageout_scan routine. First, there isdyson1996-05-261-3/+17
* I think this covers (fixes) the last batch of freeing active/held/busy pagedyson1996-05-261-1/+3
* Add some comments for variables and targets.wosch1996-05-251-1/+80
* Dont allow directories to be link()ed or unlink()ed, even for rootpeter1996-05-242-14/+18
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-242-4/+4
* Make sure that we don't place a busy or held page onto the PQ_CACHE queue.dyson1996-05-241-2/+5
* Add an assert to vm_page_cache. We should never cache a dirty page.dyson1996-05-241-1/+4
* Add apparently needed splvm protection to the active queue, and eliminatedyson1996-05-241-2/+9
* Eliminate inefficient check for dirty pages for pages in the PQ_CACHEdyson1996-05-241-1/+14
* Make the conversion from the default pager to swap pager more robustdyson1996-05-241-5/+7
* Change the *evil* allocation of memory from kmem_map to the kernel_map.dyson1996-05-241-3/+3
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-2420-8/+4312
* Add an incremental checksum update routine. Perhaps some i386 assemblywollman1996-05-231-1/+17
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-233-9/+16
* Eliminate a vm_page_free, busy panic, in kern_malloc.dyson1996-05-231-1/+2
* Initial support for MADV_FREE, support for pages that we don't caredyson1996-05-235-60/+45
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlywollman1996-05-222-2/+20
* Fix harmless warning.. pmap_nw_modified was not having it's argpeter1996-05-222-4/+4
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during thegibbs1996-05-221-8/+15
* A serious error in pmap.c(pmap_remove) is corrected by this. Whendyson1996-05-222-60/+8
* "board not responding" -> "board is not responding"dima1996-05-223-11/+11
* Fix an embarresing error on my part that made the IP_PORTRANGE optionspeter1996-05-211-1/+2
* Let the user know what errors are experienced on received packets.wollman1996-05-212-4/+26
* It seems that the aic78X0 chips will either have their scratch ramgibbs1996-05-211-1/+12
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-211-45/+60
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-212-3/+21
* After reviewing the previous commit to vm_object, the page protectiondyson1996-05-211-3/+1
* Don't protect non-managed pages off during object rundown. This fixesdyson1996-05-211-2/+3
* To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).dyson1996-05-212-4/+4
* Correct a few mode page definitions according to the SCSI-2 specs.joerg1996-05-191-6/+11
* This patch updates sys/scsi/od.c:joerg1996-05-191-58/+144
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-1910-32/+499
* Minor performance improvement to kern_malloc.c that increases thedyson1996-05-181-1/+17
* Removed SIOCSETRTINFO, SIOCGETRTINFO, and SIOCGETVIFINF ioctl's, whichfenner1996-05-181-4/+1
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-185-50/+371
* Fix range check to actually test the variable that will be used asse1996-05-182-4/+4
* One more file missing from the mega-commit. This inlines some verydyson1996-05-181-4/+32
* File mistakenly left out of the previous mega-commit. This providesdyson1996-05-181-1/+2
* This set of commits to the VM system does the following, and containdyson1996-05-1827-1851/+2097
* A patch for the meteor device driver. It fixes:jkh1996-05-178-33/+95
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-132-7/+23
OpenPOWER on IntegriCloud