Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in umount2() emulation of umount() | Mike Frysinger | 2005-06-30 | 1 | -4/+11 |
| | |||||
* | doh! We'll get this one right yet... | Eric Andersen | 2005-02-25 | 1 | -2/+2 |
| | |||||
* | x86_64 fixes: make sure the fall back routine for using umount2() for ↵ | Mike Frysinger | 2005-02-13 | 1 | -2/+7 |
| | | | | umount() actually works :) | ||||
* | When there is no umount syscall, but umount2 is available, then | Eric Andersen | 2005-01-23 | 1 | -0/+7 |
| | | | | try to emulate umount() using umount2() | ||||
* | Per http://bugs.uclibc.org/view.php?id=12: | Eric Andersen | 2005-01-16 | 1 | -0/+10 |
| | | | | Some newer archs only have umount2 | ||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+12 |
-Erik |