summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-12.Roland McGrath
1999-05-121999-05-09 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* pager.c (dev_stop_paging): Do not try to count ports in PAGER_PORT_BUCKET if it has not been created.
1999-05-06Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* utilities.c (pextend): Free MORE before returning. * dir.c (linkup): Don't free tempname until after we're done using it in the call to warning. Reported by Katsuya Tanaka (tanaka@boarderz.com).
1999-05-041999-05-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* msg.c (check_msgport_death): New function. (S_proc_getmsgport): Use it. * proc.h (check_msgport_death): Provide prototype. * info.c (S_proc_getprocinfo): Call check_msgport_death to make sure that our knowledge about P's message port is up to date.
1999-05-02.Roland McGrath
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c (main): Remove bogus uninitialized variable ERR.
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c: Include <error.h>.
1999-05-021999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* auth.c: Include <error.h>.
1999-05-02.Roland McGrath
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fwd.c (main): Add missing newline in usage msg. From Marcus Brinkmann.
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* auth.c (main): Give diagnostics for lack of bootstrap port or failure of startup_authinit RPC.
1999-05-021999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* main.c (main): Use assert_perror. Give diagnostic for lack of bootstrap port.
1999-05-01.Roland McGrath
1999-05-011999-05-01 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* device.c (store_device_create): Deal with devices that return sucessfully from device_get_status, but do not return any sensible information.
1999-05-01.Roland McGrath
1999-05-011999-04-30 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* storeio.c (trivfs_modify_stat): Do not assume that we have the device open in the caculation of st_mode. If the device is not open, only return S_IFCHR if inhibit_cache is set.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * load.c (GZIP) (BZIP2): New cpp constants. (boot_script_exec_cmd): If GZIP is defined, gunzip engine is enabled. If BZIP2 is defined, bunzip2 engine is enabled. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o. (CPPFLAGS): Add -DGZIP, -DBZIP2 and -DSMALL_BZIP2. 1998-09-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * gunzip.c: New file. Copy libstore/gunzip.c and modify for use in serverboot. * load.c (struct stuff): Add members, image_addr and image_size. (mem_read) (mem_read_exec): New functions. (boot_script_exec_cmd): Add gzexe feature. * Makefile: Add unzip stuffs.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * store.h (store_bunzip2_create): New declarations. (store_bunzip2_open): Likewise. (store_bunzip2_class): Likewise. * std.c (store_std_classes): Add store_bunzip2_class. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o.
1999-04-30Wed Apr 28 03:06:19 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fetch-root.c (fshelp_fetch_root): Don't deallocate the INIT_PORT_CWDIR after starting the passive translator; we still need to keep our reference around until the getroot call happens. Reported by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
1999-04-30Totally new.Thomas Bushnell
1999-04-301998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* do-bunzip2.c: New file. * exec.c (check_bzip2): New function. (BZIP2): New cpp symbol. If defined, bunzip2 engine is enabled. * Makefile (bzip2-objects): New variable. (OBJS): Add bzip2-objects. (CPPFLAGS): Add -DBZIP2.
1999-04-30*** empty log message ***Thomas Bushnell
1999-04-29.Roland McGrath
1999-04-291999-04-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* rules (binary-arch): Add etc, etc/login subdirs to chmod cmd. Use $(addprefix) fn to avoid repetition.
1999-04-28Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* conffiles: Add contents of /etc/login. * rules: Add debian/tmp/etc and debian/tmp/etc/login to the list of things to be chmod 0755. * TODO: New item. All of these because Marcus says so.
1999-04-27.Roland McGrath
1999-04-271999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* exec.c (do_exec): Implement EXEC_SIGTRAP flag.
1999-04-271999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* hurd_types.h (EXEC_SIGTRAP): New macro.
1999-04-261999-02-20 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* password.c: New file. * Makefile (targets): Add password. (SRCS): Add password.c. (OBJS): Add passwordServer.o. (password-LDLIBS): New variable. Use dependencies identical to those for crash.
1999-04-261998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Thomas Bushnell
* ugids-verify-auth.c: Include <hurd/password.h> again and remove temporary definitions of password_check_user and password_check_group. 1998-11-29 Mark Kettenis <kettenis@phys.uva.nl> * idvec-verify.c (verify_passwd): Grant access when the password in the passwd DB is empty. (verify_id): Also call verify_fn when the password in the password DB is empty.
1999-04-26*** empty log message ***Thomas Bushnell
1999-04-25.Roland McGrath
1999-04-251999-04-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* control (Depends): Change shlibs to hurd cause Marcus says so.
1999-04-25.Roland McGrath
1999-04-251999-04-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* shd.c (run): Print child's PID when pausing before exec.
1999-04-21Add comments chiding the author for using fshelp_start_translatorThomas Bushnell
instead of fshelp_start_translator_long.
1999-04-21Tue Apr 20 21:43:20 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* fetch-root.c (fshelp_fetch_root): When starting a passive translator, set cwd to be DOTDOT instead of our own cwd.
1999-04-21Tue Apr 20 21:50:19 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* hurd.texi: More detail on fshelp_start_translator. 1999-03-17 Gordon Matzigkeit <gord@trick.fig.org> * gpl.texinfo: New file, taken from /gd/gnu/doc/gpl.texi on the GNU machines.
1999-04-18.Roland McGrath
1999-04-181999-04-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* rules (binary-arch): Fix $ -> $$ and \\ -> \. From Marcus Brinkmann.
1999-04-15.Roland McGrath
1999-04-151999-04-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* control (Provides): Add login. (Replaces, Conflicts): New frobs, listing makedev.
1999-04-13Tue Apr 13 16:47:41 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* hurd.texi: Doc updates from Eric Hanchrow, filtered through Gordon Matzigkeit.
1999-04-06Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we have to unlock TNP with diskfs_nput and not just diskfs_nrele it.
1999-04-06add libc items from old libc/hurd/STATUS listRoland McGrath
1999-03-25.Roland McGrath
1999-03-251999-03-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* setup.c (setup): Don't complain if the device is a block device.
1999-03-24.Roland McGrath
1999-03-241999-03-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* Makeconf [$(makemode) = library] (linktarg): Append .$(hurd-version). (cleantarg): Add $(linktarg) here.
1999-03-23.Roland McGrath