christos
|
6653fa8b3c
|
How did this bug survive for so long? 'who am i' was busted because
it checked for valid utmp entries with usr.ut_name != NULL which can
never happen ofcourse, instead of usr.ut_name[0] != '\0'
|
1999-07-17 16:41:44 +00:00 |
christos
|
911f0fccb0
|
cast field sizes to ints.
|
1998-12-20 14:53:24 +00:00 |
lukem
|
87a83d449c
|
fix .Nm usage, deprecate register, use ANSI string.h stuff
|
1997-10-20 03:20:27 +00:00 |
kleink
|
df138b3d94
|
* __RCSID()/__COPYRIGHT() police.
* Prototypes; fix compiler warnings.
* setlocale(LC_ALL, "") on startup.
* Add XPG4.2 `-H' flag.
|
1997-07-23 20:08:03 +00:00 |
jtc
|
c7c97b414c
|
Added code for POSIX.2's -m, -T, and -u options.
|
1994-12-07 04:28:47 +00:00 |
jtc
|
5ff6f16bd7
|
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
|
1994-11-14 05:13:14 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |