aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* In pmap_mapdev we correctly round the address off to the nearest pageBenno Rice2006-05-301-1/+1
* Uncomment the call to cpu_idcache_wbinv_all() after the MMU has beenOlivier Houchard2006-05-301-1/+1
* Dike out WARNS from kernel module makefiles. Kernels and modulesRuslan Ermilov2006-05-308-8/+0
* Fix various typos and brainos in last commit.Poul-Henning Kamp2006-05-301-5/+4
* Spin until a request structure is available in the ioctl path.Paul Saab2006-05-301-2/+2
* Close race between vmspace_exitfree() and exit1() and races betweenTor Egge2006-05-296-53/+104
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-299-0/+39
* + Change some debug messages to MPT_PRT_NEGOTIATE level (so weMatt Jacob2006-05-291-74/+79
* Add a mpt_is_raid_volume function which will tell you whetherMatt Jacob2006-05-292-2/+20
* Add a MPT_PRT_NEGOTIATION print level.Matt Jacob2006-05-291-0/+1
* Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.Olivier Houchard2006-05-291-9/+0
* o Add net80211/ to cscope dir list.Maxim Konovalov2006-05-291-4/+4
* Remove cruft.Scott Long2006-05-291-5/+0
* Fix build with -Wundef.Ruslan Ermilov2006-05-292-4/+4
* When setting verbose, *set* it, don't *add* it.Matt Jacob2006-05-291-1/+1
* MFalpha/amd64/arm/ia64Alan Cox2006-05-292-23/+7
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).Xin LI2006-05-291-2/+2
* Backout changes trying to inherit floating-point environment, althoughDavid Xu2006-05-293-40/+1
* If a zero-length bulk or interrupt transfer is requested then assumeIan Dowse2006-05-283-18/+17
* Remove incorrect null_checkexp() routine. ThisCraig Rodrigues2006-05-281-14/+0
* Correct typosKris Kennaway2006-05-281-3/+3
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatMike Silbersack2006-05-281-3/+3
* Modify MNT_UPDATE behavior for nullfs so that it does notCraig Rodrigues2006-05-281-2/+7
* Avoid unwanted sign extension of indexed byte load in bpf code.David Malone2006-05-281-2/+2
* Re-revert back to rev 1.8:Mike Silbersack2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.Mike Silbersack2006-05-281-6/+21
* MFi386 rev 1.78:Mike Silbersack2006-05-281-2/+14
* Add a quick hack to ensure that bus_dmamem_alloc properly alignsMike Silbersack2006-05-281-2/+14
* Add a disclaimer regarding public/internal functions to every subsystem forAlexander Leidinger2006-05-2819-17/+34
* Use a more appropriate printf format for size_t.Alexander Leidinger2006-05-281-1/+1
* In execve(), audit the path name being executed. In the future, itRobert Watson2006-05-281-2/+2
* Add missing % signs in the lock annotations of the functions:Diomidis Spinellis2006-05-281-8/+8
* Clear high 16 bits of mxcsr register, according to Intel document, ifDavid Xu2006-05-282-0/+5
* Use the limited scatter-gather capabilities of ehci, ohci and uhciIan Dowse2006-05-2814-379/+812
* PCB_NPXINITDONE is cleared by npx_fork_thread.David Xu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagDavid Xu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromDavid Xu2006-05-283-0/+35
* NULL out ii->stdstart and ii->stdend when they are invalid. ThisIan Dowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH forIan Dowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsIan Dowse2006-05-272-0/+20
* Unbreak after previous commit. While here, improve function namingMarcel Moolenaar2006-05-271-26/+26
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-2715-2/+4562
* Fix typo in printf string.Simon L. B. Nielsen2006-05-271-2/+2
* extlen and cpp is not used here in linker_search_kld(), so nuke them.Xin LI2006-05-271-10/+2
* typo.Yoshihiro Takahashi2006-05-271-2/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedMohan Srinivasan2006-05-261-1/+1
* Update to new console api.Poul-Henning Kamp2006-05-263-57/+22
* Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar toEd Maste2006-05-261-0/+37