| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add an XXX comment to explain the predicament. | Poul-Henning Kamp | 2002-12-26 | 1 | -1/+7 |
| * | When resuming after a system suspend, re-issue the UHCI_CMD_MAXP | Ian Dowse | 2002-12-26 | 1 | -0/+1 |
| * | Set %bx register instead of %di register, see vbe3.0, page 45. | David Xu | 2002-12-26 | 1 | -1/+1 |
| * | Cosmetic change. s/Firewire/FireWire/. | Hidetoshi Shimokawa | 2002-12-26 | 6 | -10/+10 |
| * | Replace ntohl() with ntohs() because orb_hi is u_int16_t. | Hidetoshi Shimokawa | 2002-12-26 | 1 | -1/+1 |
| * | Disable radix node locking for sysctl until we fix the sysctl infrastructure | Jeffrey Hsu | 2002-12-26 | 1 | -5/+5 |
| * | firewire.c | Hidetoshi Shimokawa | 2002-12-26 | 5 | -36/+36 |
| * | Typo in function name. | Ruslan Ermilov | 2002-12-25 | 1 | -4/+4 |
| * | I'm not sure what was the problem at the time of revision 1.37 | Ruslan Ermilov | 2002-12-25 | 1 | -11/+0 |
| * | Range-check the address family parameter passed in to the sysctl handler. | Jeffrey Hsu | 2002-12-25 | 1 | -0/+2 |
| * | Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes. | Ruslan Ermilov | 2002-12-25 | 1 | -1/+1 |
| * | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | Ruslan Ermilov | 2002-12-25 | 4 | -39/+10 |
| * | A month after pst@ has committed his revision 1.8, it was | Ruslan Ermilov | 2002-12-25 | 1 | -3/+6 |
| * | Ensure that the made-up inode number for a Unix domain socket is persistent. | Jeffrey Hsu | 2002-12-25 | 1 | -1/+1 |
| * | Validate inp to prevent an use after free. | Jeffrey Hsu | 2002-12-24 | 3 | -2/+29 |
| * | Flush vop_refreshlabel() definition, since it is no longer used. | Robert Watson | 2002-12-24 | 1 | -9/+0 |
| * | - Hold the page queues lock around calls to vm_page_flag_clear(). | Alan Cox | 2002-12-24 | 2 | -0/+4 |
| * | Require privilege to flush the signal cache on if_an and if_wi 802.11 | Robert Watson | 2002-12-24 | 2 | -0/+6 |
| * | o De-anonymity dummynet(4) and ipfw(4) messages, prepend them | Maxim Konovalov | 2002-12-24 | 2 | -45/+47 |
| * | White-space changes. | Poul-Henning Kamp | 2002-12-24 | 5 | -43/+42 |
| * | - Hold the page queues lock around calls to vm_page_wakeup() and | Alan Cox | 2002-12-24 | 2 | -4/+16 |
| * | - Hold the page queues lock around vm_page_wakeup(). | Alan Cox | 2002-12-24 | 3 | -3/+10 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 11 | -23/+99 |
| * | - Change the way the direct mapped region is implemented to be generally | Jake Burkholder | 2002-12-23 | 5 | -107/+219 |
| * | Move the declaration of the socket fileops from socketvar.h to file.h. | Poul-Henning Kamp | 2002-12-23 | 3 | -22/+14 |
| * | Make it work -current style. | Julian Elischer | 2002-12-23 | 1 | -1/+1 |
| * | Make ng_fec.c compile again since Sam's changes. | Julian Elischer | 2002-12-23 | 1 | -5/+8 |
| * | Outdent the string rather than use concatenation. | Poul-Henning Kamp | 2002-12-23 | 2 | -4/+4 |
| * | Detediousficate declaration of fileops array members by introducing | Poul-Henning Kamp | 2002-12-23 | 5 | -76/+64 |
| * | Change the chip description from "DFE-550TX" to "DL10050". | Poul-Henning Kamp | 2002-12-23 | 2 | -4/+4 |
| * | - Hold the page queues lock around vm_page_wakeup(). | Alan Cox | 2002-12-23 | 2 | -0/+8 |
| * | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | Poul-Henning Kamp | 2002-12-23 | 4 | -4/+4 |
| * | - Hold the kernel_object's lock around vm_page_insert(..., kernel_object, | Alan Cox | 2002-12-23 | 1 | -0/+2 |
| * | - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...). | Alan Cox | 2002-12-23 | 1 | -0/+6 |
| * | - Move to array based indexing for TX/RX descriptor/buffer management | Prafulla Deuskar | 2002-12-23 | 3 | -532/+513 |
| * | rn_walktree*() compute the next leaf before applying a function | Ruslan Ermilov | 2002-12-23 | 1 | -4/+7 |
| * | Avoid holding the vnode interlock around malloc() or free() to prevent a | Alan Cox | 2002-12-23 | 1 | -2/+8 |
| * | Eliminate some dead code. (Any possible use for this code died with | Alan Cox | 2002-12-23 | 1 | -4/+0 |
| * | Fix a De Morgan bug: If we only expect a memory range OR an | Marcel Moolenaar | 2002-12-23 | 1 | -8/+8 |
| * | - Fix a bug where the faulting address for an mmu miss could sometimes be | Jake Burkholder | 2002-12-23 | 1 | -5/+5 |
| * | - Rearrange pmap_bootstrap slightly to be more in dependency order. | Jake Burkholder | 2002-12-22 | 1 | -50/+49 |
| * | Add suseconds_t and useconds_t for storing microseconds. | Mike Barcroft | 2002-12-22 | 2 | -0/+13 |
| * | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | Jake Burkholder | 2002-12-22 | 5 | -19/+22 |
| * | Enforce correct ordering of the filedesc structure and pipe mutex, because | Kris Kennaway | 2002-12-22 | 1 | -0/+2 |
| * | Remove forgotten INP_UNLOCK(inp) in my previous commit. | Pierre Beyssac | 2002-12-22 | 1 | -1/+0 |
| * | MB_LEN_MAX is not MD, move it to the MI limits.h. | Tim J. Robbins | 2002-12-22 | 14 | -14/+0 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 21 | -24/+126 |
| * | The UP -current was not properly counting the per-cpu VM stats in the | Matthew Dillon | 2002-12-22 | 1 | -0/+3 |
| * | Revert part of the last commit. Do not fake-up the cylinders to make | Matthew Dillon | 2002-12-22 | 1 | -2/+1 |
| * | - Add a pmap pointer to struct md_page, and use this to find the pmap that | Jake Burkholder | 2002-12-21 | 4 | -69/+70 |