summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/umount.c
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in umount2() emulation of umount()Mike Frysinger2005-06-301-4/+11
|
* doh! We'll get this one right yet...Eric Andersen2005-02-251-2/+2
|
* x86_64 fixes: make sure the fall back routine for using umount2() for ↵Mike Frysinger2005-02-131-2/+7
| | | | umount() actually works :)
* When there is no umount syscall, but umount2 is available, thenEric Andersen2005-01-231-0/+7
| | | | try to emulate umount() using umount2()
* Per http://bugs.uclibc.org/view.php?id=12:Eric Andersen2005-01-161-0/+10
| | | | Some newer archs only have umount2
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+12
-Erik