summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* consolidate callback optimization check in one location by adding a flagsam2003-06-305-67/+23
* correct transfer statisticssam2003-06-301-0/+1
* acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
* MFi386: revision 1.16.ru2003-06-301-10/+4
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byru2003-06-301-10/+4
* plug xform memory leaks:sam2003-06-292-2/+15
* Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MDalc2003-06-292-7/+21
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-299-18/+48
* Capitalize an occurrence of 'ficl' for consistency.brueffer2003-06-291-1/+1
* catch failure to fetch the card's "own channel"; this should not happensam2003-06-291-0/+4
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingsam2003-06-291-1/+1
* add safeguard against (bogus) null channel parametersam2003-06-291-1/+4
* Add vm object locking to vm_pageout_map_deactivate_pages().alc2003-06-291-9/+18
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGwpaul2003-06-291-5/+9
* Implement fuword32() and suword32(). These functions are used inmarcel2003-06-291-1/+40
* Bump __FreeBSD_version because the semantics of sigtimedwait andjdp2003-06-291-1/+1
* - Remove the calls to pmap_install() from pmap_object_init_pt(); they arealc2003-06-291-9/+9
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* Modify the xl_reset() routine slightly so that, if we're using memorywpaul2003-06-291-0/+10
* - 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
OpenPOWER on IntegriCloud