diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-22 04:00:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-22 04:00:43 +0000 |
commit | da0219ae7f3024be226d0bc10bea2e1bc486371f (patch) | |
tree | a2b0e2b17d2b4cf2109a5c9b197b835af17b21f2 /daemons | |
parent | f535822c06e00607615d1875069801278786dbad (diff) |
.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index bfed1212..bf50dfd7 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,14 @@ +2001-11-21 Roland McGrath <roland@frob.com> + + * runttys.c (setup_terminal, add_terminal, init_ttys): Check for + malloc failures. + (add_terminal): Fix type used for sizeof calculation in realloc. + (init_ttys): Likewise. + +2001-11-21 Ryan M Golbeck <rmgolbeck@uwaterloo.ca> + + * runttys.c (setup_terminal: make_args): Fixed off by one error. + 2001-08-20 Roland McGrath <roland@frob.com> * runsystem.sh: Don't check for MULTIBOOT_CMDLINE environment variable. |