aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial checkinMiles Bader1996-09-081-0/+0
|
* .Miles Bader1996-09-081-0/+5
|
* (DIST_FILES): Variable removed.Miles Bader1996-09-081-6/+0
| | | | (install, $(prefix)/dev/MAKEDEV): Targets removed.
* .Miles Bader1996-09-082-0/+5
|
* (options, parse_opt): Change short option names around.Miles Bader1996-09-081-6/+6
|
* (prog-subdirs): Add storeio.Miles Bader1996-09-081-1/+1
|
* Initial checkinMiles Bader1996-09-087-0/+1628
|
* Initial checkinMiles Bader1996-09-082-0/+108
|
* .Miles Bader1996-09-082-0/+12
|
* (dev_read, dev_write): Don't print debugging messages.Miles Bader1996-09-081-1/+19
|
* (DIST_FILES): New variable.Miles Bader1996-09-081-2/+9
| | | | | | (install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule.
* *** empty log message ***Thomas Bushnell1996-09-0614-23/+120
|
* *** empty log message ***Thomas Bushnell1996-09-065-553/+73
|
* .Miles Bader1996-09-061-0/+6
|
* *** empty log message ***Thomas Bushnell1996-09-0545-224/+250
|
* *** empty log message ***Thomas Bushnell1996-09-055-4/+23
|
* .Miles Bader1996-09-041-0/+6
|
* ($(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs))):Miles Bader1996-09-041-1/+1
| | | | `$(includdir)' --> `$(includedir)'
* .Miles Bader1996-09-041-0/+37
|
* (SRCS): Add open.c.Miles Bader1996-09-041-1/+1
|
* (struct store): Make log2_* fields unsigned.Miles Bader1996-09-041-26/+32
| | | | | | | | | | | (STORE_NO_FILEIO): New macro. (STORE_HARD_READONLY, STORE_ENFORCED): Values changed. (STORE_GENERIC_FLAGS): Add STORE_NO_FILEIO. (struct store_argp_params): Type removed. (store_parsed_Free, store_parsed_open, store_parsed_append_args): New declarations. (struct store_parsed): New incomplete type. (store_open): New declaration.
* New file.Miles Bader1996-09-041-0/+56
|
* (main): Use new interface to store_argp.Miles Bader1996-09-041-3/+5
|
* (main): Add new args to store_*_create calls.Miles Bader1996-09-041-3/+3
|
* (parse_opt): --layer isn't implemented, so say so.Miles Bader1996-09-041-133/+107
| | | | | | | | | | | | | | | (struct store_parsed): New type. (store_parsed_free, store_parsed_append_args, store_parsed_open): New functions. (parse_opt): Use new store_parsed structure instead of the old store_parse_hook, and just fill in the names rather than doing the open here. Don't take a struct store_argp_params as input any more; instead just take the address of a location in which to return a store_parsed structure. (struct store_parse_hook): Type removed. (free_hook, open_file): Functions removed. (options): --machdev/-m renamed to --device/-D. <assert.h>: New include. <stdlib.h>, <fcntl.h>: Includes removed.
* *** empty log message ***Thomas Bushnell1996-09-0418-238/+743
|
* *** empty log message ***Thomas Bushnell1996-09-032-1/+5
|
* *** empty log message ***Thomas Bushnell1996-09-033-10/+46
|
* *** empty log message ***Thomas Bushnell1996-09-032-1/+3
|
* .Miles Bader1996-09-021-0/+28
|
* Add `const'.Miles Bader1996-09-021-1/+1
|
* .Miles Bader1996-09-021-0/+7
|
* ($(target): %$(target-suffix)):Miles Bader1996-09-021-4/+7
| | | | | Add dependency on $(BUGADDR), and $(BUGADDR_REF) to the flags. (BUGADDR, BUGADDR_REF): New variables.
* (lib-subdirs): Add libhurdbugaddr.Miles Bader1996-09-021-1/+1
|
* .Miles Bader1996-09-022-0/+20
|
* (sync): Depend on libshouldbeinlibc.a.Miles Bader1996-09-021-1/+1
|
* (argp_program_version): New variable.Miles Bader1996-09-021-2/+8
| | | | | (main): Call argp_parse with just a doc string. <argp.h>: New include.
* (SRCS): Add argp-ba.c.Miles Bader1996-09-021-1/+1
|
* (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR):Miles Bader1996-09-021-6/+20
| | | | | | | New macros. (ARGP_HELP_STD_HELP): Include ARGP_HELP_DOC & ARGP_HELP_BUG_ADDR. (argp_program_bug_address): New declaration. (ARGP_HELP_EXIT_ERR, ARGP_HELP_EXIT_OK): Values changed.
* (argp_help):Miles Bader1996-09-021-9/+19
| | | | | | Print documentation only according to the ARGP_HELP_*_DOC bits in FLAGS. Possibly print bug report address if ARGP_HELP_BUG_ADDR is set. Replace FIRST by ANYTHING (sense inverted).
* *** empty log message ***Miles Bader1996-09-023-0/+55
|
* *** empty log message ***Thomas Bushnell1996-08-311-0/+3
|
* *** empty log message ***Thomas Bushnell1996-08-311-4/+13
|
* .Miles Bader1996-08-302-0/+238
|
* (targets): Add vminfo.Miles Bader1996-08-301-3/+4
| | | | | (SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable.
* .Miles Bader1996-08-301-0/+16
|
* (diskfs_cached_lookup): Initialize DN->dir_idx.Miles Bader1996-08-301-0/+1
|
* (struct disknode): New member `dir_idx'.Miles Bader1996-08-301-0/+3
|
* (diskfs_lookup_hard):Miles Bader1996-08-301-13/+42
| | | | | | | | | | | | | When setting ds->stat to EXTEND, set ds->idx by looking at the size of the file. After successful dirscanblock, record index where we finished in DP->dn->dir_idx. Start searches at that index. (dirscanblock): Size dirents correctly when mallocing it. (diskfs_direnter_hard): Be more careful when sizing or resizing dirents. Correctly set to -1 all the new entries we create after realloc call. (diskfs_direnter_hard): Initialize OLDSIZE to quiet gcc.
* *** empty log message ***Thomas Bushnell1996-08-293-2/+15
|