wiz
7cd222b164
Bump date for -i.
2005-03-16 15:05:25 +00:00
sketch
8e587b4ca1
Add a -i option to ignore case in the process match.
2005-03-16 08:52:20 +00:00
christos
8f166961b9
Remove extra ; found by gcc-2.95 and reported in port-vax.
2005-03-14 13:34:57 +00:00
kim
077ff6605b
One third of screen looks much better than half, for default maxhost.
2005-03-13 04:08:16 +00:00
reed
be2370c0aa
Sorted two entries that were out of order.
...
And used spaces (instead of tab) for one entry to be consistent with rest
of file.
2005-03-12 15:13:54 +00:00
reed
e991dffff3
Add that NetBSD 2.0 was released on December 09, 2004
2005-03-12 15:07:56 +00:00
wiz
2c2533b641
Bump date for new -4, -6.
2005-03-11 13:14:34 +00:00
ginsbach
733e4b48e2
Add -4 and -6 to usage.
2005-03-11 03:20:23 +00:00
ginsbach
d9a614deae
Support -4 and -6. Approved by christos.
2005-03-11 03:19:31 +00:00
ginsbach
605994654d
Support -4 and -6. Approved by christos.
2005-03-11 02:45:24 +00:00
wiz
416aba1dc6
Bump date for -t.
2005-03-10 16:29:04 +00:00
wiz
96b620b365
Add -t to usage.
2005-03-10 16:28:54 +00:00
he
5f8555bc7c
Add a '-t' option to print the contents of the vmtotal structure,
...
possibly repeatedly.
2005-03-10 16:23:42 +00:00
atatat
1a773e1da4
Fix printing of AF_LOCAL names.
2005-03-10 05:39:54 +00:00
kleink
fcbd09f9f1
Field width and precision specifier arguments to printf must be ints.
2005-03-09 19:09:05 +00:00
wiz
73eb81183c
Make Dd date match import date more closely.
2005-03-09 17:16:54 +00:00
wiz
0f7047cb0b
Grammar improvements.
2005-03-09 17:16:30 +00:00
atatat
900e40a9ae
almost forgot about this.
...
Optimize getting process information by not getting it again if you're
looking for the same pid.
2005-03-09 05:53:47 +00:00
atatat
724bd01950
Add a sockstat(1) command that can list open sockets and the processes
...
that own them. The implementation concept and man page came largely
from FreeBSD, but the program is fresh.
2005-03-09 05:20:05 +00:00
christos
192c2eccf6
Add -lcrypt where -lcrypto is specified.
2005-03-09 03:11:22 +00:00
christos
1c7109cbce
- ansi
...
- better error detection
- avoid overflow
- WARNS=3
2005-03-09 02:02:07 +00:00
dsl
48a0480288
Initialise dfound outside loop so that 0 sized files compare correctly
...
and to that 'cmp -l' will exit with error is the last block matches.
Pointed out in a private mail bt someone who wishes to remain anonymous.
2005-03-07 07:51:42 +00:00
christos
cbc2d45618
If we cannot retrieve lines from a recovery file, don't call ourselves
...
recursively until we run out of stack.
2005-03-06 03:39:49 +00:00
christos
bf6d5c8643
A corrupt recovery file can have vs_scmap NULL now, since paint may return
...
early. Compensate.
2005-03-06 03:39:07 +00:00
wiz
35a9dd4fdd
Remove trailing whitespace, and use .Sq instead of manual quoting.
2005-03-05 14:28:31 +00:00
he
5152518685
Add -lcrypt to link lines for applications using -lkrb5, so that they
...
link successfully when MKPIC=no, as is always the case for our ports
which do not support shared libraries.
Discussed with thorpej and christos.
2005-03-04 20:44:55 +00:00
he
8e8728c45c
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
...
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.
Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.
Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.
Discussed with thorpej and christos.
2005-03-04 20:41:08 +00:00
christos
5c543845da
PR/26934: Curt Sampson: Add -x flag to process wtmpx files that don't end
...
in `x'.
2005-03-04 17:16:13 +00:00
christos
add06817f7
PR/23409: Geoff C. Wing: make sure we only print nul terminated strings.
2005-03-04 17:11:19 +00:00
atatat
e698a148f7
For connected local domain sockets that don't have a "local" name,
...
print the "remote" name instead.
2005-03-04 03:59:07 +00:00
atatat
9244b3d60d
Print the pcb address like the man page says, not the socket address.
2005-03-04 03:57:48 +00:00
christos
3f0344e8e8
1. Restore missing tty action.
...
2. Pass the nested user name to pam.
3. always try to fill in sockaddr.
2005-03-03 02:06:16 +00:00
abs
24cba1ac9a
If a user or group is not known, report the problem user/group, rather than
...
the first user/group. Caused huge fun in error messages from large script.
Old: pgrep -u root,NoSuchUser,daemon -> pgrep: unknown user `root'
Now: pgrep -u root,NoSuchUser,daemon -> pgrep: unknown user `NoSuchUser'
2005-03-02 15:31:44 +00:00
christos
13481917e0
When parsing conditional tokens, make sure that the token is followed by
...
a non-alpha character, so that .elsefoo is not parsed as .else leading
to confusion later.
2005-03-01 04:34:55 +00:00
christos
10cd3dcdb4
- use F_CLOSEM instead of walking the fd list
...
- determine pty name properly for ptyfs ptys
- use setproctitle(NULL) to kill our args
2005-02-28 16:13:02 +00:00
christos
70a8501f05
- deal with ptyfs pty names.
...
- put back chown pty code.
- use setproctitle(NULL) to kill our argument display.
- don't wait for any pid, just the one we forked.
2005-02-28 16:11:36 +00:00
wiz
a5924c4e9e
YP password -> NIS password. Ok'd by thorpej.
2005-02-28 15:19:59 +00:00
wiz
8168d38f56
Remove COPTS+=-g.
2005-02-28 10:37:49 +00:00
wiz
b34e537add
infomration -> information.
2005-02-28 10:37:34 +00:00
christos
c1fe2057f5
Fix unmatched .El warning.
2005-02-28 02:30:54 +00:00
thorpej
feee050f0e
user -> principal in the krb5 synopsis.
2005-02-28 02:02:43 +00:00
thorpej
c80d0a6dc7
Fix a typo, and sort SEE ALSO correctly.
2005-02-28 02:01:35 +00:00
dsl
f62ff76f8b
Add an extra digit to the kBps column - now overflows at 100MB/s
2005-02-26 22:28:23 +00:00
dsl
019733f61e
WARNS=3
2005-02-26 22:12:33 +00:00
dsl
ff927e7098
Fix field widths for 'numbers' display, and allow it without 'secs'.
2005-02-26 22:11:06 +00:00
dsl
2229b6a79b
WARNS=3
2005-02-26 21:19:18 +00:00
dsl
5af2964703
Always treat ^h and ^? as erase chars (as well as stty erase).
...
Make the ':' erasable.
Fix typo in unviewable help message.
No point in having 'else' after 'return'...
2005-02-26 19:01:09 +00:00
dsl
4583d5361a
Refresh labels and display after changing displayed disks
2005-02-26 18:58:45 +00:00
wiz
c3b040d5f4
Sort SEE ALSO.
2005-02-26 16:22:27 +00:00
wiz
4cc6eaf04c
Sort SEE ALSO, remove superfluous quotes.
2005-02-26 16:21:44 +00:00
thorpej
63f6912b86
YP -> NIS
2005-02-26 16:21:26 +00:00
wiz
b14dfa00d2
Sort SEE ALSO.
2005-02-26 16:20:36 +00:00
thorpej
1059994aca
YP -> NIS
2005-02-26 16:19:55 +00:00
thorpej
6136ecaa8e
YP -> NIS
2005-02-26 16:18:19 +00:00
thorpej
4e63fd43ef
Magor rework of passwd(1) for the PAM case. Add "-d <database>" option,
...
similar to Solaris's "-r <repository" or Mac OS X's "-i <infosystem>",
to select the password database (files, nis, krb5). Otherwise, we default
to using whatever PAM decides.
2005-02-26 07:19:25 +00:00
christos
dc9dbb2ac7
Don't wait for any process, just our child. pam sessions can fork other
...
processes (such as the ssh pam agent handler) and the wrong process ends
up reaped, wreaking havoc.
2005-02-25 21:49:43 +00:00
thorpej
8c9dd4bba7
Add missing RCS ID.
2005-02-24 05:11:34 +00:00
dsl
8d3b64e3cb
Exit with any failure code from the cmd or gzip.
...
Decode gzip -l output with strtoimax() (not sscanf()) so we don't use an
uninitialised variable if the output format isn't what we expect.
This might fix some installation PRs (no error being reported)
2005-02-23 22:32:31 +00:00
sjg
34180b9ccc
In the case of :? modifier, variable can be an expression - say so.
2005-02-23 17:22:29 +00:00
yamt
751e975bfc
handle partial reads. PR/29484.
2005-02-22 21:45:44 +00:00
christos
b74b94a591
PR/29505: Nicolas Joly: Increase width of csw value in systat vmstat.
2005-02-22 15:13:57 +00:00
wiz
823387f1c8
Drop some whitespace
...
XXX: -p not described.
2005-02-22 01:49:20 +00:00
christos
11e49612c8
Add a PAM passwd module.
...
XXX: This avoids the issue of supporting separate -l -y -k, but is the behavior
correct? Should passwd -p disable all other passwd methods? Should it become
the default if compiled in?
2005-02-22 01:08:43 +00:00
simonb
b6dcc6d5d8
Print a nice introductory line, per SUSv3 (and Posix?)
2005-02-21 04:32:55 +00:00
wiz
0d1974308b
Sort SEE ALSO (hi hubert! First by section, then by name.)
2005-02-20 21:18:27 +00:00
wiz
320e63ae50
Drop trailing whitespace.
2005-02-20 21:16:38 +00:00
wiz
aa3d6fa3ca
If we mark up RFC, then avoid using "command modifier" for it.
2005-02-20 20:54:01 +00:00
christos
66e1a2c606
Make this compile if pam is present. XXX: this sucks, because we don't
...
really use PAM here, but libtelnet needs it.
2005-02-19 23:28:41 +00:00
matt
f19d600803
Don't include the powerpc64 definitions in here. Since lint is a host
...
tool, the hosts definition of _LP64 will confuse things.
2005-02-19 17:15:56 +00:00
xtraeme
ef1154956f
Kill __P(), use ANSI function declarations; WARNS=3.
2005-02-17 17:41:34 +00:00
xtraeme
6dca62f25b
Kill __P(), use ANSI function declarations, constify; WARNS=3.
2005-02-17 17:35:47 +00:00
xtraeme
ee89c9ff79
Kill __P(), use ANSI function declarations.
2005-02-17 17:31:28 +00:00
xtraeme
1db2ef90e1
Kill __P(), use ANSI function declarations, constify; WARNS=3.
2005-02-17 17:29:58 +00:00
xtraeme
abda23981e
Kill __P(), use ANSI function declarations, constify; WARNS=3.
2005-02-17 17:17:25 +00:00
xtraeme
6dd2a8ed92
Kill __P(), use ANSI function declarations; WARNS=3.
2005-02-17 17:12:42 +00:00
xtraeme
971b39df9c
Kill __P(), use ANSI function declarations.
2005-02-17 16:53:45 +00:00
christos
63fca13660
PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]
2005-02-16 15:11:52 +00:00
hubertf
756c7041c0
Add "df" display to give information about filesystems, available diskspace
...
and used disk capacity, similar to df(1):
Filesystem Avail Capacity
/0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%
/ 359M |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
/tmp 180M |
/home 146G |XXXXXXXXXXXXXXXX
2005-02-16 03:45:41 +00:00
christos
0f037c7626
- Add depency ob ligssapi and the required c-file(s).
...
- Reorder libkafs so its possible to build w/o kerberos4
From Love.
2005-02-13 22:48:01 +00:00
christos
1b9aa59ad8
Add depency on libgssapi and add the required c-file(s)
...
From Love.
2005-02-13 22:44:07 +00:00
christos
d578cd9dc7
Add a couple of HAVE_'s
2005-02-13 19:15:43 +00:00
christos
15b0d355be
Only need the PAM hooks for sshd. Now it compiles, PAM portion untested.
2005-02-13 18:15:05 +00:00
snj
6bad99a279
Lincoln's birthday belongs (and already exists) in calendar.birthday.
2005-02-13 07:05:03 +00:00
christos
cea75c91ac
Add PAM glue [unused]
2005-02-13 06:07:54 +00:00
christos
573119d831
Update for OpenSSH-3.9
2005-02-13 06:07:21 +00:00
atatat
61ae0cbaf1
print the proper pointer for the pcb address. otherwise, all the udp6
...
pcb addresses are the same as unrelated udp pcb addresses.
2005-02-13 03:15:18 +00:00
aymeric
a3c4465703
Fix the RCSID's to be $NetBSD$ instead of $NetBSD
2005-02-12 12:53:22 +00:00
jmc
51da0bca2c
As dsl points out, sysinst uses the progress bar so put it back on SMALLPROG
2005-02-11 15:13:28 +00:00
simonb
3cebd9325e
White space nit- don't put a space before/after increment/decrement
...
operators.
2005-02-11 06:21:21 +00:00
chs
467487d274
use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly.
...
define and use vm_map_set{min,max}() for modifying these values.
remove the {min,max}_offset aliases for these vm_map fields to be more
namespace-friendly. PR 26475.
2005-02-11 02:12:03 +00:00
jmc
1bd5227b67
Make dependency checking for the pull-over make's actually work.
...
The make depend needs to be it's own separate make so it's done before the
main make runs. This also fixes issues w. -j breaking on 'depend <target'.
In addition, force the sub cross-over make to always run or otherwise it'll
never check dependencies once a valid foo.cro has been created.
Bump to 20050208
2005-02-10 16:03:04 +00:00
jmc
dc984029fd
White space nit
2005-02-10 16:00:38 +00:00
jmc
5f0e6eb14f
Fix compilation issues for NO_PROGRESS
2005-02-10 16:00:28 +00:00
jmc
c55ede16a2
Add NO_PROGRESS for -DSMALL
2005-02-10 16:00:06 +00:00
christos
199b39279a
Factor out common string processing code eliminating static buffers,
...
making functions that should be static be static, and cleaning up
const usage. Added a guard against buffer overflow, but the domap function
is a bit too complicated for me to tackle right now. I will leave it
to the author; hi luke!
2005-02-09 23:17:27 +00:00
jdolecek
98eec0d015
bump size of some arrays
2005-02-09 22:14:13 +00:00
dsl
a7126d6435
Only pass -Wtraditional to cpp for lint -t ...
...
Stops warnings about pre-processor constructs like #elif - which there is
no point detecting now that we've changed much of the code to require an
ANSI C compiler.
2005-02-09 21:24:48 +00:00
dsl
afc59ef61f
mmap normal files in 1MB chunks.
...
Due to a bug in mmap() the address space isn't counted against ulimit
until the page is faulted in - so mmapping a large file suceeds, but
cmp SIGSEGVs when it runs out of address space.
Also I don't believe that the madvise( MAP_SEQUENTIAL) has the desired
effect, and mmaping a large file is probably very bad for the UBC.
2005-02-06 21:19:46 +00:00
dsl
6ffe77ddd2
Taking (out) the __P
2005-02-06 20:50:34 +00:00
dsl
e77d2c6bcd
Change first arg of printsub() for 'char' to 'int' so that it builds again.
...
This matches the binary interface from before if was de-__Peed (or at least
that of K&R C).
In any case having arguments (and return values) of char and short isn't
especially sensible.
2005-02-06 20:39:35 +00:00