bde
bc5dbd0a34
Don't forget to clean y.output. Most files generated by yacc are cleaned
...
automatically, but not this one.
Fixed some style bugs.
2000-05-15 14:45:28 +00:00
bde
28e3098b49
Don't forget to clean "grog".
...
Don't use MANDEPEND. It hasn't had anything to do with dependencies for
5-6 years, but is still being used, mainly in groff/*/Makefile, where it
amounts to just a macro giving the list of generated man pages. Since
all man pages in groff are generated (from .man to .[1-9]), it's simpler
to use the source names ({$MANX}) to give the list.
Fixed some other style bugs.
2000-05-15 14:41:28 +00:00
bde
43d0095424
Don't forget to clean csh.1.
...
Fixed some style bugs.
2000-05-15 14:24:32 +00:00
bde
b0b0b64001
Don't forget to clean f77.1.
...
Don't use "+=" for variables that are only set once.
2000-05-15 14:21:38 +00:00
bde
437b04a4a1
Don't create a garbage file named "install" for the NOINFO case when
...
there happens to be a source file named install.sh. The null rule
for "install" in the NOINFO case must not be completely null, since
then it may be overridden by the implicit .sh rule.
2000-05-15 14:17:50 +00:00
hoek
a7c55cf6da
Typo: "ealgo" -> "aalgo"
...
PR: docs/18547 (OKAZAKI Tetsurou <okazaki@be.to>)
2000-05-15 14:16:30 +00:00
nsayer
21a39613d0
Man page fixups
...
Submitted by: sheldonh@uunet.co.za
2000-05-15 14:06:07 +00:00
cracauer
5b8d64c4b3
Fix parsing of string for eval command.
...
PR: 18447
Submitted by: Koji Mori <mori@tri.asanuma.co.jp>
2000-05-15 13:02:07 +00:00
cracauer
31c479dcd8
Fix environment passung to eval'ed commands.
...
PR: bin/6577
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Approved by: silence amoung other sh experts
2000-05-15 12:33:17 +00:00
sheldonh
ba88d2df45
Remove trailing whitespace.
2000-05-15 11:42:03 +00:00
sheldonh
67b3300d69
Work around mdoc macro argument limit.
...
PR: 18562
Submitted by: takamune@avrl.mei.co.jp (Kazu TAKAMUNE)
2000-05-15 11:33:14 +00:00
ume
3194168ffc
Make HTTP_PROXY work for FTP.
...
Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: des
2000-05-15 09:05:36 +00:00
phk
f2836e8cf7
Oops, byte offset was as off_t.
2000-05-15 08:43:25 +00:00
des
e10535fbc8
Document struct url.
...
Document the default values for fetchStat*().
2000-05-15 08:34:42 +00:00
des
5d01e7fd74
Initialize the struct url_stat at the beginning of _fetch_stat_file().
2000-05-15 08:33:58 +00:00
phk
d529a5a010
Let cmp(1) grow in -x option to print differences in contemporarry hex
...
format rather than the mixed decimal/octal format of -l.
2000-05-15 08:30:43 +00:00
des
ffd6fec6c0
Initialize the struct url_stat at the beginning of fetchStatFTP().
2000-05-15 08:24:58 +00:00
des
23a4c9053b
Remove unused 'verbose'.
...
Initialize the struct url_stat at the beginning of fetchStatHTTP().
2000-05-15 08:24:29 +00:00
dillon
1adaa9f038
Change f_count and f_msgcount from short to int, solving the rollover
...
problem demonstrated by the PR. MFC to follow.
PR: kern/18346
2000-05-15 06:54:41 +00:00
kris
40816e5260
Oops, rename S/Key to Opie in line with FreeBSD usage.
2000-05-15 06:11:30 +00:00
kris
866470d785
Create a DSA host key if one does not already exist, and teach sshd_config
...
about it.
2000-05-15 05:40:27 +00:00
kris
45c7889547
Update for OpenSSH 2.1
2000-05-15 05:26:50 +00:00
kris
a632b4789c
Resolve conflicts and update for FreeBSD.
2000-05-15 05:24:25 +00:00
kris
8cf8ce7bb1
This commit was generated by cvs2svn to compensate for changes in r60573,
...
which included commits to RCS files with non-trunk default branches.
2000-05-15 04:37:24 +00:00
kris
4dc8aa85ce
Initial import of OpenSSH v2.1.
2000-05-15 04:37:24 +00:00
kris
d8a32b7ba0
Add some extra functions adapted from OpenBSD, in preparation for
...
OpenSSH OPIE support.
2000-05-15 04:20:54 +00:00
cg
85a224d838
fix a speed bug that nobody noticed
2000-05-15 02:10:27 +00:00
will
8206be3a83
Update make(1) manpage to include information about the new loud
...
debugging facility I introduced earlier today.
2000-05-14 23:03:45 +00:00
will
17b80016d6
Add loud debugging facility (-dl option) which allows programmers/developers
...
to override @-prefixed commands in Makefiles. It is especially useful for
debugging ports and/or complex Makefiles in such a manner that is basically
a last resort, but is quite effective if the output is well-handled.
I'll update the manpage after dinner. ;-)
Better patch submitted by: steve
Reviewed by: phk, steve, chuckr, obrien,
Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 22:24:28 +00:00
obrien
b528d5f7f9
Fix minor style nits.
2000-05-14 21:13:57 +00:00
obrien
d14269bd46
Install otp-md{4,5} bits.
...
PR: 14911
Submitted-by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 21:13:10 +00:00
obrien
7ead15a56f
Improve diagnostic message when device vnconfig'ing does not exist.
...
PR: bin/6997
Submitted-by:
2000-05-14 21:05:21 +00:00
steve
3726bbb199
Avoid infinite loops when given a package name like 'm4-1.1/'.
...
Approved by: jkh
2000-05-14 19:54:04 +00:00
n_hibma
a9498f1f9c
Sync with NetBSD:
...
Add quirks for self-powered hubs that are not.
2000-05-14 19:51:38 +00:00
n_hibma
1b242a6f37
Sync with NetBSD:
...
Textual changes.
2000-05-14 19:44:24 +00:00
n_hibma
6262213c44
Sync with NetBSD:
...
Make the behaviour more similar to what the Microsoft uhub driver
does.
2000-05-14 19:39:10 +00:00
paul
ba91f59db8
Unchain lnc include files.
2000-05-14 19:14:41 +00:00
paul
fa6295e001
Fix location of lnc pci code.
2000-05-14 19:10:46 +00:00
dillon
5303cc9523
Fixed bug in madvise() / MADV_WILLNEED. When the request is offset
...
from the base of the first map_entry the call to pmap_object_init_pt()
uses the wrong start VA. MFC to follow.
PR: i386/18095
2000-05-14 18:46:40 +00:00
paul
4aaede0d99
Remove old lnc files.
2000-05-14 18:27:47 +00:00
paul
2ed67f4c59
Remove if_pci_p.c from old location.
2000-05-14 18:25:51 +00:00
paul
538a676275
Build lnc driver from /sys/dev from now on.
2000-05-14 18:24:41 +00:00
paul
4933d1a224
Fix includes to build from /sys/dev/lnc
2000-05-14 18:21:39 +00:00
ume
441daa522e
IPv6 support.
...
Reviewed by: shin
2000-05-14 18:01:05 +00:00
n_hibma
edb329e5b8
Sync with NetBSD:
...
Add USB_SET_REPORT ioctl.
Add FIOASYNC, TIOCSPGRP ioctl.
Change some debugging output
2000-05-14 17:43:59 +00:00
paul
72f1169b67
Sync with the BPF and BRIDGE changes.
2000-05-14 17:37:34 +00:00
n_hibma
81798fe43a
Sync with NetBSD:
...
Mostly textual changes.
Set configuration to 0 (reset all endpoints) on open.
2000-05-14 17:33:26 +00:00
n_hibma
3e77629ca5
Make some if's cleaner. Add a define for the Zip 250.
2000-05-14 17:25:33 +00:00
dillon
47d5b4051e
Zero out the uio structure prior to initializing it. A garbage (uninitialized)
...
proc pointer is believed to have been the cause of panics related to vnconfig
on top of intr-optioned NFS mounts.
Reported by: "Sean O'Connell" <sean@stat.Duke.EDU>
2000-05-14 17:15:58 +00:00
n_hibma
923e94d400
Sync with NetBSD:
...
Fix the saving of the location at pop properly. Only save the position
and not the complete locator.
(sp? s/sav/saf/g if appropriate)
2000-05-14 16:59:31 +00:00