aboutsummaryrefslogtreecommitdiff
path: root/daemons
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* .Miles Bader1996-10-151-0/+1
|
* (INSTALL-mail.local-ops): New variable.Miles Bader1996-10-151-0/+2
|
* .Miles Bader1996-10-151-0/+8
|
* (rc, mail.local):Miles Bader1996-10-151-8/+5
| | | | | | | | | | New rules. (SRCS): Add lmail.c. (%: %.sh): Rule removed. (targets): Add mail.local.
* Initial checkinMiles Bader1996-10-151-0/+525
|
* .Miles Bader1996-10-101-0/+4
|
* Startup up sendmail if possible.Miles Bader1996-10-101-3/+8
|
* *** empty log message ***Thomas Bushnell1996-09-172-0/+5
|
* .Miles Bader1996-08-141-0/+6
|
* (getty-LDLIBS): New variable.Miles Bader1996-08-141-6/+5
| | | | | (getty): Dependency on -lutil removed. (libutil-libsubst): Variable removed.
* *** empty log message ***Thomas Bushnell1996-08-132-1/+5
|
* .Miles Bader1996-07-201-0/+4
|
* (main): Get the tty name from the right element in ARGV.Miles Bader1996-07-201-2/+2
|
* Initial revisionRoland McGrath1996-07-171-0/+58
|
* Create /var/run/uptime *after* clearing /var/run. Always createMichael I. Bushnell1996-07-151-2/+6
| | | | /var/run/mtab to keep e2fsck happy.
* Get rid of hostname setting from /etc/hostname.Miles Bader1996-07-151-3/+0
|
* Only clean /tmp and /var/run if they are respectively directories.Michael I. Bushnell1996-07-121-2/+6
|
* (print_banner): Use basename instead of rolling our own.Miles Bader1996-07-071-8/+1
|
* (print_banner): Don't include directory in terminal name.Michael I. Bushnell1996-07-061-1/+8
|
* (print_banner): Use localhost instead of grotty loop. Make static.Miles Bader1996-07-061-23/+8
| | | | (main): Use syslog instead of error to report exec failure.
* (getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Miles Bader1996-07-061-1/+1
|
* Include <sys/utsname.h> and <stdlib.h>.Michael I. Bushnell1996-07-061-1/+4
| | | | (main): Return something.
* (print_banner): New function.Michael I. Bushnell1996-07-061-0/+36
| | | | (main): Call print_banner.