Bruce A. Mah
2b89c4490f
Add txp(4) devices to the supported hardware list.
2001-07-24 01:14:00 +00:00
Bruce A. Mah
8b373105cd
New release notes: txp(4) driver.
...
Updates: Cross-reference SA-01:49 for telnet(8) buffer overflow fix,
binutils upgrade to snapshot, tcpdump 3.6.3, OpenSSL 0.9.6b.
2001-07-24 00:32:51 +00:00
Bill Fenner
d2a75853a2
Use the IANA assignment IFT_L2VLAN directly instead of indirecting through
...
a privately #defined IFT_8021_VLAN.
MFC after: 3 days
2001-07-24 00:03:51 +00:00
Bruce A. Mah
78e5e964ab
Grrrr: s/DFS-538TX/DFE-538TX/
2001-07-23 23:35:31 +00:00
David E. O'Brien
065fe72747
Quiet a [useless] compiler warning.
2001-07-23 23:27:28 +00:00
Bill Fenner
d73c3f4796
Merge tcpdump 3.6.3
2001-07-23 23:15:44 +00:00
Bill Fenner
669c0adba2
This commit was generated by cvs2svn to compensate for changes in r80231,
...
which included commits to RCS files with non-trunk default branches.
2001-07-23 23:15:13 +00:00
Bill Fenner
39eaefddae
Virgin import of tcpdump.org tcpdump v3.6.3
2001-07-23 23:15:13 +00:00
Garance A Drosehn
ad5fdfbda1
Basically rewrite the dofork() routine, to add more error-checking and
...
correct the error-checking that was there. With the old code, an error
return from getpwuid(daemon_user) could turn the lpd process into a very
effective fork-bomb...
Reviewed by: freebsd-audit freebsd-print (a little...)
MFC after: 6 days
2001-07-23 23:13:39 +00:00
Bill Paul
2a5772457d
Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alpha
...
won't trap.
2001-07-23 22:27:17 +00:00
Kris Kennaway
66e9cfc57f
MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()
...
to ensure deterministic operation
2001-07-23 22:00:51 +00:00
Kris Kennaway
a2a887b56a
output_data(), output_datalen() and netflush() didn't actually guarantee
...
to do what they are supposed to: under some circumstances output data would
be truncated, or the buffer would not actually be flushed (possibly leading
to overflows when the caller assumes the operation succeeded). Change the
semantics so that these functions ensure they complete the operation before
returning.
Comment out diagnostic code enabled by '-D reports' which causes an
infinite recursion and an eventual crash.
Patch developed with assistance from ru and assar.
2001-07-23 21:52:26 +00:00
Hajimu UMEMOTO
27daeab3ec
Simplify IPv4 mapped IPv6 address handling.
...
Reviewed by: brian
MFC after: 5 days
2001-07-23 21:42:22 +00:00
Julian Elischer
c31b4a5381
Add an external function to unlink a netgraph type from the types list.
2001-07-23 21:14:57 +00:00
Bill Paul
6b8fa04225
AIEEE! Commit the firmware image too. *blush*
2001-07-23 21:01:36 +00:00
Bill Paul
de8e167ce6
Grrr. Module depends on vlan.h, and I committed the wrong version
...
of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc
struct.
2001-07-23 20:54:31 +00:00
Bill Paul
362c5c1e02
You were knocked senseless by the Boomerang, spun around by the Cyclone,
...
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
2001-07-23 20:44:54 +00:00
Bruce A. Mah
681c444084
Add D-Link DFE-538TX to list of rl(4)-supported devices.
...
While I'm here, fix a typo: s/DGE=500SX/DGE-500SX/.
Submitted by: Christian Greisen <csg@fakse.dk>
2001-07-23 19:11:33 +00:00
Guy Helmer
ffbd2b9e9d
Fix removal of at jobs.
...
PR: bin/23052
Submitted by: Mike Sellenschuetter <mike.sellenschuetter@bankofamerica.com>
MFC after: 1 week
2001-07-23 18:25:45 +00:00
David E. O'Brien
d09d8a1ed9
Remind people to document bumps in the Porter's Handbook.
2001-07-23 17:51:02 +00:00
Ruslan Ermilov
38c1bc358b
Avoid a NULL pointer derefence introduced in rev. 1.129.
...
Problem noticed by: bde, gcc(1)
Panic caught by: mjacob
Patch tested by: mjacob
2001-07-23 16:50:01 +00:00
Hellmuth Michaelis
7d3c25f718
change the default for isdn_fsdev to NO.
...
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:28:36 +00:00
Hellmuth Michaelis
0425c069fe
change the default for isdn_fsdev to NO. specifying a device here
...
results in a potential conflict with a getty running on that device.
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:24:31 +00:00
Yoshihiro Takahashi
99df3e3b1a
Integrate fdc.h into fd.c.
2001-07-23 13:07:24 +00:00
Assar Westerlund
27e79ba285
remove emalloc,ecalloc,erealloc,estrdup
2001-07-23 12:42:07 +00:00
Andrey A. Chernov
3036a6b85c
Back out WARNS commenting - local fault
2001-07-23 12:38:00 +00:00
Assar Westerlund
d3e5863fa9
make vm_page_select_cache static
...
Requested by: bde
2001-07-23 12:34:31 +00:00
Kris Kennaway
56bded8a29
s/adress/address/
...
Inspired by: OpenBSD
MFC After: 1 week
2001-07-23 12:05:27 +00:00
Kris Kennaway
b0b32f29dc
Typo fix: fasion -> fashion
...
Inspired by: OpenBSD
MFC After: 1 week
2001-07-23 11:03:48 +00:00
Kris Kennaway
3697d3f8ca
by by -> by
...
Obtained from: OpenBSD
MFC After: 1 week
2001-07-23 11:00:31 +00:00
Andrey A. Chernov
c677c22f8f
Unbreak world - comment out WARNS=2 - deadly warning on tgetstr
2001-07-23 10:46:01 +00:00
Dima Dorfman
72888a7d6c
mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
...
.Va, and use .Pp instead of blank lines all over the place.
2001-07-23 10:25:38 +00:00
Dima Dorfman
6016261a3b
Consistently capitalize the first letter of the first word in the
...
variable descriptions.
2001-07-23 10:20:35 +00:00
Sheldon Hearn
71337c33bd
Break the list of parameter expansions into two lists so that
...
the paragraph introducing the prefix and suffix pattern expansions
does not appear as part of the explanation for the string length
expansion.
2001-07-23 10:18:05 +00:00
Dima Dorfman
9b33d39fd5
Document syslogd_program and inetd_program.
2001-07-23 10:06:59 +00:00
Dima Dorfman
7176351c92
Don't use the pronoun "you".
...
Reviewed by: sheldonh, mpp
2001-07-23 09:46:17 +00:00
Kris Kennaway
9347c1014d
Fix typos
...
Obtained from: OpenBSD
MFC After: 1 week
2001-07-23 09:39:55 +00:00
Kris Kennaway
e29261ea22
sprintf -> snprintf
2001-07-23 09:22:21 +00:00
Jordan K. Hubbard
2ef74d2289
Add scripts and Makefile support for building ISO images automatically
...
as part of the release if MAKE_ISOS is set. Will also build the
first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS
points to them. This probably need a bit more work to get fully useful,
but it at least covers the basics for now.
2001-07-23 09:01:46 +00:00
Jim Pirzyk
814c95264f
Added the linux_sysinfo function to implement sysinfo(2).
...
PR: kern/27759
Reviewed by: marcel
Approved by: marcel
MFC after: 1 week
2001-07-23 06:22:10 +00:00
Jim Pirzyk
3d39316d2b
Added the proper arguments the sysinfo system call
...
PR: kern/27759
Reviewed by: marcel
Approved by: marcel
Obtained from: Linux man page sysinfo(2)
MFC after: 1 week
2001-07-23 06:17:34 +00:00
Gregory Neil Shapiro
f88f925efc
If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
...
install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
error:
===> etc/sendmail
install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
*** Error code 64
Catch this in the Makefile and don't call install if the source and target
are the same file.
Reported by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 1 week
2001-07-23 02:19:02 +00:00
Gregory Neil Shapiro
f4843be999
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
...
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
2001-07-23 01:33:54 +00:00
Garance A Drosehn
79c96a6ccd
Get rid of a compile-time warning by casting to (size_t).
...
MFC after: 1 week
2001-07-23 01:19:59 +00:00
Garance A Drosehn
a33973d41a
Get rid of a compile-time warning by casting to (size_t).
...
MFC after: 1 week
2001-07-23 01:13:20 +00:00
Garance A Drosehn
011b9c7907
Fix a few more minor compile-time warnings, mainly by using size_t where
...
appropriate, and using '("%lu", (unsigned long)asizeval)' when printing
something of type size_t.
MFC after: 1 week
2001-07-23 01:08:15 +00:00
Garance A Drosehn
190c0c3872
Get rid of some compile-time warnings by defining (or casting) variables
...
as size_t where appropriate.
MFC after: 1 week
2001-07-23 00:15:37 +00:00
Garance A Drosehn
e95b3b9b47
Fix two compile-time warnings by defining fromlen as socklen_t.
...
MFC after: 1 week
2001-07-23 00:13:02 +00:00
Assar Westerlund
8f8cd845fa
add %option nounput
2001-07-22 23:15:14 +00:00
Assar Westerlund
dbda0a3480
revert last commit. using %option nounput is better
...
noted by: Seth Kingsley <seth.kingsley@windriver.com>
2001-07-22 23:14:33 +00:00