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