tshiozak
498e0550aa
use UINT32_C and PRIu32 macros instead of 0x...U and %u.
2003-03-03 08:49:15 +00:00
tshiozak
8bc967f427
sync with the last change of runetype.h; %ld -> %u.
2003-03-03 08:30:21 +00:00
wiz
b96edb2bae
Bump date for RMID support. New sentence, new line.
2003-03-03 07:22:58 +00:00
wiz
2bc4fd781d
Sync usage with options; sort option string; handle N instead of
...
non-existing U option.
2003-03-03 07:18:37 +00:00
wiz
5f20c96d59
Bump date. Sort options, sort SEE ALSO.
2003-03-03 07:17:35 +00:00
itojun
424153ef69
TF_PROTO1/2 mixup. from itou makoto
2003-03-02 01:59:06 +00:00
enami
3d76616fbe
No need to invoke the make command so many times. It can handle all
...
the target specified in command line.
2003-03-01 08:36:05 +00:00
thorpej
3640957b38
If the NetBSD version note looks reasonable, parse it and display the
...
info.
2003-02-28 18:24:58 +00:00
lukem
c84f3c0dd2
crank dates
2003-02-28 09:54:51 +00:00
lukem
e7d3948066
crank version
2003-02-28 09:54:20 +00:00
lukem
a44810ddeb
Crank dates on TNF copyright.
...
Remove UCB & WIDE copyrights; the progressbar functionality was
written entirely by me under the TNF copyright.
2003-02-28 09:53:49 +00:00
matt
1800f61318
#undef TYPE(a) is not legal. Change to #undef TYPE /*(a)*/
2003-02-28 05:49:42 +00:00
matt
80623b55d4
Remove unused printf argument.
2003-02-28 05:48:58 +00:00
matt
ef69aa80b5
Add missing include
2003-02-28 05:48:25 +00:00
lukem
7106b560a6
add a cast to appease SUNWspro cc. noted by grant@
2003-02-28 04:06:55 +00:00
enami
acf5c11cc1
Don't use uninitialized variable.
2003-02-27 08:07:14 +00:00
atatat
6d45c1cd99
Clean up code in places, add some more (possible) submap names, make
...
better use of the submap names when dumping the kernel map, clean up
the "interface" between the main and LOCKDEBUG dependent pmap modules,
and make the heap identification work better.
2003-02-27 04:10:36 +00:00
christos
0d2dc54013
keep track of the two proc entries significant to the utmp entry. The one
...
indicated by the pid in struct utmpx [or ftpd hack], and the one that is
associated with the controlling tty, is in the foreground process group,
and has most cpu. If the second one exists, use that one, else use the first
one.
2003-02-26 19:10:28 +00:00
fredb
1709947012
Print the command in parenthesis, if kvm_getargv2() returns no
...
arguments. This lets "xterm -e command" display as "(command)".
Reviewed by christos.
2003-02-26 19:01:54 +00:00
christos
3a6ece1341
don't trust sizes comming in from the elf file.
2003-02-26 18:36:24 +00:00
christos
e8ec3465f7
make this compile
2003-02-26 18:35:42 +00:00
christos
d85507235b
fix a memory allocation issue.
2003-02-26 18:31:21 +00:00
christos
8399be1bba
keep track which entries are utmp and which are utmpx, so we can print
...
them on the stale message.
2003-02-26 15:04:10 +00:00
christos
c7d4de107a
- Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx does
...
not need it since it can get the pid from the utmpx structure.
- If the line is not found, and the pid is present (from utmpx) use that to
determine the process information for that particular entry.
2003-02-26 15:01:09 +00:00
sjg
cc9d340ac8
Add -B to MAKEFLAGS so that it propagates to sub-makes.
...
This allows one to use -j1 -B at some point in a tree to
overcome a -jN (which is the main reason one would use -B).
2003-02-26 08:59:12 +00:00
matt
65e5548a17
Add MBUFTRACE kernel option.
...
Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *)
to m_get*(M_WAIT, *). These are not performance critical and making them
call m_get saves considerable space. Add m_clget analogue of MCLGET and
make corresponding change for M_WAIT uses.
Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE.
Begin to change netstat to use sysctl.
2003-02-26 06:31:08 +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
dsl
a5f7364038
Fix the output of NUL bytes within %b formats.
...
(Approved by Christos)
2003-02-24 14:42:27 +00:00
dsl
9f46bb077a
Create subwins that end one line from the bottom of the screen even
...
after the window is resized.
2003-02-24 10:10:00 +00:00
jhawk
c3ac22a6a8
markup: the ";" for -exec, -ok, and -execdir is a seperate word from
...
the last argument
2003-02-23 20:01:31 +00:00
jhawk
93fccbf4ba
eleminate forward decl of 'struct stat'
2003-02-23 14:43:25 +00:00
jhawk
d44b698645
delint: trailing commas in enum definitions are prohibitted
...
knf: instantiate macros with #define<TAB>, not <SPACE>, and also align.
2003-02-23 14:41:30 +00:00
atatat
87437f0b78
Oops. Missed some possible UVM_ET_IS*() macro uses.
2003-02-23 01:08:29 +00:00
atatat
fb9b07a6a7
Properly print the VM_MAP_TOPDOWN flag if it is set, document the
...
VM_MAP_TOPDOWN flag (and the VM_MAP_DYING flag, since it never got
documented before), minor tweak to one of the examples, and use the
UVM_ET_IS*() macros instead of doing the same work manually.
2003-02-22 17:45:04 +00:00
atatat
ebe81c7ec3
Fix the sample output in one of the examples
2003-02-21 18:50:10 +00:00
jmmv
7eda74b7a6
Add missing dot to the `-' option. Ok'ed by wiz.
2003-02-21 11:17:50 +00:00
simonb
81dc935e33
Show the last "track" as the start of the lead-out area instead of a
...
bogus track number. Remove a magic number and (slightly) simplify the
TOC entry display function a little.
2003-02-19 12:55:58 +00:00
perry
b88a15cf9c
Add some missing voids.
2003-02-18 19:21:33 +00:00
msaitoh
f81acfd9b4
The name of the working directory for each prog is converted by "s/-/_/".
...
The directory list to be removed (i.e. make clean) has to be set with
the converted name.
2003-02-18 18:12:07 +00:00
dsl
34e0475375
Pivot the disk stats into extra lines if they run out of columns
...
(approved by christos)
2003-02-18 14:55:05 +00:00
dsl
c4ccc4eaf4
Fiddle with screen layout to generate room for longer labels on the
...
interrupt count fields.
(approved by christos)
2003-02-17 19:30:33 +00:00
augustss
34592076d4
Make it play RMID files as well. From bin/20388, Quentin Garnier.
2003-02-17 18:00:27 +00:00
christos
8475773db1
Add wtmpx support.
2003-02-17 15:08:57 +00:00
christos
46a5ddc0d3
fix static length variables.
2003-02-17 13:56:28 +00:00
wiz
8653efef97
Describe class field correctly. Addresses PR 20370 by Pavel Cahyna.
2003-02-16 16:18:23 +00:00
grant
2ceb845887
The correct capitalisation of 'NetBSD.org' is (you
...
guessed it) 'NetBSD.org'.
some mdoc fixes.
2003-02-14 15:59:16 +00:00
bouyer
a39a98c45d
Implement rquota RPC version 2, compatible with the linux implementation,
...
as proposed on tech-userlevel on Dec 06 2002. This allows to retrieve
group quota informations from NFS servers.
2003-02-14 14:55:58 +00:00
dsl
c22a42ecd8
Avoid displaying "intr" for all interrupt counter titles
...
(approved by christos)
2003-02-13 08:09:33 +00:00
christos
f611664450
PR/20317: Johnny Billquist: Clear timestamps upon freeing entries.
2003-02-12 17:39:36 +00:00
grant
d36ebd361d
change a couple #ifdef's so /usr/bin/progress doesn't stomp all over
...
the tty if it's not in the foreground.
ok'd by jhawk.
2003-02-12 15:18:28 +00:00