| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race condition in p_mesgout* and inb* code that could allow a | gibbs | 1996-05-27 | 1 | -3/+3 |
* | Clean up the warnings produced by the recent PCI code. Requested by | gpalmer | 1996-05-27 | 2 | -2/+6 |
* | Cleanup the last of the assembly time "-KERNBASE" relocations. | phk | 1996-05-27 | 3 | -66/+66 |
* | Fix the warnings about "cant inline call to xxx" by reordering two | peter | 1996-05-27 | 3 | -138/+147 |
* | added missing semicolon | scrappy | 1996-05-26 | 1 | -1/+1 |
* | If tunnel is busy we return EBUSY, not ENXIO. | phk | 1996-05-26 | 1 | -1/+1 |
* | Fix a couple of problems in the pageout_scan routine. First, there is | dyson | 1996-05-26 | 1 | -3/+17 |
* | I think this covers (fixes) the last batch of freeing active/held/busy page | dyson | 1996-05-26 | 1 | -1/+3 |
* | Add some comments for variables and targets. | wosch | 1996-05-25 | 1 | -1/+80 |
* | Dont allow directories to be link()ed or unlink()ed, even for root | peter | 1996-05-24 | 2 | -14/+18 |
* | Properly determine the offset of the remaining bytes we need to transfer | gibbs | 1996-05-24 | 2 | -4/+4 |
* | Make sure that we don't place a busy or held page onto the PQ_CACHE queue. | dyson | 1996-05-24 | 1 | -2/+5 |
* | Add an assert to vm_page_cache. We should never cache a dirty page. | dyson | 1996-05-24 | 1 | -1/+4 |
* | Add apparently needed splvm protection to the active queue, and eliminate | dyson | 1996-05-24 | 1 | -2/+9 |
* | Eliminate inefficient check for dirty pages for pages in the PQ_CACHE | dyson | 1996-05-24 | 1 | -1/+14 |
* | Make the conversion from the default pager to swap pager more robust | dyson | 1996-05-24 | 1 | -5/+7 |
* | Change the *evil* allocation of memory from kmem_map to the kernel_map. | dyson | 1996-05-24 | 1 | -3/+3 |
* | Obtained from: netatalk distribution netatalk@itd.umich.edu | julian | 1996-05-24 | 20 | -8/+4312 |
* | Add an incremental checksum update routine. Perhaps some i386 assembly | wollman | 1996-05-23 | 1 | -1/+17 |
* | Correct a botched commit from yesturday. It helps to bring over the | gibbs | 1996-05-23 | 3 | -9/+16 |
* | Eliminate a vm_page_free, busy panic, in kern_malloc. | dyson | 1996-05-23 | 1 | -1/+2 |
* | Initial support for MADV_FREE, support for pages that we don't care | dyson | 1996-05-23 | 5 | -60/+45 |
* | Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly | wollman | 1996-05-22 | 2 | -2/+20 |
* | Fix harmless warning.. pmap_nw_modified was not having it's arg | peter | 1996-05-22 | 2 | -4/+4 |
* | Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during the | gibbs | 1996-05-22 | 1 | -8/+15 |
* | A serious error in pmap.c(pmap_remove) is corrected by this. When | dyson | 1996-05-22 | 2 | -60/+8 |
* | "board not responding" -> "board is not responding" | dima | 1996-05-22 | 3 | -11/+11 |
* | Fix an embarresing error on my part that made the IP_PORTRANGE options | peter | 1996-05-21 | 1 | -1/+2 |
* | Let the user know what errors are experienced on received packets. | wollman | 1996-05-21 | 2 | -4/+26 |
* | It seems that the aic78X0 chips will either have their scratch ram | gibbs | 1996-05-21 | 1 | -1/+12 |
* | Enable/Disable Ultra mode on a per target basis. This allows the driver | gibbs | 1996-05-21 | 1 | -45/+60 |
* | Enable/Disable Ultra mode on a per target basis. This allows the driver | gibbs | 1996-05-21 | 2 | -3/+21 |
* | After reviewing the previous commit to vm_object, the page protection | dyson | 1996-05-21 | 1 | -3/+1 |
* | Don't protect non-managed pages off during object rundown. This fixes | dyson | 1996-05-21 | 1 | -2/+3 |
* | To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-). | dyson | 1996-05-21 | 2 | -4/+4 |
* | Correct a few mode page definitions according to the SCSI-2 specs. | joerg | 1996-05-19 | 1 | -6/+11 |
* | This patch updates sys/scsi/od.c: | joerg | 1996-05-19 | 1 | -58/+144 |
* | Initial support for mincore and madvise. Both are almost fully | dyson | 1996-05-19 | 10 | -32/+499 |
* | Minor performance improvement to kern_malloc.c that increases the | dyson | 1996-05-18 | 1 | -1/+17 |
* | Removed SIOCSETRTINFO, SIOCGETRTINFO, and SIOCGETVIFINF ioctl's, which | fenner | 1996-05-18 | 1 | -4/+1 |
* | Add support for NE2000 compatible PCI Ethernet cards. The PCI probe | se | 1996-05-18 | 5 | -50/+371 |
* | Fix range check to actually test the variable that will be used as | se | 1996-05-18 | 2 | -4/+4 |
* | One more file missing from the mega-commit. This inlines some very | dyson | 1996-05-18 | 1 | -4/+32 |
* | File mistakenly left out of the previous mega-commit. This provides | dyson | 1996-05-18 | 1 | -1/+2 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 27 | -1851/+2097 |
* | A patch for the meteor device driver. It fixes: | jkh | 1996-05-17 | 8 | -33/+95 |
* | When two units swapped, copy SC_STATIC flag too, not clear it | ache | 1996-05-13 | 1 | -1/+2 |
* | Prevent mixing of static and dynamic unit allocation strategies | ache | 1996-05-13 | 2 | -7/+23 |
* | Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can override | asami | 1996-05-13 | 2 | -2/+6 |
* | Leave 16 lines in front of each component partition. It's now safe to | asami | 1996-05-13 | 2 | -6/+20 |