From f91f5eb5b1fcdb0124dfd469dab5be2ab6078c62 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 11 Jul 2009 10:40:39 +0200 Subject: Switch to the new ChangeLog style. * ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise. --- daemons/ChangeLog | 249 ------------------------------------------------------ 1 file changed, 249 deletions(-) delete mode 100644 daemons/ChangeLog (limited to 'daemons') diff --git a/daemons/ChangeLog b/daemons/ChangeLog deleted file mode 100644 index 73616d92..00000000 --- a/daemons/ChangeLog +++ /dev/null @@ -1,249 +0,0 @@ -2008-12-08 Thomas Schwinge - - * Makefile (HURDLIBS): Add fshelp and ports. - -2007-12-11 Thomas Schwinge - - * getty.c (main) : Correctly specify sentinels to avoid GCC 4.3 - warnings. - -2002-09-15 Marcus Brinkmann - - * getty.c: Include . - (set_speed): New function. - (main): Take linespec from argc[1], not argc[2]. Call set_speed. - -2002-03-23 James A. Morrison - - * console-run.c (open_console): Use ERR, not errno. - -2001-12-20 Marcus Brinkmann - - * runsystem.sh: For now, this requires bash. - -2001-11-21 Roland McGrath - - * 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 - - * runttys.c (setup_terminal: make_args): Fixed off by one error. - -2001-08-20 Roland McGrath - - * runsystem.sh: Don't check for MULTIBOOT_CMDLINE environment variable. - Instead, expect it as normal arguments from init. - -2001-06-08 Roland McGrath - - * rc.sh: Start /hurd/mach-defpager before swapon. - -2001-06-07 Roland McGrath - - * rc.sh: Include $? value in message about unexpected fsck exit. - -2001-01-17 Neal H Walfield - - * console-run.c (open_console): Conform to new - fshelp_start_translator semantics. - -1999-09-23 Mark Kettenis - - * getty.c (main): Report an error if login_tty failed. - -1999-09-22 Roland McGrath - - * getty.c: Undo last change. - - * getty.c (main): Make TTY our controlling terminal with TIOCSCTTY. - -1999-09-19 Roland McGrath - - * runttys.c (main): Only call error if setsid returns -1. - From Marcus Brinkmann . - -1999-07-20 Roland McGrath - - * getty.c: Include for login_tty decl. - -1999-09-18 Marcus Brinkmann - - * runttys.c (run): Only call error if setsid returns -1. - * console-run.c (open_console): Likewise. - -1999-07-10 Roland McGrath - - * console-run.c (open_console): Move first setting of TERMINAL and - ARGZ_LEN outside of loop, quiets compiler warning. - - * lmail.c: Add #include for munmap decl. - -1999-07-03 Thomas Bushnell, BSG - - * lmail.c (bfree): Use munmap instead of vm_deallocate. - -1999-07-01 Thomas Bushnell, BSG - - * rc.sh: Specify bash instead of sh. - (remove_translators): Don't descend into "." or "..". Alter - calling convention slightly and require the `nullglob' option to - be set. Change caller to suit. From Kalle Olavi Niemitalo - . - -1999-06-22 Roland McGrath - - * rc.sh: Clean /tmp using special hackery to nuke translators. - -1999-06-18 Roland McGrath - - * runsystem.sh: New file. - * Makefile (targets, special-targets): Add runsystem. - (runsystem): New target. - -1999-06-15 Roland McGrath - - * runttys.c: New file.c - * Makefile (targets, SRCS): Add runttys, runttys.c. - (runttys): New target. - (runttys-LDLIBS): New variable, -lutil. - - * console-run.c: New file. - * Makefile (targets, SRCS): Add console-run, console-run.c. - (console-run): New target. - -1999-05-29 Roland McGrath - - * rc.sh: Don't create /var/run/uptime. It's no longer used. - -1999-05-15 Roland McGrath - - * rc.sh: Do `swapon -a' first thing. - -Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG - - * 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). - -1998-12-06 Roland McGrath - - * lmail.c (deliver, main): Add braces to silence gcc warning. - -1998-09-04 Roland McGrath - - * lmail.c: Include and . - -1998-07-19 Roland McGrath - - * getty.c: Include for basename decl. - -Wed Feb 19 23:05:13 1997 Miles Bader - - * lmail.c (argp_program_version): Make const. - -Tue Oct 22 15:47:13 1996 Miles Bader - - * lmail.c (options): Make -l/--use-lock-file hidden, as we don't - support it anyway (we just leave it here in case someone does - implement it, so they'll know the right option to use for - compatibility). - -Thu Oct 17 11:06:44 1996 Miles Bader - - * lmail.c (deliver): fsync the user's mailbox after delivery. - -Mon Oct 14 21:36:29 1996 Miles Bader - - * lmail.c: New file. - * Makefile (targets): Add mail.local. - (SRCS): Add lmail.c. - (rc, mail.local): New rules. - (%: %.sh): Rule removed. - (INSTALL-mail.local-ops): New variable. - -Thu Oct 10 16:12:55 1996 Miles Bader - - * rc.sh: Startup up sendmail if possible. - -Thu Sep 12 16:50:12 1996 Thomas Bushnell, n/BSG - - * Makefile (HURDLIBS): New variable. - -Wed Aug 14 10:22:39 1996 Miles Bader - - * Makefile (getty-LDLIBS): New variable. - (getty): Dependency on -lutil removed. - (libutil-libsubst): Variable removed. - -Tue Aug 13 08:13:04 1996 Thomas Bushnell, n/BSG - - * rc.sh: When deleting files from /tmp, use -f flag to rm. - -Sat Jul 20 01:06:07 1996 Miles Bader - - * getty.c (main): Get the tty name from the right element in ARGV. - -Mon Jul 15 17:27:27 1996 Michael I. Bushnell, p/BSG - - * rc.sh: Create /var/run/uptime *after* clearing /var/run. Always - create /var/run/mtab to keep e2fsck happy. - -Fri Jul 12 16:49:33 1996 Michael I. Bushnell, p/BSG - - * rc.sh: Only clean /tmp and /var/run if they are respectively - directories. - -Sun Jul 7 10:39:27 1996 Miles Bader - - * getty.c (print_banner): Use basename instead of rolling our own. - -Sat Jul 6 13:58:40 1996 Michael I. Bushnell, p/BSG - - * getty.c (print_banner): Don't include directory in terminal - name. - -Sat Jul 6 00:10:35 1996 Miles Bader - - * getty.c (print_banner): Use localhost instead of grotty loop. - Make static. - (main): Use syslog instead of error to report exec failure. - * Makefile (getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. - -Fri Jul 5 22:02:16 1996 Michael I. Bushnell, p/BSG - - * getty.c: Include and . - (print_banner): New function. - (main): Call print_banner. - - * getty.c (main): Return something. - -Tue Jul 2 23:36:33 1996 Miles Bader - - * rc.sh: Touch /var/run/uptime file. - -Mon Jul 1 17:54:39 1996 Miles Bader - - * getty.c (main): Don't time out hardwired lines. - Print an error if exec fails. - -Thu Jun 27 16:44:52 1996 Michael I. Bushnell, p/BSG - - * getty.c (main): Repair loop. - -Tue Jun 25 18:01:17 1996 Miles Bader - - * rc.sh: Use real fsck instead of kluge. - - * Makefile (%: %.sh): Make target writable. - -Thu Jun 20 14:38:58 1996 Michael I. Bushnell, p/BSG - - * rc.sh: Copied from ../config. - * getty.c: Copied from ../utils. - * Makefile: New file. -- cgit v1.2.3