summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-03-231999-03-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* devio.c (initial_open): Fix typos.
1999-03-20.Roland McGrath
1999-03-201999-03-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (S_term_get_peername): New function.
1999-03-17*** empty log message ***Thomas Bushnell
1999-03-17Tue Mar 16 17:20:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* lookup.c (diskfs_lookup): Reformat for prettiness.
1999-03-171999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell
* 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-171999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell
* servers.boot: Clarify the default-pager description, and add a default `$(default-pager)' line. * Makefile: New file.
1999-03-171999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell
* Makefile (other-subdirs): Add the debian directory.
1999-03-17Wed Mar 17 16:32:05 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* 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.
1999-03-15Mon Mar 15 14:58:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* users.c (S_term_get_peername): Implement new RPC. * users.c (S_term_get_nodename): Return ENOENT if the name is not set.
1999-03-15Mon Mar 15 14:36:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* migsupport.c (trivfs_begin_using_protid): In first branch, protect work against PI being null, and call ports_port_deref with the proper value. (trivfs_begin_using_control): Likewise. Reported by Mark Kettenis (kettenis@wins.uva.nl).
1999-03-15Mon Mar 15 14:48:24 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* term.defs (term_get_peername): New RPC, suggested by Mark Kettenis (kettenis@wins.uva.nl).
1999-03-15*** empty log message ***Thomas Bushnell
1999-03-15.Roland McGrath
1999-03-151999-03-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c: Fix typo in last change.
1999-03-141999-03-13 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* users.c (po_destroy_hook): Only reset state and hardware if TTY_OPEN bit is set in TERMFLAGS.
1999-03-14Sun Mar 14 18:33:54 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* ethernet.c (ether_filter): Use a shorter filter program. (ether_filter_len): Compute more safely.
1999-03-14.Roland McGrath
1999-03-141999-03-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mgt.c (S_proc_reassign): Remove unused variable FOO.
1999-03-12Fri Mar 12 15:22:02 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): Properly call setutent and endutent around the getutline call.
1999-03-121999-03-11 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* notify.c (do_mach_notify_dead_name): Remove unnecessary braces. * msg.c (S_proc_setmsgport): Remove unused variable FOO. (S_proc_getmsgport): Only check if the message port is still alive if it is not MACH_PORT_NULL. Use mach_port_type instead of mach_port_get_refs to check if the port is dead. * mgt.c (S_proc_reassign): Use mach_port_destroy to release the old task port.
1999-03-12*** empty log message ***Thomas Bushnell
1999-03-121998-06-02 Gordon Matzigkeit <gord@profitpress.com>Thomas Bushnell
* Makefile: Add rules for building info, dvi and ps files. * hurd.texi: Change the basic structure, and add a lot more information.
1999-03-11.Roland McGrath
1999-03-111999-03-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* portinfo.c (main): Grok -E and inhibit error msg for print_xlated_port_info if set. (options): #if 0 -q option until we implement it.
1999-03-10.Roland McGrath
1999-03-101999-03-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (main): Only use real device name if root_store is for an enforced single run starting at the beginning of the device.
1999-03-09Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* notify.c (do_mach_notify_dead_name): Don't check against P->p_msgport anymore. * msg.c (message_port_dead): Delete function. (S_proc_setmsgport): Don't request a dead-name notification anymore. (S_proc_getmsgport): Check to see if P->p_msgport is dead before returning it. * mgt.c (S_proc_reassign): Only use mach_port_deallocate to release P->msgport. (process_has_exited): Likewise. * proc.h (message_port_dead): Delete prototype.
1999-03-09*** empty log message ***Thomas Bushnell
1999-03-09Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* lmail.c (OPT_REMOVE): New macro. (options): Don't recognize -r as an alias for --remove, but recognize it separately as a hidden alias. (main / parse_opt): Make -d do nothing. Make -r an alias for -f. Have OPT_REMOVE do the removal thing. Reported by Mark Kettenis (kettenis@wins.uva.nl).