]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Expose the unimplemented libm functions in the math.h header. This allows C++'s...
[FreeBSD/FreeBSD.git] / sys /
2011-11-12 Adrian ChaddDisable writing to the extension CYCPWR1 register.
2011-11-12 Alexander MotinMajor GEOM MULTIPATH class rewrite:
2011-11-12 Hans Petter Selasky- This patch adds custom IOCTLs to read and write the...
2011-11-12 Hans Petter SelaskyEnable power save mode for the USB storage device driver.
2011-11-12 Hans Petter SelaskyStyle change.
2011-11-11 Qing LiA default route learned from the RAs could be deleted...
2011-11-11 Brooks DavisIn r191367 the need for if_free_type() was removed...
2011-11-11 Eitan Adler- add a missing "be" and "in"
2011-11-11 Eitan Adler- add support for CP-104EL-A and CP-104JU to puc
2011-11-11 Pyun YongHyeonTo send a frame, controller requires a prepended TX...
2011-11-11 Mikolaj GolubFix false positive EADDRINUSE that could be returned...
2011-11-11 Sergey Kandaurovstruct timespec32: change types of tv_sec and tv_nsec...
2011-11-11 Konstantin BelousovStyle.
2011-11-11 Konstantin BelousovGuard against the unlikely case of the alias path conta...
2011-11-11 Konstantin BelousovWeaken the part of assertions added in the r227394...
2011-11-11 Ryan StoneCorrect the types of the arguments to return probes...
2011-11-11 Adrian ChaddCorrect device id comments.
2011-11-10 Adrian ChaddRevert this previous commit for now - although this...
2011-11-10 Pyun YongHyeonRemove dead ifdef. Driver should always check raised...
2011-11-10 Pyun YongHyeonstyle.
2011-11-10 Ryan StoneOn i386, fbt probes are implemented by writing an inval...
2011-11-10 Adrian ChaddAdd a missing reference to AR9287.
2011-11-09 Adrian ChaddSince these include wlan/ath/ah headers and these can...
2011-11-09 Adrian ChaddUse the system-provided opt_ah.h if one is provided.
2011-11-09 Adrian ChaddBump this up to where it used to be.
2011-11-09 Adrian ChaddIntroduce a work-around for issues with the AR5416...
2011-11-09 Xin LIDo a dummy read to flush the interrupt ACK that we...
2011-11-09 Adrian ChaddCommit a missing fix - the AR_SREV_KIWI_10_OR_LATER...
2011-11-09 Adrian ChaddEven though the HAL doesn't currently support Kiwi...
2011-11-09 Hans Petter SelaskyFix size of USB 3.0 descriptor field.
2011-11-09 Konstantin BelousovAttempt to improve formatting and content of several...
2011-11-09 Adrian ChaddIf software retransmit occurs with an ath_buf marked...
2011-11-09 Hans Petter SelaskyFix size of USB 3.0 descriptor field.
2011-11-09 Adrian ChaddFlip on processing interrupt profile events for mips24k.
2011-11-09 Konstantin BelousovStopped process may legitimately have some threads...
2011-11-09 Konstantin BelousovLock the thread lock around block that retrieves td_wme...
2011-11-09 Konstantin BelousovAssert that _PRELE() is done for the held process.
2011-11-09 John BaldwinRevert some debugging printfs that crept into 223695.
2011-11-09 Adrian Chadd* Force the MAC to wakeup before we try resetting it...
2011-11-09 Adrian ChaddTidy up the AR9287 HAL a tiny bit - fix up AR9280 refer...
2011-11-09 Nathan WhitehornFix a bug where the pmap_cpu_bootstrap() ap argument...
2011-11-09 Ed SchoutenRestore the comment that I removed by accident.
2011-11-09 Ed SchoutenSimplify the code emitted by makeobjops.awk slightly.
2011-11-09 Hans Petter SelaskySome minor corrections to a modem driver.
2011-11-09 Gleb KurtsouUse implementation independent inoNN_t scalars for...
2011-11-09 Adrian ChaddMigrate the AR5416 ANI code to use the previously intro...
2011-11-09 Adrian ChaddDisable OFDM weak signal detection by default. Leave...
2011-11-09 Adrian ChaddUse a restricted set of parameters when operating in...
2011-11-09 Adrian ChaddAdd logic to ANI to tweak the firstep parameter when...
2011-11-09 Adrian Chadd.. and add some ANI fixes missing from the last ANI...
2011-11-09 Adrian ChaddInclude some ANI fixes for the AR5416.
2011-11-09 Adrian ChaddAdd a new HAL parameter which forces a full reset rathe...
2011-11-09 Adrian ChaddPort over a new routine which grabs the percentage...
2011-11-09 Adrian ChaddAdd in some more PCI/PCIe differentiation.
2011-11-09 Adrian ChaddTry to make it more obvious when users are using the...
2011-11-09 Adrian ChaddFix the compile to work when IEEE80211_DEBUG isn't...
2011-11-08 Pyun YongHyeonComment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requir...
2011-11-08 Adrian ChaddFix the KTR option to compile by default - it was refer...
2011-11-08 Adrian ChaddIntroduce TX aggregation and software TX queue management
2011-11-08 Adrian ChaddAdd support to the TX descriptor printing code to follo...
2011-11-08 Adrian ChaddMake sure TXEOL is set on default queues. Otherwise...
2011-11-08 Adrian ChaddRefactor out the TX buffer management and completion...
2011-11-08 Adrian ChaddChange the descriptor logic to use bf_lastds to point...
2011-11-08 Adrian ChaddChange ath_buf allocation to:
2011-11-08 Adrian ChaddBreak out the TX DMA stop code into a separate function.
2011-11-08 Adrian ChaddAdd a 'vap' to ath_keyset().
2011-11-08 Adrian ChaddSome more various fixes, etc from my 11n branch.
2011-11-08 Adrian ChaddAdd KTR tracepoints to the ath driver, in order to...
2011-11-08 Adrian ChaddIn preparation for supporting 11n TX/RX properly, allow...
2011-11-08 Adrian ChaddBreak out the node cleanup and node free path, in prepa...
2011-11-08 Adrian ChaddPreparation for correct 802.11n tx/rx handling.
2011-11-08 Adrian ChaddConditionally compile the PCI latency workaround; I...
2011-11-08 Pyun YongHyeonRetire 'options TI_PRIVATE_JUMBOS' and replace local...
2011-11-08 Adrian ChaddMerge in some fixes from the if_ath_tx branch.
2011-11-08 Adrian ChaddMigrate the STAILQ lists to TAILQs.
2011-11-08 Ed SchoutenMake kobj_methods constant.
2011-11-08 Ryan StoneThe in-kernel CTF parser caches the result of its first...
2011-11-08 John BaldwinClaim that _POSIX_ADVISORY_INFO is fully supported...
2011-11-08 Adrian ChaddSome cosmetic fixes to ath_rate_sample.
2011-11-08 Adrian Chadd.. add missing include from an incorrect merge.
2011-11-08 Adrian ChaddReject frames in STA mode which are not destined to...
2011-11-08 Attilio RaoIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-08 Kevin LoEnable PCI MMC/SD support by default on i386 and amd64
2011-11-08 Adrian ChaddAdd 802.11h quiet time element support into net80211.
2011-11-08 Adrian ChaddBegin merging in some of my 802.11n TX aggregation...
2011-11-08 Adrian ChaddBring over the 11n aggregation statistics struct from...
2011-11-08 Adrian ChaddMerge in ath rate flags and ath_rc_series from my 11n...
2011-11-07 Pyun YongHyeonDo not allow changing MTU to be less than the minimum.
2011-11-07 Pyun YongHyeonIf ti_chipinit() fails in ti_stop(), ignore the error...
2011-11-07 Pyun YongHyeonShow RX buffer allocation failure and do not blindly...
2011-11-07 Michael TuexenWhen loading addresses from INITs, always use the correct
2011-11-07 Pyun YongHyeonMini ring is not available on Tigon 1 so do not create...
2011-11-07 Pyun YongHyeonTrack which ring was updated in RX handler and update...
2011-11-07 Mikolaj GolubAdd KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmma...
2011-11-07 Mikolaj GolubIn lim_fork() assert that processes locks are held.
2011-11-07 Pyun YongHyeon o Remove unnecessary controller reinitialization.
2011-11-07 Pyun YongHyeonRemove ti_unit member variable in softc.
2011-11-07 Marcel MoolenaarDon astbestos garment and remove the warning about...
2011-11-07 Ed SchoutenMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 Gleb SmirnoffIn icmp6_redirect_input:
next