summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-013-75/+17
* mount_msdosfs.c:rodrigc2006-06-011-1/+1
* Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick().alc2006-06-011-11/+19
* Announce all interfaces to devd on attach/detach. This adds a new devctlthompsa2006-06-011-0/+2
* Fix minidumps to include pages allocated via pmap_map on amd64.ps2006-05-311-0/+9
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-1/+8
* o Rearrange and remove incorrect comments.maxim2006-05-311-8/+3
* Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc,cognet2006-05-311-5/+35
* If our buffer is not aligned on the cache line size, write back/invalidatecognet2006-05-311-7/+10
* Fix missing update to reflect change in scsi_inquiry data structure.mjacob2006-05-311-1/+1
* Remove two locking assertion entries that:dds2006-05-311-2/+0
* o Correct URL to ELF header documantation.maxim2006-05-311-2/+2
* o According to POSIX, the result of ftruncate(2) is unspecifiedmaxim2006-05-311-4/+22
* Ooops arm10 is armv5, not armv4.cognet2006-05-311-3/+3
* Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,cognet2006-05-311-1/+1
* Increment the disk block offset after writing, not before. Thisiedowse2006-05-311-3/+3
* Since it's to all intents and purposes identicalmjacob2006-05-311-6/+42
* Turn the panic on not being able to meet alignment constraintsmjacob2006-05-312-8/+44
* Pick reasonable alignment constraints so that wemjacob2006-05-311-27/+25
* Clear invalid bits only if CPU supports SSE, otherwise, some fields indavidxu2006-05-311-1/+2
* Protect the mapping used for pmap_copy_page/pmap_zero_page with acognet2006-05-301-2/+15
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-306-11/+21
* Handle some of the inquiry flags that have come intomjacob2006-05-302-6/+17
* Add a define for the Standard SD Host Controller Base Peripheral.imp2006-05-301-0/+1
* To avoid problems, invalidate the data cache and disable the MMU oncecognet2006-05-302-4/+38
* - Add two checks for syntax errorsdds2006-05-301-7/+13
* Assertion code specifications are introduced using special characterdds2006-05-302-187/+187
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasmohans2006-05-301-1/+2
* Remove incorrect lock validation specifications that causeddds2006-05-301-7/+0
* Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59marius2006-05-301-10/+10
* Fix -Wundef warnings.ru2006-05-301-7/+7
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:ru2006-05-301-1/+4
* Move SiS 760 to where it belongs.jkim2006-05-304-4/+4
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Justmjacob2006-05-301-1/+1
* In pmap_is_prefaultable(), assert that the pte isn't NULL ifcognet2006-05-301-0/+1
* The Assabet has 32MB of RAM, not 16.cognet2006-05-301-2/+3
* In pmap_mapdev we correctly round the address off to the nearest pagebenno2006-05-301-1/+1
* Uncomment the call to cpu_idcache_wbinv_all() after the MMU has beencognet2006-05-301-1/+1
* Dike out WARNS from kernel module makefiles. Kernels and modulesru2006-05-308-8/+0
* Fix various typos and brainos in last commit.phk2006-05-301-5/+4
* Spin until a request structure is available in the ioctl path.ps2006-05-301-2/+2
* Close race between vmspace_exitfree() and exit1() and races betweentegge2006-05-296-53/+104
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-299-0/+39
* + Change some debug messages to MPT_PRT_NEGOTIATE level (so wemjacob2006-05-291-74/+79
* Add a mpt_is_raid_volume function which will tell you whethermjacob2006-05-292-2/+20
* Add a MPT_PRT_NEGOTIATION print level.mjacob2006-05-291-0/+1
* Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.cognet2006-05-291-9/+0
* o Add net80211/ to cscope dir list.maxim2006-05-291-4/+4
* Remove cruft.scottl2006-05-291-5/+0
* Fix build with -Wundef.ru2006-05-292-4/+4
OpenPOWER on IntegriCloud