Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips: fix errno setting after syscall | Alexander Gordeev | 2010-10-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | If there was an error during syscall then after it's completion a3 register holds a non-zero value and v0 holds an actual error code which should be saved in errno. This can be achieved by calling __syscall_error with the value from v0 as a parameter. So this value should be stored in a0, but the appropriate assembly instructions are missing. Fixed this now by adding "move a0, v0". I think it was once fixed by 58c5f8ba4cdf62342d05a546d15404cbbb3c4e07 but then something went wrong. Again... Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-10-19 | 6 | -10/+0 |
| | | | | | | There are many directories called "CVS" checked into uClibc SVN, probably as a side-effect of importing a CVS checkout. I don't think these are particularly useful to have checked in. | ||||
* | sync with glibc CVS | Mike Frysinger | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | blah, glibc moved linuxthreads around | Mike Frysinger | 2006-03-09 | 2 | -2/+2 |
| | |||||
* | glibc sync | Mike Frysinger | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | initial import of latest linuxthreads | Mike Frysinger | 2006-01-31 | 9 | -0/+401 |