Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
(read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it. | |||
1998-08-15 | (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0. | Jim Meyering | |
Christian von Roques | |||
1998-07-29 | (read_filesystem_list): Remove all_fs | Jim Meyering | |
argument, but put the necessary information into the result so that the caller can ignore filesystems that he's not interested in. From Paul. | |||
1998-07-25 | (xatoi): Ansideclify. | Jim Meyering | |
(fstype_to_string): Ansideclify. | |||
1998-07-25 | (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string. | Jim Meyering | |
(fsp_to_string): Don't xmalloc return value (yet). | |||
1998-07-25 | (read_filesystem_list): If all_fs is negative, omit non-local filesytems. | Jim Meyering | |
From Paul Eggert. | |||
1998-07-18 | (read_filesystem_list): Fix more memory leaks on failure. | Jim Meyering | |
From Andreas Schwab. | |||
1998-07-04 | (read_filesystem_list): | Jim Meyering | |
Don't leak memory on failure. Don't create a dummy struct mount_entry entry; use the address-of-the-tail-address method instead. Preserve errno if possible on failure, setting it to 0 if inapplicable. Close file descriptor leak if the F_SETLKW failed. Report an error if SVR4 lock file cannot be opened for some reason other than a nonexistent lock file. | |||
1998-06-30 | (read_filesystem_list): | Jim Meyering | |
Plug file descriptor leak on failure. Report failure if lock file can't be opened for some reason other than nonexistence. | |||
1998-06-30 | (read_filesystem_list) [MOUNTED_GETMNTENT2]: | Jim Meyering | |
Always close stream and file descriptor before returning. | |||
1998-06-30 | (read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available, | Jim Meyering | |
to avoid race conditions (e.g. with the automounter on Solaris 2.6). Include <errno.h>, <fcntl.h>, <unistd.h>. | |||
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 | |
now that we're using the jm_FSTYPENAME autoconf macro. | |||
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 | |
1997-05-28 | (read_filesystem_list): Add `|| defined (__OpenBSD__)' | Jim Meyering | |
to the NetBSD #if so OpenBSD also uses the f_fstypename member. (fstype_to_string): Add `&& !defined (__OpenBSD__)' to the NetBSD #if expression to exclude this function definition. OpenBSD 2.1 beta doesn't need it. Patch from Hugh Daniel <hugh@ecotone.xanadu.com> | |||
1997-05-24 | (read_filesystem_list): Show automount-related | Jim Meyering | |
duplicate filesystems only when --all specified. With suggestions from Stuart Kemp. | |||
1997-05-24 | Indent cpp directives. | Jim Meyering | |
1997-01-25 | remove trailing blanks | Jim Meyering | |
1996-10-12 | (fstype_to_string): Handle fstypes of freebsd. | Jim Meyering | |
From Arne Henrik Juul. | |||
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-05-23 | (read_filesystem_list) [MOUNTED_LISTMNTENT]: New function. | Jim Meyering | |
From Johan Danielsson (joda@pdc.kth.se). | |||
1995-10-05 | (read_filesystem_list): Cast -1 to dev_t before assignment. | Jim Meyering | |
1994-10-08 | . | Jim Meyering | |
1992-10-31 | Initial revision | Jim Meyering | |