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