- 6e7131c Check exit code from dup() in spawn() and log error if it fail. by Petter Reinholdtsen · 11 years ago
- 7fbfc8b Use narrowly scoped file descriptor for handling opened TTY in by Petter Reinholdtsen · 11 years ago
- d46109d Make it possible to specify the initctl path as a compile time define INIT_FIFO. by Petter Reinholdtsen · 11 years ago
- 1540cec Remove obsolete/ directory from tarball. None of it have been useful for many years. by Petter Reinholdtsen · 11 years ago
- 7210a43 Drop dsf part from version number. It no longer make sense to keep. by Petter Reinholdtsen · 11 years ago
- 9d9d980 Port ifdown.c to FreeBSD. Patch from Guillem Jover and Debian. by Petter Reinholdtsen · 11 years ago
- 88c88db Fix typo in fstab-decode(8) font escape. Patch from Bjarni Ingi by Petter Reinholdtsen · 11 years ago
- 6941860 Document length limit for the process field in the inittab. Patch by Petter Reinholdtsen · 11 years ago
- 8dfd80d Adapt bootlogd TIOCCONS call to kfreebsd. Patch from Mats Erik by Petter Reinholdtsen · 11 years ago
- b83050a Rewrite findtty() in bootlogd.c to not chance working directory, to by Petter Reinholdtsen · 11 years ago
- 85657c9 Adjust makefile to make it easier to link all binaries statically. by Petter Reinholdtsen · 11 years ago
- f520fac Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS. If sysconf by Petter Reinholdtsen · 11 years ago
- f2168fb Define _XOPEN_SOURCE when building to get crypt() from <unistd.h> instead of using <crypt.h> in sulogin.c, to get the source building with the musl C library. by Petter Reinholdtsen · 11 years ago
- 53d2a55 Move dovoid() macro from #ifdef__GLIBC__ to #ifdef __linux__, to match the condutions of the place where it is used. Thanks to Matias A. Fonzo for noticing. by Petter Reinholdtsen · 11 years ago
- 91950b1 Adjust included headers to be compatible with the musl C library. Patch from Matias A. Fonzo and Dragora. by Petter Reinholdtsen · 11 years ago
- 96b57e4 Try harder to find libcrypt.*, even if there is no static library by Petter Reinholdtsen · 11 years ago
- e6f629a Rename internal functions warn() and shutdown() in the shutdown by Petter Reinholdtsen · 11 years ago
- e404cfd Fix typo in changelog text. by Petter Reinholdtsen · 11 years ago
- 23aa62e Improve message printed when signaling processes to stop. Patch from Matias A. Fonzo at the dragora project. by Petter Reinholdtsen · 11 years ago
- 55b0261 Shutdown: use PATH_DEFAULT as suggested by Paul Arthur in local bug #36101 by Dr. Werner Fink · 12 years ago
- 2d02a4a * Do not forget room for last NULL of new environment (was local bug 35866) by Dr. Werner Fink · 13 years ago
- 353ed1c * Handle deleted binaries in pidof (was local bug #34992) by Dr. Werner Fink · 13 years ago
- 101b3d2 * Allow init to delte extra environment variables (was local bug by Dr. Werner Fink · 13 years ago
- 5676369 Add some code to be able to detect programs even as user with by Dr. Werner Fink · 13 years ago
- 5208474 Sulogin: respect byte order that is do not mix chars and ints by Dr. Werner Fink · 13 years ago
- 45b91ad Sulogin: if zero is read at reading the passwd guess it's done. by Dr. Werner Fink · 13 years ago
- 29b6eab Sulogin: enforce reconnection of stdin/stdout/stderr if a device was specified. by Dr. Werner Fink · 13 years ago
- 6b4fa07 * Remove man-db tag for encoding for canonical man by Dr. Werner Fink · 14 years ago
- bcfd2bc Sulogin: try to detect the real device(s) used for the system console by Dr. Werner Fink · 14 years ago
- e5f59dd * Fix counting message lines in wall. Patch from Petr Lautrbach. by Dr. Werner Fink · 14 years ago
- 871bfa8 * Add code to detect the system consoles with the help of the by Dr. Werner Fink · 14 years ago
- 8cc84ca * Try to make utmpdump IPv6 valid, change based on suggestion from by Dr. Werner Fink · 14 years ago
- 002a256 * Fix signal and alarm handling based on the patch from Florent Viard. by Dr. Werner Fink · 14 years ago
- df23940 Make quotes visible in example of the manual page of fstab-decode by Dr. Werner Fink · 15 years ago
- d071321 Add fix for Debian bug #580272 by Dr. Werner Fink · 15 years ago
- 8f922a7 Fix sysvinit bug #29758 by Dr. Werner Fink · 15 years ago
- b49274a * Include limits.h in killall.c to enforce definition of PATH_MAX by Dr. Werner Fink · 15 years ago
- 4a967cb Only set the VSWTC field for termios in init if it is available, to get the source building on FreeBSD. by Petter Reinholdtsen · 15 years ago
- 8f8d1c7 Add #ifdef in bootlogd.c to avoid gcc warnings about unused variable on non-linux platforms. by Petter Reinholdtsen · 15 years ago
- 33e3fdb The next release will be 2.89. by Petter Reinholdtsen · 15 years ago
- c2716d5 * Correct fix for Debian bug #547073: use IUTF8 flag if defined by Dr. Werner Fink · 15 years ago
- 7d46fe2 Remove obsolete changelog entry. by Petter Reinholdtsen · 15 years ago
- 996b811 Merge PAM related changelog entries. by Petter Reinholdtsen · 15 years ago
- 88b0c5f Do not strip binaries before installing them, to make it easier to get binaries with debug information installed. by Petter Reinholdtsen · 15 years ago
- 7221eec Incude definition for MNT_DETACH which is missing in older GNU libc headers. by Petter Reinholdtsen · 15 years ago
- fea54d0 Add compatibility code to handle old path /etc/powerstatus for a while. by Petter Reinholdtsen · 15 years ago
- a7b7d16 * sulogin picking the SELinux context was broken. Patch by Daniel Walsh by Dr. Werner Fink · 15 years ago
- 0c6d80e * Remove PAM session start part from init as sulogin do not use by Dr. Werner Fink · 15 years ago
- 2d36e80 * ditto by Dr. Werner Fink · 15 years ago
- acfcf2c * Extend sulogin to support additional encryption algorithms by Dr. Werner Fink · 15 years ago
- 14a133c * Test out PAM support, extend PAM support by providing environment by Dr. Werner Fink · 15 years ago
- 77ab257 * fix typo by Dr. Werner Fink · 15 years ago
- ebef53e * Add fix for Debian bug #536574 -- Can be enabled by -DACCTON_OFF by Dr. Werner Fink · 15 years ago
- b82a3b2 Merge in preparation of new release. by Petter Reinholdtsen · 15 years ago
- db1eedd * Fix some minor problems by Dr. Werner Fink · 15 years ago
- 04be027 * sulogin - add the possibility to reset the terminal io by Dr. Werner Fink · 15 years ago
- 2fcc935 * init - avoid compiler warnings by Dr. Werner Fink · 15 years ago
- a73ef24 * pidof/killall5 - make omit pid list a dynamic one. by Dr. Werner Fink · 15 years ago
- a64aaa4 * Set SHELL to /bin/sh in the environmant of shutdown. by Dr. Werner Fink · 15 years ago
- 7a1fabf * Detected also removable block devices at halt/reboot to be able by Dr. Werner Fink · 15 years ago
- a68f368 * Add option -w to the last command to display the full user and by Dr. Werner Fink · 15 years ago
- ee41326 Merge changelogs. by Petter Reinholdtsen · 15 years ago
- 2e07354 Add changelog entry by Dr. Werner Fink · 15 years ago
- 28f1c68 Make sure bootlogd fflush() every line, even if asked not to flush by Petter Reinholdtsen · 15 years ago
- a6d7701 Make sure bootlogd findpty() returns an error value when it fails to by Petter Reinholdtsen · 15 years ago
- 141dc95 Rewrite findtty() in bootlogd to recursively search /dev/ for the by Petter Reinholdtsen · 15 years ago
- e2bd254 Fix race condition in utmp writing. Patch from Gil Kloepfer via by Petter Reinholdtsen · 15 years ago
- 09c79b1 Simplify build rules, based on patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
- 8f3e03c Sync shutdown manual page and usage information. Patch from Mike by Petter Reinholdtsen · 15 years ago
- 4686fe9 Print usage information when shutdown is used by non-root user. Patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
- 75ff536 Mention new home on Savannah in README. by Petter Reinholdtsen · 15 years ago
- b0e09b1 Add Makefile in toplevel directory. by Petter Reinholdtsen · 15 years ago
- 7ec53c9 Change tty handling in init to make sure the UTF-8 flag is not cleared on boot. Patch from Samuel Thibault. by Petter Reinholdtsen · 15 years ago
- f8e46b4 Add casts to get rid of compiler warning about signed/unsigned issues. by Petter Reinholdtsen · 15 years ago
- d6f5023 Fix minor bug in optimizing of argument parsing. Based on report from jakemus on freshmeat. by Petter Reinholdtsen · 15 years ago
- 65b507b Adjust makefile to make sure the install directories are created before files are copied into them. by Petter Reinholdtsen · 15 years ago
- 9196dab Revert change from Fedora/RedHat where the now obsolete command by Petter Reinholdtsen · 15 years ago
- 5b86380 Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12). It is by Petter Reinholdtsen · 15 years ago