lukem
0668bf9a80
_whatdb has supported glob(3)ing pathnames for over 3 years ...
2001-06-25 21:37:24 +00:00
hubertf
08a7f97337
make file(1) recognize our manpages in src/gnu/libexec/uucp/*
2001-06-24 01:40:30 +00:00
itojun
69d60502fe
upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
...
- authorized_keys2 and known_hosts2 are obsoleted, and integrated
into those without "2".
- file name change, /etc/primes -> /etc/moduli
- cleanups
2001-06-23 19:37:38 +00:00
wiz
dad52345fd
Sync with top.1 v1.6.
2001-06-21 21:36:23 +00:00
wiz
d6232cb1ae
Fix some typos and grammar.
2001-06-21 21:36:05 +00:00
wiz
c384a41e3f
Turn -S (display of system processes) on by default.
...
If they are using so much CPU that they would be in the top 10 (or so)
they should be shown. Ok'd by christos.
2001-06-21 21:27:50 +00:00
christos
d8401d9eac
document 'S' command (thanks thomas)
2001-06-20 22:32:17 +00:00
christos
6008bb4486
add a command ('S') to toggle display of system processes.
...
It is annoying to have to quit and use top -S to toggle.
2001-06-20 19:56:35 +00:00
lukem
37fe23659d
put "site" in alphabetical order. noted by Mike Barcroft in private email
2001-06-20 02:12:22 +00:00
wiz
3f9984fc90
`existent', not `existant'
2001-06-19 13:42:07 +00:00
wiz
f3f6c5b675
`accessible' only has one `a'.
2001-06-19 12:52:20 +00:00
fvdl
bd1117828f
Add x86-64.
2001-06-19 09:27:24 +00:00
lukem
79c6c68dcc
use mktemp(1) as appropriate
2001-06-18 12:07:32 +00:00
wiz
ccfe29f3cf
Symmetric has one s and two m's.
2001-06-18 11:23:00 +00:00
lukem
c72849267d
use mktemp(1) to safely create the temporary file.
...
fixes [security/12915] from David Sainty.
2001-06-18 11:10:25 +00:00
lukem
a4224d7f92
convert if ... else if ... tree to a switch
2001-06-17 08:27:57 +00:00
kleink
7902fe0dc9
Handle a labeled statement at the beginning of a function correctly;
...
from Nagae Hidetake <nagae@tk.airnet.ne.jp> in PR bin/12781.
2001-06-16 21:47:42 +00:00
jdolecek
28dbb7357f
Add support for DTYPE_PIPE pipes (a.k.a NEW_PIPE)
2001-06-16 12:08:05 +00:00
wiz
4b1c5f37c5
On note by kleink: Add primes.5 to crypto/dist/ssh instead of share/man/man5.
2001-06-15 12:51:58 +00:00
kleink
361f8ca975
Add the -r flag to usage output.
2001-06-15 08:25:11 +00:00
kleink
d2fd431b8f
The -r flag is applicable to the file1 -> file2 case, too.
2001-06-15 08:24:17 +00:00
wiz
c03a48d64f
withough -> without
2001-06-13 10:45:57 +00:00
lukem
4e8c51f7aa
when printing "avm fre" fields, use " %5ld %5ld " instead of "%6ld%6ld ",
...
because it's better to slightly right-shift the display than run numbers
together when you've got > 99999KB avm or fre.
2001-06-13 08:18:30 +00:00
itojun
1dca70a51b
typo
2001-06-13 02:50:25 +00:00
sjg
e28cc22621
Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not
...
to export interator variables when using context VAR_CMD.
Reviewed: christos
2001-06-12 23:36:17 +00:00
wiz
0a600be867
receive, not recieve
2001-06-12 15:17:10 +00:00
martin
71000126b0
The -v option actually is called -d.
...
Fixes PR 13168.
2001-06-11 11:29:22 +00:00
christos
815427002e
Revert Job_CatchOutput() change; it adds a considerable delay to make, and
...
it is not clear what problem it is trying to fix.
2001-06-11 04:20:32 +00:00
wiz
40ac848024
Fix various misspellings of compatible/compatibility.
2001-06-11 01:50:48 +00:00
ad
75595a5abd
Don't sleep before compressing if we didn't send a signal.
2001-06-10 12:06:35 +00:00
sjg
fc0df160d8
Simplify the exporting of VAR_CMD's via MAKEFLAGS.
...
We now just list the names of such variables in .MAKEOVERRIDES.
When we come to export MAKEFLAGS we quote the value of each exported variable
using :Q, using: ${.MAKEOVERRIDES:O:u:@v@$v=${$v:Q}@}
The :O:u suppresses duplicate names.
Also modifed Parse_DoVar to re-export MAKEFLAGS whenever .MAKEOVERRIDES
is assigned to so .MAKEOVERRIDES+= PATH will export PATH=${PATH:Q}
to the environment, while .MAKEOVERRIDES= will disable export of VAR_CMD's.
2001-06-10 02:31:00 +00:00
enami
0982d0ded2
Make this parallel make friendly.
2001-06-10 00:17:51 +00:00
sjg
e843d81502
Mention .MAKEOVERRIDES
2001-06-09 07:00:37 +00:00
sjg
d7c22ce2d7
Do a better job of duplicate suppression in .MAKEOVERRIDES.
...
From Var_Set: We actually want the equivalent of
.MAKEOVERRIDES:= ${.MAKEOVERRIDES:Nname=*} name='val'
clearing the previous value for name is important, since
doing simple duplicate suppression does not handle:
$ make FOO=goo
which then runs a sub-make with FOO=boo
the commands from that sub-make should see just FOO=boo.
2001-06-09 05:57:31 +00:00
sjg
44372a7be4
Modify handling of command line variable assignments and their exporting
...
via MAKEFLAGS. Instead of appending them directly to .MAKEFLAGS, put
them in .MAKEOVERRIDES (and ensure they are quoted). This is now done
in Var_Set when it exports VAR_CMD's.
Use ExportMAKEFLAGS() to export MAKEFLAGS, using the combined content
of .MAKEFLAGS and .MAKEOVERRIDES (with duplicate supression).
If .MAKEFLAGS is assigned to in a Makefile, ExportMAKEFLAGS is called again.
This allows a line like:
.MAKEOVERRIDES=
to effectively stop the exporting of the command line vars in MAKEFLAGS.
2001-06-09 05:22:47 +00:00
sjg
80a2d65904
Provide a useful? MAKE_VERSION.
2001-06-09 05:17:51 +00:00
mrg
9a7e97f190
only warn about not writing the sun header once. PR#12809
2001-06-07 12:50:29 +00:00
mrg
3da5c0d664
fix bug in audiorecord -t handling.
2001-06-07 12:48:27 +00:00
wiz
ac402dba25
Fix nits, sort SEE ALSO.
2001-06-05 12:01:33 +00:00
wiz
800af334f2
Uppercase Dt argument, correct AUTHORS section name.
2001-06-05 11:57:40 +00:00
wiz
878e08cf00
Nits.
2001-06-05 11:56:28 +00:00
wiz
a428be00d5
Remove some unnecessary quotation marks.
2001-06-05 11:50:48 +00:00
wiz
daec95e631
Uppercase Dt argument, and two nits.
2001-06-05 11:49:04 +00:00
wiz
1375e0081d
Minor fixes.
2001-06-05 11:40:04 +00:00
wiz
02233086ab
Minor fixes.
2001-06-05 11:37:20 +00:00
wiz
48a36de9c0
Don't give .Os an argument, not even 'NetBSD' (default includes version).
2001-06-05 10:08:03 +00:00
mrg
7276c20511
don't #define _LKM to work around header lossage; it is no longer necessary.
2001-06-05 09:20:12 +00:00
explorer
4b9b13c33f
Perform variable expansion on sysv rhs patterns. That is, expand ${O} in: ${SRCS:.c=.${O}}
2001-06-05 06:00:39 +00:00
simonb
6a1c62c440
Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2.
...
Complete API change, library major bumped. *sigh*
2001-06-03 13:41:59 +00:00
christos
717b628383
move extern at a global scope.
2001-06-03 04:02:34 +00:00