summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.damien2005-08-201-6/+0
* Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.damien2005-08-201-6/+0
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-203-12/+18
* Remove a stale occurrence of 'alpha' in a comment.stefanf2005-08-201-1/+1
* Properly un-giant-trick the cdevsw in fini_cdevsw()phk2005-08-201-3/+7
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
* Add missing brackets.davidxu2005-08-191-1/+1
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-191-2/+21
* - Add a missing period.pjd2005-08-191-3/+3
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-195-113/+55
* Fix a LOR between sched_lock and sleep queue lock.davidxu2005-08-192-7/+8
* Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectlydavidxu2005-08-191-8/+8
* Correct a performance bug in revision 1.462. The effect of the bug is toalc2005-08-191-14/+7
* Pad the strings sccs[], version[], and osrelease[] up to a minimum ofcperciva2005-08-191-3/+10
* Add missing braces around bpf_filter which were missed when Icsjp2005-08-181-2/+4
* Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.thompsa2005-08-182-8/+9
* Various fixups to locking:jhb2005-08-182-49/+33
* Fixup locking and mark MPSAFE:jhb2005-08-182-140/+154
* When we started calling if_findindex() from if_alloc() with an emptybrooks2005-08-181-56/+16
* Fixup locking for sf(4) and mark MPSAFE:jhb2005-08-184-106/+166
* - don't forget to save freqency when priority is raised.ume2005-08-181-3/+2
* don't forget to update curr_priority. even when frequency isume2005-08-181-0/+1
* Define the target for opt_compat.h only if KERNBUILDDIRyar2005-08-181-0/+5
* Add aliases for atomic operations on 64-bit integers just like otherjhb2005-08-181-0/+20
* In re_shutdown() mark interface as down since otherwise we will panic ifsobomax2005-08-181-0/+7
* Don't break local style.yar2005-08-181-1/+2
* Fix bogus check. It was possible to panic the kernel by giving 0 length.pjd2005-08-181-2/+4
* added a missing unlock (just do the same thing as in netinet/raw_ip.c)suz2005-08-181-0/+1
* In order to support CARP interfaces kernel was taught to handle moreglebius2005-08-181-2/+12
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-184-11/+136
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-184-32/+59
* Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-184-0/+519
* Rename variables:rodrigc2005-08-181-12/+13
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-172-38/+16
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-172-18/+0
* Use callout_init_mtx() to simplify the stats callout.jhb2005-08-171-8/+2
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make surejhb2005-08-172-0/+2
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* don't raise cpu speed over the value when passive cooling is inume2005-08-171-11/+24
* - fix race condition using sx lock.ume2005-08-171-14/+24
* Always run dedicated kernel thread (even when we have hardware support).pjd2005-08-171-114/+37
* We should now return 0.pjd2005-08-171-1/+1
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.sos2005-08-171-2/+2
* Use device_printf() and if_printf() and remove ste_unit from the softc.jhb2005-08-172-24/+19
* Even if crypto_dispatch() return an error, request is not canceled andpjd2005-08-171-12/+2
* Catch up to ic_curchan changes by making the same change here that was madejhb2005-08-171-1/+1
* We don't need to clear allocated memory. This will speed-up things a bit.pjd2005-08-171-1/+1
* In the ufsdirhash_build() failure case for corrupted directoriesiedowse2005-08-171-2/+3
OpenPOWER on IntegriCloud