aboutsummaryrefslogtreecommitdiff
path: root/daemons
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Neal H. Walfield2002-03-261-0/+4
|
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-9/+9
| | | | * console-run.c (open_console): Use ERR, not errno.
* 2001-12-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-202-1/+5
| | | | * runsystem.sh: For now, this requires bash.
* .Roland McGrath2001-11-221-0/+11
|
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-221-11/+42
| | | | | | | | | | * 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.
* .Roland McGrath2001-08-201-0/+5
|
* 2001-08-20 Roland McGrath <roland@frob.com>Roland McGrath2001-08-201-8/+2
| | | | | * runsystem.sh: Don't check for MULTIBOOT_CMDLINE environment variable. Instead, expect it as normal arguments from init.
* .Roland McGrath2001-06-081-1/+9
|
* 2001-06-08 Roland McGrath <roland@frob.com>Roland McGrath2001-06-081-0/+7
| | | | * rc.sh: Start /hurd/mach-defpager before swapon.
* 2001-06-07 Roland McGrath <roland@frob.com>Roland McGrath2001-06-081-1/+1
| | | | * rc.sh: Include $? value in message about unexpected fsck exit.
* daemons/Marcus Brinkmann2001-01-302-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * console-run.c (open_console): Conform to new fshelp_start_translator semantics. init/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * init.c (open_console): Conform to new fshelp_start_translator semantics. libfshelp/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * fshelp.h: Add two new parameters to fshelp_open_fn_t: a port to the new task and a cookie. Add a new parameter, cookie, to fshelp_start_translator and fshelp_start_translator_long that will be passed to fshelp_open_fn_t. * fetch-root.c (fshelp_fetch_root): Conform to new fshelp_start_translator_long semantics. * start-translator-long.c (service_fsys_startup): Likewise. (fshelp_start_translator_long): Likewise. * start-translator.c (fshelp_start_translator): Likewise. libtreefs/ Conform to new fshelp_start_translator semantics. trans/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * pump.c (start_pfinet): Conform to new fshelp_start_translator semantics. utils/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * mount.c (do_mount): Conform to new fshelp_start_translator semantics. * settrans.c (main): Conform to new fshelp_start_translator semantics therby allowing us to print the pid of the an active translator.
* 1999-09-23 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-09-282-1/+6
| | | | * getty.c (main): Report an error if login_tty failed.
* .Roland McGrath1999-09-221-0/+2
|
* 1999-09-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-221-3/+0
| | | | * getty.c: Undo last change.
* .Roland McGrath1999-09-221-0/+4
|
* 1999-09-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-221-0/+4
| | | | * getty.c (main): Make TTY our controlling terminal with TIOCSCTTY.
* 1999-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-191-3/+2
| | | | * getty.c: Include <utmp.h> for login_tty decl.
* .Roland McGrath1999-09-191-1/+10
|
* 1999-09-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-191-1/+1
| | | | | * runttys.c (main): Only call error if setsid returns -1. From Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
* 1999-09-18 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>Thomas Bushnell1999-09-183-2/+7
| | | | | * runttys.c (run): Only call error if setsid returns -1. * console-run.c (open_console): Likewise.
* .Roland McGrath1999-07-111-0/+3
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-6/+3
| | | | | * console-run.c (open_console): Move first setting of TERMINAL and ARGZ_LEN outside of loop, quiets compiler warning.
* .Roland McGrath1999-07-111-0/+4
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+2
| | | | * lmail.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-032-1/+5
| | | | * lmail.c (bfree): Use munmap instead of vm_deallocate.
* 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-012-4/+15
| | | | | | | | * 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 <tosi@ees2.oulu.fi>.
* .Roland McGrath1999-06-221-0/+4
|
* 1999-06-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-221-1/+25
| | | | * rc.sh: Clean /tmp using special hackery to nuke translators.
* .Roland McGrath1999-06-181-0/+17
|
* 1999-06-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-0/+471
| | | | | | | * runttys.c: New file.c * Makefile (targets, SRCS): Add runttys, runttys.c. (runttys): New target. (runttys-LDLIBS): New variable, -lutil.
* 1999-06-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-0/+146
| | | | | | * runsystem.sh: New file. * Makefile (targets, special-targets): Add runsystem. (runsystem): New target.
* 1999-06-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-0/+222
| | | | | | * console-run.c: New file. * Makefile (targets, SRCS): Add console-run, console-run.c. (console-run): New target.
* 1999-06-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-5/+11
| | | | | | | | | | | | | | | * runsystem.sh: New file. * Makefile (targets, special-targets): Add runsystem. (runsystem): New target. 1999-06-15 Roland McGrath <roland@baalperazim.frob.com> * 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.
* .Roland McGrath1999-05-301-0/+4
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-3/+0
| | | | * rc.sh: Don't create /var/run/uptime. It's no longer used.
* .Roland McGrath1999-05-151-3/+7
|
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-3/+5
| | | | * rc.sh: Do `swapon -a' first thing.
* Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-092-4/+19
| | | | | | | | | * 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).
* .Roland McGrath1998-12-061-0/+4
|
* 1998-12-06 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-061-8/+12
| | | | * lmail.c (deliver, main): Add braces to silence gcc warning.
* .Roland McGrath1998-09-041-0/+4
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-4/+6
| | | | * lmail.c: Include <time.h> and <sys/time.h>.
* .Roland McGrath1998-07-201-0/+4
|
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+6
| | | | * getty.c: Include <string.h> for basename decl.
* .Miles Bader1997-02-201-0/+4
|
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* .Miles Bader1996-10-221-0/+7
|
* (options):Miles Bader1996-10-221-1/+1
| | | | | | 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).
* .Miles Bader1996-10-171-0/+4
|
* (deliver):Miles Bader1996-10-171-7/+11
| | | | fsync the user's mailbox after delivery.