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