summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* reorder a couple of cases of void __inline to __inline voidjulian2005-08-081-3/+3
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-0818-40/+51
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Ha! This is a very interesting bug.pjd2005-08-081-4/+6
* Check to see if we wired the user-supplied buffers in SYSCTL_OUT, ifcsjp2005-08-081-1/+6
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-0810-157/+324
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-083-0/+72
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-082-0/+50
* Try best to keep a preempted thread at front of run queue, this seemsdavidxu2005-08-081-1/+9
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Fix typo so QUEUE_MACRO_DEBUG works again.phk2005-08-081-1/+1
* Cleanup beacon/listen interval handling:sam2005-08-0810-17/+32
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* 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
OpenPOWER on IntegriCloud