Age | Commit message (Collapse) | Author |
|
--host-pattern isn't optional.
|
|
|
|
New function.
(TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME):
New macros.
(fshelp_fetch_root_callback1_t):
Chage ARGZ_LEN to type size_t.
Include <maptime.h>.
|
|
|
|
Print the translated-node name instead of the translator name if the
translator startup error is due to opening it.
|
|
Add storecat.c & storeread.c.
(targets):
Add storecat & storeread.
Add storecat & storeread to appropriate dependency rules.
|
|
|
|
|
|
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
If *MOD_FLAGS already contains STORE_HARD_READONLY, don't ever try to open
for reading.
(_store_device_create):
Use _store_create instead of _make_store.
Update FSF address.
|
|
Set the store name if possible.
(store_concat_open):
New function.
(store_ileave_create, store_concat_create):
Use _store_create instead of _make_store.
Update FSF address.
|
|
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
Pass the original value of CLASSES to any decode method, not our search
tail.
Update FSF address.
|
|
New functions.
Update FSF address.
|
|
Renamed from _make_store.
Return an error_t code, and add an additional argument STORE to return the
new store; all uses changed.
Update FSF address.
|
|
Assert that block_size & blocks_per_page are powers of two (which should be
enforced elsewhere).
Include <assert.h>
Update FSF address.
|
|
New variable.
(UTILS_OBJS):
Variable removed.
(VPATH, CPPFLAGS):
Search for stuff in ../exec for unzip junk.
(SRCS):
Remove storeread.c & storecat.c.
Add typed.c, copy.c, and gunzip.c.
(OBJS):
Don't use $(UTILS_OBJS).
Do use $(UNZIP_OBJS).
(storeread, storecat):
Rules removed.
Update FSF address.
|
|
Add store_copy_class, store_gunzip_class, and store_typed_open_class.
Update FSF address.
|
|
Renamed from _make_store.
Return an error_t code, and add an additional argument STORE to return the
new store; all uses changed.
(store_zero_create):
SIZE is off_t, not size_t.
(store_concat_open, store_children_name, store_open_children):
New declarations.
(store_copy_create, store_copy_open, store_buffer_create, store_gunzip_create,
store_gunzip_open):
New declarations.
(struct store):
BLOCKS & SIZE are off_t, not size_t.
(store_copy_class, store_gunzip_class, store_typed_open_class):
New declarations.
Update FSF address.
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
SIZE is off_t, not size_t.
Update FSF address.
|
|
|
|
Limit reads to the amount available.
Deallocate memory returned when reading part of a multiple-segment read.
|
|
|
|
|
|
|
|
Initialize READ to 0 to force store_read to allocate a buffer.
|
|
Initialize CLEANUP & CLEANUP_ARG fields.
|
|
|
|
Get rid of device-block-size-is-power-of-2 check.
|
|
|
|
|
|
Always generate distributes of the form `hurd-${version}.tar.gz'.
|
|
|
|
|
|
New macros.
|
|
Detect and report unhandled options here.
(parser_finalize):
Do another pass over the parsers with ARGP_KEY_FINI.
(argp_default_options, argp_version_options):
Wrap doc strings in N_().
(argp_version_parser):
Include `(PROGRAM ERROR)' in the no-version error text to indicate that
something's fucked.
(parser_parse_arg):
Handle ARGP_KEY_ARGS here.
Adjust NEXT pointer back if we fail to parse anything.
(parser_parse_next):
Simplify arg code.
Leave state NEXT frobbing to parser_parse_arg.
[!_] (N_): New macro.
|
|
Don't modify `fdoc' value since it is used to distinguish filtered strings
from unmodifed strings.
|
|
|
|
|
|
add mksmallso & mkemptyso.
|
|
|
|
|
|
|
|
|
|
* Makefile (dist-links): Create /servers/exec node.
* servers.boot: Dynamic linker is now `ld.so.1', not `ld.so'.
* menu.lst: Kernel is now `gnumach', not `kernel'.
|
|
* syslog.conf: Updated.
|