summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'gcc-cast' into refs/top-bases/gcc-branchBrian Behlendorf2009-01-091-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix castBrian Behlendorf2009-01-091-1/+1
| * | | | | | Merge commit 'refs/top-bases/gcc-cast' into gcc-castBrian Behlendorf2009-01-054-0/+38476
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branchBrian Behlendorf2009-01-091-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove extra defaultsBrian Behlendorf2009-01-091-4/+0
| * | | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-caseBrian Behlendorf2009-01-054-0/+38476
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-caseBrian Behlendorf2008-12-114-850/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge commit 'refs/top-bases/gcc-missing-case' into gcc-missing-caseBrian Behlendorf2008-12-113-0/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-01-051-1/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Avoid using { 0 } assignment because it assume certain things about the condv...Brian Behlendorf2009-01-051-1/+4
| * | | | | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2009-01-054-0/+38476
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2008-12-114-850/+0
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2008-12-118-14/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2009-01-054-0/+38476
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge commit 'refs/top-bases/gcc-c90' into gcc-c90Brian Behlendorf2009-01-054-0/+38476
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Add unicode libraryBrian Behlendorf2009-01-054-0/+38476
| | | |/ / | | |/| |
* | | | | Merge branch 'gcc-cast' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-221-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Just fix a bogus return typeBrian Behlendorf2008-12-221-1/+1
| * | | | Merge commit 'refs/top-bases/gcc-cast' into gcc-castBrian Behlendorf2008-12-114-850/+0
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'refs/top-bases/gcc-cast' into gcc-castBrian Behlendorf2008-12-113-9/+9
| | |_|/ | |/| |
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Resolve a few more c90 issuesBrian Behlendorf2008-12-191-2/+3
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-1/+2
|\| | |
| * | | Fix c90 for() issueBrian Behlendorf2008-12-191-1/+2
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-198-47/+73
|\| | |
| * | | Fix all instances of for (int i;;) {} that were easily foundBrian Behlendorf2008-12-198-47/+73
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-1/+1
|\| | |
| * | | Whoops, add missing jBrian Behlendorf2008-12-191-1/+1
* | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-12/+23
|\| | |
| * | | Fix C90 for(int i;;;) compliance issuesBrian Behlendorf2008-12-191-12/+23
* | | | Merge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-1/+1
|\ \ \ \
| * | | | Fix missing void in prototypeBrian Behlendorf2008-12-191-1/+1
* | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-2/+2
|\ \ \ \ \
| * | | | | Missed needed drc varBrian Behlendorf2008-12-181-2/+2
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-16/+23
|\| | | | |
| * | | | | Resolve drr shadow by breaking hunk in to a new function, which is just clean...Brian Behlendorf2008-12-181-16/+23
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-2/+2
|\| | | | |
| * | | | | Resolve remove shadow, rename to rmBrian Behlendorf2008-12-181-2/+2
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-2/+2
|\| | | | |
| * | | | | Resolve dnp shadow conflictBrian Behlendorf2008-12-181-2/+2
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-3/+3
|\| | | | |
| * | | | | Resolve time conflictBrian Behlendorf2008-12-181-3/+3
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-3/+3
|\| | | | |
| * | | | | Resolve stat conflict with stat()Brian Behlendorf2008-12-181-3/+3
* | | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-181-1/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Move int out of for construct for c90 complianceBrian Behlendorf2008-12-181-1/+3
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-171-7/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Resolve read shadow conflictBrian Behlendorf2008-12-171-7/+7
* | | | | | Merge branch 'gcc-shadow' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-171-4/+4
|\| | | | |
| * | | | | Resolve shadow conflictBrian Behlendorf2008-12-171-4/+4