summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-286-0/+186
* - Add structures for defining cpu topologies more complex than SMP.jeff2003-06-281-0/+27
* Remove GIANT_REQUIRED from kmem_malloc().alc2003-06-281-3/+0
* Small fixes for the IOMMU code:tmm2003-06-281-16/+47
* MFi386alc2003-06-281-4/+9
* - Add vm object locking to vm_pageout_clean().alc2003-06-281-5/+7
* Don't use fuword() and suword() on struct members of type int. Thismarcel2003-06-283-11/+11
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* update to new 802.11 supportsam2003-06-281-2/+1
* Remove a stale comment, fix indentation.luigi2003-06-281-8/+5
* whitespace fixluigi2003-06-281-1/+1
* enable interrupt routing for mcpcia based systemsticso2003-06-281-53/+44
* MFi386: revision 1.566.nyan2003-06-282-76/+0
* Fix several problems related to resume:simokawa2003-06-284-5/+40
* Implement cpu_set_upcall_kse(). Elementary testing shows that thismarcel2003-06-281-0/+26
* - Don't migrate to stopped cpus.jeff2003-06-281-4/+4
* Hook grackle system controller/heathrow interrupt controller to PPC build.grehan2003-06-281-0/+2
* A module to handle the interrupt controller on Heathrow/Paddingtongrehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'grehan2003-06-282-0/+622
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-289-149/+354
* - If smp is not started yet don't try to load balance or we'll put threadsjeff2003-06-281-0/+3
* Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.davidxu2003-06-281-4/+11
* Attach the amd(4) module to the i386 and pc98 builds only;ru2003-06-281-0/+1
* - Use an int rather than a vm_pindex_t to represent the desired pagealc2003-06-281-24/+6
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-289-0/+174
* - Throttle the inherited sleep and run time in sched_fork_kseg(). Thisjeff2003-06-281-4/+4
* switch to new 802.11 supportsam2003-06-281-2/+3
* hookup ath and ath_hal to the buildsam2003-06-281-0/+2
* update for new 802.11 supportsam2003-06-2811-160/+134
* switch to new 802.11 supportsam2003-06-281-1/+7
* remove old 802.11 support; replaced by new code in sys/net80211sam2003-06-282-4027/+0
* Catch amd64 up with the pending busdma async callback locking. Though thisscottl2003-06-281-0/+5
* - Adjust the default maximum slice value to ~140ms. This has improved thejeff2003-06-281-2/+2
* Announce umct to kernel build.scottl2003-06-282-0/+3
* Hook umct up to the module tree.scottl2003-06-281-0/+1
* Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.scottl2003-06-282-0/+520
* Fix a race condition in the flushing of commands thatgibbs2003-06-281-49/+379
* aic79xx.h:gibbs2003-06-282-10/+16
* Use clr instead of an explicit mov from ALLZEROSgibbs2003-06-281-2/+2
* Implement ahd_inq_scbram() and change the implementiongibbs2003-06-281-5/+12
* Correct a typo in a comment.gibbs2003-06-281-10/+23
* aic79xx.seq:gibbs2003-06-281-5/+4
* aic79xx.h:gibbs2003-06-282-16/+23
* Turn ips back on.peter2003-06-271-2/+1
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-273-4/+4
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-277-125/+2
* *groan*. I can't win today. Fix manual transcription error so that thepeter2003-06-271-1/+1
* Make LAZY_SWITCH work with PAEpeter2003-06-271-0/+4
* Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).njl2003-06-271-123/+133
* Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()peter2003-06-274-9/+18
OpenPOWER on IntegriCloud