Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-16 | (libfetish_a_SOURCES): Add mmap-stack.h. | Jim Meyering | |
2003-02-16 | *** empty log message *** | Jim Meyering | |
2003-02-16 | (MAP_ANONYMOUS): Use MAP_ANON, if possible. | Jim Meyering | |
Initialize `fd' to -1, so Solaris' mmap works with MAP_ANON. | |||
2003-02-15 | add an assertion | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | (main) [DEBUG]: New function. | Jim Meyering | |
2003-02-15 | Clean up change of a minute ago. | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | Add Irix6 support to physmem.c. | Jim Meyering | |
(irix_sysget): New function. (IRIX_SYSGET_TOTAL, IRIX_SYSGET_AVAILABLE): New macros. (physmem_total, physmem_available): Use them. | |||
2003-02-13 | hacked from the versions in glibc | Jim Meyering | |
2003-02-12 | tweak comment | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | (libfetish_a_SOURCES): Add euidaccess.h. | Jim Meyering | |
2003-02-10 | Include "euidaccess.h". | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | doh | Jim Meyering | |
2003-02-10 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): Don't shadow outer declaration of save_err. | Jim Meyering | |
Merge inconsequential changes from libc. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): When using FTW_CHDIR, always remember | Jim Meyering | |
the current directory, not just when DIR contains a slash. | |||
2003-02-07 | fix typo in entry from 2003-02-02 | Jim Meyering | |
2003-02-07 | *** empty log message *** | Jim Meyering | |
2003-02-07 | Merge inconsequential changes from libc. | Jim Meyering | |
Include limits.h earlier. Move PATH_MAX definition `down' a little; add comment. Rename local, saved_errno to save_err. | |||
2003-02-06 | Remove declaration of statfs. | Jim Meyering | |
It conflicted with one from OSF/1 5.1 in <sys/mount.h>. | |||
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | (FTW_DPRE) [enum]: New member and definition. | Jim Meyering | |
(struct FTW) [skip]: New member. | |||
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | (__restrict): Define to `restrict' or to nothing. | Jim Meyering | |
2003-02-05 | *** empty log message *** | Jim Meyering | |
2003-02-05 | *** empty log message *** | Jim Meyering | |
2003-02-05 | (ftw_startup): When using FTW_DEPTH, call `func', the | Jim Meyering | |
user-supplied callback, once for the current directory before calling ftw_dir, in case that part of the hierarchy should be pruned. `func' does that by setting `data->skip'. | |||
2003-02-05 | Include <limits.h>. | Jim Meyering | |
(PATH_MAX): Define to 1024, if not already defined. (process_entry): Allocate enough space to hold the resulting file name. Don't presume that 2*dirbufsize is enough. (ftw_startup): Always use PATH_MAX to compute buffer size, now that it is guaranteed to be defined. | |||
2003-02-05 | (process_entry): When using FTW_DEPTH, call `func', | Jim Meyering | |
the user-supplied callback, once before any of its entries, in case that part of the hierarchy should be pruned. `func' does that by setting `data->skip'. | |||
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | (lstat) [LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat. | Jim Meyering | |
2003-01-28 | . | Jim Meyering | |
2003-01-27 | (FTW_DCH, FTW_DCHP): Better comments. | Jim Meyering | |
2003-01-25 | [_LIBC] (ISSLASH, FILESYSTEM_PREFIX_LEN): Define. | Jim Meyering | |
(base_name): New function. (ftw_startup): Don't strip trailing slashes. Use base_name to find the offset of the basename. | |||
2003-01-25 | (object_compare): Compare inode numbers before device numbers. | Jim Meyering | |
The former is much more likely to differ for any two given file objects. | |||
2003-01-23 | *** empty log message *** | Jim Meyering | |
2003-01-23 | [HAVE_CONFIG_H]: Include <config.h>. | Jim Meyering | |
Add autoconf-recommended block of alloca-related code. Cast each use of alloca to the required type, (node**). | |||
2003-01-23 | *** empty log message *** | Jim Meyering | |
2003-01-23 | Add autoconf-recommended block of alloca-related code. | Jim Meyering | |
[!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd. | |||
2003-01-22 | *** empty log message *** | Jim Meyering | |
2003-01-22 | (find_object): Don't use c99-style struct initializer. | Jim Meyering | |
2003-01-22 | *** empty log message *** | Jim Meyering | |