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