Bruce Evans
d94edef5b5
Don't forget to clean csh.1.
...
Fixed some style bugs.
2000-05-15 14:24:32 +00:00
Bruce Evans
b323234ba7
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
Bruce Evans
395e4e5ab2
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
Tim Vanderhoek
ec2f949e2e
Typo: "ealgo" -> "aalgo"
...
PR: docs/18547 (OKAZAKI Tetsurou <okazaki@be.to>)
2000-05-15 14:16:30 +00:00
Nick Sayer
210376ef16
Man page fixups
...
Submitted by: sheldonh@uunet.co.za
2000-05-15 14:06:07 +00:00
Martin Cracauer
98e05fd3ef
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
Martin Cracauer
b2acf8878e
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
Sheldon Hearn
e6b52a8395
Remove trailing whitespace.
2000-05-15 11:42:03 +00:00
Sheldon Hearn
043b4b5cf7
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
Hajimu UMEMOTO
c97925ad4e
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
Poul-Henning Kamp
78cb0ab485
Oops, byte offset was as off_t.
2000-05-15 08:43:25 +00:00
Dag-Erling Smørgrav
40ac28454e
Document struct url.
...
Document the default values for fetchStat*().
2000-05-15 08:34:42 +00:00
Dag-Erling Smørgrav
7a5b4b1ba6
Initialize the struct url_stat at the beginning of _fetch_stat_file().
2000-05-15 08:33:58 +00:00
Poul-Henning Kamp
e03983a32c
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
Dag-Erling Smørgrav
0669702c01
Initialize the struct url_stat at the beginning of fetchStatFTP().
2000-05-15 08:24:58 +00:00
Dag-Erling Smørgrav
f8f4130b77
Remove unused 'verbose'.
...
Initialize the struct url_stat at the beginning of fetchStatHTTP().
2000-05-15 08:24:29 +00:00
Matthew Dillon
5aadd4d9b0
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 Kennaway
e551e5eafa
Oops, rename S/Key to Opie in line with FreeBSD usage.
2000-05-15 06:11:30 +00:00
Kris Kennaway
0c11f6e187
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 Kennaway
4fc9354419
Update for OpenSSH 2.1
2000-05-15 05:26:50 +00:00
Kris Kennaway
e8aafc91b5
Resolve conflicts and update for FreeBSD.
2000-05-15 05:24:25 +00:00
Kris Kennaway
fe01acb846
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 Kennaway
a04a10f891
Initial import of OpenSSH v2.1.
2000-05-15 04:37:24 +00:00
Kris Kennaway
6102159f98
Add some extra functions adapted from OpenBSD, in preparation for
...
OpenSSH OPIE support.
2000-05-15 04:20:54 +00:00
Cameron Grant
942aeab734
fix a speed bug that nobody noticed
2000-05-15 02:10:27 +00:00
Will Andrews
f4180808d2
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 Andrews
ea9b438956
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
David E. O'Brien
3c841ca5e3
Fix minor style nits.
2000-05-14 21:13:57 +00:00
David E. O'Brien
c0d2c03648
Install otp-md{4,5} bits.
...
PR: 14911
Submitted-by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-05-14 21:13:10 +00:00
David E. O'Brien
5f6ed49497
Improve diagnostic message when device vnconfig'ing does not exist.
...
PR: bin/6997
Submitted-by:
2000-05-14 21:05:21 +00:00
Steve Price
beb88613c3
Avoid infinite loops when given a package name like 'm4-1.1/'.
...
Approved by: jkh
2000-05-14 19:54:04 +00:00
Nick Hibma
998b1e80fc
Sync with NetBSD:
...
Add quirks for self-powered hubs that are not.
2000-05-14 19:51:38 +00:00
Nick Hibma
eafdcd5886
Sync with NetBSD:
...
Textual changes.
2000-05-14 19:44:24 +00:00
Nick Hibma
4b268ed3a9
Sync with NetBSD:
...
Make the behaviour more similar to what the Microsoft uhub driver
does.
2000-05-14 19:39:10 +00:00
Paul Richards
7e84fbbdfd
Unchain lnc include files.
2000-05-14 19:14:41 +00:00
Paul Richards
5baeead2f1
Fix location of lnc pci code.
2000-05-14 19:10:46 +00:00
Matthew Dillon
5f99b57c5d
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 Richards
02a350614e
Remove old lnc files.
2000-05-14 18:27:47 +00:00
Paul Richards
b78111b137
Remove if_pci_p.c from old location.
2000-05-14 18:25:51 +00:00
Paul Richards
ca9f504536
Build lnc driver from /sys/dev from now on.
2000-05-14 18:24:41 +00:00
Paul Richards
2e054666c6
Fix includes to build from /sys/dev/lnc
2000-05-14 18:21:39 +00:00
Hajimu UMEMOTO
cacdbc0d13
IPv6 support.
...
Reviewed by: shin
2000-05-14 18:01:05 +00:00
Nick Hibma
23f027a0bc
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 Richards
e30ce7f9de
Sync with the BPF and BRIDGE changes.
2000-05-14 17:37:34 +00:00
Nick Hibma
bb05811e6a
Sync with NetBSD:
...
Mostly textual changes.
Set configuration to 0 (reset all endpoints) on open.
2000-05-14 17:33:26 +00:00
Nick Hibma
90c5668bca
Make some if's cleaner. Add a define for the Zip 250.
2000-05-14 17:25:33 +00:00
Matthew Dillon
3d27b606b7
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
Nick Hibma
dd90ae7a87
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
Nick Hibma
128aa3af3c
Change Lennart's e-mail address.
2000-05-14 16:43:10 +00:00
Doug Rabson
5c885c3f83
Port ppc driver to alpha.
...
Submitted by: Andrew M. Miklic <miklic@ibm.net>
2000-05-14 13:47:57 +00:00