aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 1999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-5/+10
| | | | | * auth.c (main): Give diagnostics for lack of bootstrap port or failure of startup_authinit RPC.
* 1999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-8/+11
| | | | | * main.c (main): Use assert_perror. Give diagnostic for lack of bootstrap port.
* .Roland McGrath1999-05-011-1/+7
|
* 1999-05-01 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-011-10/+16
| | | | | | * device.c (store_device_create): Deal with devices that return sucessfully from device_get_status, but do not return any sensible information.
* .Roland McGrath1999-05-011-0/+6
|
* 1999-04-30 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-011-4/+7
| | | | | | * 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.
* 1998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-305-4/+522
| | | | | | | | | | | | | | | | | | | * 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.
* 1998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-305-3/+288
| | | | | | | | | | * 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.
* Wed Apr 28 03:06:19 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-302-1/+10
| | | | | | | * 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).
* Totally new.Thomas Bushnell1999-04-301-56/+35
|
* 1998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-304-2/+1875
| | | | | | | | | * 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.
* *** empty log message ***Thomas Bushnell1999-04-301-1/+1
|
* .Roland McGrath1999-04-291-3/+8
|
* 1999-04-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-291-1/+4
| | | | | * rules (binary-arch): Add etc, etc/login subdirs to chmod cmd. Use $(addprefix) fn to avoid repetition.
* Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-284-1/+16
| | | | | | | | * 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.
* .Roland McGrath1999-04-272-0/+8
|
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-271-2/+26
| | | | * exec.c (do_exec): Implement EXEC_SIGTRAP flag.
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-271-2/+3
| | | | * hurd_types.h (EXEC_SIGTRAP): New macro.
* 1999-02-20 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-04-263-4/+240
| | | | | | | | | * 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.
* 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Thomas Bushnell1999-04-263-26/+25
| | | | | | | | | | | | | * 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.
* *** empty log message ***Thomas Bushnell1999-04-261-0/+4
|
* .Roland McGrath1999-04-251-0/+4
|
* 1999-04-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-251-1/+1
| | | | * control (Depends): Change shlibs to hurd cause Marcus says so.
* .Roland McGrath1999-04-251-0/+4
|
* 1999-04-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-251-12/+10
| | | | * shd.c (run): Print child's PID when pausing before exec.
* Add comments chiding the author for using fshelp_start_translatorThomas Bushnell1999-04-211-1/+2
| | | | instead of fshelp_start_translator_long.
* Tue Apr 20 21:43:20 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-212-2/+7
| | | | | * fetch-root.c (fshelp_fetch_root): When starting a passive translator, set cwd to be DOTDOT instead of our own cwd.
* Tue Apr 20 21:50:19 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-213-1/+407
| | | | | | | | | * 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.
* .Roland McGrath1999-04-181-0/+5
|
* 1999-04-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-181-2/+2
| | | | | * rules (binary-arch): Fix $ -> $$ and \\ -> \. From Marcus Brinkmann.
* .Roland McGrath1999-04-151-0/+5
|
* 1999-04-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-151-1/+3
| | | | | * control (Provides): Add login. (Replaces, Conflicts): New frobs, listing makedev.
* Tue Apr 13 16:47:41 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-132-85/+174
| | | | | * hurd.texi: Doc updates from Eric Hanchrow, filtered through Gordon Matzigkeit.
* Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-062-2/+7
| | | | | * 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.
* add libc items from old libc/hurd/STATUS listRoland McGrath1999-04-061-0/+23
|
* .Roland McGrath1999-03-251-7/+11
|
* 1999-03-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-251-11/+8
| | | | * setup.c (setup): Don't complain if the device is a block device.
* .Roland McGrath1999-03-241-0/+6
|
* 1999-03-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-241-2/+2
| | | | | | * Makeconf [$(makemode) = library] (linktarg): Append .$(hurd-version). (cleantarg): Add $(linktarg) here.
* .Roland McGrath1999-03-231-4/+8
|
* 1999-03-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-231-18/+20
| | | | * devio.c (initial_open): Fix typos.
* .Roland McGrath1999-03-201-0/+4
|
* 1999-03-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-201-0/+7
| | | | * boot.c (S_term_get_peername): New function.
* *** empty log message ***Thomas Bushnell1999-03-171-1/+2
|
* Tue Mar 16 17:20:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-172-4/+10
| | | | * lookup.c (diskfs_lookup): Reformat for prettiness.
* 1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-03-172-2/+10
| | | | | | | | * gpl.texinfo: New file, taken from /gd/gnu/doc/gpl.texi on the GNU machines. * Makefile (DIST_FILES): Fix up wildcard so that we don't accidentally include hurd.info twice.
* 1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-03-175-14/+59
| | | | | | | * servers.boot: Clarify the default-pager description, and add a default `$(default-pager)' line. * Makefile: New file.
* 1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-03-172-1/+5
| | | | * Makefile (other-subdirs): Add the debian directory.
* Wed Mar 17 16:32:05 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-173-65/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | * users.c (S_term_get_peername): Compare BOTTOM against the correct value, and call ports_port_deref with the proper name. Reported by Yamashita TAKAO (az207@epa.go.jp). * devio.c (devio_desert_dtr): Cast &BITS correctly in call to device_set_status. (device_open_reply): Alwas clean open_pending no matter what. Use ERR instead of ERRNO. On fake opens, close the device before deallocating the port. Reported by Mark Kettenis (kettenis@gnu.org). Tue Mar 16 01:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * devio.c (open_pending): Make an enum. (devio_desert_dtr): Don't close the device, just set the TM_HUP modem bit, which should cause a hangup to occur. (devio_assert_dtr): Don't always open the device, instead use initial_open the first time, and schedule a fake open the other times. (initial_open): New function, guts from old device_assert_dtr. (device_open_reply): Distinguish replies from initial and fake opens appropriately. (ports_do_mach_notify_send_once): Test and set open_pending using new enum values.
* Mon Mar 15 14:58:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-152-1/+42
| | | | | | | * users.c (S_term_get_peername): Implement new RPC. * users.c (S_term_get_nodename): Return ENOENT if the name is not set.