]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Clean up some magic numbers in the DBDMA code by replacing them with
[FreeBSD/FreeBSD.git] / sys /
2008-10-27 nwhitehornClean up some magic numbers in the DBDMA code by replac...
2008-10-27 n_hibmaGrab Sierra and Novatel init functions from NetBSD...
2008-10-27 mariusDo as the Linux tg3 driver does and enable MSI support...
2008-10-27 sobomaxFix r184323 - set stathz to be the same as lapic_timer_...
2008-10-27 jhb- Whitespace fix for vop_poll.
2008-10-27 marius- In GCC 4.2 __builtin_frame_address() was fixed to...
2008-10-27 rnolandFix error in busmaster enable logic
2008-10-27 rnolandFix some fallout from the busmaster disable cleanup
2008-10-27 rnolandDon't report GEM capability until we actually have...
2008-10-27 sobomaxFix r184323 - set stathz to be the same as lapic_timer_...
2008-10-27 samprepare for a new hal
2008-10-27 samo With the addition of HT rates the set of h/w codes...
2008-10-27 rwatsonWhen the mac_bsdextended policy is unloaded, free rule...
2008-10-27 samprefer #define to naked constant
2008-10-27 samfix handling of HT rates; these overlap legacy rates...
2008-10-27 samadd hack to deal with Ubiquiti XR9 cards, they have...
2008-10-27 bzAdd the files missed with r184331 to make mac_bsdextend...
2008-10-27 saminstall bssid for ahdemo mode too
2008-10-27 samfix comment
2008-10-27 samcorrect callback status parameter; only indicate succes...
2008-10-27 samFixup statistics:
2008-10-27 samupdate the sta inactivity timer only if we actually...
2008-10-27 samRegdomain fixups:
2008-10-27 samadd regdomain debug msgs
2008-10-27 samadd sys.dev.ath.X.intmit knob to enable/disable ANI
2008-10-27 samshuffle debug setup to simplify debugging events during...
2008-10-27 samrename bf_flags to bf_txflags in preparation for the...
2008-10-27 samuse the ic's opmode instead of our hal equivalent to...
2008-10-27 samintercept IEEE80211_IOC_TXPOWER and service tx power...
2008-10-27 sammove complaints about bad rate codes up a level so...
2008-10-27 samremove driver-private equivalent of ni_txparms; it...
2008-10-27 samnow that the new association callback is used when...
2008-10-27 samo use the new association callback to notify the driver...
2008-10-27 rrsMore issues with pre-blocking:
2008-10-27 rrsTwo inter-related bugs.
2008-10-27 rrsGet rid of ifdef for vimage on version 8 comparison...
2008-10-27 rrsInvariants changes that make more sense.
2008-10-27 rwatsonAdd TrustedBSD credit to new ugidfw_internal.h file.
2008-10-27 rwatsonBreak mac_bsdextended.c out into multiple .c files...
2008-10-27 rwatsonCopy mac_bsdextended.c to two object-specific files...
2008-10-27 edRemove unused consdev structure fields.
2008-10-27 sosOnly call dma.unload() if initialized.
2008-10-27 katoImproved IDE HDD geometry adjustment. Previous code...
2008-10-27 sobomaxvm_pnames should be "const char *const[]".
2008-10-27 sobomaxvm_pnames has no reason to be global.
2008-10-27 sobomaxDefault HZ value (1,000) on i386/amd64 is not very...
2008-10-27 marcelAdd support for kernel profiling for both AIM and BookE.
2008-10-27 marcelRemove unused declarations (interrupt_vector_{base...
2008-10-27 marcelDeclare btext and etext. Needed by sys/kern/subr_prof...
2008-10-27 nwhitehornBring Kauai ATA driver in line with Macio ATA by readin...
2008-10-26 stas- Add stream bus_space operations.
2008-10-26 stas- Add a missing NULL-pointer check.
2008-10-26 rwatsonImplement MAC policy support for IPv6 fragment reassemb...
2008-10-26 rwatsonAdd a MAC label, MAC Framework, and MAC policy entry...
2008-10-26 rwatsonIn both dropwithreset paths in tcp_input.c, drop the...
2008-10-26 samo re-enable a lock assert
2008-10-26 samFix joining an 11b BSS: scanning is normally done using...
2008-10-26 nwhitehornAdd ADB support. This provides support for the external...
2008-10-26 rwatsonRemove endearing but syntactically unnecessary "return...
2008-10-26 bzStyle changes only:
2008-10-26 sobomaxFix division by zero panic if kern.hz less than 32.
2008-10-26 lulf- Import macros used in gmirror for printing gvinum...
2008-10-26 samNew ap-side power save implementation; the main change...
2008-10-26 sammove decl up before first use
2008-10-26 samintroduce M_ENCAP flag to mark packets encapsulated...
2008-10-26 samfix comment that belonged w/ previous commit
2008-10-26 samchange ieee80211_send_probereq to supply raw xmit param...
2008-10-26 samchange ieee80211_send_nulldata to send a QoS Null Data...
2008-10-26 samo change ieee80211_mgmt_output to take a raw xmit param...
2008-10-26 samfix old merge botch that causes gaps in the tx seq...
2008-10-25 samSync BAR frame handling with out of tree work:
2008-10-25 samset erp flag and tx parameter state when joining a...
2008-10-25 samhonor IEEE80211_CLONE_NOBEACONS for type of vap, not...
2008-10-25 samimprove inactivity handling debug support
2008-10-25 samuse a private mgt frame recv handler for ahdemo mode...
2008-10-25 samexpand captured ie's before calling match_bss so they...
2008-10-25 samchange ieee80211_sta_join to take an explicit channel...
2008-10-25 samo add support for ifconfig wlanX mode foo
2008-10-25 samadd debug msgs
2008-10-25 samfix associd check for adhoc mode
2008-10-25 samignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon...
2008-10-25 samadd 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL...
2008-10-25 samadd/improve debug msgs
2008-10-25 kmacyonly call hardclock on cpu0
2008-10-25 marcelInvalid BSD disklabels have been created by sysinstall and
2008-10-25 rnolanddrm/i915: fix ioremap of a user address for non-root...
2008-10-25 desAdd an entry for the "SIIG Cyber 4 PCI 16550", which...
2008-10-25 mavFix spelling in comment.
2008-10-25 yongariUse auto-negotiation for manual media type selection...
2008-10-25 marcelEnable the cfi(4) driver.
2008-10-25 marcelAdd a driver for flash memory that implements to the...
2008-10-25 marcelAdd a driver for the Local Bus Controller.
2008-10-25 marcelAssign 0xff800000-0xffffffff to the LBC controller...
2008-10-25 kmacyhandle case where eflags represents actual flags value...
2008-10-25 yongariImplement miibus_statchg handler. It detects whether...
2008-10-25 marcelIn mmu_booke_mapdev(), handle mappings that cannot...
2008-10-25 yongariAfter sending stop command to MAC, give hardware chance...
2008-10-25 yongariMake rl_init_locked() call rl_reset. This will put...
2008-10-25 yongariDon't rearm watchdog timer in rl_txeof(). The watchdog...
2008-10-25 yongariVarious bus_dma(9) fixes.
next