Commit Graph

54 Commits

Author SHA1 Message Date
mrg
d2397ac5f7 completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.
1999-03-24 05:50:49 +00:00
garbled
9e44e9b578 More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-22 18:16:34 +00:00
pk
e7a15783a6 Use correct buffer in kvm_openfiles(). 1999-01-29 14:17:21 +00:00
mrg
80efe80bc9 - change setgid kmem programs (that lend themselves to this) so setegid(getgid())
and the top, and then set the effective gid back to kmem around the call to
  kvm_openfiles().  this reduces the time group kmem is available.
- for those above that also allow this, setgid(getgid()) after the call to
  kvm_openfiles() to fully revoke priviledges.
- some KNF
- use err(3) over fprintf(3) in some places
1998-07-06 07:50:18 +00:00
mrg
32f519716b - use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
kleink
9406f10815 Need <time.h> for strftime() and related definitions. Also, no need to
include <sys/tty.h>.
1998-04-02 11:39:40 +00:00
kleink
b17e4cc794 Need <time.h> for localtime() and strftime() prototypes. 1998-04-02 11:34:23 +00:00
perry
ba7b5f16ff add -DPMAP_NEW if PMAP_NEW is on in mk.conf 1998-02-18 03:54:58 +00:00
mrg
279ce528ce add -DUVM to CPPFLAGS if defined(UVM) 1998-02-09 06:25:15 +00:00
mycroft
d58f35482e Kill trailing comma in SEE ALSO section. 1997-11-01 03:28:22 +00:00
lukem
831bc1ae96 minor WARNS for i386 1997-10-20 03:08:44 +00:00
mrg
615373621d WARNSify; deprecate register; clean up .Nm 1997-10-20 02:49:14 +00:00
phil
133748a721 Don't print "up" if uptime is less than 30 seconds. (uptime rounds
to the nearest minute.)  Closes PR 2082.
1997-07-07 20:30:08 +00:00
mycroft
79bc5bb41f Use inet_aton(3) rather than inet_addr(3). 1997-05-19 03:44:43 +00:00
gwr
10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
gwr
012e528f2e Use .PATH.c: ... 1997-05-06 20:44:56 +00:00
mrg
8d51c2f90d properly terminal buffer after calling strftime. 1997-04-13 13:44:13 +00:00
christos
85d90bc463 PR/3416: enami tsugutomo: fix bug introduced in previous change to handle
long hostnames.
1997-03-31 04:13:15 +00:00
christos
3c24c46e1c PR/3399: Tatoku Ogaito: Careful with not null terminated utmp strings. 1997-03-29 23:21:37 +00:00
explorer
a030e0a1ae Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266 1997-03-03 22:12:19 +00:00
tls
60a059d296 Sync to 4.4BSD-Lite2 1997-01-09 11:55:19 +00:00
mikel
f9a7d704f1 preserve data from localtime() buffer before reuse.
PRs bin/2889 and bin/2906, with some improvement by me.
1996-11-14 07:34:46 +00:00
thorpej
93f0bfac6d Grok local timezone when determining "today".
From Tatoku Ogaito <tacha@tera.fukui-med.ac.jp>, PR #2534.
1996-09-27 03:32:07 +00:00
thorpej
8baabb16e5 RCS id police. 1996-06-07 01:39:10 +00:00
thorpej
2a295146f3 Discard setgid privileges if not reading the running kernel as suggested
by Mike Grupenhoff <ashmir@umiacs.umd.edu> in PR #2485.
1996-06-07 01:36:39 +00:00
mrg
0272dd3aaf print 1day not 1days. pr#2259 1996-05-21 13:21:07 +00:00
jtc
68a63eb204 Use errx() instead of err() to report failure of kvm_getprocs() call,
as errno doesn't have a meaningful value in this case.  Reported by
Mike Grupenhoff <kashmir@umiacs.umd.edu> in PR #2289.
1996-04-08 21:32:05 +00:00
mycroft
753e31a4fe Don't core dump when tty has no associated process. 1995-05-25 04:02:19 +00:00
mycroft
09984612d7 Gather the argument list only as necessary. Avoid an extra strvisx(3).
Make this compile again with the changes in ps(1).
1995-05-21 13:42:48 +00:00
cgd
81cef407d8 fix annoying number consistency bug. 1995-03-28 12:48:45 +00:00
cgd
9e97520947 specify man pages the new way. 1994-12-22 12:30:38 +00:00
mycroft
f5ae092fb9 Clean up deleted files. 1994-10-06 15:18:22 +00:00
jtc
1d1682d63c vmunix -> netbsd (PR #375) 1994-08-06 06:11:03 +00:00
cgd
cc3bb2da02 Fix from John Brezak for the following bug:
If there is a non-tty entry in utmp, w(1) will exit with an error.
However there are legitimate non-tty entries, for instance an xlogin via
xdm can be identified with the xlogin program. In this case there is an
entry with the display name as the ut_tty.
1994-06-30 08:08:08 +00:00
cgd
6a3b73440c fix from Jarle Greipsland <jarle@idt.unit.no> to deal with ut_line misprinting. 1994-06-30 07:18:44 +00:00
cgd
5a9cb8543e clean up import 1994-05-09 03:35:55 +00:00
cgd
f7329f6875 new w, to match libkvm 1994-05-09 03:32:48 +00:00
cgd
06be1d72aa field name foo 1994-05-05 06:38:53 +00:00
cgd
25718695be update for changed flags 1994-05-05 02:04:10 +00:00
cgd
851f7cd38e get rid of getloadavg() linking hack 1994-01-28 18:12:27 +00:00
cgd
542fa2fb04 hack to make getloadavg() link properly 1994-01-28 00:49:46 +00:00
mycroft
6be6fca207 Print -' rather than ' for 0 idle time. 1993-10-26 20:52:51 +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
eed6472f7c don't print process args, print the vis(3)'d process args... 1993-07-15 17:55:48 +00:00
deraadt
b1d2d04ee4 chris found a case where cn_tty was being used. Doesn't look like the
right thing to do, so it goes away.
1993-07-07 18:58:23 +00:00
mycroft
d3bc70b6bb Don't need -I/sys. (Why was it here?) 1993-06-17 13:16:20 +00:00
mycroft
9b971264a9 Update file names. 1993-06-13 22:29:02 +00:00
mycroft
da84bb1ffa Fix definition of rcsid. 1993-06-08 14:47:33 +00:00