| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the now-unnecessary and incorrect wiring of the "other" processes | dyson | 1996-06-02 | 1 | -5/+1 |
* | Correct spelling error in comment | gpalmer | 1996-06-02 | 1 | -2/+2 |
* | Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes | gpalmer | 1996-06-01 | 4 | -4/+9 |
* | Disable madvise optimizations for device pager objects (some of the | dyson | 1996-06-01 | 1 | -6/+9 |
* | Fix the problem with pmap_copy that breaks X in small memory machines. Also | dyson | 1996-06-01 | 2 | -26/+46 |
* | Fix ioctl() operations...nasty typo | pst | 1996-05-31 | 1 | -2/+2 |
* | Fix a regression. Turn off the selection hardware during a selection timeout | gibbs | 1996-05-31 | 1 | -12/+9 |
* | Don't use the auto ATN on parity error feature. It may be the source | gibbs | 1996-05-31 | 1 | -4/+4 |
* | More closely preserve the original operation of rresvport() when using | peter | 1996-05-31 | 1 | -2/+3 |
* | Jump some hoops to have the *.s code being able to be run through both an | peter | 1996-05-31 | 13 | -294/+305 |
* | Instead of: cpp blah file.s | as -o file.o, use instead: | peter | 1996-05-31 | 3 | -15/+9 |
* | Keep brelse from freeing busy pages. | dyson | 1996-05-31 | 1 | -2/+2 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 10 | -146/+215 |
* | Add an option "EXTRA_VNODES" to cause an extra number of vnode structures | peter | 1996-05-31 | 9 | -14/+56 |
* | When estimating the time (in ms) left to drain the output queue based | peter | 1996-05-30 | 2 | -8/+8 |
* | Fix regression. It seems that you need at least one instruction between | gibbs | 1996-05-30 | 1 | -3/+3 |
* | Merge in changes for NetBSD/OpenBSD. | gibbs | 1996-05-30 | 2 | -120/+412 |
* | Merge in changes for NetBSD/OpenBSD. | gibbs | 1996-05-30 | 4 | -494/+843 |
* | Merge in changes for NetBSD/OpenBSD. | gibbs | 1996-05-30 | 1 | -2/+6 |
* | Fix a panic caused by (proc)->p_session being dereferenced for a process | dg | 1996-05-30 | 2 | -10/+12 |
* | Correct some unfortunately chosen constants, otherwise, not enough | dyson | 1996-05-29 | 1 | -4/+3 |
* | After careful review by David Greenman and myself, David had found a | dyson | 1996-05-29 | 1 | -59/+94 |
* | Make sure that pageout deadlocks cannot occur. There is a problem | dyson | 1996-05-29 | 2 | -9/+33 |
* | The wrong address (pindex) was being used for the page table directory. No | dyson | 1996-05-29 | 2 | -14/+10 |
* | 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 |