Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-12 | (u32, u16, u8, s32, s16, s8): | Miles Bader | |
All uses of these types changed to have a leading `__'. | |||
1996-08-12 | Rename uN/sN to __uN/__sN, and remove the definitions. | Miles Bader | |
1996-08-12 | . | Miles Bader | |
1996-08-12 | Move __uN/__sN typedefs here. | Miles Bader | |
1996-08-12 | (diskfs_truncate): For in-inode symlinks, just frob the size. | Miles Bader | |
1996-08-12 | (read_disknode): Don't set allocsize for in-inode symlinks. | Miles Bader | |
(MAX_INODE_SYMLINK): New macro. (write_symlink, read_symlink): New functions. (diskfs_create_symlink_hook, diskfs_read_symlink_hook): New variables. | |||
1996-08-12 | (diskfs_minor_version): Changed to `1'. | Miles Bader | |
1996-08-12 | (_print_version): Print the edit version too if it's non-zero. | Miles Bader | |
1996-08-12 | *** empty log message *** | Thomas Bushnell | |
1996-08-12 | *** empty log message *** | Thomas Bushnell | |
1996-08-12 | . | Miles Bader | |
1996-08-12 | (targets): Add e2os. | Miles Bader | |
(SRCS): Add $(SCRIPTS). (special-targets, SCRIPTS, LCLHDRS): New variables. | |||
1996-08-11 | . | Miles Bader | |
1996-08-10 | *** empty log message *** | Miles Bader | |
1996-08-10 | . | Miles Bader | |
1996-08-10 | (options): Whoops, short option for --sort is -s. | Miles Bader | |
1996-08-10 | . | Miles Bader | |
1996-08-10 | (LCLHDRS): New variable. | Miles Bader | |
1996-08-09 | . | Miles Bader | |
1996-08-09 | *** empty log message *** | Thomas Bushnell | |
1996-08-08 | *** empty log message *** | Thomas Bushnell | |
1996-08-07 | *** empty log message *** | Thomas Bushnell | |
1996-08-07 | *** empty log message *** | Thomas Bushnell | |
1996-08-06 | *** empty log message *** | Thomas Bushnell | |
1996-08-06 | *** empty log message *** | Thomas Bushnell | |
1996-08-05 | *** empty log message *** | Thomas Bushnell | |
1996-08-05 | *** empty log message *** | Thomas Bushnell | |
1996-08-02 | *** empty log message *** | Thomas Bushnell | |
1996-08-02 | . | Miles Bader | |
1996-08-02 | (set_procinfo_flags): Pass HAVE to count_threads. | Miles Bader | |
(count_threads): Take new argument HAVE, and use different thread counting method depending on whether we have thread detail info. | |||
1996-08-02 | . | Miles Bader | |
1996-08-02 | . | Miles Bader | |
1996-08-02 | (ext2_debug_flag): New decl. | Miles Bader | |
(ext2_debug): Pay attention to EXT2_DEBUG_FLAG. | |||
1996-08-02 | [EXT2FS_DEBUG] | Miles Bader | |
(options, ext2_debug_flag): New variables. (parse_opt, diskfs_get_options): New functions. (startup_parents, startup_argp, runtime_parents, diskfs_runtime_argp): New variables. [!EXT2FS_DEBUG] (startup_argp): New macro. (main): Use STARTUP_ARGP instead of DISKFS_STD_DEVICE_STARTUP_ARGP. | |||
1996-08-02 | (diskfs_grow): Fix ext2_debug format strings. | Miles Bader | |
1996-08-02 | (trunc_direct): Fix ext2_debug call. | Miles Bader | |
1996-08-02 | . | Miles Bader | |
1996-08-02 | . | Miles Bader | |
1996-08-02 | (diskfs_write_disknode): | Miles Bader | |
If WAIT is false, still record the write for later, using record_global_poke. | |||
1996-08-02 | *** empty log message *** | Thomas Bushnell | |
1996-08-02 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | (diskfs_S_file_get_translator_cntl): Don't diskfs_nput NP; we never | Thomas Bushnell | |
created a reference. Just unlock. (And bother to lock it in the first place.) | |||
1996-08-01 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | (file_name_lookup_carefully/lookup): When appending TAIL to | Thomas Bushnell | |
RETRY_NAME, use strcpy instead of strcat. | |||
1996-08-01 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | . | Miles Bader | |
1996-08-01 | *** empty log message *** | Thomas Bushnell | |
1996-08-01 | . | Miles Bader | |
1996-08-01 | (options, main): Change --fmt to --format/-F and --sort to --sort/-s. | Miles Bader | |
(OPT_FMT, OPT_SORT): Macros removed. | |||
1996-08-01 | (options, main): | Miles Bader | |
Change --fmt to --format/-F. Change --posix-fmt/-o to --posix-format/-o. Change --sort to --sort/-s. Change --pgrp to --pgrp/-G. Change --login to --login/-L. Change --threads/-s to --threads/-T. Change --session to --session/-S. (OPT_FMT, OPT_SORT, OPT_PGRP, OPT_LOGIN, OPT_SESS): Macros removed. |