diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-30 01:49:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-30 01:49:07 +0000 |
commit | b09374d04a6576e3746f4efc4a34735294f8270c (patch) | |
tree | 21c59146417c88f3a0c60da52daae696f9040469 | |
parent | 9268a7261cb7128019894be14437c74d23c0fbdf (diff) |
.
-rw-r--r-- | config/ChangeLog | 16 | ||||
-rw-r--r-- | debian/ChangeLog | 6 | ||||
-rw-r--r-- | proc/ChangeLog | 4 | ||||
-rw-r--r-- | term/ChangeLog | 11 |
4 files changed, 36 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 3d4cab26..e1b7d7a4 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,4 +1,18 @@ -1999-05-23 Roland McGrath <roland@baalperazim.frob.com> +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * login-.bashrc: Alias su to login. + +1999-05-24 Roland McGrath <roland@baalperazim.frob.com> + + * protocols, services, shells, passwd, group, resolv.conf, fstab, + root-.bash_login, root-.bashrc, root-.profile: Files removed. + These files are not really Hurd-specific, and so should be installed + by some other package (and are in Debian). + * Makefile (SYSCONFFILES): Remove those files from the list. + (ROOTDOTS, installed_rootdots): Variables removed. + (DIST_FILES): Remove reference to $(ROOTDOTS). + (install): Remove dep on $(installed_rootdots). + ($(installed_rootdots)): Rule removed. * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with diff --git a/debian/ChangeLog b/debian/ChangeLog index e2eb5fe6..d611996a 100644 --- a/debian/ChangeLog +++ b/debian/ChangeLog @@ -1,3 +1,9 @@ +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * rules (binary-arch): Don't remove root and etc dirs. + + * conffiles: Add /etc/ttys. + 1999-04-28 Roland McGrath <roland@baalperazim.frob.com> * rules (binary-arch): Add etc, etc/login subdirs to chmod cmd. diff --git a/proc/ChangeLog b/proc/ChangeLog index 137794f1..93f930fd 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,7 @@ +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * main.c: Include <device/device.h>. + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * main.c (main): Set up console on stderr. diff --git a/term/ChangeLog b/term/ChangeLog index cfc36de7..dbf39514 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,14 @@ +1999-05-24 Mark Kettenis <kettenis@gnu.org> + + * devio.c: Include <assert.h>, <errno.h> and <error.h>. Do + not include <stdio.h> and <sys/types.h>. + Reorganize the order of inclusion of the header files a bit and + document the baud-rate hackery. Include <termios.h> explicitely. + (init_devio): Use new local variable ERR instead of ERRNO. Use + error instead of perror and exit to report failure. + (devio_desert_dtr): Declare BITS as `int' instead of + `dev_status_t'. + 1999-05-13 Roland McGrath <roland@baalperazim.frob.com> * users.c (trivfs_S_file_chown): Either arg being -1 means don't |