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