Age | Commit message (Expand) | Author |
2006-08-18 | Add support for NetBSD 3.0. | Paul Eggert |
2006-07-20 | [ME_REMOTE]: Filter out cifs. | Jim Meyering |
2006-07-20 | (ME_REMOTE): Compare strchr's result to NULL, not 0, for better readability. | Jim Meyering |
2005-11-26 | (ME_DUMMY): "none" and "proc" file systems are dummies | Paul Eggert |
2005-11-26 | Include <limits.h>. | Paul Eggert |
2005-09-22 | Sync from gnulib. | Paul Eggert |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering |
2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering |
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-02-01 | Include mountlist.h first, to test the interface. | Paul Eggert |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert |
2004-08-04 | (SIZE_MAX): Define after including files, to avoid | Paul Eggert |
2004-08-02 | (read_file_system_list): Accept bool flag, not int. | Paul Eggert |
2004-06-30 | (read_file_system_list): Renamed from read_filesystem_list. | Jim Meyering |
2004-01-29 | [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h. | Jim Meyering |
2003-11-01 | (SIZE_MAX): Define if not defined already. | Jim Meyering |
2003-09-17 | Add comment from Bruno Haible. | Jim Meyering |
2003-09-10 | Include <stdlib.h>, <string.h> unconditionally. | Jim Meyering |
2003-08-08 | (read_filesystem_list) [MOUNTED_GETFSSTAT]: | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering |
2003-03-18 | (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any | Jim Meyering |
2002-07-15 | #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD. | Jim Meyering |
2001-11-17 | Include unlocked-io.h after all system headers. | Jim Meyering |
2001-11-17 | Include unlocked-io.h. | Jim Meyering |
2001-09-30 | [MOUNTED_GETFSSTAT]: | Jim Meyering |
2001-09-23 | Remove useless parentheses in #if directives. | Jim Meyering |
2000-07-01 | Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV, | Jim Meyering |
2000-06-29 | (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: | Jim Meyering |
2000-06-03 | move vmp decl back out to the scope where it belongs | Jim Meyering |
2000-06-02 | Back out last change. Instead, do this... | Jim Meyering |
2000-05-29 | (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts | Jim Meyering |
2000-05-01 | (read_filesystem_list): Add BeOS support. | Jim Meyering |
1999-07-26 | *** empty log message *** | Jim Meyering |
1999-07-20 | update comments | Jim Meyering |
1999-07-20 | (translate_040_to_space) [MOUNTED_GETMNTENT1]: New function. | Jim Meyering |
1998-08-15 | (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0. | Jim Meyering |
1998-07-29 | (read_filesystem_list): Remove all_fs | Jim Meyering |
1998-07-25 | (xatoi): Ansideclify. | Jim Meyering |
1998-07-25 | (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string. | Jim Meyering |
1998-07-25 | (read_filesystem_list): If all_fs is negative, omit non-local filesytems. | Jim Meyering |
1998-07-18 | (read_filesystem_list): Fix more memory leaks on failure. | Jim Meyering |
1998-07-04 | (read_filesystem_list): | Jim Meyering |
1998-06-30 | (read_filesystem_list): | Jim Meyering |
1998-06-30 | (read_filesystem_list) [MOUNTED_GETMNTENT2]: | Jim Meyering |
1998-06-30 | (read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available, | Jim Meyering |
1998-06-29 | (fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS. | Jim Meyering |
1998-06-29 | (fsp_to_string): Clean out some crufty #ifdefs | Jim Meyering |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros | Jim Meyering |
1997-12-25 | Declare stpcpy only if not defined as macro. | Jim Meyering |