aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mountlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-881/+0
2006-08-18Add support for NetBSD 3.0.Paul Eggert1-1/+32
2006-07-20[ME_REMOTE]: Filter out cifs.Jim Meyering1-2/+3
2006-07-20(ME_REMOTE): Compare strchr's result to NULL, not 0, for better readability.Jim Meyering1-2/+2
2005-11-26(ME_DUMMY): "none" and "proc" file systems are dummiesPaul Eggert1-0/+2
2005-11-26Include <limits.h>.Paul Eggert1-9/+43
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering1-3/+1
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering1-3/+1
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert1-5/+5
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-02-01Include mountlist.h first, to test the interface.Paul Eggert1-4/+23
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert1-1/+4
2004-08-04(SIZE_MAX): Define after including files, to avoidPaul Eggert1-4/+4
2004-08-02(read_file_system_list): Accept bool flag, not int.Paul Eggert1-40/+4
2004-06-30(read_file_system_list): Renamed from read_filesystem_list.Jim Meyering1-9/+9
2004-01-29[HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.Jim Meyering1-1/+3
2003-11-01(SIZE_MAX): Define if not defined already.Jim Meyering1-18/+37
2003-09-17Add comment from Bruno Haible.Jim Meyering1-0/+1
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering1-11/+2
2003-08-08(read_filesystem_list) [MOUNTED_GETFSSTAT]:Jim Meyering1-2/+2
2003-04-11Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.Jim Meyering1-20/+20
2003-03-18(read_filesystem_list) [MOUNTED_VMOUNT]: Detect anyJim Meyering1-5/+16
2002-07-15#undef MNT_IGNORE before defining it, to avoid warning on FreeBSD.Jim Meyering1-1/+2
2001-11-17Include unlocked-io.h after all system headers.Jim Meyering1-5/+5
2001-11-17Include unlocked-io.h.Jim Meyering1-0/+1
2001-09-30[MOUNTED_GETFSSTAT]:Jim Meyering1-4/+16
2001-09-23Remove useless parentheses in #if directives.Jim Meyering1-10/+13
2000-07-01Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,Jim Meyering1-4/+4
2000-06-29(fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:Jim Meyering1-1/+1
2000-06-03move vmp decl back out to the scope where it belongsJim Meyering1-1/+1
2000-06-02Back out last change. Instead, do this...Jim Meyering1-12/+8
2000-05-29(read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mountsJim Meyering1-1/+11
2000-05-01(read_filesystem_list): Add BeOS support.Jim Meyering1-1/+111
1999-07-26*** empty log message ***Jim Meyering1-62/+0
1999-07-20update commentsJim Meyering1-4/+6
1999-07-20(translate_040_to_space) [MOUNTED_GETMNTENT1]: New function.Jim Meyering1-1/+61
1998-08-15(read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0.Jim Meyering1-2/+2
1998-07-29(read_filesystem_list): Remove all_fsJim Meyering1-52/+33
1998-07-25(xatoi): Ansideclify.Jim Meyering1-4/+3
1998-07-25(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.Jim Meyering1-14/+5
1998-07-25(read_filesystem_list): If all_fs is negative, omit non-local filesytems.Jim Meyering1-22/+58
1998-07-18(read_filesystem_list): Fix more memory leaks on failure.Jim Meyering1-3/+5
1998-07-04(read_filesystem_list):Jim Meyering1-49/+68
1998-06-30(read_filesystem_list):Jim Meyering1-28/+23
1998-06-30(read_filesystem_list) [MOUNTED_GETMNTENT2]:Jim Meyering1-3/+12
1998-06-30(read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available,Jim Meyering1-1/+39
1998-06-29(fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS.Jim Meyering1-42/+44
1998-06-29(fsp_to_string): Clean out some crufty #ifdefsJim Meyering1-8/+16
1998-03-15Use #if, not #ifdef with HAVE_ macrosJim Meyering1-4/+4