elad
|
cbe6a15c01
|
Another overrun forgotten in previous commit, also found by Coverity.
CID 1481.
|
2006-03-17 20:44:28 +00:00 |
elad
|
ab24a02ffe
|
Fix buffer overrun found by Coverity, CID 1482.
|
2006-03-17 20:41:02 +00:00 |
peter
|
0d03348661
|
Implement the following two XSI extensions:
-q: quick mode, list only the names and the number of users currently
logged on.
-s: default mode, list only the name, line and time fields.
|
2005-07-22 14:23:05 +00:00 |
christos
|
b2d91da0d4
|
WARNS=3
|
2005-06-26 17:10:28 +00:00 |
peter
|
1a4cb94e52
|
Sort options.
ok wiz@
|
2004-11-22 17:20:02 +00:00 |
christos
|
29950aef4a
|
Check the result of stat and warn if things are not found.
Change all err/x to warn/x
|
2004-10-22 15:50:47 +00:00 |
jmmv
|
b635f565e7
|
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
|
2004-01-05 23:23:32 +00:00 |
wiz
|
df5a50364e
|
Use $NetBSD$ instead of $Header$.
|
2003-11-28 23:52:34 +00:00 |
agc
|
89aaa1bb64
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
2003-08-07 11:13:06 +00:00 |
wiz
|
d1084fd16c
|
Quote question mark.
|
2003-06-27 09:42:24 +00:00 |
wiz
|
990562bfef
|
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
|
2003-02-25 10:34:36 +00:00 |
christos
|
46a5ddc0d3
|
fix static length variables.
|
2003-02-17 13:56:28 +00:00 |
christos
|
f611664450
|
PR/20317: Johnny Billquist: Clear timestamps upon freeing entries.
|
2003-02-12 17:39:36 +00:00 |
grant
|
be8ae688ae
|
New sentence, new line.
|
2002-09-30 11:08:56 +00:00 |
christos
|
7e66d492ee
|
make this compile with either utmp or utmpx there.
|
2002-08-01 23:51:42 +00:00 |
christos
|
75db63d9a2
|
- don't hide a global.
|
2002-08-01 23:36:30 +00:00 |
christos
|
eb122f434a
|
abstract out utmp loading.
|
2002-08-01 23:23:07 +00:00 |
christos
|
c5c71978de
|
add utmpx support; lots of code can be shared now with w.
|
2002-07-28 21:46:34 +00:00 |
wiz
|
aded0d2cce
|
Whitespace cleanup.
|
2001-12-01 16:43:07 +00:00 |
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 |
jtc
|
5b466bef97
|
Changed order of STANDARDS and HISTORY subheads to conform with
specification in mdoc(7).
|
1997-09-09 07:26:02 +00:00 |
kleink
|
cce3084228
|
Add WARNS=1.
|
1997-07-23 20:09:25 +00:00 |
kleink
|
db21fa89df
|
Document `-H' flag.
|
1997-07-23 20:08:53 +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 |
mouse
|
ee6a5b2cd6
|
alternate -> alternative, per PR 2643
|
1997-03-08 14:24:19 +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 |
deraadt
|
9e884098d2
|
fix from <dgy@mcs.com>
|
1994-04-08 08:09:14 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
mycroft
|
c3e42d1c64
|
Add RCS indentifiers.
|
1993-08-01 07:22:47 +00:00 |
mycroft
|
d0f8d5d2bb
|
Add RCS identifiers.
|
1993-07-30 22:28:22 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |