Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 2 | -2/+2 |
| | |||||
* | (storeread, storecat): Remove explicit dependency on program object file. | Miles Bader | 1996-05-10 | 1 | -3/+3 |
| | | | | Put include of ../Makeconf before dependencies. | ||||
* | (main): Use store_run, not off_t, vectors; tweak accordingly. | Miles Bader | 1996-05-10 | 2 | -12/+5 |
| | |||||
* | (store_clone): Clone children too. | Miles Bader | 1996-05-10 | 1 | -0/+15 |
| | |||||
* | (_store_derive): Use store_run, not off_t, vectors; tweak accordingly. | Miles Bader | 1996-05-10 | 1 | -10/+10 |
| | |||||
* | (store_device_create, _store_device_create): | Miles Bader | 1996-05-10 | 1 | -5/+5 |
| | | | | Use store_run, not off_t, vectors; tweak accordingly. | ||||
* | (store_file_create, _store_file_create): | Miles Bader | 1996-05-10 | 1 | -5/+5 |
| | | | | Use store_run, not off_t, vectors; tweak accordingly. | ||||
* | (_make_store): | Miles Bader | 1996-05-10 | 1 | -1/+11 |
| | | | | | | Initialize CHILDREN & NUM_CHILDREN. Use store_run, not off_t, vectors; tweak accordingly. (store_free): Free all children too. | ||||
* | (store_ileave_create, store_concat_create): | Miles Bader | 1996-05-10 | 1 | -57/+22 |
| | | | | | | | Use store_run, not off_t, vectors; tweak accordingly. Use store_set_children. (stripe_read, stripe_write): Get stripes from CHILDREN, not HOOK. (stripe_clone): Function removed. | ||||
* | (store_find_first_run, store_next_run, store_write, store_read): | Miles Bader | 1996-05-10 | 1 | -33/+35 |
| | | | | | | Use store_run, not off_t, vectors; tweak accordingly. Rename variables called `RUNS' to `RUN', because although they're always vectors, they're used more often for their first element. | ||||
* | (store_default_leaf_encode): Convert from the store_run vector to a off_t | Miles Bader | 1996-05-10 | 1 | -1/+4 |
| | | | | vector for encoding. | ||||
* | (store_default_leaf_decode): | Miles Bader | 1996-05-10 | 1 | -5/+38 |
| | | | | | | Convert the slice of the offset vector we're using into a vector of store_runs to pass to CREATE. Change type of CREATE accordingly. | ||||
* | (store_set_runs): Use store_run, not off_t, vectors; tweak accordingly. | Miles Bader | 1996-05-10 | 1 | -3/+24 |
| | | | | (store_set_children): New function. | ||||
* | (struct store_run): New type. | Miles Bader | 1996-05-10 | 1 | -6/+18 |
| | | | | | | | (struct store): RUNS is a vector of runs, not offsets. (_store_device_create, _store_file_create, _make_store, store_set_runs, store_default_leaf_decode): Update declaration. (store_set_children): New declaration. | ||||
* | Rename *S_LEN to NUM_*S. | Miles Bader | 1996-05-10 | 11 | -51/+62 |
| | |||||
* | (store_create): Use the real file_get_storage_info. | Miles Bader | 1996-05-10 | 1 | -14/+3 |
| | | | | (fgsi): Function removed. | ||||
* | (struct store): | Miles Bader | 1996-05-10 | 1 | -11/+15 |
| | | | | | Add CHILDREN & NUM_CHILDREN fields. Rename RUNS_LEN to NUM_RUNS (all uses changed). | ||||
* | Move big comment describing file_get_storage_info encoding to | Miles Bader | 1996-05-06 | 1 | -30/+2 |
| | | | | <hurd/hurd_types.h>. | ||||
* | entered into RCS | Miles Bader | 1996-04-02 | 2 | -5/+9 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 3 | -60/+63 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -32/+52 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -1/+3 |
| | |||||
* | Initial revision | Miles Bader | 1996-04-02 | 1 | -0/+71 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -23/+19 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -1/+2 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 5 | -8/+9 |
| | |||||
* | Formerly decode.c.~3~ | Miles Bader | 1996-04-01 | 1 | -1/+72 |
| | |||||
* | Formerly encode.c.~3~ | Miles Bader | 1996-04-01 | 1 | -1/+1 |
| | |||||
* | Formerly encode.c.~2~ | Miles Bader | 1996-03-22 | 1 | -10/+21 |
| | |||||
* | entered into RCS | Miles Bader | 1996-03-22 | 1 | -12/+61 |
| | |||||
* | Formerly create.c.~4~ | Miles Bader | 1996-03-22 | 1 | -36/+17 |
| | |||||
* | Formerly decode.c.~2~ | Miles Bader | 1996-03-22 | 1 | -2/+26 |
| | |||||
* | Formerly store.h.~10~ | Miles Bader | 1996-03-22 | 1 | -17/+66 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-22 | 1 | -0/+112 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-22 | 1 | -0/+33 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-21 | 1 | -0/+38 |
| | |||||
* | Formerly store.h.~9~ | Miles Bader | 1996-03-20 | 1 | -13/+62 |
| | |||||
* | Formerly stripe.c.~4~ | Miles Bader | 1996-03-20 | 1 | -33/+52 |
| | |||||
* | entered into RCS | Miles Bader | 1996-03-19 | 1 | -5/+7 |
| | |||||
* | Formerly rdwr.c.~9~ | Miles Bader | 1996-03-19 | 1 | -4/+4 |
| | |||||
* | Formerly store.h.~8~ | Roland McGrath | 1996-03-17 | 1 | -1/+1 |
| | |||||
* | Formerly stripe.c.~3~ | Miles Bader | 1996-03-16 | 1 | -4/+4 |
| | |||||
* | Formerly Makefile.~5~ | Miles Bader | 1996-03-16 | 1 | -2/+4 |
| | |||||
* | Formerly store.h.~7~ | Miles Bader | 1996-03-16 | 1 | -9/+36 |
| | |||||
* | Formerly stripe.c.~2~ | Miles Bader | 1996-03-16 | 1 | -51/+136 |
| | |||||
* | Formerly rdwr.c.~8~ | Miles Bader | 1996-03-16 | 1 | -70/+91 |
| | |||||
* | Formerly storecat.c.~2~ | Miles Bader | 1996-03-16 | 1 | -45/+55 |
| | |||||
* | Initial revision | Miles Bader | 1996-03-16 | 1 | -0/+101 |
| | |||||
* | Formerly device.c.~4~ | Miles Bader | 1996-03-16 | 1 | -4/+19 |
| | |||||
* | Formerly file.c.~3~ | Miles Bader | 1996-03-16 | 1 | -12/+58 |
| |