Age | Commit message (Collapse) | Author |
|
* control (Depends): Change shlibs to hurd cause Marcus says so.
|
|
|
|
* shd.c (run): Print child's PID when pausing before exec.
|
|
instead of fshelp_start_translator_long.
|
|
* fetch-root.c (fshelp_fetch_root): When starting a passive
translator, set cwd to be DOTDOT instead of our own cwd.
|
|
* 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.
|
|
|
|
* rules (binary-arch): Fix $ -> $$ and \\ -> \.
From Marcus Brinkmann.
|
|
|
|
* control (Provides): Add login.
(Replaces, Conflicts): New frobs, listing makedev.
|
|
* hurd.texi: Doc updates from Eric Hanchrow, filtered through
Gordon Matzigkeit.
|
|
* 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.
|
|
|
|
|
|
* setup.c (setup): Don't complain if the device is a block device.
|
|
|
|
* Makeconf [$(makemode) = library]
(linktarg): Append .$(hurd-version).
(cleantarg): Add $(linktarg) here.
|
|
|
|
* devio.c (initial_open): Fix typos.
|
|
|
|
* boot.c (S_term_get_peername): New function.
|
|
|
|
* lookup.c (diskfs_lookup): Reformat for prettiness.
|
|
* 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.
|
|
* servers.boot: Clarify the default-pager description, and
add a default `$(default-pager)' line.
* Makefile: New file.
|
|
* Makefile (other-subdirs): Add the debian directory.
|
|
* 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.
|
|
* users.c (S_term_get_peername): Implement new RPC.
* users.c (S_term_get_nodename): Return ENOENT if the name is not
set.
|
|
* 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).
|
|
* term.defs (term_get_peername): New RPC, suggested by Mark
Kettenis (kettenis@wins.uva.nl).
|
|
|
|
|
|
* boot.c: Fix typo in last change.
|
|
* users.c (po_destroy_hook): Only reset state and hardware if
TTY_OPEN bit is set in TERMFLAGS.
|
|
* ethernet.c (ether_filter): Use a shorter filter program.
(ether_filter_len): Compute more safely.
|
|
|
|
* mgt.c (S_proc_reassign): Remove unused variable FOO.
|
|
* login.c (add_utmp_entry): Properly call setutent and endutent
around the getutline call.
|
|
* 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.
|
|
|
|
* Makefile: Add rules for building info, dvi and ps files.
* hurd.texi: Change the basic structure, and add a lot more
information.
|
|
|
|
* 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.
|
|
|
|
* boot.c (main): Only use real device name if root_store is for an
enforced single run starting at the beginning of the device.
|
|
* 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.
|
|
|
|
* 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).
|
|
* mgt.c (S_proc_reassign): It's not necessary to re-request the
task-death notification; we've moved both the task right and the
proc port that gets the notification, so delete that.
* mgt.c (S_proc_reassign): Use mach_port_destroy instead of
mach_port_deallocate to release P->p_msgport, for the same reasons
as the changes below.
|
|
|