aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't #error if no CPU is defined but we're not compiling the kernel.Olivier Houchard2006-06-021-2/+2
* Replace the array initialization using the gcc-specific formatDiomidis Spinellis2006-06-021-5/+5
* raw_disconnect() now disconnects but does not detach the raw pcb. As aRobert Watson2006-06-022-3/+2
* Minor restyling and cleanup around ipport_tick().Robert Watson2006-06-021-11/+9
* - Add definition for IFM_10G_CX4.Gleb Smirnoff2006-06-021-0/+4
* Zero out the devices when they are deleted. We can access the pointer afterWarner Losh2006-06-021-1/+5
* EISA bus ia64 systems don't exist in reality. I'm told they may exist inWarner Losh2006-06-021-1/+0
* sched_rem() already sets ke->ke_state to KES_THREAD, so there's no needOlivier Houchard2006-06-011-2/+0
* Include "xfs_macros.h" to fix tinderbox build breakage.Craig Rodrigues2006-06-011-0/+1
* Correct a syntax error in the previous revision.Alan Cox2006-06-011-1/+1
* Cope with -Wundef. This means including xfs_macros.h early in a few moreWarner Losh2006-06-0113-19/+24
* Don't enable the FIQ in enable_interrupts() if F32_bit is not specified.Olivier Houchard2006-06-011-1/+1
* Check to see if the rootdir is the same as the current working directory.Christian S.J. Peron2006-06-011-3/+11
* Move conditional preprocessing out from the IEEE80211_DPRINTF macroDiomidis Spinellis2006-06-011-14/+8
* After much discussion with mjacob and scottl, change bus_dmamem_alloc soMike Silbersack2006-06-013-75/+17
* mount_msdosfs.c:Craig Rodrigues2006-06-011-1/+1
* Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick().Alan Cox2006-06-011-11/+19
* Announce all interfaces to devd on attach/detach. This adds a new devctlAndrew Thompson2006-06-011-0/+2
* Fix minidumps to include pages allocated via pmap_map on amd64.Paul Saab2006-05-311-0/+9
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-1/+8
* o Rearrange and remove incorrect comments.Maxim Konovalov2006-05-311-8/+3
* Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc,Olivier Houchard2006-05-311-5/+35
* If our buffer is not aligned on the cache line size, write back/invalidateOlivier Houchard2006-05-311-7/+10
* Fix missing update to reflect change in scsi_inquiry data structure.Matt Jacob2006-05-311-1/+1
* Remove two locking assertion entries that:Diomidis Spinellis2006-05-311-2/+0
* o Correct URL to ELF header documantation.Maxim Konovalov2006-05-311-2/+2
* o According to POSIX, the result of ftruncate(2) is unspecifiedMaxim Konovalov2006-05-311-4/+22
* Ooops arm10 is armv5, not armv4.Olivier Houchard2006-05-311-3/+3
* Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,Olivier Houchard2006-05-311-1/+1
* Increment the disk block offset after writing, not before. ThisIan Dowse2006-05-311-3/+3
* Since it's to all intents and purposes identicalMatt Jacob2006-05-311-6/+42
* Turn the panic on not being able to meet alignment constraintsMatt Jacob2006-05-312-8/+44
* Pick reasonable alignment constraints so that weMatt Jacob2006-05-311-27/+25
* Clear invalid bits only if CPU supports SSE, otherwise, some fields inDavid Xu2006-05-311-1/+2
* Protect the mapping used for pmap_copy_page/pmap_zero_page with aOlivier Houchard2006-05-301-2/+15
* Use the method described in IA-32 Intel Architecture Software Developer'sDavid Xu2006-05-306-11/+21
* Handle some of the inquiry flags that have come intoMatt Jacob2006-05-302-6/+17
* Add a define for the Standard SD Host Controller Base Peripheral.Warner Losh2006-05-301-0/+1
* To avoid problems, invalidate the data cache and disable the MMU onceOlivier Houchard2006-05-302-4/+38
* - Add two checks for syntax errorsDiomidis Spinellis2006-05-301-7/+13
* Assertion code specifications are introduced using special characterDiomidis Spinellis2006-05-302-187/+187
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasMohan Srinivasan2006-05-301-1/+2
* Remove incorrect lock validation specifications that causedDiomidis Spinellis2006-05-301-7/+0
* Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59Marius Strobl2006-05-301-10/+10
* Fix -Wundef warnings.Ruslan Ermilov2006-05-301-7/+7
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:Ruslan Ermilov2006-05-301-1/+4
* Move SiS 760 to where it belongs.Jung-uk Kim2006-05-304-4/+4
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. JustMatt Jacob2006-05-301-1/+1
* In pmap_is_prefaultable(), assert that the pte isn't NULL ifOlivier Houchard2006-05-301-0/+1
* The Assabet has 32MB of RAM, not 16.Olivier Houchard2006-05-301-2/+3