Garrett Wollman
44f56af160
Add a note about exclusion support in mtree(8).
2000-05-16 17:13:59 +00:00
Garrett Wollman
df6c9ee7a2
Punctuation fix.
2000-05-16 16:41:28 +00:00
Garrett Wollman
08221db804
Add used includes.
2000-05-16 16:38:52 +00:00
Darren Reed
276dd9374f
add IPFILTER_DEFAULT_BLOCK and put it in opt_ipfilter.h
2000-05-16 08:58:39 +00:00
Warner Losh
8039cede53
All the latest big changes in -current that I could find:
...
mod depends
modules out of makeworld
ethernet drivers
alpha boot bloocks
Maybe a few others
2000-05-16 07:48:18 +00:00
Warner Losh
978eafa6e3
Added Toshiba CD-ROM from Mikael Hybsh
2000-05-16 07:37:35 +00:00
Warner Losh
80a3072387
Two more entries from the highly productive PRs of mihira-san yoshiro
...
<sanpei@sanpei.org>.
PR: 17622,18126
2000-05-16 07:17:24 +00:00
Matthew Dillon
ba3ed2268c
Add ipsec_enable and ipsec_file options to run IPSEC's setkey program
...
with the specified configuration file at the appropriate time.
2000-05-16 06:52:11 +00:00
Warner Losh
6d2718d964
Woof. Had lots more of these than I thought when I started. Time to
...
batch the rest:
Add EXP DVD-780 DVD rom drive (brian reichert)
Generic cdrom (???)
Two modems eicon DIVA and com1 mc218 from oliver breuninger
Farallon SkyLINE (Dirk-Willem van Gulik)
Nits to the xe cards for xe driver!
2000-05-16 06:37:59 +00:00
Warner Losh
519e77cb7d
Add Accton EN2226/Faster EtherCard-16.
...
Submitted by: Mihira-san Yoshiro <sanpei@sanpei.org>
PR: 18545
2000-05-16 05:51:38 +00:00
Warner Losh
7252959c83
Add Kingston KNE ed0 clone.
...
Submitted by: Nick Sayer
2000-05-16 05:49:29 +00:00
Warner Losh
e7a62bb9d7
Sony VAIO cdrom
2000-05-16 05:24:26 +00:00
Tim Vanderhoek
da94aa4ef2
From PR submitter:
...
compress uses setfile() to make flags, ownership and mode of the output
the same as those of the original. However, if the filesystem holding the
output file doesn't support these operations, compress prints a warning.
This bites a bit with NFS directories, which always fail the chflags()
operation. If the file system doesn't support the operation, then the
flags data wasn't valid on the original file anyway, so the warning is
spurious.
Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
2000-05-16 04:58:34 +00:00
Chris Piazza
3797b581a9
Remove addition of -g to CFLAGS
2000-05-16 04:23:54 +00:00
Jayanth Vijayaraghavan
6b2a5f92ba
snd_una was being updated incorrectly, this resulted in the newreno
...
code retransmitting data from the wrong offset.
As a footnote, the newreno code was partially derived from NetBSD
and Tom Henderson <tomh@cs.berkeley.edu>
2000-05-16 03:13:59 +00:00
Paul Richards
4d2d5ed69d
Replace all references to lnc_softc with a typedef.
2000-05-16 02:30:53 +00:00
Paul Richards
33f38fdc5b
Update copyright.
2000-05-16 02:18:49 +00:00
Paul Richards
9b55e84fec
Re-organise lnc driver in preparation for newbusifying it.
2000-05-16 02:08:04 +00:00
David E. O'Brien
14a8a54168
/dev/urandom is the default random device, so no use in stateing it here.
...
Also simplify the conditionals a little.
2000-05-15 23:29:03 +00:00
Kris Kennaway
87f3ab91b3
Remove extraneous ";;" in previous commit
...
Submitted by: jedgar
2000-05-15 19:56:59 +00:00
Ruslan Ermilov
3a06e3e02c
Do not call icmp_error() if ipfirewall(4) denied packet.
...
PR: kern/10747, kern/18382
2000-05-15 18:41:01 +00:00
David E. O'Brien
0e2e66b060
In its current state, this file is no longer needed.
2000-05-15 17:50:38 +00:00
David E. O'Brien
f254f0ac49
This version is slightly better than rev 1.10. There are still missing
...
dependencies for openssl/*.h. I cannot reproduce any critical race
conditions with this revision.
2000-05-15 17:28:06 +00:00
David E. O'Brien
f80c5c4a34
Use unadorned `mkdir -p', removing the "test ... ||".
...
There are sometimes problems with "&&" and "||" in the `make -j' case, as
it appears multiple processes may process parts of the execution line.
2000-05-15 16:52:57 +00:00
Tim Vanderhoek
9c854c8b44
I'm not sure what posessed me to initialize wraplines to FALSE in the prev
...
commit, but it's obviously supposed to be initialised to TRUE.
2000-05-15 16:39:58 +00:00
Bruce Evans
86f792b120
Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn't
...
really used in bsd.man.mk).
Don't uselessly set MANSRC ("." is in the path by default, and there are
no ordering problems).
Fixed some other style bugs.
2000-05-15 15:01:13 +00:00
Tim Vanderhoek
f88b745f8a
Fix a bunch of typos.
...
Some Submitted by: docs/18543 (Anatoly Vorobey)
2000-05-15 14:55:56 +00:00
Bruce Evans
adc42254a7
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
Bruce Evans
88287e1a2d
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
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