| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't #error if no CPU is defined but we're not compiling the kernel. | Olivier Houchard | 2006-06-02 | 1 | -2/+2 |
* | Replace the array initialization using the gcc-specific format | Diomidis Spinellis | 2006-06-02 | 1 | -5/+5 |
* | raw_disconnect() now disconnects but does not detach the raw pcb. As a | Robert Watson | 2006-06-02 | 2 | -3/+2 |
* | Minor restyling and cleanup around ipport_tick(). | Robert Watson | 2006-06-02 | 1 | -11/+9 |
* | - Add definition for IFM_10G_CX4. | Gleb Smirnoff | 2006-06-02 | 1 | -0/+4 |
* | Zero out the devices when they are deleted. We can access the pointer after | Warner Losh | 2006-06-02 | 1 | -1/+5 |
* | EISA bus ia64 systems don't exist in reality. I'm told they may exist in | Warner Losh | 2006-06-02 | 1 | -1/+0 |
* | sched_rem() already sets ke->ke_state to KES_THREAD, so there's no need | Olivier Houchard | 2006-06-01 | 1 | -2/+0 |
* | Include "xfs_macros.h" to fix tinderbox build breakage. | Craig Rodrigues | 2006-06-01 | 1 | -0/+1 |
* | Correct a syntax error in the previous revision. | Alan Cox | 2006-06-01 | 1 | -1/+1 |
* | Cope with -Wundef. This means including xfs_macros.h early in a few more | Warner Losh | 2006-06-01 | 13 | -19/+24 |
* | Don't enable the FIQ in enable_interrupts() if F32_bit is not specified. | Olivier Houchard | 2006-06-01 | 1 | -1/+1 |
* | Check to see if the rootdir is the same as the current working directory. | Christian S.J. Peron | 2006-06-01 | 1 | -3/+11 |
* | Move conditional preprocessing out from the IEEE80211_DPRINTF macro | Diomidis Spinellis | 2006-06-01 | 1 | -14/+8 |
* | After much discussion with mjacob and scottl, change bus_dmamem_alloc so | Mike Silbersack | 2006-06-01 | 3 | -75/+17 |
* | mount_msdosfs.c: | Craig Rodrigues | 2006-06-01 | 1 | -1/+1 |
* | Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick(). | Alan Cox | 2006-06-01 | 1 | -11/+19 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | Andrew Thompson | 2006-06-01 | 1 | -0/+2 |
* | Fix minidumps to include pages allocated via pmap_map on amd64. | Paul Saab | 2006-05-31 | 1 | -0/+9 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | Colin Percival | 2006-05-31 | 1 | -1/+8 |
* | o Rearrange and remove incorrect comments. | Maxim Konovalov | 2006-05-31 | 1 | -8/+3 |
* | Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc, | Olivier Houchard | 2006-05-31 | 1 | -5/+35 |
* | If our buffer is not aligned on the cache line size, write back/invalidate | Olivier Houchard | 2006-05-31 | 1 | -7/+10 |
* | Fix missing update to reflect change in scsi_inquiry data structure. | Matt Jacob | 2006-05-31 | 1 | -1/+1 |
* | Remove two locking assertion entries that: | Diomidis Spinellis | 2006-05-31 | 1 | -2/+0 |
* | o Correct URL to ELF header documantation. | Maxim Konovalov | 2006-05-31 | 1 | -2/+2 |
* | o According to POSIX, the result of ftruncate(2) is unspecified | Maxim Konovalov | 2006-05-31 | 1 | -4/+22 |
* | Ooops arm10 is armv5, not armv4. | Olivier Houchard | 2006-05-31 | 1 | -3/+3 |
* | Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, | Olivier Houchard | 2006-05-31 | 1 | -1/+1 |
* | Increment the disk block offset after writing, not before. This | Ian Dowse | 2006-05-31 | 1 | -3/+3 |
* | Since it's to all intents and purposes identical | Matt Jacob | 2006-05-31 | 1 | -6/+42 |
* | Turn the panic on not being able to meet alignment constraints | Matt Jacob | 2006-05-31 | 2 | -8/+44 |
* | Pick reasonable alignment constraints so that we | Matt Jacob | 2006-05-31 | 1 | -27/+25 |
* | Clear invalid bits only if CPU supports SSE, otherwise, some fields in | David Xu | 2006-05-31 | 1 | -1/+2 |
* | Protect the mapping used for pmap_copy_page/pmap_zero_page with a | Olivier Houchard | 2006-05-30 | 1 | -2/+15 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | David Xu | 2006-05-30 | 6 | -11/+21 |
* | Handle some of the inquiry flags that have come into | Matt Jacob | 2006-05-30 | 2 | -6/+17 |
* | Add a define for the Standard SD Host Controller Base Peripheral. | Warner Losh | 2006-05-30 | 1 | -0/+1 |
* | To avoid problems, invalidate the data cache and disable the MMU once | Olivier Houchard | 2006-05-30 | 2 | -4/+38 |
* | - Add two checks for syntax errors | Diomidis Spinellis | 2006-05-30 | 1 | -7/+13 |
* | Assertion code specifications are introduced using special character | Diomidis Spinellis | 2006-05-30 | 2 | -187/+187 |
* | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | Mohan Srinivasan | 2006-05-30 | 1 | -1/+2 |
* | Remove incorrect lock validation specifications that caused | Diomidis Spinellis | 2006-05-30 | 1 | -7/+0 |
* | Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59 | Marius Strobl | 2006-05-30 | 1 | -10/+10 |
* | Fix -Wundef warnings. | Ruslan Ermilov | 2006-05-30 | 1 | -7/+7 |
* | Enable -Wundef warnings for kernel/module compiles. From cpp.info: | Ruslan Ermilov | 2006-05-30 | 1 | -1/+4 |
* | Move SiS 760 to where it belongs. | Jung-uk Kim | 2006-05-30 | 4 | -4/+4 |
* | Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Just | Matt Jacob | 2006-05-30 | 1 | -1/+1 |
* | In pmap_is_prefaultable(), assert that the pte isn't NULL if | Olivier Houchard | 2006-05-30 | 1 | -0/+1 |
* | The Assabet has 32MB of RAM, not 16. | Olivier Houchard | 2006-05-30 | 1 | -2/+3 |