| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | jeff | 2005-08-03 | 5 | -79/+20 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+23 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 9 | -0/+368 |
* | - Improve the definition of INKERNEL() to include the DMAP area and the | jeff | 2005-08-03 | 1 | -1/+2 |
* | In adjustrunqueue(), add code to handle thread migrating case for | davidxu | 2005-08-03 | 1 | -1/+6 |
* | Back out change accidentally committed as Makefile:1.21 -- a local | rwatson | 2005-08-03 | 1 | -1/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 57 | -4/+142 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 3 | -0/+6 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 2 | -120/+208 |
* | Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makes | jhb | 2005-08-02 | 1 | -1/+3 |