1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
|
1999-09-22 Roland McGrath <roland@baalperazim.frob.com>
* getty.c (main): Make TTY our controlling terminal with TIOCSCTTY.
1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
* runttys.c (main): Only call error if setsid returns -1.
From Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1999-07-20 Roland McGrath <roland@baalperazim.frob.com>
* getty.c: Include <utmp.h> for login_tty decl.
1999-09-18 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
* runttys.c (run): Only call error if setsid returns -1.
* console-run.c (open_console): Likewise.
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* console-run.c (open_console): Move first setting of TERMINAL and
ARGZ_LEN outside of loop, quiets compiler warning.
* lmail.c: Add #include <sys/mman.h> for munmap decl.
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* lmail.c (bfree): Use munmap instead of vm_deallocate.
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* 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>.
1999-06-22 Roland McGrath <roland@baalperazim.frob.com>
* rc.sh: Clean /tmp using special hackery to nuke translators.
1999-06-18 Roland McGrath <roland@baalperazim.frob.com>
* 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.
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* rc.sh: Don't create /var/run/uptime. It's no longer used.
1999-05-15 Roland McGrath <roland@baalperazim.frob.com>
* rc.sh: Do `swapon -a' first thing.
Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
* lmail.c (deliver, main): Add braces to silence gcc warning.
1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
* lmail.c: Include <time.h> and <sys/time.h>.
1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
* getty.c: Include <string.h> for basename decl.
Wed Feb 19 23:05:13 1997 Miles Bader <miles@gnu.ai.mit.edu>
* lmail.c (argp_program_version): Make const.
Tue Oct 22 15:47:13 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <miles@gnu.ai.mit.edu>
* lmail.c (deliver): fsync the user's mailbox after delivery.
Mon Oct 14 21:36:29 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <miles@gnu.ai.mit.edu>
* rc.sh: Startup up sendmail if possible.
Thu Sep 12 16:50:12 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (HURDLIBS): New variable.
Wed Aug 14 10:22:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <thomas@gnu.ai.mit.edu>
* rc.sh: When deleting files from /tmp, use -f flag to rm.
Sat Jul 20 01:06:07 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <mib@gnu.ai.mit.edu>
* 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 <mib@gnu.ai.mit.edu>
* rc.sh: Only clean /tmp and /var/run if they are respectively
directories.
Sun Jul 7 10:39:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* getty.c (print_banner): Use basename instead of rolling our own.
Sat Jul 6 13:58:40 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* getty.c (print_banner): Don't include directory in terminal
name.
Sat Jul 6 00:10:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <mib@gnu.ai.mit.edu>
* getty.c: Include <sys/utsname.h> and <stdlib.h>.
(print_banner): New function.
(main): Call print_banner.
* getty.c (main): Return something.
Tue Jul 2 23:36:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
* rc.sh: Touch /var/run/uptime file.
Mon Jul 1 17:54:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <mib@gnu.ai.mit.edu>
* getty.c (main): Repair loop.
Tue Jun 25 18:01:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
* 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 <mib@gnu.ai.mit.edu>
* rc.sh: Copied from ../config.
* getty.c: Copied from ../utils.
* Makefile: New file.
|