Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
|\ | |||||
| * | TopGit missed this update when I updated the same line in the | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
| * | Unitialized variables should be handled in the gcc-uninit topic branch. | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
* | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-09 | 14 | -46/+53 |
|\ \ | |||||
| * | | Unitialized variables should be handled in the gcc-uninit topic branch. | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
| * | | Revert to original debugging code and wrap any variabled used only | Brian Behlendorf | 2009-07-09 | 13 | -45/+52 |
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Type int accidentally not declared at the top of the function. | Brian Behlendorf | 2009-07-09 | 1 | -1/+1 |
* | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-08 | 1 | -0/+1 |
|\| | | | |||||
| * | | | Resolve a 2 new cases of for loop variable declared in for() | Brian Behlendorf | 2009-07-08 | 1 | -0/+1 |
* | | | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-07 | 1 | -0/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | First fit allocator unused comment it out. | Brian Behlendorf | 2009-07-07 | 1 | -0/+2 |
| * | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2009-07-02 | 84 | -2358/+5385 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-07 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add missing case introduced by rebase. | Brian Behlendorf | 2009-07-07 | 1 | -0/+2 |
| * | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case | Brian Behlendorf | 2009-07-02 | 84 | -2361/+5385 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
* | | | | | | Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-07 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add missing paranthesis for gcc. | Brian Behlendorf | 2009-07-07 | 2 | -2/+2 |
| * | | | | | | Merge commit 'refs/top-bases/gcc-no-parenthesis' into gcc-no-parenthesis | Brian Behlendorf | 2009-07-02 | 84 | -2361/+5386 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
* | | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | hash_lock should always be initialized | Brian Behlendorf | 2009-07-07 | 1 | -1/+1 |
| * | | | | | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit | Brian Behlendorf | 2009-07-02 | 84 | -2358/+5384 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
* | | | | | | | Merge branch 'gcc-ident-pragmas' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-02 | 1 | -1/+0 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge commit 'refs/top-bases/gcc-ident-pragmas' into gcc-ident-pragmas | Brian Behlendorf | 2009-07-02 | 84 | -2359/+5385 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
* | | | | | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-07-02 | 84 | -2339/+5389 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Merge commit 'refs/top-bases/gcc-c90' into gcc-c90 | Brian Behlendorf | 2009-07-02 | 84 | -2337/+5388 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Rebase master to b117 | Brian Behlendorf | 2009-07-02 | 84 | -2359/+5385 |
* | | | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-16 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Add 3 more uninit errors detected by gcc 3.4.0 compiler. | Brian Behlendorf | 2009-03-16 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Explicitly cast to prevent 'void *' dereference. | Brian Behlendorf | 2009-03-13 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-12 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Resolve remaining uninitialized variables | Brian Behlendorf | 2009-03-12 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-12 | 3 | -0/+10 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Add remaining missing cases (or a default) to all switch statements. | Brian Behlendorf | 2009-03-12 | 3 | -0/+10 |
| * | | | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case | Brian Behlendorf | 2009-02-18 | 29 | -707/+1020 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-case | Brian Behlendorf | 2009-01-15 | 39 | -604/+1094 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'gcc-c90' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-11 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Check should be in ASSERT to minimize stack and prevent unused var. | Brian Behlendorf | 2009-03-11 | 1 | -2/+1 |
* | | | | | | | | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-11 | 9 | -27/+20 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Resolve upstream unused variables so we can remove the -Wno-unused | Brian Behlendorf | 2009-03-11 | 9 | -27/+20 |
| * | | | | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2009-02-18 | 29 | -707/+1020 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2009-01-15 | 39 | -604/+1094 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2009-01-05 | 4 | -0/+38476 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2008-12-11 | 4 | -850/+0 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Merge commit 'refs/top-bases/gcc-unused' into gcc-unused | Brian Behlendorf | 2008-12-11 | 9 | -22/+22 |
* | | | | | | | | | | | Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-11 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Resolve all instances of missing braces. | Brian Behlendorf | 2009-03-11 | 1 | -1/+2 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch | Brian Behlendorf | 2009-03-11 | 9 | -30/+32 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Resolve additional cases where gcc wants extra parenthesis. | Brian Behlendorf | 2009-03-11 | 9 | -30/+32 |