Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial revision | Miles Bader | 1996-03-15 | 1 | -0/+93 |
| | |||||
* | Formerly file-set-translator.c.~3~ | Michael I. Bushnell | 1996-03-14 | 1 | -1/+1 |
| | |||||
* | Formerly cache.c.~8~ | Michael I. Bushnell | 1996-03-14 | 1 | -10/+27 |
| | |||||
* | Formerly mount.c.~13~ | Michael I. Bushnell | 1996-03-14 | 1 | -3/+1 |
| | |||||
* | (boot): Depend on libthreads.so, nothing wrong with shared libs. | Roland McGrath | 1996-03-14 | 1 | -10/+7 |
| | | | | | | (uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable. | ||||
* | (options, args_doc, doc): New variables for option parsing. | Miles Bader | 1996-03-13 | 1 | -310/+319 |
| | | | | | | | | | | | | | | | | | | (struct amark): New type. (amarks_add, amarks_contains): New functions. (default_disklabel): New variable. (main): Most arguments are now options (and optional). Allow many more parameters to be specified. Consult the disk label for some defaults. (...most functions...): Add explicit return type declarations where necessary. Fix printf format specifications. Get rid of #ifdefs for MFS. (started, malloc, realloc, calloc, free): Functions removed. (mfs, membase): Variables removed. <stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>: New includes | ||||
* | (SRCS): Add dlabel.c. | Miles Bader | 1996-03-13 | 1 | -1/+3 |
| | | | | (mkfs.ufs): New target. | ||||
* | Initial revision | Miles Bader | 1996-03-13 | 1 | -0/+81 |
| | |||||
* | Formerly cache.c.~7~ | Michael I. Bushnell | 1996-03-12 | 1 | -2/+11 |
| | |||||
* | Formerly mount.c.~12~ | Michael I. Bushnell | 1996-03-12 | 1 | -1/+3 |
| | |||||
* | Formerly fsys-getroot.c.~4~ | Michael I. Bushnell | 1996-03-12 | 1 | -0/+21 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1996-03-12 | 1 | -6/+4 |
| | |||||
* | Formerly file-set-translator.c.~2~ | Michael I. Bushnell | 1996-03-12 | 1 | -18/+21 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-03-12 | 1 | -0/+187 |
| | |||||
* | (diskfs_S_file_set_translator): Deallocate ref on CONTROL when we are | Michael I. Bushnell | 1996-03-12 | 1 | -0/+3 |
| | | | | done with it. | ||||
* | entered into RCS | Roland McGrath | 1996-03-12 | 1 | -11/+12 |
| | |||||
* | Formerly file-get-translator.c.~2~ | Michael I. Bushnell | 1996-03-11 | 1 | -16/+18 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-03-11 | 1 | -0/+109 |
| | |||||
* | (FSSRCS): Add file-get-translator.c. | Michael I. Bushnell | 1996-03-11 | 1 | -1/+2 |
| | |||||
* | (diskfs_set_readonly): Don't sleep(1) after syncing. | Miles Bader | 1996-03-07 | 1 | -1/+0 |
| | |||||
* | (realloc): | Miles Bader | 1996-03-07 | 1 | -9/+32 |
| | | | | | | | | Use LOG2_MIN_SIZE. Don't bother allocating a new block if the new size request fits in the old one and doesn't waste any space. Only free the old block if we successfully got a new one. (LOG2_MIN_SIZE): New macro. | ||||
* | Include <spin_lock.h>. | Michael I. Bushnell | 1996-03-07 | 1 | -3/+12 |
| | | | | | (table_lock): New variable. (nextprime): Lock table_lock around operation of routine. | ||||
* | (netfs_unparse_runtime_options): Add comment, and remove bogus semi. | Miles Bader | 1996-03-07 | 1 | -1/+7 |
| | |||||
* | (_pager_lock_object): Don't barf anymore. | Miles Bader | 1996-03-06 | 1 | -6/+0 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Don't barf anymore. | Miles Bader | 1996-03-06 | 1 | -11/+1 |
| | |||||
* | (SRCS): Remove barf.c. | Miles Bader | 1996-03-06 | 1 | -1/+1 |
| | |||||
* | [MCHECK] (struct header): New type. | Miles Bader | 1996-03-06 | 1 | -13/+67 |
| | | | | | | | | (union header): Only define if !MCHECK. (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. [MCHECK] (MIN_SIZE): Add correct definition for this case. (more_memory, malloc, free, realloc): Use above macros, and add appropiate checks & frobs in MCHECK case. | ||||
* | (pager_change_attributes): | Miles Bader | 1996-03-06 | 1 | -2/+5 |
| | | | | Correctly remove AR from P's linked list of attribute change requests. | ||||
* | (_pager_lock_object): | Miles Bader | 1996-03-06 | 1 | -1/+3 |
| | | | | Correctly remove LR from P's linked list of lock requests. | ||||
* | (OTHERSRCS): | Miles Bader | 1996-03-05 | 1 | -3/+4 |
| | | | | | Change `opts-runtime-def.c' to `opts-runtime-parse.c'. Add `opts-runtime-unparse.c'. | ||||
* | Update to new location. | Miles Bader | 1996-03-05 | 1 | -6/+10 |
| | |||||
* | (prog-subdirs): Change `newfs' to `ufs-utils'. | Miles Bader | 1996-03-05 | 1 | -6/+7 |
| | |||||
* | ($(target): %): Add $(target-suffix) to destination name. | Miles Bader | 1996-03-05 | 1 | -1/+1 |
| | |||||
* | Include <error.h> instead of "error.h". | Miles Bader | 1996-03-05 | 1 | -3/+1 |
| | | | | "common.h": Don't include this anymore. | ||||
* | (ports_get_right): | Miles Bader | 1996-03-05 | 1 | -5/+10 |
| | | | | Check mach_port_request_notification for error returns, against all odds. | ||||
* | (options, main): Add --translate/-t option. | Miles Bader | 1996-03-05 | 1 | -12/+276 |
| | | | | | | | (struct name_xlator): New structure. (name_xlator_create, name_xlator_free, name_xlator_xlate): New functions. (xlated_port_info, xlated_ports_info): New functions. (main): Use xlated_port_info / xlated_ports_info. | ||||
* | Formerly main.c.~14~ | Miles Bader | 1996-03-05 | 1 | -2/+4 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-05 | 7 | -0/+568 |
| | |||||
* | (netfs_startup_argp, netfs_get_options, netfs_set_options, | Miles Bader | 1996-03-05 | 1 | -8/+306 |
| | | | | | netfs_parse_runtime_options, netfs_unparse_runtime_options): New declarations. | ||||
* | Include "netfs.h", not "priv.h". | Miles Bader | 1996-03-05 | 1 | -1/+1 |
| | |||||
* | (OTHERSRCS): Add startup-argp.c, set-options.c, get-options.c, | Miles Bader | 1996-03-05 | 1 | -2/+41 |
| | | | | | | parse-runtime-options.c, & unparse-runtime-options.c. (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. (FSSRCS): Add file-get-fs-options.c. | ||||
* | Parse run-time options | Miles Bader | 1996-03-05 | 1 | -2/+8 |
| | |||||
* | Formerly main.c.~13~ | Miles Bader | 1996-03-04 | 1 | -1/+63 |
| | |||||
* | entered into RCS | Miles Bader | 1996-03-04 | 1 | -1/+5 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-02 | 5 | -0/+175 |
| | |||||
* | Formerly main.c.~12~ | Miles Bader | 1996-03-02 | 1 | -7/+6 |
| | |||||
* | (hol_entry_help): Don't print extraneous blank lines. | Miles Bader | 1996-03-02 | 1 | -1/+2 |
| | |||||
* | (targets, SRCS): | Miles Bader | 1996-03-01 | 1 | -5/+6 |
| | | | | | Add portinfo & portinfo.c. Remove clri & clri.c. | ||||
* | Initial revision | Miles Bader | 1996-03-01 | 1 | -0/+265 |
| | |||||
* | Formerly main.c.~11~ | Miles Bader | 1996-02-29 | 1 | -84/+124 |
| |