summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
Commit message (Expand)AuthorAgeFilesLines
* mountlist: avoid an unused-label warning on OS XJim Meyering2015-06-281-1/+1
* acl-permissions: more porting to AIXPaul Eggert2015-06-051-3/+5
* mountlist: remove dependency on libmountPádraig Brady2015-04-031-28/+100
* glob, etc.: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-241-2/+6
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* mountlist: don't use libmount to decide on dummy/remotePádraig Brady2014-10-301-6/+13
* mountlist: use /proc/self/mountinfo when availableFridolin Pokorny2014-09-091-20/+62
* mountlist: avoid hasmntopt const type warning on solarisBen Walton2014-06-061-1/+7
* fchdir: port 'open' and 'close' redefinitions to AIX 7.1Paul Eggert2014-05-221-5/+0
* maint: update copyrightEric Blake2014-01-011-1/+1
* mountlist: fix resource leak with MOUNTED_INTERIX_STATVFSAndrew Borodin2013-10-071-0/+1
* mountlist: add support for deallocating returned list entriesPádraig Brady2013-07-091-5/+12
* mountlist: port to HP NonStopPaul Eggert2013-02-191-1/+5
* mountlist: don't consider "devtmpfs" as dummyPádraig Brady2013-01-281-1/+0
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* mountlist: recognize more "dummy" file systemsEric Wong2012-12-151-0/+10
* mountlist.c: fix a compilation failureJim Meyering2012-11-071-1/+1
* mountlist: do not classify a bind-mounted dir entry as "dummy"Andrew Warshall2012-11-041-10/+21
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* mountlist: clean up code formattingJim Meyering2011-01-201-20/+22
* mountlist: add support for InterixMarkus Duft2011-01-201-0/+44
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* mountlist: tweak previous commitEric Blake2010-12-291-1/+2
* mountlist: fix local drive detection on cygwinEric Blake2010-12-291-0/+24
* removing useless parentheses in cpp #define directivesJim Meyering2010-02-021-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-236/+236
* avoid gcc warnings about unused macro definitionsJim Meyering2009-03-121-4/+1
* still avoid unused-parameter warnings, but do it cleanlyJim Meyering2009-02-051-18/+5
* avoid misc. warningsJim Meyering2009-02-041-6/+18
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-5/+1
* New module 'fchdir'.Bruno Haible2007-01-141-0/+10
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced byPaul Eggert2006-09-011-3/+3
* * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.Paul Eggert2006-08-181-1/+32
* Sync from coreutils.Paul Eggert2006-08-091-4/+5
* Sync from coreutils.Paul Eggert2006-01-091-9/+45
* Sync from coreutils.Paul Eggert2005-09-231-3/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering2005-07-021-3/+1
* Sync from coreutils.Paul Eggert2005-06-021-5/+5
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* * mountlist.h (MOUNTLIST_H_): New macro, to protect against doublePaul Eggert2005-02-011-4/+23
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+4
* Merge from coreutils.Paul Eggert2004-08-071-50/+14
* Merge from coreutils.Paul Eggert2004-03-311-1/+3
* Catch size calculation overflow problem on Alphas running OSF/1.Paul Eggert2003-11-011-18/+37