aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-073-4/+5
* The system tick _compare_ register of USIII CPUs and up is ASR25, notMarius Strobl2005-08-071-1/+1
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,Kirill Ponomarev2005-08-071-1/+10
* Export a routine, kobj_machdep_init(), that allows platformsPeter Grehan2005-08-072-2/+16
* Revert last change, I will turn ULE on as default after 6.0-R.David Xu2005-08-061-2/+2
* Improve SMP support:Marcel Moolenaar2005-08-069-320/+318
* Reduce the default MAXCPU from 16 to 4. This is in preparation ofMarcel Moolenaar2005-08-061-1/+1
* For ia64_ptc_{e,g,ga,l}(), use instruction serialization. WeMarcel Moolenaar2005-08-061-4/+4
* Add hints for uart(4). These are the same as for sio(4) and make itMarcel Moolenaar2005-08-061-0/+7
* destroy lock _before_ free'ing the structure it resides inSam Leffler2005-08-061-2/+1
* Add if_ath_load (default NO) in Networking Drivers section.Kirill Ponomarev2005-08-061-0/+1
* Make ULE as default scheduler, allow it to be tested more widely.David Xu2005-08-061-2/+2
* Change the data type of the upper shared memory limits from a signedChristian S.J. Peron2005-08-062-14/+14
* fix debug msg typoSam Leffler2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-063-2/+40
* Holding a vnode doesn't prevent v_mount from disappearing (when theSuleiman Souhlal2005-08-063-4/+5
* The kernel is usually at /boot/kernel/kernel nowadays.Suleiman Souhlal2005-08-062-2/+2
* When summing capacities, skip info from batteries that weren't present.Nate Lawson2005-08-051-0/+4
* Fix up the locking in pcn(4) and mark it MPSAFE.John Baldwin2005-08-052-36/+60
* Allow the array number to be read back on atacontrol createSøren Schmidt2005-08-051-1/+1
* Add support for the ITE IT8211F controller.Søren Schmidt2005-08-052-6/+15
* Make IOCATARAIDSTATUS IOWR so status can be gotten correctlySøren Schmidt2005-08-051-1/+1
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.Anton Berezin2005-08-052-0/+7
* When the MAC address is reported all zeros, then error is necessarilyWarner Losh2005-08-051-1/+3
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to deferMarkus Brueffer2005-08-041-2/+29
* Dont limit all transfers to DEV_BSIZE (stale dbug code)Søren Schmidt2005-08-041-3/+4
* don't do mutex locking around kthread_create() call.Hajimu UMEMOTO2005-08-041-4/+16
* Initialize the if_addr mutex in if_alloc() rather than waiting untilJohn Baldwin2005-08-041-1/+1
* Make kernel build suceed when with "options CPU_DISABLE_SSE".Anton Berezin2005-08-041-0/+2
* Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined,Robert Watson2005-08-041-1/+1
* Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can beRobert Watson2005-08-041-0/+2
* Fix two bugs that interacted to cause page faults in softclock()Ian Dowse2005-08-041-1/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressRobert Watson2005-08-036-18/+56
* Minor style nits.Warner Losh2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightJustin T. Gibbs2005-08-037-21/+21
* - Unlock before we call mac_destroy_vnode to prevent a lock order reversal.Jeff Roberson2005-08-031-0/+1
* - Use lockmgr_printinfo rather than rolling our own. This introduces aJeff Roberson2005-08-031-3/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrJeff Roberson2005-08-032-6/+9
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockJeff Roberson2005-08-035-79/+20
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+23
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-039-0/+368
* - Improve the definition of INKERNEL() to include the DMAP area and theJeff Roberson2005-08-031-1/+2
* In adjustrunqueue(), add code to handle thread migrating case forDavid Xu2005-08-031-1/+6
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-0357-4/+142
* Modify network protocol consumers of the ifnet multicast address listsRobert Watson2005-08-023-0/+6
* Protect link layer network interface multicast address list manipulationRobert Watson2005-08-022-120/+208
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesJohn Baldwin2005-08-021-1/+3
* Fix up the comment.Ruslan Ermilov2005-08-021-2/+2
* Fixed parsing of unsigned integers.Ruslan Ermilov2005-08-021-1/+4