| Commit message (Expand) | Author | Age | Files | Lines |
* | Insert a series of place-holder function pointers in mac_policy.h for | rwatson | 2005-08-08 | 2 | -0/+50 |
* | Try best to keep a preempted thread at front of run queue, this seems | davidxu | 2005-08-08 | 1 | -1/+9 |
* | Retire the last of the FreeBSD 4.x compat code from the mly driver. | scottl | 2005-08-08 | 2 | -15/+1 |
* | Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aac | scottl | 2005-08-08 | 2 | -65/+0 |
* | Complete the removal of __FreeBSD_version checks from the amr driver. The | scottl | 2005-08-08 | 5 | -114/+6 |
* | use ieee80211_iterate_nodes to retrieve station data; the previous | sam | 2005-08-08 | 1 | -45/+89 |
* | Fix typo so QUEUE_MACRO_DEBUG works again. | phk | 2005-08-08 | 1 | -1/+1 |
* | Cleanup beacon/listen interval handling: | sam | 2005-08-08 | 10 | -17/+32 |
* | Remove a stale __FreeBSD_version check. | scottl | 2005-08-07 | 1 | -5/+3 |
* | The presence of a on __FreeBSD_version flagged some code that hasn't been in | scottl | 2005-08-07 | 1 | -23/+4 |
* | Other changes to this driver preclude its use on 4.x, so remove 4.x compat | imp | 2005-08-07 | 1 | -4/+0 |
* | When support for 2MB/4MB pages was added in revision 1.148 an error was | alc | 2005-08-07 | 2 | -2/+0 |
* | Recognize the SAB82532 in USIII machines. | marius | 2005-08-07 | 3 | -4/+5 |
* | The system tick _compare_ register of USIII CPUs and up is ASR25, not | marius | 2005-08-07 | 1 | -1/+1 |
* | Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load, | krion | 2005-08-07 | 1 | -1/+10 |
* | Export a routine, kobj_machdep_init(), that allows platforms | grehan | 2005-08-07 | 2 | -2/+16 |
* | Revert last change, I will turn ULE on as default after 6.0-R. | davidxu | 2005-08-06 | 1 | -2/+2 |
* | Improve SMP support: | marcel | 2005-08-06 | 9 | -320/+318 |
* | Reduce the default MAXCPU from 16 to 4. This is in preparation of | marcel | 2005-08-06 | 1 | -1/+1 |
* | For ia64_ptc_{e,g,ga,l}(), use instruction serialization. We | marcel | 2005-08-06 | 1 | -4/+4 |
* | Add hints for uart(4). These are the same as for sio(4) and make it | marcel | 2005-08-06 | 1 | -0/+7 |
* | destroy lock _before_ free'ing the structure it resides in | sam | 2005-08-06 | 1 | -2/+1 |
* | Add if_ath_load (default NO) in Networking Drivers section. | krion | 2005-08-06 | 1 | -0/+1 |
* | Make ULE as default scheduler, allow it to be tested more widely. | davidxu | 2005-08-06 | 1 | -2/+2 |
* | Change the data type of the upper shared memory limits from a signed | csjp | 2005-08-06 | 2 | -14/+14 |
* | fix debug msg typo | sam | 2005-08-06 | 1 | -1/+1 |
* | Fix handling of frames sent prior to a station being authorized | sam | 2005-08-06 | 3 | -2/+40 |
* | Holding a vnode doesn't prevent v_mount from disappearing (when the | ssouhlal | 2005-08-06 | 3 | -4/+5 |
* | The kernel is usually at /boot/kernel/kernel nowadays. | ssouhlal | 2005-08-06 | 2 | -2/+2 |
* | When summing capacities, skip info from batteries that weren't present. | njl | 2005-08-05 | 1 | -0/+4 |
* | Fix up the locking in pcn(4) and mark it MPSAFE. | jhb | 2005-08-05 | 2 | -36/+60 |
* | Allow the array number to be read back on atacontrol create | sos | 2005-08-05 | 1 | -1/+1 |
* | Add support for the ITE IT8211F controller. | sos | 2005-08-05 | 2 | -6/+15 |
* | Make IOCATARAIDSTATUS IOWR so status can be gotten correctly | sos | 2005-08-05 | 1 | -1/+1 |
* | Recognize D-Link DGE-528(T) Gigabit as an re(4) device. | tobez | 2005-08-05 | 2 | -0/+7 |
* | When the MAC address is reported all zeros, then error is necessarily | imp | 2005-08-05 | 1 | -1/+3 |
* | Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer | markus | 2005-08-04 | 1 | -2/+29 |
* | Dont limit all transfers to DEV_BSIZE (stale dbug code) | sos | 2005-08-04 | 1 | -3/+4 |
* | don't do mutex locking around kthread_create() call. | ume | 2005-08-04 | 1 | -4/+16 |
* | Initialize the if_addr mutex in if_alloc() rather than waiting until | jhb | 2005-08-04 | 1 | -1/+1 |
* | Make kernel build suceed when with "options CPU_DISABLE_SSE". | tobez | 2005-08-04 | 1 | -0/+2 |
* | Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined, | rwatson | 2005-08-04 | 1 | -1/+1 |
* | Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be | rwatson | 2005-08-04 | 1 | -0/+2 |
* | Fix two bugs that interacted to cause page faults in softclock() | iedowse | 2005-08-04 | 1 | -1/+2 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 6 | -18/+56 |
* | Minor style nits. | imp | 2005-08-03 | 1 | -6/+4 |
* | Correct attribution in clause three to address the correct copyright | gibbs | 2005-08-03 | 7 | -21/+21 |
* | - Unlock before we call mac_destroy_vnode to prevent a lock order reversal. | jeff | 2005-08-03 | 1 | -0/+1 |
* | - Use lockmgr_printinfo rather than rolling our own. This introduces a | jeff | 2005-08-03 | 1 | -3/+1 |
* | - Fix a problem that slipped through review; the stack member of the lockmgr | jeff | 2005-08-03 | 2 | -6/+9 |