summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment about the validity of errno.Bruno Haible2003-09-171-0/+1
* Remove K&R cruft.Paul Eggert2003-09-091-11/+2
* Merge mountlist changes from coreutils.Paul Eggert2003-08-141-22/+22
* Merge change from Coreutils.Jim Meyering2003-04-051-5/+16
* update copyright dateJim Meyering2002-11-211-1/+1
* 2002-07-13 Bruno Haible <bruno@clisp.org>Jim Meyering2002-11-211-0/+1
* Include unlocked-io.h after all system headers.Jim Meyering2001-11-171-5/+5
* Include unlocked-io.h.Jim Meyering2001-11-171-0/+1
* [MOUNTED_GETFSSTAT]:Jim Meyering2001-09-301-4/+16
* Remove useless parentheses in #if directives.Jim Meyering2001-09-231-10/+13
* Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,Jim Meyering2000-07-011-4/+4
* (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:Jim Meyering2000-06-291-1/+1
* move vmp decl back out to the scope where it belongsJim Meyering2000-06-031-1/+1
* Back out last change. Instead, do this...Jim Meyering2000-06-021-12/+8
* (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mountsJim Meyering2000-05-291-1/+11
* (read_filesystem_list): Add BeOS support.Jim Meyering2000-05-011-1/+111
* *** empty log message ***Jim Meyering1999-07-261-62/+0
* update commentsJim Meyering1999-07-201-4/+6
* (translate_040_to_space) [MOUNTED_GETMNTENT1]: New function.Jim Meyering1999-07-201-1/+61
* (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0.Jim Meyering1998-08-151-2/+2
* (read_filesystem_list): Remove all_fsJim Meyering1998-07-291-52/+33
* (xatoi): Ansideclify.Jim Meyering1998-07-251-4/+3
* (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.Jim Meyering1998-07-251-14/+5
* (read_filesystem_list): If all_fs is negative, omit non-local filesytems.Jim Meyering1998-07-251-22/+58
* (read_filesystem_list): Fix more memory leaks on failure.Jim Meyering1998-07-181-3/+5