summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When support for 2MB/4MB pages was added in revision 1.148 an error wasalc2005-08-072-2/+0
* Recognize the SAB82532 in USIII machines.marius2005-08-073-4/+5
* The system tick _compare_ register of USIII CPUs and up is ASR25, notmarius2005-08-071-1/+1
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,krion2005-08-071-1/+10
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-072-2/+16
* Revert last change, I will turn ULE on as default after 6.0-R.davidxu2005-08-061-2/+2
* Improve SMP support:marcel2005-08-069-320/+318
* Reduce the default MAXCPU from 16 to 4. This is in preparation ofmarcel2005-08-061-1/+1
* For ia64_ptc_{e,g,ga,l}(), use instruction serialization. Wemarcel2005-08-061-4/+4
* Add hints for uart(4). These are the same as for sio(4) and make itmarcel2005-08-061-0/+7
* destroy lock _before_ free'ing the structure it resides insam2005-08-061-2/+1
* Add if_ath_load (default NO) in Networking Drivers section.krion2005-08-061-0/+1
* Make ULE as default scheduler, allow it to be tested more widely.davidxu2005-08-061-2/+2
* Change the data type of the upper shared memory limits from a signedcsjp2005-08-062-14/+14
* fix debug msg typosam2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedsam2005-08-063-2/+40
* Holding a vnode doesn't prevent v_mount from disappearing (when thessouhlal2005-08-063-4/+5
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-062-2/+2
* When summing capacities, skip info from batteries that weren't present.njl2005-08-051-0/+4
* Fix up the locking in pcn(4) and mark it MPSAFE.jhb2005-08-052-36/+60
* Allow the array number to be read back on atacontrol createsos2005-08-051-1/+1
* Add support for the ITE IT8211F controller.sos2005-08-052-6/+15
* Make IOCATARAIDSTATUS IOWR so status can be gotten correctlysos2005-08-051-1/+1
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.tobez2005-08-052-0/+7
* When the MAC address is reported all zeros, then error is necessarilyimp2005-08-051-1/+3
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defermarkus2005-08-041-2/+29
* Dont limit all transfers to DEV_BSIZE (stale dbug code)sos2005-08-041-3/+4
* don't do mutex locking around kthread_create() call.ume2005-08-041-4/+16
* Initialize the if_addr mutex in if_alloc() rather than waiting untiljhb2005-08-041-1/+1
* Make kernel build suceed when with "options CPU_DISABLE_SSE".tobez2005-08-041-0/+2
* Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined,rwatson2005-08-041-1/+1
* Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can berwatson2005-08-041-0/+2
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-036-18/+56
* Minor style nits.imp2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* - Unlock before we call mac_destroy_vnode to prevent a lock order reversal.jeff2005-08-031-0/+1
* - Use lockmgr_printinfo rather than rolling our own. This introduces ajeff2005-08-031-3/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrjeff2005-08-032-6/+9
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-035-79/+20
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-039-0/+368
* - Improve the definition of INKERNEL() to include the DMAP area and thejeff2005-08-031-1/+2
* In adjustrunqueue(), add code to handle thread migrating case fordavidxu2005-08-031-1/+6
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-0357-4/+142
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-023-0/+6
* Protect link layer network interface multicast address list manipulationrwatson2005-08-022-120/+208
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesjhb2005-08-021-1/+3
* Fix up the comment.ru2005-08-021-2/+2
OpenPOWER on IntegriCloud