summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-122-2/+2
|\
| * Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-122-2/+2
| |\
| | * Resolve remaining uninitialized variablesBrian Behlendorf2009-03-122-2/+2
* | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-123-0/+10
|\| |
| * | Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-123-0/+10
| |\ \
| | * | Add remaining missing cases (or a default) to all switch statements.Brian Behlendorf2009-03-123-0/+10
| | * | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-caseBrian Behlendorf2009-02-1829-707/+1020
| | |\ \
| | * \ \ Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-caseBrian Behlendorf2009-01-1539-604/+1094
| | |\ \ \
* | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-111-2/+1
|\| | | | |
| * | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-111-2/+1
| |\ \ \ \ \
| | * | | | | Check should be in ASSERT to minimize stack and prevent unused var.Brian Behlendorf2009-03-111-2/+1
* | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-119-27/+20
|\| | | | | |
| * | | | | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-119-27/+20
| |\ \ \ \ \ \
| | * | | | | | Resolve upstream unused variables so we can remove the -Wno-unusedBrian Behlendorf2009-03-119-27/+20
| | * | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unusedBrian Behlendorf2009-02-1829-707/+1020
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unusedBrian Behlendorf2009-01-1539-604/+1094
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unusedBrian Behlendorf2009-01-054-0/+38476
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit 'refs/top-bases/gcc-unused' into gcc-unusedBrian Behlendorf2008-12-114-850/+0
| | |\ \ \ \ \ \ \
| | * | | | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unusedBrian Behlendorf2008-12-119-22/+22
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-111-1/+2
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-111-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Resolve all instances of missing braces.Brian Behlendorf2009-03-111-1/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-119-30/+32
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-119-30/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Resolve additional cases where gcc wants extra parenthesis.Brian Behlendorf2009-03-119-30/+32
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesisBrian Behlendorf2009-02-1829-707/+1020
| | |\| | | | | | | |
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesisBrian Behlendorf2009-01-1539-604/+1094
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesisBrian Behlendorf2009-01-054-0/+38476
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesisBrian Behlendorf2008-12-114-850/+0
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesisBrian Behlendorf2008-12-1116-34/+34
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-111-1/+1
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-111-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Ensure idx is properly initialized in all instances.Brian Behlendorf2009-03-111-1/+1
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-1165-65/+65
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-ident-pragmas' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-1165-65/+65
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Added 'gcc-ident-pragmas' branch.Ricardo M. Correia2009-03-1165-65/+65
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-111-11/+11
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-64bit-constants' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-111-11/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add 'ull' suffix to 64-bit constants.Ricardo M. Correia2009-03-111-11/+11
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-02-181-2/+3
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-2/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | C90 fixes int declared in for() is a C99 constructBrian Behlendorf2009-02-181-2/+3
| | * | | | | | | | Local try should be in this patchBrian Behlendorf2009-02-181-0/+1
* | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-02-181-9/+9
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'gcc-cast' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-9/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Pass 0's instead of NULL's which are the same but of the correct typeBrian Behlendorf2009-02-181-9/+9
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-cast' into gcc-castBrian Behlendorf2009-02-1829-707/+1020
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge commit 'refs/top-bases/gcc-cast' into gcc-castBrian Behlendorf2009-01-1539-604/+1094
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
* | | | | | | | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-02-1829-708/+1021
|\| | | | | | | | | |
| * | | | | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |