]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 edSort `mount -p' output by name before checking for...
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.
2008-10-24 n_hibmaMake the driver compile on FBSD6 as well.
2008-10-24 mavAdd MSI support.
2008-10-24 mavBump the revision after the latest commits.
2008-10-24 mavAdd some special handeling for AD1981HD codec. It has...
2008-10-24 mavFix month mistake. Again. Sorry. :)
2008-10-24 mavAdd hint.hdac.%d.msi description.
2008-10-24 dfrDon't rely on the value of *statep without first taking...
2008-10-24 alcFinish what revision 1.40 started. Revision 1.40 remov...
2008-10-24 kmacyFix general issues with IPI support
2008-10-24 kmacyFix evtchn initialization on SMP
2008-10-24 ruDon't fail mistakenly with -r when we already have...
2008-10-24 n_hibmaAfter adding U3G_DEBUG to LINT we need to create the...
2008-10-24 n_hibmaAdd U3G_DEBUG to LINT
2008-10-24 n_hibmaRemove the entry from the i386 specific NOTES as it...
2008-10-24 n_hibma- Bugfix: Only claim interface after having checked...
2008-10-24 davidxuDon't rearm callout if the process is exiting, it may...
2008-10-24 davidxupartly revert revision 184199, because TDF_NEEDSIGCHK...
2008-10-23 jhbWhitespace fix.
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 rnolandReplace calls to minor() with dev2unit(). Ed already...
2008-10-23 rnolandThis check is invalid and I disabled it once already...
2008-10-23 gallatinUpdate to Myri10GE Firmware 1.4.36.
2008-10-23 desRevert the removal of the MALLOC and FREE macros from...
2008-10-23 edDon't include <sys/clist.h> inside ucom(4) and ufoma(4).
2008-10-23 edFix detaching of uart(4) devices.
2008-10-23 mavAdd Intel ICH10 and SCH HDA controllers PCI IDs.
2008-10-23 desBack out testing aid that was inadvertantly committed...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-23 rdivackyFix a typo.
2008-10-23 marckCorrect a typo in Nocona core name.
2008-10-23 davidxuActually, for signal and thread suspension, extra proce...
2008-10-23 kmacyFix IPI support
2008-10-23 marcelAdd mips/conf/DEFAULTS and populate it with:
2008-10-23 marcelAdd arm/conf/DEFAULTS and populate it with:
2008-10-23 yongariCorrect PHY description and OUI of VSC8211. Previously...
2008-10-23 delphijSlightly adjust code logic: we allocate a "size"ed...
2008-10-23 delphijUse strlcpy() before strlen() instead of strncpy().
2008-10-23 delphijSince we are going to strlen() on the string, it is...
2008-10-23 delphijReplace malloc() + memset() with calloc. This corrects...
2008-10-22 kibFix a typo. q is already a pointer.
2008-10-22 jhbRegen for freebsd32_getdirentries().
2008-10-22 jhbSplit the copyout of *base at the end of getdirentries...
2008-10-22 n_hibmaThe driver supports the Sony W810i phone (interface...
2008-10-22 jkimReally fix i386 test this time.
2008-10-22 kensmithTurns out its not a good idea to assume the packages...
2008-10-22 n_hibmaRemove a comment that belonged to a deleted if statement.
2008-10-22 kibRemove doubtful structure definition with variable...
2008-10-22 jhbFix build with PPC_PROBE_CHIPSET enabled.
2008-10-22 marcelTrivially avoid a null pointer dereference when drivers
2008-10-22 obrienClarify the PREEMPTION description a little.
2008-10-22 jkimSimplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macro...
2008-10-22 jkimAdd AMD Family 0Fh, Model 6Bh, Stepping 2 to the list...
2008-10-22 rwatsonUpdate mmap() comment: no more block devices, so no...
2008-10-22 jhbFix build breakage.
2008-10-22 acheFix compiler error with missing/unneded ')'
2008-10-22 n_hibmaRemove the debug flag.
2008-10-22 mavUse full month name.
2008-10-22 mavAdd sdhci driver man page. Link it up to mmc subsystem.
2008-10-22 mavUpdate man page.
2008-10-22 marcelAllow dumps to partitions with a tag of 0. The legacy
2008-10-22 jkimSet kern.timecounter.invariant_tsc to 1 for AMD CPU...
2008-10-21 kensmithMove an echo that accidentally got put under the .if...
2008-10-21 kensmithOops, add missing @.
2008-10-21 n_hibmaAdd a device ID for the Ovation MC950D (Novatel Wireles...
2008-10-21 mavAdd HDA multimedia subclass.
next