| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo in function name. | ru | 2002-12-25 | 1 | -4/+4 |
* | I'm not sure what was the problem at the time of revision 1.37 | ru | 2002-12-25 | 1 | -11/+0 |
* | Range-check the address family parameter passed in to the sysctl handler. | hsu | 2002-12-25 | 1 | -0/+2 |
* | Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes. | ru | 2002-12-25 | 1 | -1/+1 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | ru | 2002-12-25 | 4 | -39/+10 |
* | A month after pst@ has committed his revision 1.8, it was | ru | 2002-12-25 | 1 | -3/+6 |
* | Ensure that the made-up inode number for a Unix domain socket is persistent. | hsu | 2002-12-25 | 1 | -1/+1 |
* | Validate inp to prevent an use after free. | hsu | 2002-12-24 | 3 | -2/+29 |
* | Flush vop_refreshlabel() definition, since it is no longer used. | rwatson | 2002-12-24 | 1 | -9/+0 |
* | - Hold the page queues lock around calls to vm_page_flag_clear(). | alc | 2002-12-24 | 2 | -0/+4 |
* | Require privilege to flush the signal cache on if_an and if_wi 802.11 | rwatson | 2002-12-24 | 2 | -0/+6 |
* | o De-anonymity dummynet(4) and ipfw(4) messages, prepend them | maxim | 2002-12-24 | 2 | -45/+47 |
* | White-space changes. | phk | 2002-12-24 | 5 | -43/+42 |
* | - Hold the page queues lock around calls to vm_page_wakeup() and | alc | 2002-12-24 | 2 | -4/+16 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-24 | 3 | -3/+10 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 11 | -23/+99 |
* | - Change the way the direct mapped region is implemented to be generally | jake | 2002-12-23 | 5 | -108/+220 |
* | Move the declaration of the socket fileops from socketvar.h to file.h. | phk | 2002-12-23 | 3 | -22/+14 |
* | Make it work -current style. | julian | 2002-12-23 | 1 | -1/+1 |
* | Make ng_fec.c compile again since Sam's changes. | julian | 2002-12-23 | 1 | -5/+8 |
* | Outdent the string rather than use concatenation. | phk | 2002-12-23 | 2 | -4/+4 |
* | Detediousficate declaration of fileops array members by introducing | phk | 2002-12-23 | 5 | -76/+64 |
* | Change the chip description from "DFE-550TX" to "DL10050". | phk | 2002-12-23 | 2 | -4/+4 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-23 | 2 | -0/+8 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 4 | -4/+4 |
* | - Hold the kernel_object's lock around vm_page_insert(..., kernel_object, | alc | 2002-12-23 | 1 | -0/+2 |
* | - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...). | alc | 2002-12-23 | 1 | -0/+6 |
* | - Move to array based indexing for TX/RX descriptor/buffer management | pdeuskar | 2002-12-23 | 3 | -545/+526 |
* | rn_walktree*() compute the next leaf before applying a function | ru | 2002-12-23 | 1 | -4/+7 |
* | Avoid holding the vnode interlock around malloc() or free() to prevent a | alc | 2002-12-23 | 1 | -2/+8 |
* | Eliminate some dead code. (Any possible use for this code died with | alc | 2002-12-23 | 1 | -4/+0 |
* | Fix a De Morgan bug: If we only expect a memory range OR an | marcel | 2002-12-23 | 1 | -8/+8 |
* | - Fix a bug where the faulting address for an mmu miss could sometimes be | jake | 2002-12-23 | 1 | -5/+5 |
* | - Rearrange pmap_bootstrap slightly to be more in dependency order. | jake | 2002-12-22 | 1 | -50/+49 |
* | Add suseconds_t and useconds_t for storing microseconds. | mike | 2002-12-22 | 2 | -0/+13 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 5 | -19/+22 |
* | Enforce correct ordering of the filedesc structure and pipe mutex, because | kris | 2002-12-22 | 1 | -0/+2 |
* | Remove forgotten INP_UNLOCK(inp) in my previous commit. | pb | 2002-12-22 | 1 | -1/+0 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 14 | -14/+0 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 21 | -24/+126 |
* | The UP -current was not properly counting the per-cpu VM stats in the | dillon | 2002-12-22 | 1 | -0/+3 |
* | Revert part of the last commit. Do not fake-up the cylinders to make | dillon | 2002-12-22 | 1 | -2/+1 |
* | - Add a pmap pointer to struct md_page, and use this to find the pmap that | jake | 2002-12-21 | 4 | -69/+70 |
* | Be nice. There are evidentally a number of different cards that | imp | 2002-12-21 | 1 | -2/+4 |
* | do not try to free a mountpoint that we did not allocate. | dillon | 2002-12-21 | 1 | -4/+9 |
* | In syncache_timer(), don't attempt to lock the inpcb structure | pb | 2002-12-21 | 1 | -2/+0 |
* | Make pmap_qenter and pmap_qremove look more like the other pmaps. | jake | 2002-12-21 | 1 | -7/+10 |
* | Removed unused pmap_qenter_flags. | jake | 2002-12-21 | 2 | -17/+0 |
* | Make the atomic arithmetic functions return the old value, since they're | jake | 2002-12-21 | 1 | -40/+38 |
* | -mno-align-long-strings can make things smaller, so lets use it in hopes | obrien | 2002-12-21 | 2 | -0/+2 |