summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-20(_store_create):Miles Bader
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.
1997-06-20(_store_derive):Miles Bader
Assert that block_size & blocks_per_page are powers of two (which should be enforced elsewhere). Include <assert.h> Update FSF address.
1997-06-20(UNZIP_OBJS):Miles Bader
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.
1997-06-20(store_std_classes):Miles Bader
Add store_copy_class, store_gunzip_class, and store_typed_open_class. Update FSF address.
1997-06-20(_store_create):Miles Bader
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.
1997-06-20(store_remap_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_zero_create, zero_open):Miles Bader
SIZE is off_t, not size_t. Update FSF address.
1997-06-20Update FSF address.Miles Bader
1997-06-20(store_read):Miles Bader
Limit reads to the amount available. Deallocate memory returned when reading part of a multiple-segment read.
1997-06-20Initial checkinMiles Bader
1997-06-20Moved to ../utils.Miles Bader
1997-06-20.Miles Bader
1997-06-20(disk_pager_read_page):Miles Bader
Initialize READ to 0 to force store_read to allocate a buffer.
1997-06-20(ihash_create):Miles Bader
Initialize CLEANUP & CLEANUP_ARG fields.
1997-06-19.Miles Bader
1997-06-19(main):Miles Bader
Get rid of device-block-size-is-power-of-2 check.
1997-06-18.Miles Bader
1997-06-18(version): Use a four-digit year.Miles Bader
1997-06-18(dist):Miles Bader
Always generate distributes of the form `hurd-${version}.tar.gz'.
1997-06-18.Miles Bader
1997-06-18Include <sys/time.h>.Miles Bader
1997-06-18(ARGP_KEY_ARGS, ARGP_KEY_FINI):Miles Bader
New macros.
1997-06-18(parser_parse_opt):Miles Bader
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.
1997-06-18(argp_args_usage):Miles Bader
Don't modify `fdoc' value since it is used to distinguish filtered strings from unmodifed strings.
1997-06-18.Miles Bader
1997-06-17.Miles Bader
1997-06-17(tool-files):Miles Bader
add mksmallso & mkemptyso.
1997-06-17Initial checkinMiles Bader
1997-06-17Newer versionMiles Bader
1997-06-17Replaced by storeio.Miles Bader
1997-06-12*** empty log message ***Thomas Bushnell
1997-06-12Wed Jun 11 12:05:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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'.
1997-06-12Thu Jun 12 18:39:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* syslog.conf: Updated.
1997-06-12Initial checkin.Miles Bader
1997-06-11Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
1997-06-11*** empty log message ***Thomas Bushnell
1997-06-11Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-06-11Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-06-11Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (install): Repair typo.
1997-06-10.Miles Bader
1997-06-10(argp_program_version):Miles Bader
Change name to `ids'.
1997-06-10.Miles Bader
1997-06-10(DIST_FILES): Remove SETUP.Miles Bader
1997-06-10The real version is release/SETUPMiles Bader
1997-06-10.Miles Bader
1997-06-10MAKEDEV now lives in /sbin, so get it from there.Miles Bader
1997-06-10Mon Jun 9 21:18:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* cthreads.c (cthread_fork): Delete debugging oddity that crept into source.
1997-06-10*** empty log message ***Thomas Bushnell
1997-06-10*** empty log message ***Thomas Bushnell
1997-06-10Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.