summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* When setting verbose, *set* it, don't *add* it.mjacob2006-05-291-1/+1
* MFalpha/amd64/arm/ia64alc2006-05-292-23/+7
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).delphij2006-05-291-2/+2
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-293-40/+1
* If a zero-length bulk or interrupt transfer is requested then assumeiedowse2006-05-283-18/+17
* Remove incorrect null_checkexp() routine. Thisrodrigc2006-05-281-14/+0
* Correct typoskris2006-05-281-3/+3
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatsilby2006-05-281-3/+3
* Modify MNT_UPDATE behavior for nullfs so that it does notrodrigc2006-05-281-2/+7
* Avoid unwanted sign extension of indexed byte load in bpf code.dwmalone2006-05-281-2/+2
* Re-revert back to rev 1.8:silby2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.silby2006-05-281-6/+21
* MFi386 rev 1.78:silby2006-05-281-2/+14
* Add a quick hack to ensure that bus_dmamem_alloc properly alignssilby2006-05-281-2/+14
* Add a disclaimer regarding public/internal functions to every subsystem fornetchild2006-05-2819-17/+34
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* In execve(), audit the path name being executed. In the future, itrwatson2006-05-281-2/+2
* Add missing % signs in the lock annotations of the functions:dds2006-05-281-8/+8
* Clear high 16 bits of mxcsr register, according to Intel document, ifdavidxu2006-05-282-0/+5
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-2814-379/+812
* PCB_NPXINITDONE is cleared by npx_fork_thread.davidxu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-283-0/+35
* NULL out ii->stdstart and ii->stdend when they are invalid. Thisiedowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH foriedowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-272-0/+20
* Unbreak after previous commit. While here, improve function namingmarcel2006-05-271-26/+26
* Work in progress toward fixing IM checked in after havingmjacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
OpenPOWER on IntegriCloud