Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
* inetd.conf, syslog.conf: New files.
* Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
|
|
|
|
* disk_inode.h (struct icommon): Use short instead of uid_t/gid_t
in structure definition; those are now 32 bit types.
* bootstrap.c (main): Support running from command line too; this
is useful at least for simple debugging.
|
|
* INSTALL-binary (Subroutine): Update location of NetBSD install
floppies. Also specify to use -P mount option on nfs mount.
* menu.lst: Fix typo in floppy -> hd install.
* Makefile (dist-files): Replace SOURCES.0.0 with SOURCES.0.2.
(install-dist): Install SOURCES.0.2 instead of SOURCES.0.0.
|
|
* Makefile (install): Repair typo.
|
|
|
|
Change name to `ids'.
|
|
|
|
|
|
|
|
|
|
|
|
* cthreads.c (cthread_fork): Delete debugging oddity that crept
into source.
|