| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In pmap_mapdev we correctly round the address off to the nearest page | Benno Rice | 2006-05-30 | 1 | -1/+1 |
* | Uncomment the call to cpu_idcache_wbinv_all() after the MMU has been | Olivier Houchard | 2006-05-30 | 1 | -1/+1 |
* | Dike out WARNS from kernel module makefiles. Kernels and modules | Ruslan Ermilov | 2006-05-30 | 8 | -8/+0 |
* | Fix various typos and brainos in last commit. | Poul-Henning Kamp | 2006-05-30 | 1 | -5/+4 |
* | Spin until a request structure is available in the ioctl path. | Paul Saab | 2006-05-30 | 1 | -2/+2 |
* | Close race between vmspace_exitfree() and exit1() and races between | Tor Egge | 2006-05-29 | 6 | -53/+104 |
* | Add acknowledgements to LSI-Logic for support | Matt Jacob | 2006-05-29 | 9 | -0/+39 |
* | + Change some debug messages to MPT_PRT_NEGOTIATE level (so we | Matt Jacob | 2006-05-29 | 1 | -74/+79 |
* | Add a mpt_is_raid_volume function which will tell you whether | Matt Jacob | 2006-05-29 | 2 | -2/+20 |
* | Add a MPT_PRT_NEGOTIATION print level. | Matt Jacob | 2006-05-29 | 1 | -0/+1 |
* | Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it. | Olivier Houchard | 2006-05-29 | 1 | -9/+0 |
* | o Add net80211/ to cscope dir list. | Maxim Konovalov | 2006-05-29 | 1 | -4/+4 |
* | Remove cruft. | Scott Long | 2006-05-29 | 1 | -5/+0 |
* | Fix build with -Wundef. | Ruslan Ermilov | 2006-05-29 | 2 | -4/+4 |
* | When setting verbose, *set* it, don't *add* it. | Matt Jacob | 2006-05-29 | 1 | -1/+1 |
* | MFalpha/amd64/arm/ia64 | Alan Cox | 2006-05-29 | 2 | -23/+7 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo). | Xin LI | 2006-05-29 | 1 | -2/+2 |
* | Backout changes trying to inherit floating-point environment, although | David Xu | 2006-05-29 | 3 | -40/+1 |
* | If a zero-length bulk or interrupt transfer is requested then assume | Ian Dowse | 2006-05-28 | 3 | -18/+17 |
* | Remove incorrect null_checkexp() routine. This | Craig Rodrigues | 2006-05-28 | 1 | -14/+0 |
* | Correct typos | Kris Kennaway | 2006-05-28 | 1 | -3/+3 |
* | Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me that | Mike Silbersack | 2006-05-28 | 1 | -3/+3 |
* | Modify MNT_UPDATE behavior for nullfs so that it does not | Craig Rodrigues | 2006-05-28 | 1 | -2/+7 |
* | Avoid unwanted sign extension of indexed byte load in bpf code. | David Malone | 2006-05-28 | 1 | -2/+2 |
* | Re-revert back to rev 1.8: | Mike Silbersack | 2006-05-28 | 1 | -2/+2 |
* | 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned. | Mike Silbersack | 2006-05-28 | 1 | -6/+21 |
* | MFi386 rev 1.78: | Mike Silbersack | 2006-05-28 | 1 | -2/+14 |
* | Add a quick hack to ensure that bus_dmamem_alloc properly aligns | Mike Silbersack | 2006-05-28 | 1 | -2/+14 |
* | Add a disclaimer regarding public/internal functions to every subsystem for | Alexander Leidinger | 2006-05-28 | 19 | -17/+34 |
* | Use a more appropriate printf format for size_t. | Alexander Leidinger | 2006-05-28 | 1 | -1/+1 |
* | In execve(), audit the path name being executed. In the future, it | Robert Watson | 2006-05-28 | 1 | -2/+2 |
* | Add missing % signs in the lock annotations of the functions: | Diomidis Spinellis | 2006-05-28 | 1 | -8/+8 |
* | Clear high 16 bits of mxcsr register, according to Intel document, if | David Xu | 2006-05-28 | 2 | -0/+5 |
* | Use the limited scatter-gather capabilities of ehci, ohci and uhci | Ian Dowse | 2006-05-28 | 14 | -379/+812 |
* | PCB_NPXINITDONE is cleared by npx_fork_thread. | David Xu | 2006-05-28 | 1 | -1/+1 |
* | If parent thread never used FPU, the only work is to clear flag | David Xu | 2006-05-28 | 1 | -1/+6 |
* | When creating a new thread, inherit floating-point environment from | David Xu | 2006-05-28 | 3 | -0/+35 |
* | NULL out ii->stdstart and ii->stdend when they are invalid. This | Ian Dowse | 2006-05-28 | 1 | -1/+10 |
* | Fix a harmless typo where the software pointer in the dummy QH for | Ian Dowse | 2006-05-28 | 1 | -1/+1 |
* | Defer axe_tick processing to a USB task, since axe miibus operations | Ian Dowse | 2006-05-27 | 2 | -0/+20 |
* | Unbreak after previous commit. While here, improve function naming | Marcel Moolenaar | 2006-05-27 | 1 | -26/+26 |
* | Work in progress toward fixing IM checked in after having | Matt Jacob | 2006-05-27 | 6 | -80/+178 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 2 | -0/+165 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 15 | -2/+4562 |
* | Fix typo in printf string. | Simon L. B. Nielsen | 2006-05-27 | 1 | -2/+2 |
* | extlen and cpp is not used here in linker_search_kld(), so nuke them. | Xin LI | 2006-05-27 | 1 | -10/+2 |
* | typo. | Yoshihiro Takahashi | 2006-05-27 | 1 | -2/+2 |
* | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | Mohan Srinivasan | 2006-05-26 | 1 | -1/+1 |
* | Update to new console api. | Poul-Henning Kamp | 2006-05-26 | 3 | -57/+22 |
* | Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar to | Ed Maste | 2006-05-26 | 1 | -0/+37 |