Close existing utmpx file if any, from Sun variant of utmpxname(3)
Set the close-on-exec flag when opening utmpx file, and allow the file be opened for reading only
Make bootlogd(8) buildable with newer versions of GNU C Library where 'sys/mkdev.h' isn't available
Correct variable names
Make it buildable with newer versions of GNU C Library where 'sys/mkdev.h' isn't available
Add Sun-styled utmpxname(3) version, and make it the default unless _ALL_SOURCE or _GNU_SOURCE is defined
Fix comparsion between signed and unsigned integers
Relicense utmpx library under the X11 license
Handle EINTR and short writes in updwtmpx(3)
Preserve errno as necessary when calling lockf(3)
Remove non-standard macros '_UTX_*_SIZE' as they didn't really improve code readability and no program should ever use them
Add a setutxdb(3) implementation to utmpx library
Rename utmp.c to utmpx.c, and remove obsoleted uses of 'ut_time' from it
posix_openpt(2) is a system call of kFreeBSD
Remove support of using 'ut_session' and 'ut_time' in 'struct utmpx'
Remove unnecessary inclusions of getopt.h; Add AIX support
Create controlling pipe under /var/tmp/ since a tmpfs usually won't be mounted there after init(8) starts
Update Makefile and macro definition; make private strsep(3) function static so it could be inlined
Fix a bug in utmpx library; adjust comments
Some minor changes and bug fix
bootlogd: trying to handle more different termi...
Makefile bug fixed
Write a utmpx implementation for Cygwin; Enable...
Add a modified utmpx.h from and for Cygwin
Avoid compiler warnings; Add 'const' to read on...
Avoid some compiler warnings
Re-intend last.c; Fix build problem on Cygwin a...
Merge commit '52acf52ad20b7a47b8d646974590a5f6c...
Sync the GNU/Hurd support; bootlogd: small bug fix
Add 'const' keyword to many actually read only ...
sulogin is available on BSD
sulogin ported to Interix; re-intent last.c; a ...
Add a crypt(3) implemention from GLIBC to repla...
killall5: add memalign to malloc fallback for I...
last changed: showing run level entry with ut_l...
last: showing run level changes form ut_line is...
killall5: stat /proc/1 instead of /proc/version...
Write "run-level %c" into ut_line when booting ...
Sync FreeBSD, Solaris 10 support
Fix build problems on Solaris
Merge commit '2.87dsf-rivoreo-r2' into 2.88dsf-...
Update version number; Remove some unused varia...
Ported to NetBSD
Fixed some compiler warnings
Also stores the current run level into ut_line
Ported to FreeBSD
Add a strsep implementation from GLIBC; Ported ...
Add librt for Solaris 10
Ported to Solaris (the System-V init clone port...
Replaying Rivoreo revision 1 changes. Ported to...
Import version 2.87dsf
Next version will be 2.88.
Add casts to get rid of compiler warning about ...
Adjust makefile to make sure the install direct...
Change tty handling in init to make sure the UT...
Fix minor bug in optimizing of argument parsing...
Add Makefile in toplevel directory.
Drop hurd specific dependency on libc0.3 (>= 2....
Revert change from Fedora/RedHat where the now ...
Rewrite findtty() in bootlogd to recursively se...
Add the comment from Andrea Arcangeli about the...
Leftover.
Make sure bootlogd findpty() returns an error v...
Make sure bootlogd fflush() every line, even if...
Sync shutdown manual page and usage information...
New address sysvinit-devel@nongnu.org for patch...
Print usage information when shutdown is used b...
Add changelog entry
Get rid of warning about unused argument fromsh...
Get rid of signed/unsigned warning.
Fix race condition in utmp writing. Patch from...
Mention new home on Savannah in README.
Hide unused variable when not building with WIT...
Simplify build rules, based on patch from Mike ...
* Set SHELL to /bin/sh in the environmant of ...
Merge changelogs.
* pidof/killall5 - make omit pid list a dynam...
* remove left over
* Detected also removable block devices at ha...
* ditto
Remove obsolete changelog entry.
* init - avoid compiler warnings
Sulogin: try to detect the real device(s) used ...
* pidof - shorten list check a bit for network...
* sulogin - add the possibility to reset the te...
* Handle deleted binaries in pidof (was local b...
* Try to make utmpdump IPv6 valid, change based...
* fix typo
* Remove man-db tag for encoding for canonical man
Use notdir in Makefile
Add fix for Debian bug #580272
Respect the device an the command line of sulogin
Sulogin: if zero is read at reading the passwd ...
No use checkinf if env is true in the branch wh...
Adjust makefile to make it easier to link all b...
Make sure logintime string can never overflow (...
Avoid setting unused value and trick scan-build...
Make sure FILE pointer returned by hdopen() is ...
Explain why maxsymlinks() exist.
* Fix some minor problems