]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-22 Dag-Erling... Revert the previous commit and add a comment explaining...
2011-10-22 Dag-Erling... openpam_static.c isn't auto-generated.
2011-10-21 Gleb SmirnoffFix a race: we should update sc_len before dropping...
2011-10-21 Pawel Jakub... Update per-thread I/O statistics collection in ZFS.
2011-10-21 Gleb SmirnoffSpelling.
2011-10-21 David SchultzMinor corrections and clarifications regarding exceptions.
2011-10-21 Pawel Jakub... zfs vdev_file_io_start: validate vdev before using...
2011-10-21 Pawel Jakub... zdb: access dp_free_bpobj only if pool version is ...
2011-10-21 Pawel Jakub... thr_create: new_thread_ID may be NULL
2011-10-21 Gleb SmirnoffNote that it is still not possible to guard special...
2011-10-21 Pawel Jakub... libzpool task_alloc: pass only valid flags to kmem_alloc
2011-10-21 Pawel Jakub... Because ZFS boot code was very fragile in the past...
2011-10-21 Pawel Jakub... - Allow to specify multiple files to check, eg.
2011-10-21 Ed SchoutenAdd missing #includes.
2011-10-21 Gleb SmirnoffIn FreeBSD ip_output() expects ip_len and ip_off in...
2011-10-21 Dag-Erling... It turns out that truss also used kdump's mkioctls...
2011-10-21 David SchultzPeople porting FreeBSD to new architectures ought not...
2011-10-21 David SchultzReplace a proliferation of buggy MD implementations...
2011-10-21 David SchultzAdd regression tests for modf{,f,l}().
2011-10-21 David SchultzAdd support for the 'x' mode option in fopen() as speci...
2011-10-21 David SchultzTests for complex trig and hyperbolic functions.
2011-10-21 David SchultzTests for cancellation in fma(). Also include more...
2011-10-21 David SchultzFix a regression introduced in r226371: When the high...
2011-10-21 David SchultzFix a corner case: tan(large + Inf i) == NaN + NaN i.
2011-10-21 David SchultzImproved handling of large x in ccosh{,f}():
2011-10-21 David SchultzUse __ldexp_exp() to simplify things and improve accura...
2011-10-21 David SchultzThe cexp() and {,c}{cos,sin}h functions all need to...
2011-10-21 David SchultzUse STRICT_ASSIGN() to ensure that the compiler doesn...
2011-10-21 David SchultzPer IEEE754r, pow(1, y) is 1 even if y is NaN, and...
2011-10-21 David SchultzBugfix: feenableexcept() and fedisableexcept() should...
2011-10-20 Dimitry AndricVendor import of clang release_30 branch r142614:
2011-10-20 Dimitry AndricVendor import of llvm release_30 branch r142614:
2011-10-20 Pawel Jakub... Make all the lines align properly.
2011-10-20 Pawel Jakub... With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT...
2011-10-20 Pawel Jakub... - Correctly read gang header from raidz.
2011-10-20 Jayachandran C.Build 'dtc' by default for MIPS.
2011-10-19 Pawel Jakub... Fix missing return when LOADER_GPT_SUPPORT is defined...
2011-10-19 Pawel Jakub... Always pass data size for checksum verification functio...
2011-10-19 Pawel Jakub... Never pass NULL block pointer when reading. This is...
2011-10-19 Pawel Jakub... Don't mark vdev as healthy too soon, so we won't try...
2011-10-19 Pawel Jakub... Initialize 'rc' properly before using it. This error...
2011-10-19 Pawel Jakub... Remove redundant size calculation.
2011-10-19 Ken SmithAdd a warning about why sbp(4) is commented out so...
2011-10-19 Dag-Erling... If ls was invoked with -i but neither -l nor -s, blocks...
2011-10-19 Jayachandran C.Keep FDT options commented until dtc is build by defaul...
2011-10-19 Bjoern A. ZeebFix recursive pf locking leading to panics. Splatter...
2011-10-19 Dag-Erling... latin1 -> utf8
2011-10-19 Bjoern A. ZeebDe-virtualize the pf_task_mtx lock. At the current...
2011-10-19 Bjoern A. ZeebAdjust the PF_ASSERT() macro to what we usually use...
2011-10-19 Hans Petter... Add new USB IDs to RUN driver. Update usb.conf.
2011-10-19 Bjoern A. ZeebIn the non-FreeBSD case we do not expect PF_LOCK and...
2011-10-19 Bjoern A. ZeebPseudo interfaces should go at SI_SUB_PSEUDO. However...
2011-10-19 Bjoern A. ZeebFix an obvious locking bug where we would lock again...
2011-10-19 Bjoern A. ZeebFix a bug when NPFSYNC > 0 that on FreeBSD we would...
2011-10-19 Bjoern A. ZeebFix indentation in a loop and a tiny maze of #ifdefs...
2011-10-19 Fabien ThomasAdd missing DEBUG define from r226514.
2011-10-19 Dimitry AndricFix breakage introduced by r226518.
2011-10-18 Jilles TjoelkerFix some memory errors in *at() regression tests.
2011-10-18 Marius StroblAllow to dump on Solaris swap partitions.
2011-10-18 Kirk McKusickThe current /etc/dumpdates file restricts device names...
2011-10-18 Dimitry AndricUpdate gcc's __FreeBSD__ and __FreeBSD_cc_version macro...
2011-10-18 Dimitry AndricFix the way clang retrieves the major FreeBSD release...
2011-10-18 Jayachandran C.Fix wakeup latency when sleeping with 'wait'
2011-10-18 Fabien ThomasAdd a flush of the current PMC log buffer before displa...
2011-10-18 Jayachandran C.Fix XLP compile failure on n32 abi.
2011-10-18 Martin MatuskaImport fix for Illumos bug #1475 to reduce diff against...
2011-10-18 Ken SmithComment out the sbp(4) driver for architectures that...
2011-10-18 Dag-Erling... When calculating the width of the blocksize column...
2011-10-18 Ken SmithEscape the newline so we get a proper line continuation...
2011-10-18 Dag-Erling... Look for /boot/config in addition to /boot.config,...
2011-10-18 Dag-Erling... Fix copy-pasto in CAPFAIL_INCREASE case.
2011-10-18 Dag-Erling... Make ktrace(1) build cleanly at WARNS level 6 by comple...
2011-10-18 Dag-Erling... Minor clarification
2011-10-18 Dag-Erling... Simplify df(1) by factoring out most of the common...
2011-10-18 Jayachandran C.Support for booting XLP using FDT.
2011-10-18 Ed SchoutenGet rid of D_PSEUDO.
2011-10-18 Dag-Erling... Trace attempts to call restricted MD syscalls.
2011-10-18 Dag-Erling... Trace attempts to open a portal device.
2011-10-18 Jayachandran C.FDT support for MIPS.
2011-10-18 Dag-Erling... Revisit the capability failure trace points. The initi...
2011-10-18 Adrian ChaddAdd in a currently-disabled WAR for PCI NICs.
2011-10-18 Adrian ChaddAdd a WAR from the reference code - clear the PCI error...
2011-10-18 Adrian ChaddPort over some missing code from the ar5212 reference...
2011-10-18 Adrian ChaddImplement the first part of the BB read workaround.
2011-10-18 Adrian ChaddAdd in OS_REG_BIT_SET, a macro which does what it says...
2011-10-18 Adrian ChaddInclude opt_ah.h when compiling the driver.
2011-10-17 Xin LIFix a bug in sa_find_sizes() which could lead to panic:
2011-10-17 Eitan Adler- remove device keyword from makefs manpage
2011-10-17 Pyun YongHyeonMake sure to report media change status to caller....
2011-10-17 Pyun YongHyeonAdd missing driver lock in media status handler.
2011-10-17 Pyun YongHyeonClose a race where SIOCGIFMEDIA ioctl get inconsistent...
2011-10-17 Pyun YongHyeonClose a race where SIOCGIFMEDIA ioctl get inconsistent...
2011-10-17 Ed SchoutenFix whitespace.
2011-10-17 Xin LIReturn BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIF...
2011-10-17 Dimitry AndricUpdate llvm/clang's target triple (confusingly named...
2011-10-17 Hans Petter... Make the usbdump utility work again by using the correc...
2011-10-17 Stefan EßerAdd missing default values for daily/800.scrub-zfs...
2011-10-17 Stefan EßerFix error message in case the backup storage directory...
2011-10-17 Adrian ChaddDon't enable the PHY radar errors in calcrxfilter.
next