Date: Fri, 22 Jan 2010 04:53:08 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen utxdb.c Message-ID: <201001220453.o0M4rS9l086960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-01-22 04:53:08 UTC FreeBSD src repository Modified files: lib/libc/gen utxdb.c Log: SVN rev 202778 on 2010-01-22 04:53:08Z by ed Remove comments about breaking the specification. I've discussed this issue with the Austin Group and it will be fixed in future revisions of the specification. The issue was that ut_line fields weren't supposed to be valid for LOGIN_PROCESS entries, while getutxline() would try to match these records anyway. They also agreed on our way of implementing pututxline() without getutxid() (which other operating systems also do), but unfortunately they disagreed with our way of replacing DEAD_PROCESS entries, which is a pity. The current specification allows the utmpx database to become infinitely big over time. See also: http://austingroupbugs.net/view.php?id=213#c378 Revision Changes Path 1.3 +0 -2 src/lib/libc/gen/utxdb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001220453.o0M4rS9l086960>