]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Upgrade to 9.8.3-P1, the latest from ISC. This version contains
[FreeBSD/FreeBSD.git] / sys /
2012-06-04 adrianMigrate the TX path to a taskqueue for now, until a...
2012-06-04 mariusThe loaddev environment variable is not modifiable...
2012-06-04 mariusThe workaround added in r151650 for handling firmwares...
2012-06-04 dimFix build of aicasm when CC=clang. This was due to...
2012-06-04 emaxPlug more refcount leaks and possible NULL deref for...
2012-06-04 dimMake aicasm compile without warnings if -Wpointer-sign...
2012-06-04 gnnIntegrate a fix for a very odd signal delivery problem...
2012-06-04 zmlFix DTrace TSC skew calculation:
2012-06-04 glebiusMicrooptimisation of code from r236560, also coming...
2012-06-04 glebiusOptimise kern_sendfile(): skip cycling through the...
2012-06-04 melifaroFix panic introduced by r235745. Panic occurs after...
2012-06-04 mavRemove some dead code that I doubt will ever be impleme...
2012-06-04 gberRestore changes accidentally removed in r235537.
2012-06-04 impEliminate the now-unused AT91C_MASTER_CLOCK option...
2012-06-04 alcVarious small changes to PV entry management:
2012-06-03 mariusDisable verification of the flashed content for now...
2012-06-03 impMinor rearrangement of the locore <-> initarm interface...
2012-06-03 tuexenRemove code which is not needed.
2012-06-03 kibAdd a knob to disable vn_io_fault.
2012-06-03 kibCount and export the number of prefaulting happen.
2012-06-03 tuexenUse an existing function to get the source address.
2012-06-03 uqsFix make depend
2012-06-03 avgfree wdog_kern_pat calls in post-panic paths from under...
2012-06-03 emaxPlug reference leak.
2012-06-03 impRemove stray repeated line...
2012-06-03 marius- Now that the DataFlash related drivers work properly...
2012-06-03 marius- Loop up to 3 seconds when waiting for a device to...
2012-06-03 marius- Prepend the device description with "AT91" to reflect...
2012-06-02 alcIsolate the global pv list lock from data and other...
2012-06-02 tuexenHonor sysctl for TTL.
2012-06-02 tuexenDon't request data from the IPv6 layer, which is not...
2012-06-02 mariusAdd missing prototypes. While at it, sort them alphabet...
2012-06-02 mariusRemove nitems() now that it lives in <sys/param.h>...
2012-06-02 mariusTake advantage of nitems().
2012-06-02 kibFix typo [1]. Use commas to separate flag printouts...
2012-06-02 mariusAdd nitems(), a macro for determining the number of...
2012-06-02 kibUpdate the print mask for decoding b_flags. Add print...
2012-06-02 kibUse plain store for atomic_store_rel on x86, instead...
2012-06-02 tuexenRemove an unused parameter.
2012-06-02 hselaskyAdd appropriate checks for ic_bsschan being set to...
2012-06-02 mavRewrite enabling NCQ for SATA devices in a way more...
2012-06-01 mjacobClean up and complete the incomplete deferred enable...
2012-06-01 mjacobPrint FC PortID as a hex number. This makes it easy to
2012-06-01 jkimConsistently use ACPI_SUCCESS() and ACPI_FAILURE()...
2012-06-01 jkimTidy up code clutter in SMP case a bit. No functional...
2012-06-01 eadlerRevert r236380
2012-06-01 jkimCall AcpiSetFirmwareWakingVector() with interrupt disab...
2012-06-01 jkimImprove style(9) in the previous commit.
2012-06-01 jkimExecute AcpiLeaveSleepStatePrep() for S1 and reduce...
2012-06-01 hselaskyImprove support for detaching kernel drivers on a per...
2012-06-01 jhbCommit a portion of 233708 I missed earlier and don...
2012-06-01 jhbRemove unnecessary initializations. The BSS of boot2...
2012-06-01 jhbExtend VERBOSE_SYSINIT to also print out the name of...
2012-06-01 iwasakiCall AcpiLeaveSleepStatePrep() in interrupt disabled...
2012-06-01 bzMake TCP LRO work properly with VIMAGE kernels rather...
2012-06-01 mavUse AC_GETDEV_CHANGED async to notify ada driver about...
2012-06-01 tuexenSmall cleanups. No functional change.
2012-06-01 adrianAdd a missing #include, required for IEEE80211_DEBUG.
2012-06-01 eadlerAdd sysctl to query amount of swap space free
2012-06-01 eadlerAdding missing dependancies for loading hptiop(4),...
2012-06-01 alcEliminate code duplication in free_pv_entry() and pmap_...
2012-06-01 eadlerFix warning generated by clang;
2012-06-01 eadlerAdd characters mapping for codepages used in Germany.
2012-06-01 alcpmap_alloc_vhpt() doesn't need the pages that it alloca...
2012-06-01 impRevert debug and other immature code accidentally commi...
2012-06-01 impInitialize the clocks before we call cninit() so that...
2012-05-31 yongariRemove unnecessary device_printfs.
2012-05-31 eriCorrect table counter functionality to not panic.
2012-05-31 pjdRegenerate after r236361.
2012-05-31 pjdAdd missing system calls.
2012-05-31 pjdThere is no rmdirat system call. Weird, I know.
2012-05-31 impUnlock in the error path to prevent a lock leak.
2012-05-30 tuexenSeperate SCTP checksum offloading for IPv4 and IPv6.
2012-05-30 mariusTry to finally get the point in time at which bge_add_s...
2012-05-30 emaxWhen we return deprecated addresses, we need to referen...
2012-05-30 rajPanic openly if we cannot retrieve memory information...
2012-05-30 rajExtract vendor specific Book-E pieces into separate...
2012-05-30 sbrunoCosmetic nit. If a configured volume has no label...
2012-05-30 kibEnable vn_io_fault() lock avoidance for UFS.
2012-05-30 kibvn_io_fault() is a facility to prevent page faults...
2012-05-30 kibAdd a rangelock implementation, intended to be used...
2012-05-30 kibCapitalize start of sentence.
2012-05-30 kibClarify that the v_lockf is advisory lock list.
2012-05-30 uqsUnbreak make depend.
2012-05-30 glebiusImprove style(9) of bcopy() to and from mbuf tag.
2012-05-30 kibAssert that TDP_NOFAULTING and TDP_NOSPEEPING thread...
2012-05-30 gberPrint userspace backtrace for current thread.
2012-05-30 gberFlush D and I caches after setting a breakpoint.
2012-05-30 glebiusAfter r228571 carp_output() expects carp_softc * pointe...
2012-05-30 alcEliminate some purely stylistic differences among the...
2012-05-30 eadlerAdd support for newer garmin devices
2012-05-30 eadlerAdd support for Sun 1040 PCI Quad Serial
2012-05-29 jkimFix style(9) nits, reduce unnecessary type castings...
2012-05-29 jkim- Save the previous filter right before we set new...
2012-05-29 luigiadd support to build netmap as a module,
2012-05-29 jkimFix 32-bit shim for BIOCSETF to drop all packets buffer...
2012-05-29 pjdTighten up the assertion: because size can't be 0 and...
2012-05-29 pjdEliminate 'where' argument, we don't use it.
2012-05-29 pjdRemove unused variable.
2012-05-29 pjdRemove unused sysctl.
next