]>
Commit | Line | Data |
---|---|---|
c6fb5841 PR |
1 | sysvinit (2.89dsf) UNRELEASED; urgency=low |
2 | ||
33dca826 | 3 | [ Werner Fink ] |
32c9fc6d DWF |
4 | * Add code to detect the system consoles with the help of the |
5 | new /proc/consoles files of linux kernel 2.6.38+ | |
7cbe9cbe DWF |
6 | * Try to make utmpdump IPv6 valid, change based on suggestion from |
7 | Navdeep Bhatia (see local bug #32429) | |
82111852 DWF |
8 | * Fix signal and alarm handling based on the patch from Florent Viard. |
9 | (was local bug #32304) | |
10 | * Add fix for Redhat bug #573346: last incorrectly displays IPv6 | |
11 | addresses (was local bug #29497) | |
33dca826 DWF |
12 | * Correct fix for Debian bug #547073: use IUTF8 flag if defined |
13 | and if already set to make sure the utf-8 flag is not cleared | |
14 | from the tty. Patch from Samuel Thibault. | |
64953d94 | 15 | * Include limits.h in killall.c to enforce definition of PATH_MAX |
8ec857d9 DWF |
16 | * Fix sysvinit bug #29758 Linker invocation should not contain |
17 | headers. Change based on patch from Elias Pipping. | |
be62ca92 DWF |
18 | * Add fix for Debian bug #580272: use return value 1 of |
19 | is_selinux_enabled() to determine if SELinux is enabled, | |
20 | otherwise initialize SELinux and load the policy. Patch from | |
21 | Petter Reinholdtsen. | |
3c2942d5 | 22 | * Make quotes visible in example of the manual page of fstab-decode |
33dca826 | 23 | |
c6fb5841 PR |
24 | [ Petter Reinholdtsen ] |
25 | * Next release will be 2.89dsf. | |
6a6815b5 PR |
26 | * Add #ifdef in bootlogd.c to avoid gcc warnings about unused |
27 | variable on non-linux platforms. | |
fc3def35 PR |
28 | * Only set the VSWTC field for termios in init if it is available, |
29 | to get the source building on FreeBSD. | |
c6fb5841 PR |
30 | |
31 | -- Petter Reinholdtsen <pere@hungry.com> Sun Apr 11 11:28:55 CEST 2010 | |
32 | ||
33 | sysvinit (2.88dsf) world; urgency=low | |
a33820c3 | 34 | |
6a169c50 | 35 | [ Petter Reinholdtsen ] |
5b37aca8 | 36 | * Mention new home on Savannah in README. |
a33820c3 PR |
37 | * Revert change from Fedora/RedHat where the now obsolete command |
38 | INIT_CMD_CHANGECONS was introduced. Based on feedback and patch | |
39 | from Bill Nottingham. | |
1ebf28b5 PR |
40 | * Adjust makefile to make sure the install directories are created |
41 | before files are copied into them. | |
bcbe7f89 | 42 | * Simplify build rules, based on patch from Mike Frysinger and Gentoo. |
54cb4b75 PR |
43 | * Fix minor bug in optimizing of argument parsing. Based on |
44 | report from jakemus on freshmeat. | |
192c4567 | 45 | * Add casts to get rid of compiler warning about signed/unsigned issues. |
334256b0 PR |
46 | * Change tty handling in init to make sure the UTF-8 flag is not cleared |
47 | on boot. Patch from Samuel Thibault. | |
545897fa | 48 | * Add Makefile in toplevel directory. |
b159ad89 PR |
49 | * Print usage information when shutdown is used by non-root user. |
50 | Patch from Mike Frysinger and Gentoo. | |
cd8b8a4b PR |
51 | * Sync shutdown manual page and usage information. Patch from Mike |
52 | Frysinger and Gentoo. | |
90c78fcc PR |
53 | * Fix race condition in utmp writing. Patch from Gil Kloepfer via |
54 | Mike Frysinger and Gentoo. | |
29ed3b1d PR |
55 | * Rewrite findtty() in bootlogd to recursively search /dev/ for the |
56 | correct device, to handle terminal devices for example in /dev/pty/. | |
57 | Patch from Debian. | |
81bc7c8e PR |
58 | * Make sure bootlogd findpty() returns an error value when it fails to |
59 | find a usable pty. Patch from Rob Leslie via Debian. | |
54e00d41 PR |
60 | * Make sure bootlogd fflush() every line, even if asked not to flush |
61 | to disk using fdatasync(). Patch from Scott Gifford via Debian. | |
364b4b0b PR |
62 | * Add compatibility code to handle old path "/etc/powerstatus" for a |
63 | while. | |
a42284e9 PR |
64 | * Incude definition for MNT_DETACH which is missing in older GNU libc |
65 | headers. | |
41669797 PR |
66 | * Do not strip binaries before installing them, to make it easier to |
67 | get binaries with debug information installed. | |
a33820c3 | 68 | |
6a169c50 PR |
69 | [ Werner Fink ] |
70 | * Add the comment from Andrea Arcangeli about the correct | |
71 | place of setting the default childhandler within spawn(). | |
72 | * Make sure that newline is printed out for last(1) even | |
73 | if an utmp record entry is truncated. | |
74 | * Check if utmp not only exists but also is writable and delay | |
75 | writing out of the utmp runlevel record if utmp is not writable. | |
76 | * Be able to find libcrypt also on 64 bit based architectures. | |
561a31d4 PR |
77 | * Add option -w to the last command to display the full user and |
78 | domain names in the output. Patch from Petr Lautrbach. | |
79 | * Add a manual page for utmpdump as this tool is sometimes | |
80 | very useful even if not intended for normal use. | |
81 | * Use paths.h macros for wall | |
82 | * Change path "/etc/powerstatus" to "/var/run/powerstatus" | |
83 | * Detected also removable block devices at halt/reboot to be able | |
84 | to flush data and send them the ATA standby command. This should | |
85 | avoid data loss on USB sticks and other removable block devices. | |
86 | * Flush block devices on halt/reboot if not done by the kernel. | |
87 | * Set SHELL to /bin/sh in the environmant of shutdown. | |
88 | * Retry to write out shutdown messages if interrupted. | |
89 | * pidof/killall5 - make omit pid list a dynamic one. | |
90 | * pidof - provide '-n' to skip stat(2) syscall on network based FS. | |
91 | * init - avoid compiler warnings | |
92 | * init - initialize console by using the macros from ttydefaults.h | |
93 | * init - add the possiblity to ignore further interrupts from keyboard | |
94 | * init - add the possiblity to set sane terminal line settings | |
95 | * sulogin - add the possibility to reset the terminal io | |
96 | * Fix some minor problems | |
97 | * init - enable is_selinux_enabled() to detect selinuxfs | |
55f242bf DWF |
98 | * Add fix for Debian bug #536574 -- Can be enabled by -DACCTON_OFF |
99 | * Add helper program fstab-decode to make it easier to handle | |
100 | /etc/mtab content. Patch by Miloslav Trmac and Fedora. | |
101 | * Add fix for Debian bug #335023 - Make sure TERM is set on FreeBSD. | |
102 | * Add fix for Debian bug #374038 - Make it clear that shutdown -c can | |
103 | only cancel a waiting shutdown, not an active one. | |
516b0c8f | 104 | * Add note to pidof manual page about the use of readlink(2). Patch by |
55f242bf | 105 | Bill Nottingham and Fedora. |
a13d8f37 PR |
106 | * Add PAM patch contrib/notify-pam-dead.patch based on Debian bug |
107 | #68621, which will add PAM support for programs spawned by init on | |
108 | the console like sulogin. Based on patch by Topi Miettinen. This | |
109 | patch is not applied by default yet while we review its | |
110 | usefullness. It is only helpful for session handling, as sulogin | |
111 | do not use and will not use a PAM conv() function. The current | |
112 | sulogin is able to handle DES as well as MD5, SHA, and Blowfish | |
113 | encrypted passwords due using getpwnam(3). | |
23d97522 DWF |
114 | * Move utmp/wtmp before the execvp() in spawn() to be sure to |
115 | use the correct pid even on a controlling tty | |
116 | * Remaining problem is that the pid of the second fork() for | |
117 | getting a controlling tty isn't that reported by spawn() | |
118 | * Re-enable writting utmp/wtmp for boot scripts | |
22786b24 | 119 | * Extend sulogin to support additional encryption algorithms |
47d64e61 | 120 | * Re-enable maintenance message of sulogin |
fd6f5c50 DWF |
121 | * Enable the sulogin fallback password check to handle MD5, SHA, and |
122 | Blowfish encrypted passwords in case of getpwnam(3) fails. | |
872353ef | 123 | * sulogin picking the SELinux context was broken. Patch by Daniel Walsh |
6a169c50 | 124 | |
c6fb5841 | 125 | -- Petter Reinholdtsen <pere@hungry.com> Sun Apr 11 11:28:55 CEST 2010 |
a33820c3 | 126 | |
a74aeac6 PR |
127 | sysvinit (2.87dsf) world; urgency=low |
128 | ||
129 | * Fix typos and do minor updates in the manual pages. | |
130 | * Correct section of mountpoint(1). | |
131 | * Document -e and -t options for telinit in init(8). | |
132 | * Update address of FSF in the COPYRIGHT file. | |
133 | * Document in halt(8) that -n might not disable all syncing. | |
134 | Patch by Bill Nottingham and Fedora | |
135 | * Adjust output from "last -x". In reboot lines, print endpoint | |
136 | of uptime too. In shutdown lines print downtimes rather than | |
137 | the time between downs. Fix typo in string compare in last.c. | |
138 | Patch by Thomas Hood. | |
139 | * Improve handling of IPv6 addresses in last. Patch from Fedora. | |
140 | * Document last options in usage information, previously only | |
141 | mentioned in the manual page. | |
142 | * Add new option -F to last, to output full date string instead | |
143 | of the short form provided by default. Patch from Olaf Dabrunz | |
144 | and SuSe. | |
145 | * Adjust build rules to make sure the installed binaries | |
146 | are stripped. | |
147 | * Increase the compiler warning level when building. | |
148 | * Fix utmp/wtmp updating on 64-bit platforms. Patch by Bill | |
149 | Nottingham and Fedora. | |
150 | * Avoid unchecked return value from malloc() in utmpdump. | |
151 | Patch from Christian 'Dr. Disk' Hechelmann and Fedora. | |
152 | * Make sure to use execle and no execl when passing environment to | |
153 | the new process. Patch from RedHat. | |
154 | * Correct init to make sure the waiting status is preserved across | |
155 | re-exec. Patch from RedHat. | |
156 | * Correct init to avoid race condition when starting programs during | |
157 | boot. Patch from SuSe. | |
158 | * Allow 'telinit u' in runlevels 0 and 6. Patch from Thomas Hood. | |
159 | * Change install rules to make pidof an absolute symlink. Patch from | |
160 | Thomas Hood. | |
161 | * Improve error message from init if fork() fail. Patch found in Suse. | |
162 | * Add support for SE Linux capability handling. Patch from Manoj | |
163 | Srivastava, adjusted to avoid aborting if SE policy was loaded in | |
164 | the initrd with patch from Bill Nottingham and Fedora. | |
165 | * Add -c option to pidof for only matching processes with the same | |
166 | process root. Ignore -c when not running as root. Patch from | |
167 | Thomas Woerner and Fedora. | |
168 | * Adjust init to terminate argv0 with one 0 rather than two so that | |
169 | process name can be one character longer. Patch by Kir Kolyshkin. | |
170 | * Make sure bootlogd exit with non-error exit code when forking of | |
171 | the child successfully. | |
172 | * Add bootlogd option -s to make it possible to control the use of | |
173 | fdatasync(). Patch from Thomas Hood. | |
174 | * Add bootlogd option -c to tell it to create the log file if it does | |
175 | not exist. Patch from Thomas Hood. | |
176 | * Let bootlogd also look at ttyB* devices to work on HPPA. Patch | |
177 | from Thomas Hood. | |
178 | * Change init to use setenv() instead of putenv, make sure the PATH | |
179 | value is usable on re-exec. Patch from Thomas Hood. | |
180 | * Add usleep in killall5 after killing processes, to force the kernel | |
181 | to reschedule. Patch from SuSe. | |
182 | * Modify pidof to not print empty line if no pid was found. | |
183 | * Modify init and sulogin to fix emergency mode's tty, making sure ^C | |
184 | and ^Z work when booting with 'emergency' kernel option. Patch from | |
185 | Samuel Thibault. | |
186 | * Modify init to allow some time for failed opens to resolve themselves. | |
187 | Patch from Bill Nottingham and Fedora. | |
188 | * Modify init to shut down IDE, SCSI and SATA disks properly. Patches | |
189 | from Sebastian Reichelt, Werner Fink and SuSe. | |
190 | * Modify wall to use UT_LINESIZE from <utmp.h> instead of hardcoded | |
191 | string lengths. Patch from SuSe. | |
192 | * Change wall to make halt include hostname in output. | |
193 | * Change killall to avoid killing init by mistake. Patch from SuSe. | |
194 | * Change killall5 to use the exit value to report if it found any | |
195 | processes to kill. Patch from Debian. | |
196 | * Add option -o opmitpid to killall5, to make it possible to skip | |
197 | some pids during shutdown. Based on patch from Colin Watson and | |
198 | Ubuntu. | |
199 | * Add references between killall5 and pidof manual pages. Patch from Debian. | |
200 | * Modify killall to work better with user space file system, by | |
201 | changing cwd to /proc when stopping and killing processes, and | |
202 | avoiding stat() when the value isn't used. Also, lock process | |
203 | pages in memory to avoid paging when user processes are stopped. | |
204 | Patch from Debian and Goswin von Brederlow with changes by Kel | |
205 | Modderman. | |
206 | * Change shutdown to only accept flags -H and -P with the -h flag, | |
207 | and document this requirement in the manual page. | |
208 | * Change reboot/halt to work properly when used as a login shell. | |
209 | Patch by Dale R. Worley and Fedora. | |
210 | * Let sulogin fall back to the staticly linked /bin/sash if both roots | |
211 | shell and /bin/sh fail to execute. | |
212 | ||
213 | -- Petter Reinholdtsen <pere@hungry.com> Sun, 12 Jul 2009 19:58:10 +0200 | |
214 | ||
215 | sysvinit (2.86) cistron; urgency=low | |
216 | ||
217 | * Fixed up bootlogd to read /proc/cmdline. Also keep an internal | |
218 | linebuffer to process \r, \t and ^H. It is becoming useable. | |
219 | * Applied trivial OWL patches | |
220 | * Block signals in syslog(), since syslog() is not re-entrant | |
221 | (James Olin Oden <joden@malachi.lee.k12.nc.us>, redhat bug #97534) | |
222 | * Minor adjustements so that sysvinit compiles on the Hurd | |
223 | * killall5 now skips kernel threads | |
224 | * Inittab entries with both 'S' and other runlevels were broken. | |
225 | Fix by Bryan Kadzban <bryan@kadzban.is-a-geek.net> | |
226 | * Changed initreq.h to be more flexible and forwards-compatible. | |
227 | * You can now through /dev/initctl set environment variables in | |
228 | init that will be inherited by its children. For now, only | |
229 | variables prefixed with INIT_ can be set and the maximum is | |
230 | 16 variables. There's also a length limit due to the size | |
231 | of struct init_request, so it should be safe from abuse. | |
232 | * Option -P and -H to shutdown set INIT_HALT=POWERDOWN and | |
233 | INIT_HALT=HALT as environment variables as described above | |
234 | * Add "mountpoint" utility. | |
235 | * Slightly better algorithm in killall5.c:pidof() | |
236 | * Added some patches from fedora-core (halt-usage, last -t, | |
237 | sulogin-message, user-console) | |
238 | ||
239 | -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 30 Jul 2004 14:14:58 +0200 | |
240 | ||
241 | sysvinit (2.85) cistron; urgency=low | |
242 | ||
243 | * Add IPv6 support in last(1) | |
244 | * Sulogin: even if the root password is empty, ask for a password- | |
245 | otherwise there is no way to set a timeout. | |
246 | * Removed support for ioctl.save. | |
247 | * Turned of support for /etc/initrunlvl and /var/run/initrunlvl | |
248 | * Fixed warts in dowall.c ("Dmitry V. Levin" <ldv@altlinux.org>) | |
249 | * Fix init.c::spawn(). The "f" variable was used both as file descriptor | |
250 | and waitpid(2) return code. In certain circumstances, this leads to | |
251 | TIOCSCTTY with wrong file descriptor (Vladimir N. Oleynik). | |
252 | * Fix fd leak in sulogin (Dmitry V. Levin). | |
253 | * More error checking in all wait() calling code (Dmitry V. Levin). | |
254 | * Fix argv[] initialization in spawn() (Dmitry V. Levin). | |
255 | * Change strncpy to strncat in most places (Dmitry V. Levin). | |
256 | ||
257 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 15 Apr 2003 16:37:57 +0200 | |
258 | ||
259 | sysvinit (2.84) cistron; urgency=low | |
260 | ||
261 | * Don't use /etc/initlvl interface for telinit; only use /dev/initctl, | |
262 | and give a clear error when that fails. | |
263 | * Add -i/--init command line flag to init - this tells init | |
264 | 'behave as system init even if you're not PID#1'. Useful for | |
265 | testing in chroot/jail type environments. | |
266 | ||
267 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 27 Nov 2001 13:10:08 +0100 | |
268 | ||
269 | sysvinit (2.83) cistron; urgency=low | |
270 | ||
271 | * Fix bug in shutdown where it didn't check correctly for a | |
272 | virtual console when checking /etc/shutdown.allow | |
273 | * Fix race condition in waitpid() [Andrea Arcangeli] | |
274 | * Call closelog() after openlog()/syslog() since recent libc's | |
275 | keep the logging fd open and that is fd#0 aka stdin. | |
276 | ||
277 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 2 Oct 2001 23:27:06 +0200 | |
278 | ||
279 | sysvinit (2.82) cistron; urgency=low | |
280 | ||
281 | * Print out correct version number at startup. | |
282 | * Fix spelling of initttab in init(8) | |
283 | ||
284 | -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 23 Aug 2001 17:50:44 +0200 | |
285 | ||
286 | sysvinit (2.81) cistron; urgency=low | |
287 | ||
288 | * Fix typo/bug in killall5/pidof, -o option failed to work since 2.79. | |
289 | Reformatted source code to prevent this from happening again. | |
290 | * shutdown.8: applied redhat manpage update | |
291 | * sulogin: applied redhat sysvinit-2.78-sulogin-nologin.patch | |
292 | * sulogin: applied redhat sysvinit-2.78-notty.patch | |
293 | * sulogin: applied redhat sysvinit-2.78-sigint.patch | |
294 | ||
295 | sysvinit (2.80) cistron; urgency=low | |
296 | ||
297 | * Grammar/spelling fixes in shutdown.c (Christian Steinrueck) | |
298 | * Don't set controlling tty for non-(sysinit,boot,single) runlevels | |
299 | ||
300 | -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 26 Jul 2001 13:26:56 +0200 | |
301 | ||
302 | sysvinit (2.79) cistron; urgency=low | |
303 | ||
304 | * New upstream version | |
305 | * several fixes to wall by Tim Robbins <fyre@box3n.gumbynet.org> | |
306 | * Several extra boundary checks by Solar Designer | |
307 | * Make /dev/console controlling tty | |
308 | * Stricter checks on ownership of tty by mesg(1) | |
309 | * Documented and restricted -n option to wall(1) | |
310 | * Make it compile with glibc 2.2.2 | |
311 | * Document IO redirection in wall manpage (closes: #79491) | |
312 | * Update README (closes: #85650) | |
313 | * Fix init.8 manpage (closes: #75268) | |
314 | * Fix typo in halt(8) manpage (closes: #67875) | |
315 | * Check time argument of shutdown(8) for correctness (closes: #67825) | |
316 | * Check for stale sessions in last(1) (Chris Wolf <cwolf@starclass.com>) | |
317 | ||
318 | -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 4 Jul 2001 15:04:36 +0200 | |
319 | ||
320 | sysvinit (2.78-2) frozen unstable; urgency=high | |
321 | ||
322 | * Change "booting" to "reloading" message at reload | |
323 | * Add "-z xxx" dummy command line argument (closes: #54717) | |
324 | ||
325 | -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 11 Feb 2000 12:17:54 +0100 | |
326 | ||
327 | sysvinit (2.78-1) unstable; urgency=low | |
328 | ||
329 | * 2.78 will be the new upstream version, I'm skipping 2.77 | |
330 | * Shutdown now calls sync before switching the runlevel to 0 or 6, | |
331 | or before unmounting filesystems if -n was used (closes: #46461) | |
332 | * Some cosmetic changes to init.c (closes: #32079) | |
333 | ||
334 | -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 30 Dec 1999 20:40:23 +0100 | |
335 | ||
336 | sysvinit (2.77-2) unstable; urgency=low | |
337 | ||
338 | * Fix last -i option | |
339 | ||
340 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 5 Oct 1999 21:51:50 +0200 | |
341 | ||
342 | sysvinit (2.77-1) unstable; urgency=low | |
343 | ||
344 | * Write reboot record into utmp file as well to make rms happy | |
345 | * Fork and dump core in / if SIGSEGV is received for debugging purposes | |
346 | * Patch by Craig Sanders <cas@vicnet.net.au> for "last" -i option | |
347 | ||
348 | -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 4 Aug 1999 11:16:23 +0200 | |
349 | ||
350 | sysvinit (2.76-4) unstable; urgency=low | |
351 | ||
352 | * Change dowall.c to handle Unix98 ptys correctly | |
353 | * Add comment in rcS about usage of setup.sh and unconfigured.sh | |
354 | * Shutdown now removes nologin file just before calling telinit | |
355 | * SEGV handler now tries to continue after sleep of 30 seconds. | |
356 | On a 386-class processor it also prints out the value of EIP. | |
357 | * Fix for racecondition in check_init_fifo() by Richard Gooch | |
358 | ||
359 | -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 8 May 1999 17:22:57 +0200 | |
360 | ||
361 | sysvinit (2.76-3) frozen unstable; urgency=high | |
362 | ||
363 | * Small bugfix to last.c courtesy of Danek Duvall <duvall@emufarm.ml.org> | |
364 | ||
365 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 12 Jan 1999 12:12:44 +0100 | |
366 | ||
367 | sysvinit (2.76-1) frozen unstable; urgency=high | |
368 | ||
369 | * Fix bug in check_pipe() which crashes init on the Alpha. | |
370 | ||
371 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 3 Nov 1998 11:09:13 +0100 | |
372 | ||
373 | sysvinit (2.75-4) unstable; urgency=low | |
374 | ||
375 | * Change sulogin password buffer to 128 characters. | |
376 | * Don't print control characters in dowall.c | |
377 | * Try to open getenv ("CONSOLE"), /dev/console and /dev/tty0 in order. | |
378 | For backwards compatibility when you try to boot a 2.0.x kernel | |
379 | with a linux > 2.1.70 /dev/console device. | |
380 | * Change src/Makefile for non-debian systems (mainly, RedHat) | |
381 | * Try to create /dev/initctl if not present; check every time to see | |
382 | if the dev/ino of /dev/initctl has changed and re-open it. This should | |
383 | help devfs a bit. | |
384 | * Send SIGUSR1 to init at bootup to let it re-open /dev/initctl; | |
385 | again in support of devfs. | |
386 | * Moved pidof to /bin (it's only a link to killall5 anyway) | |
387 | ||
388 | -- Miquel van Smoorenburg <miquels@cistron.nl> Mon, 5 Oct 1998 14:03:14 +0200 | |
389 | ||
390 | sysvinit (2.75-2) frozen unstable; urgency=medium | |
391 | ||
392 | * Fix last.c again. | |
393 | * Add check to see if /dev/initctl is really a FIFO | |
394 | * In ifdown.c first down all shaper devices then the real devices | |
395 | ||
396 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 2 Jun 1998 22:43:01 +0200 | |
397 | ||
398 | sysvinit (2.75-1) frozen unstable; urgency=low | |
399 | ||
400 | * Rewrote last.c to be much more memory friendly and correct, | |
401 | thanks to Nick Andrew <nick@zeta.org.au> and | |
402 | David Parrish <dparrish@zeta.org.au> | |
403 | * Fixes bugs: | |
404 | #21616: sysvinit: sulogin thinks md5 root password is bad | |
405 | #21765: sysvinit: Typo in `killall5.c' | |
406 | #21775: sysvinit: sysvinit does not support MD5 hashed passwords | |
407 | #21990: /usr/bin/last: unnecessary memset and off-by-one bug | |
408 | #22084: sysvinit 2.74-4: SIGPWR missing on sparc | |
409 | #21900: init, powerfail events, and shutdown.allow | |
410 | #21702: init 0 does not work as expected... | |
411 | #21728: sysvinit: Typo in `init.c' | |
412 | #22363: sysvinit: discrepance btw. manpage and /sbin/init | |
413 | ||
414 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 19 May 1998 11:02:29 +0200 | |
415 | ||
416 | sysvinit (2.74-4) frozen unstable; urgency=medium | |
417 | ||
418 | * Add -o option to last to process libc5 utmp files. | |
419 | * Buffer overflow fixed in init.c (not very serious; only exploitable | |
420 | by root). Thanks to Chris Evans <chris@ferret.lmh.ox.ac.uk> | |
421 | ||
422 | -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 15 Apr 1998 17:04:33 +0200 | |
423 | ||
424 | sysvinit (2.74-1) unstable; urgency=low | |
425 | ||
426 | * Should compile with glibc 1.99 :) | |
427 | * Change behaviour of reboot(1) and halt(1) so that the default when | |
428 | the runlevel can't be determined is to call shutdown. | |
429 | * Added re-exec patch from Al Viro (21 Feb 1998): | |
430 | 'U' flag added to telinit. It forces init to re-exec itself | |
431 | (passing its state through exec, certainly). | |
432 | May be useful for smoother (heh) upgrades. | |
433 | 24 Feb 1998, AV: | |
434 | did_boot made global and added to state - thanks, Miquel. | |
435 | Yet another file descriptors leak - close state pipe if | |
436 | re_exec fails. | |
437 | ||
438 | -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 12 Mar 1998 17:42:46 +0100 | |
439 | ||
440 | sysvinit (2.73-2) unstable; urgency=low | |
441 | ||
442 | * Change _NSIG to NSIG for 2.1.x kernel includes. | |
443 | ||
444 | -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 8 Jan 1998 16:01:02 +0100 | |
445 | ||
446 | sysvinit (2.73-1) unstable; urgency=low | |
447 | ||
448 | * Use siginterrupt, now that system calls are restarted by default. | |
449 | Main symptom was that the sulogin timeout didn't work but there | |
450 | might have been more hidden problems. | |
451 | * Kill process immidiately if turned off in inittab | |
452 | * Fixed sulogin check on tty arg. | |
453 | * Use strerror() instead of sys_errlist | |
454 | * wall now supports a '-n' option to suppress [most of] the banner. | |
455 | Debian doesn't use sysvinit's wall, but apparently Redhat does. | |
456 | * Add '-F' (forcefsck) option to shutdown | |
457 | * Close and reopen /dev/initctl on SIGUSR1 (mainly for a /dev in ram) | |
458 | ||
459 | -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 3 Jan 1998 16:32:39 +0100 | |
460 | ||
461 | sysvinit (2.72-3) unstable; urgency=low | |
462 | ||
463 | * Add extra fork() in dowall.c to avoid hanging in rare cases | |
464 | ||
465 | -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 22 Oct 1997 14:44:00 +0200 | |
466 | ||
467 | sysvinit (2.72) unstable; urgency=low | |
468 | ||
469 | * Applied manual page patches by Bill Hawes <whawes@star.net>. Thanks Bill! | |
470 | * Applied patches to the sample Slackware scripts by | |
471 | "Jonathan I. Kamens" <jik@kamens.brookline.ma.us> | |
472 | * Fix halt and reboot runlevels 0 & 6 check. | |
473 | * Only say "no more processes left in runlevel x" once | |
474 | * Fix race condition with SIGCHLD in spawn() | |
475 | (thanks to Alon Ziv <alonz@CS.Technion.AC.IL>) | |
476 | * Compress all manpages (missed 2) | |
477 | * Compiled for libc6 | |
478 | * Added poweroff patch by Roderich Schupp <rsch@ExperTeam.de> | |
479 | ||
480 | -- Miquel van Smoorenburg <miquels@cistron.nl> Sun, 12 Oct 1997 17:20:17 +0200 | |
481 | ||
482 | sysvinit (2.71-2) frozen unstable; urgency=low | |
483 | ||
484 | * Print 2.71 instead of 2.70 on startup :) | |
485 | ||
486 | -- Miquel van Smoorenburg <miquels@cistron.nl> Mon, 5 May 1997 12:45:25 +0200 | |
487 | ||
488 | sysvinit (2.71-1) frozen unstable; urgency=high | |
489 | ||
490 | * Added code for updwtmp() in utmp.c for glibc (2.0.3) | |
491 | * Fixed all programs to use functions from utmp.c and getutent() | |
492 | * Do not try to clean up utmp in init itself (Bug#9022) | |
493 | * Removed sync() from main loop. | |
494 | * Hopefully fixes bug #8657 (shutdown signal handling) | |
495 | ||
496 | -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 26 Apr 1997 19:57:27 +0200 | |
497 | ||
498 | sysvinit (2.70-1) unstable; urgency=low | |
499 | ||
500 | * Respawn fix | |
501 | * Removed StUdLy CaPs from source code | |
502 | * Moved files in source archive around | |
503 | * Fixes for glibc (utmp handling, signal handling). | |
504 | * Fixed '-d' option to last (now also works without '-a'). | |
505 | * Added extra checking in last.c to prevent showing dead entries | |
506 | ||
507 | -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 7 Feb 1997 15:31:30 +0100 | |
508 | ||
509 | sysvinit (2.69-1) frozen unstable; urgency=medium | |
510 | ||
511 | * Fixed bug that can throw X in a loop (or any other app that reads from | |
512 | /dev/tty0) | |
513 | ||
514 | -- Miquel van Smoorenburg <miquels@cistron.nl> Sun, 1 Dec 1996 15:32:24 +0100 | |
515 | ||
516 | sysvinit (2.67-1) frozen unstable; urgency=high | |
517 | ||
518 | * Fixes problem with /dev/console being controlling terminal of some | |
519 | daemons | |
520 | * Puts copyright file in the right place | |
521 | ||
522 | -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 15 Nov 1996 12:23:33 +0100 | |
523 | ||
524 | sysvinit (2.66-1) unstable; urgency=medium | |
525 | ||
526 | * Skipped 2.65. A development 2.65 got out by accident and is apparently | |
527 | being used.. | |
528 | * Also compiles and runs with GNU libc (and on the Alpha) | |
529 | * Fixed dowall.c not to exit when getpwuid() fails and uid == 0. | |
530 | * Fixed init panic'ing on empty lines in /etc/inittab | |
531 | * Changed default PATH to include /usr/local/sbin | |
532 | * Set /dev/console as controlling terminal for sysinit,bootwait,wait,powerwait | |
533 | This allows using ^C to interrupt some parts of eg the boot process. | |
534 | * Remove old symlink in /var/log/initlvl; let init check both | |
535 | /var/log and /etc itself. | |
536 | ||
537 | -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 29 Oct 1996 13:46:54 +0100 | |
538 | ||
539 | 2.66 29-Oct-1996 | |
540 | - Skipped 2.65. A development 2.65 got out by accident and is apparently | |
541 | being used.. | |
542 | - Fixed dowall.c not to exit when getpwuid() fails and uid == 0. | |
543 | - Fixed init panic'ing on empty lines in /etc/inittab | |
544 | - Changed default PATH to include /usr/local/sbin | |
545 | - Ported to Linux/Alpha and GNU libc. | |
546 | - Set /dev/console as controlling terminal for sysinit,bootwait,wait,powerwait. | |
547 | This allows using ^C to interrupt some parts of eg the boot process. | |
548 | - Remove old symlink in /var/log/initlvl; let init check both | |
549 | /var/log and /etc itself. | |
550 | ||
551 | 2.64 28-Jun-1996 | |
552 | - Init checks CONSOLE environment variable on startup (overrides /dev/console) | |
553 | - Init sets CONSOLE variable for all its children. | |
554 | - Wtmp(): when zeroing out old utmp entries, keep ut_id field | |
555 | - Wtmp(): try to re-use ut_id field if possible. | |
556 | - SetTerm(): only read from /etc/ioctl.save if written once. | |
557 | - Included start-stop-daemon, C version (source only). | |
558 | - Fixed wait() for the emergency shell. | |
559 | - killall5: ignore signal before doing kill(-1, pid). | |
560 | ||
561 | 2.63 14-Jun-1996 | |
562 | - Fixed preinst script for Debian | |
563 | - Fixed init.c to become init daemon if name is init.new | |
564 | - Fixed pidof to not return PIDs of shell scripts | |
565 | ||
566 | 2.62-2 09-Jun-1996 | |
567 | - Changed debian /etc/init.d/boot script to create a nologin file | |
568 | at boot and to remove it just before going multiuser. | |
569 | ||
570 | 2.62 31-May-1996 | |
571 | - Decided to release a 2.62 version with a BIG WARNING about upgrading | |
572 | init in it. Will send a patch to Linus for the linux/Documentation/Changes | |
573 | file so that 2.62 or later is mentioned as the version to upgrade to. | |
574 | - Added docs for Slackware | |
575 | ||
576 | 2.61-3 29-May-1996 | |
577 | - Fixed debian/etc/init.d/network for the lo device. | |
578 | - Added "-xdev" to the cd /tmp && find in debian/etc/init.d/boot | |
579 | - Made remove time for files in /tmp configurable. | |
580 | ||
581 | 2.61 29-Apr-1996 | |
582 | - Changed /etc/init.d/boot script again | |
583 | - Fixed problem in init.c with trailing whitespace after entries in inittab | |
584 | - Fixed killall5 problems | |
585 | - Added manpage for lastb | |
586 | - Added SHELL= environment variable to sulogin | |
587 | - Fixed sulogin & shadow problems | |
588 | - Added timeout option to sulogin | |
589 | ||
590 | 2.60-2 16-Apr-1996 | |
591 | - Fixed sulogin (didn't work if root wasn't first entry in shadow file) | |
592 | - Fixed mesg for systems with "tty" group (such as Debian) | |
593 | - Fixed nsyslog() in killall5.c | |
594 | ||
595 | 2.60 01-Apr-1996 | |
596 | - Fixed race condition in init.c, resulting in hanging shutdowns. | |
597 | Courtesy of Max Neunhoeffer <Max.Neunhoeffer@urz.uni-heidelberg.de>. | |
598 | - Fixed debian/etc/init.d/boot for swapon and mdadd | |
599 | - Added architecture to debian.control | |
600 | - Added manpages for rc.boot and rc.local | |
601 | - Updated inittab manpage for 4-character runlevel field | |
602 | - Added debian replaces for bsdutils < version_without_mesg | |
603 | - Fixed init.c so that it also works with kernels 1.3.81 and up | |
604 | ||
605 | 2.59 10-Mar-1996 | |
606 | - Init logs less to syslog (suspected to hang in syslog() or openlog() ) | |
607 | - removed closelog() from init.c | |
608 | - removed time check of runlevel record in halt. | |
609 | - Added options to last to get hostname from ut_addr field | |
610 | - Added last and mesg to installation targets | |
611 | - rewrote /etc/init.d/boot a bit. | |
612 | ||
613 | 2.58-2 04-Jan-1996 | |
614 | - Changed etc/init.d/rc to do a stty onlcr | |
615 | - Added /var/log/initrunlvl symlink | |
616 | ||
617 | 2.58-1 31-Dec-1995 | |
618 | - Added the latest debian files. | |
619 | - Added support for 4-character id fields (if you have libc5). | |
620 | - Fixed pidof (in killall5) parsing of /proc/.../stat | |
621 | - Save restore GMT setting in /etc/init.d/boot | |
622 | ||
623 | 2.57d 03-Dec-1995 | |
624 | - Added sulogin | |
625 | - Added "-b" flag to init, gives a shell before | |
626 | anything else (in case the startup scripts are screwed) | |
627 | - Moved fastboot to /fastboot | |
628 | - Folded in Debian patches. | |
629 | - Removed old scripts | |
630 | - Added debian /etc/directory. | |
631 | ||
632 | 2.57c 08-Oct-1995 | |
633 | - Changed over to init_request (with initreq.h) | |
634 | - Processes no longer killed when "process" field | |
635 | changes, change takes effect after next respawn. | |
636 | ||
637 | 2.57b xx-Aug-1995 | |
638 | - Bugfix release for Debian and Slackware 3.0 | |
639 | ||
640 | 2.57a 10-Jul-1995 | |
641 | - Fixed race condition init init.c wrt got_chld | |
642 | - Fixed one-off for malloc in killall5.c | |
643 | - Changed dowall.c | |
644 | - Console code: no relink to /dev/systty on CTRL-ALT-DEL) | |
645 | ||
646 | 2.57 22-May-1995 | |
647 | - Changed a few things here and there, didn't | |
648 | really document it :) | |
649 | ||
650 | 2.55 17-Jan-1995 | |
651 | - Added option to shutdown to run standalone. | |
652 | ||
653 | 2.54 12-Jan-1995 | |
654 | - Added GNU copyrigh to all *.[ch] files. | |
655 | - added /etc/initscript | |
656 | - reboot and halt now call shutdown in runlevels 1-5 | |
657 | - Can run from read-only root (CDROM) | |
658 | ||
659 | 2.53 10-Oct-1994 | |
660 | - Renamed pidof to killall5, updated all scripts to | |
661 | use killall5 instead of kill -1 .... | |
662 | - Rewrote scripts to use this, and some general changes. | |
663 | - Added SysV command line compatibility to shutdown. | |
664 | ||
665 | 2.52 30-Aug-1994 | |
666 | - Added `powerfailnow' keyword, for when UPS battery is low. | |
667 | - Updated `last'. | |
668 | - Fixed utmp handling (wrt. CLEAN_UTMP) | |
669 | TODO: | |
670 | * Make last compatible with GNU/BSD (long options?) | |
671 | * update powerd | |
672 | * remote SIGPWR broadcast? in powerd? (with priv. port) | |
673 | * remote shutdown | |
674 | ||
675 | 2.50 14-Feb-1994 | |
676 | - Ignores unknown command line arguments. | |
677 | - Modelled more after the "real" sysVinit | |
678 | - Lots of changes all over the place. | |
679 | (like showing runlevel in "ps" listing, logging | |
680 | runlevel into utmp file etc) | |
681 | - now using "reliable" signals instead of V7 style. | |
682 | - Updated all scripts. Examples are in two directories: | |
683 | etc (normal) and etc-sysv (sysv style scripts). | |
684 | - runlevel 0 = halt, 1 = single user, 6 = reboot. | |
685 | - added support for serial console. | |
686 | - updated Propaganda, manpages. | |
687 | - added shutdown access control. | |
688 | ||
689 | 2.4 24-May-93 | |
690 | - Send out the official version into the world as | |
691 | SysVinit-2.4.tar.z. | |
692 | ||
693 | 2.4g 15-May-93 | |
694 | - Changed init to really catch SIGPWR 'cause we | |
695 | hooked up an UPS to the Linux machine. The | |
696 | keyword for catching the TreeFingerSalute is | |
697 | now "ctrlaltdel" instead of "power{wait,fail}". | |
698 | ||
699 | 2.4a 22-Apr-93 | |
700 | - Fixed last to reckognize BSD style wtmp logging. | |
701 | - Changed init to write wtmp records that are | |
702 | SysV compliant but are also reckognized by the | |
703 | BSD last. Added a '+' option to the 'process' | |
704 | field of inittab, for getties that want to do | |
705 | their own utmp/wtmp housekeeping (kludge!). | |
706 | - Now accepts a runlevel on the command line, | |
707 | and reckognizes the 'auto' argument. (Sets the | |
708 | environment variable AUTOBOOT to YES) | |
709 | ||
710 | 2.2.3 24-Mar-93 | |
711 | - Ripped out the 'leave' action. To difficult, and | |
712 | unneeded. | |
713 | - Going single user now kills _all_ processes. | |
714 | - Added '-t secs' option to all commands. | |
715 | - This version is stable enough to post. | |
716 | ||
717 | 2.2 02-Mar-93 | |
718 | - Made wait()'s asynchronous | |
719 | - Changed whole thing to one big state machine | |
720 | - Now using 'pseudo levels' # & * for SYSINIT & BOOT | |
721 | - Added a new type of 'action', called leave. This | |
722 | process will be executed when the system goes from a | |
723 | runlevel specified in it's runlevel field to a | |
724 | level that's not. Nice to bring down NFS and the like. | |
725 | ||
726 | 2.1 28-Jan-93 | |
727 | - Fixed a bug with 'boot' and 'once'. | |
728 | - Check 'initdefault' for validity. | |
729 | - Reckognizes "single" as command line argument. | |
730 | - Retries execvp with 'sh -c exec ..' if command | |
731 | is a shell script. (shouldn't execvp do this?) | |
732 | - Added patches to use syslog if defined. | |
733 | ||
734 | 2.0 08-Dec-92 | |
735 | - Rewrote the code totally, so started with a new | |
736 | version number. | |
737 | - Dropped Minix support, this code now is Linux - specific. | |
738 | - With TEST switch on, this init & telinit can | |
739 | run standalone for test purposes. | |
740 | ||
741 | 1.3, 05-Jul-92 | |
742 | - Got a 386, so installed Linux. Added 'soft' reboot | |
743 | to be default under linux. Fixed some typos. | |
744 | ||
745 | 1.2, 16-Jun-92 | |
746 | - Bugreport from Michael Haardt ; removed deadlock | |
747 | and added 'waitpid' instead of 'wait' for SYSV. | |
748 | ||
749 | 1.1, 30-Apr-92 | |
750 | - Read manual wrong: there is no 'action' field called | |
751 | process, but all entries are of type process. Every | |
752 | 'process' get exec'ed by /bin/sh -c 'exec command'. | |
753 | - Rapidly respawning processes are caught in the act. | |
754 | - _SYSV support is really Linux support, | |
755 | done by poe@daimi.aau.dk on 25-Mar-92. | |
756 | ||
757 | 1.0, 01-Feb-92 | |
758 | - Initial version, very primitive for the Minix | |
759 | operating system. Required some mods. to the | |
760 | kernel. | |
761 |