| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't enable the FIQ in enable_interrupts() if F32_bit is not specified. | cognet | 2006-06-01 | 1 | -1/+1 |
* | Check to see if the rootdir is the same as the current working directory. | csjp | 2006-06-01 | 1 | -3/+11 |
* | Move conditional preprocessing out from the IEEE80211_DPRINTF macro | dds | 2006-06-01 | 1 | -14/+8 |
* | After much discussion with mjacob and scottl, change bus_dmamem_alloc so | silby | 2006-06-01 | 3 | -75/+17 |
* | mount_msdosfs.c: | rodrigc | 2006-06-01 | 1 | -1/+1 |
* | Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick(). | alc | 2006-06-01 | 1 | -11/+19 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -0/+2 |
* | Fix minidumps to include pages allocated via pmap_map on amd64. | ps | 2006-05-31 | 1 | -0/+9 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -1/+8 |
* | o Rearrange and remove incorrect comments. | maxim | 2006-05-31 | 1 | -8/+3 |
* | Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc, | cognet | 2006-05-31 | 1 | -5/+35 |
* | If our buffer is not aligned on the cache line size, write back/invalidate | cognet | 2006-05-31 | 1 | -7/+10 |
* | Fix missing update to reflect change in scsi_inquiry data structure. | mjacob | 2006-05-31 | 1 | -1/+1 |
* | Remove two locking assertion entries that: | dds | 2006-05-31 | 1 | -2/+0 |
* | o Correct URL to ELF header documantation. | maxim | 2006-05-31 | 1 | -2/+2 |
* | o According to POSIX, the result of ftruncate(2) is unspecified | maxim | 2006-05-31 | 1 | -4/+22 |
* | Ooops arm10 is armv5, not armv4. | cognet | 2006-05-31 | 1 | -3/+3 |
* | Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, | cognet | 2006-05-31 | 1 | -1/+1 |
* | Increment the disk block offset after writing, not before. This | iedowse | 2006-05-31 | 1 | -3/+3 |
* | Since it's to all intents and purposes identical | mjacob | 2006-05-31 | 1 | -6/+42 |
* | Turn the panic on not being able to meet alignment constraints | mjacob | 2006-05-31 | 2 | -8/+44 |
* | Pick reasonable alignment constraints so that we | mjacob | 2006-05-31 | 1 | -27/+25 |
* | Clear invalid bits only if CPU supports SSE, otherwise, some fields in | davidxu | 2006-05-31 | 1 | -1/+2 |
* | Protect the mapping used for pmap_copy_page/pmap_zero_page with a | cognet | 2006-05-30 | 1 | -2/+15 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | davidxu | 2006-05-30 | 6 | -11/+21 |
* | Handle some of the inquiry flags that have come into | mjacob | 2006-05-30 | 2 | -6/+17 |
* | Add a define for the Standard SD Host Controller Base Peripheral. | imp | 2006-05-30 | 1 | -0/+1 |
* | To avoid problems, invalidate the data cache and disable the MMU once | cognet | 2006-05-30 | 2 | -4/+38 |
* | - Add two checks for syntax errors | dds | 2006-05-30 | 1 | -7/+13 |
* | Assertion code specifications are introduced using special character | dds | 2006-05-30 | 2 | -187/+187 |
* | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | mohans | 2006-05-30 | 1 | -1/+2 |
* | Remove incorrect lock validation specifications that caused | dds | 2006-05-30 | 1 | -7/+0 |
* | Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59 | marius | 2006-05-30 | 1 | -10/+10 |
* | Fix -Wundef warnings. | ru | 2006-05-30 | 1 | -7/+7 |
* | Enable -Wundef warnings for kernel/module compiles. From cpp.info: | ru | 2006-05-30 | 1 | -1/+4 |
* | Move SiS 760 to where it belongs. | jkim | 2006-05-30 | 4 | -4/+4 |
* | Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Just | mjacob | 2006-05-30 | 1 | -1/+1 |
* | In pmap_is_prefaultable(), assert that the pte isn't NULL if | cognet | 2006-05-30 | 1 | -0/+1 |
* | The Assabet has 32MB of RAM, not 16. | cognet | 2006-05-30 | 1 | -2/+3 |
* | In pmap_mapdev we correctly round the address off to the nearest page | benno | 2006-05-30 | 1 | -1/+1 |
* | Uncomment the call to cpu_idcache_wbinv_all() after the MMU has been | cognet | 2006-05-30 | 1 | -1/+1 |
* | Dike out WARNS from kernel module makefiles. Kernels and modules | ru | 2006-05-30 | 8 | -8/+0 |
* | Fix various typos and brainos in last commit. | phk | 2006-05-30 | 1 | -5/+4 |
* | Spin until a request structure is available in the ioctl path. | ps | 2006-05-30 | 1 | -2/+2 |
* | Close race between vmspace_exitfree() and exit1() and races between | tegge | 2006-05-29 | 6 | -53/+104 |
* | Add acknowledgements to LSI-Logic for support | mjacob | 2006-05-29 | 9 | -0/+39 |
* | + Change some debug messages to MPT_PRT_NEGOTIATE level (so we | mjacob | 2006-05-29 | 1 | -74/+79 |
* | Add a mpt_is_raid_volume function which will tell you whether | mjacob | 2006-05-29 | 2 | -2/+20 |
* | Add a MPT_PRT_NEGOTIATION print level. | mjacob | 2006-05-29 | 1 | -0/+1 |
* | Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it. | cognet | 2006-05-29 | 1 | -9/+0 |