kristerw
2b96113ff9
KNF
2002-03-11 23:29:02 +00:00
kristerw
dbe85b35bd
Remove obsolete files.
2002-03-11 18:57:50 +00:00
kristerw
175b5054de
Ansify
...
Remove unused defines
Remove #ifndef lint
Remove redundant and incorrect casts.
2002-03-11 18:47:51 +00:00
enami
4df736987c
Fix broken indentation.
2002-03-11 15:29:22 +00:00
itojun
0a2445c3b6
move sshd config files to /etc/ssh
2002-03-11 04:57:55 +00:00
christos
9a6801b5cd
fix pool_allocator fallout. bad boy jason!
2002-03-10 01:48:25 +00:00
sommerfeld
16d5bd2bae
Adapt to pool rototill.
2002-03-09 23:26:51 +00:00
pk
24ed3538ca
Propagate a .JOIN node's .ALLSRC contents to the parent's .ALLSRC.
2002-03-08 23:22:38 +00:00
wiz
e76f885fb8
Xr makewhatis 8, not 1.
2002-03-08 22:18:04 +00:00
jdolecek
626d582bcc
xref makewhatis(8), it now uses man.conf too
2002-03-08 22:12:22 +00:00
kristerw
8bcbaa7bc8
Ansify
...
Remove 'register'
Make local functions static.
Remove most '#ifndef lint'
2002-03-08 21:57:33 +00:00
jdolecek
215ac5cf9b
document -C option, add /etc/man.conf to FILES and xref man.conf(5)
2002-03-08 20:27:41 +00:00
jdolecek
0f794d6d71
use -I${CURDIR}/.. and #include <man/config.h>, <man/pathnames.h> so
...
that it's easier to tell from where do they come, and more easily
usable in host tool code when cut&pasted
use TAILQ_* macros as apropriate
use EXIT_FAILURE for the glob error case, too
2002-03-08 20:23:10 +00:00
wiz
6e6e326518
Usually, one reads from standard input, not standard output (comment).
2002-03-08 02:05:25 +00:00
itojun
af34a358ff
sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc
...
(openbsd usr.bin/ssh is using /etc/ssh)
2002-03-08 02:00:50 +00:00
tv
081041f2f7
MAX has special meaning in host tools. #undef it first.
2002-03-07 20:43:29 +00:00
tv
6057928f1a
Rename `basename' as `lbasename' so as not to confuse with the libgen.h
...
prototyped function of the same name.
2002-03-07 20:17:37 +00:00
tv
1d5b3f55ff
Revert previous; <inttypes.h> is auto-generated-empty now.
2002-03-07 19:19:14 +00:00
tv
37ef6828bc
Autoconf bracket #include <inttypes.h>.
2002-03-07 18:29:56 +00:00
wiz
240d8221ea
Replace last tempnam() with mkstemp(), and remove the tempMail variable.
...
Inspired by OpenBSD.
mail(1) is now tempnam(3) free.
2002-03-06 17:36:44 +00:00
wiz
a3b751130f
Give mail.1 a DESCRIPTION section.
...
Closes bin/14591.
2002-03-06 14:09:14 +00:00
wiz
443084c89d
Replace another tempnam() with mkstemp(), and remove the tempEdit variable.
...
Inspired by OpenBSD.
2002-03-06 13:45:51 +00:00
ad
01b2cec5c5
- System processes will never be matched.
...
- A dash given to `-t' matches processes with no controlling terminal.
2002-03-06 12:03:48 +00:00
ad
eabe280b0e
Exclude system processes when the match is inverted.
2002-03-06 12:02:18 +00:00
ragge
744110b40b
License change; patch.c now has a BSD license.
...
From Larry Wall via Niklas Hallqvist, <niklas@appli.se>.
2002-03-06 12:01:03 +00:00
thorpej
fe9b2e2bd7
No need to reference .OBJDIR here.
2002-03-05 22:07:13 +00:00
wiz
ae38aa875b
Use warn() instead of perror().
2002-03-05 21:29:30 +00:00
wiz
b6e7b17180
KNF: No space after casts.
2002-03-05 21:18:14 +00:00
wiz
9c3d74c30b
Replace another tempnam() with mkstemp(), and remove the tempResid variable.
...
Inspired by OpenBSD.
2002-03-05 21:11:46 +00:00
wiz
d44726b8b5
Replace a 0-cast with NULL.
2002-03-05 20:58:54 +00:00
wiz
69047878cf
Replace another tempnam with mkstemp (inspired by OpenBSD).
...
Replace perror with warn.
Use NULL instead of some cast 0.
s|/usr/mail|/var/mail| in a comment.
2002-03-05 20:57:28 +00:00
wiz
afc1761e0b
Replace another tempnam() with mkstemp(), and remove the tempMesg variable.
...
Inspired by OpenBSD.
2002-03-05 20:26:59 +00:00
wiz
c3df89412e
Replace printf+exit with errx.
2002-03-05 20:15:33 +00:00
wiz
4361c5156c
Check tmpdir for being empty and remove trailing slashes in it. Replace one
...
tempnam() with mkstemp(), and remove the tempQuit variable.
Inspired by OpenBSD.
2002-03-05 20:14:02 +00:00
wiz
a5643639a9
ANSIfy another function (overlooked that one...).
2002-03-05 19:26:42 +00:00
wiz
ad41eb4f49
Use strpbrk(3) instead of anyof().
2002-03-05 19:25:16 +00:00
tv
c8e92c46c8
Put `klen' and `newk' back in local block so that their scope is limited.
...
(Reduces 1.31 to a one-line diff from 1.30.)
2002-03-05 15:37:35 +00:00
wiz
10d6eb080d
Drop duplicate .Pp.
2002-03-05 15:09:26 +00:00
wiz
505d53c807
Clarify input source. Drop a duplicate .Pp while I am here.
2002-03-05 15:06:16 +00:00
simonb
592e570685
Remove prototypes for some static functions that don't exist.
2002-03-05 12:54:34 +00:00
mrg
235e0d0060
clean up.
2002-03-05 12:32:16 +00:00
mrg
4192ea474e
merge less-374
2002-03-05 12:28:31 +00:00
mrg
9668e4f341
less 374
2002-03-05 11:44:53 +00:00
ad
d6462e0c24
Solaris 2.7 -> 7
2002-03-04 13:49:07 +00:00
augustss
ee19c52139
Fix 3 bugs in signal number decoding:
...
* invoking pkill without any arguments gave a core
* an initial numeric prefix of a signal name was ignored, e.g. -88sigint
* argc was not updated when the signal number was decoded.
2002-03-04 13:47:08 +00:00
lukem
d1d45ba716
fix -P (which was broken in rev 1.29)
2002-03-04 13:16:03 +00:00
ad
1858d37330
The first Solaris release with pkill and friends was 2.7.
2002-03-04 12:58:03 +00:00
wiz
cb6786d45f
Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE)
...
with NULL.
2002-03-04 03:16:10 +00:00
wiz
ab85015570
Don't use special null string pointer (NOSTR), just use NULL.
2002-03-04 03:07:25 +00:00
enami
9b95f1b1f3
We don't want token while we're aborting. Otherwise, make spins wasting cpu.
2002-03-04 00:34:35 +00:00