Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-15 | Add braces to suppress warning about ambiguous `else'. | Jim Meyering | |
1998-08-15 | (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0. | Jim Meyering | |
Christian von Roques | |||
1998-08-14 | . | Jim Meyering | |
1998-08-13 | . | Jim Meyering | |
1998-08-13 | (noinst_HEADERS): Add filemode.h. | Jim Meyering | |
1998-08-13 | Protoize. Tsort function definitions and remove prototypes of | Jim Meyering | |
static functions. (mode_string): Remove prototype. | |||
1998-08-13 | . | Jim Meyering | |
1998-08-13 | (ftypelet): Add comments for Cray DMF support. | Jim Meyering | |
From Johan Danielsson. | |||
1998-08-11 | add comment from glibc version | Jim Meyering | |
1998-08-07 | update from glibc | Jim Meyering | |
1998-08-03 | Ansideclify. | Jim Meyering | |
1998-08-03 | *** empty log message *** | Jim Meyering | |
1998-08-03 | (readline): Return zero upon error as well as upon | Jim Meyering | |
end of file. From James Youngman. | |||
1998-07-29 | Remove duplicate include of <stdio.h>. | Jim Meyering | |
1998-07-29 | (struct mount_entry): | Jim Meyering | |
New members me_dummy, me_remote. (read_filesystem_list): Remove all_fs argument. (REMOTE_FS_TYPE): Remove. (ME_DUMMY, ME_REMOTE): New macros. From Paul. | |||
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 | Use PARAMS macro. | Jim Meyering | |
1998-07-25 | (xatoi): Ansideclify. | Jim Meyering | |
(fstype_to_string): Ansideclify. | |||
1998-07-25 | (REMOTE_FS_TYPE): New macro. | Jim Meyering | |
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-25 | . | Jim Meyering | |
1998-07-25 | . | Jim Meyering | |
1998-07-22 | (human_readable): amt -> damt, to fix typo when | Jim Meyering | |
computing which power to use after overflow occurs during multiplication. From Paul Eggert. | |||
1998-07-22 | Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4. | Jim Meyering | |
From Paul Eggert. | |||
1998-07-20 | . | Jim Meyering | |
1998-07-18 | (read_filesystem_list): Fix more memory leaks on failure. | Jim Meyering | |
From Andreas Schwab. | |||
1998-07-16 | (noinst_HEADERS): Add lchown.h. | Jim Meyering | |
1998-07-16 | include lchown.h | Jim Meyering | |
1998-07-16 | . | Jim Meyering | |
1998-07-16 | [!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG. | Jim Meyering | |
1998-07-16 | Update prototype. | Jim Meyering | |
1998-07-16 | (safe_read): Change type of pointer parameter to | Jim Meyering | |
`void' to avoid Irix4 cc errors. Reported by Kaveh Ghazi. | |||
1998-07-04 | Include stdio.h. Required on some systems when using assert. | Jim Meyering | |
From Kaveh Ghazi. | |||
1998-07-04 | . | Jim Meyering | |
1998-07-04 | remove ifdef around inclusion of regex.h altogether!! | Jim Meyering | |
1998-07-04 | (noinst_HEADERS): Add regex.h. | Jim Meyering | |
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-07-04 | . | Jim Meyering | |
1998-07-04 | Change guard on <regex.h> inclusion to use new | Jim Meyering | |
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4. | |||
1998-07-01 | Don't define NDEBUG, now that it's done via configure's --disable-assert option. | Jim Meyering | |
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 | protoize | Jim Meyering | |
1998-06-29 | (fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS. | Jim Meyering | |
1998-06-29 | * lib/xstrtol.c (bkm_scale): Don't assume that you can convert | Jim Meyering | |
unsigned long to double without losing information. (bkm_scale_by_power): New function. * lib/xstrtol.c (__xstrtol), src/dd.c (parse_integer): Add support for SI-like suffixes like "GB" and "TD". * src/dd.c (usage): Describe it. | |||
1998-06-29 | (__ZLONG_MAX): Remove. | Jim Meyering | |
1998-06-29 | (human_readable): Coalesce last two args into one, for convenience. | Jim Meyering | |
1998-06-29 | * lib/human.c, lib/human.h (human_readable): Coalesce last two args | Jim Meyering | |
into one, for convenience. All callers changed. (human_block_size): New function. * lib/human.c: Include <config.h> only if HAVE_CONFIG_H. Include <stdlib.h> if HAVE_STDLIB_H; declare getenv unless HAVE_DECL_GETENV. (_): New macro. Include <argmatch.h>, <error.h>, <xstrtoul.h>. (DEFAULT_BLOCK_SIZE): New macro. (block_size_args, block_size_types): New constants. (humblock): New function. |