summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a race: we should update sc_len before dropping the pf lock, otherwise aglebius2011-10-211-3/+1
* Update per-thread I/O statistics collection in ZFS.pjd2011-10-212-2/+9
* Spelling.glebius2011-10-211-1/+1
* Minor corrections and clarifications regarding exceptions.das2011-10-211-12/+23
* zfs vdev_file_io_start: validate vdev before using vdev_tsdpjd2011-10-211-8/+10
* zdb: access dp_free_bpobj only if pool version is >= SPA_VERSION_DEADLISTSpjd2011-10-211-2/+4
* thr_create: new_thread_ID may be NULLpjd2011-10-211-1/+5
* Note that it is still not possible to guard special kind of allocations, thoseglebius2011-10-211-1/+15
* libzpool task_alloc: pass only valid flags to kmem_allocpjd2011-10-211-1/+1
* Because ZFS boot code was very fragile in the past and real PITA to debug,pjd2011-10-212-0/+135
* - Allow to specify multiple files to check, eg.pjd2011-10-212-35/+69
* Add missing #includes.ed2011-10-212-0/+3
* In FreeBSD ip_output() expects ip_len and ip_off in host byte orderglebius2011-10-211-0/+8
* It turns out that truss also used kdump's mkioctls script, and expecteddes2011-10-214-20/+38
* People porting FreeBSD to new architectures ought not have todas2011-10-218-17/+44
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-2128-987/+149
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
* Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* Tests for complex trig and hyperbolic functions.das2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitdas2011-10-211-3/+63
* Fix a regression introduced in r226371: When the high part of x*ydas2011-10-212-6/+6
* Fix a corner case: tan(large + Inf i) == NaN + NaN i.das2011-10-212-0/+10
* Improved handling of large x in ccosh{,f}():das2011-10-214-15/+83
* Use __ldexp_exp() to simplify things and improve accuracy for x neardas2011-10-214-27/+10
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-216-33/+210
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-214-5/+13
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-212-2/+8
* Bugfix: feenableexcept() and fedisableexcept() should just return thedas2011-10-212-8/+8
* Make all the lines align properly.pjd2011-10-201-4/+4
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldpjd2011-10-201-2/+3
* - Correctly read gang header from raidz.pjd2011-10-202-57/+60
* Build 'dtc' by default for MIPS.jchandra2011-10-201-2/+3
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTpjd2011-10-191-1/+1
* Always pass data size for checksum verification function, as usingpjd2011-10-192-11/+11
* Never pass NULL block pointer when reading. This is neither expected norpjd2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.pjd2011-10-191-2/+1
* Initialize 'rc' properly before using it. This error could lead to infinitepjd2011-10-191-1/+3
* Remove redundant size calculation.pjd2011-10-191-5/+0
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-195-0/+5
* If ls was invoked with -i but neither -l nor -s, blocksize was used indes2011-10-191-2/+2
* Keep FDT options commented until dtc is build by default for mipsjchandra2011-10-192-6/+6
* Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sbz2011-10-191-20/+22
* latin1 -> utf8des2011-10-198-9/+9
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingbz2011-10-192-20/+14
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:bz2011-10-194-16/+18
* Add new USB IDs to RUN driver. Update usb.conf.hselasky2011-10-193-9/+79
* In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything.bz2011-10-191-13/+4
* Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastbz2011-10-193-4/+4
* Fix an obvious locking bug where we would lock again rather than unlock.bz2011-10-191-1/+1
* Fix a bug when NPFSYNC > 0 that on FreeBSD we would always returnbz2011-10-191-2/+2
OpenPOWER on IntegriCloud