Commit Graph

3151 Commits

Author SHA1 Message Date
harti
969715e953 This commit was generated by cvs2svn to compensate for changes in r122213,
which included commits to RCS files with non-trunk default branches.
2003-11-07 09:00:58 +00:00
harti
4908ed7a46 Virgin import of signaling layer of NgATM (user part) 0.91 2003-11-07 09:00:58 +00:00
kan
1fd3ee9ac5 Drop r1.6 (warn_system_heders by default). Use stock version of
the file from now on.
2003-11-07 03:30:31 +00:00
kan
b00d6e9772 Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),
1.14 (-O/-O1 optimize alignment for time, not size).

Back out r1.22 which used to enable warnings in system headers by
default.
2003-11-07 03:27:32 +00:00
kan
1e77d1fe28 Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}
(cross compiling issues).
2003-11-07 03:23:43 +00:00
kan
81b1522a70 Merge r1.3 (suppress warnings on K&R main). 2003-11-07 03:21:29 +00:00
kan
746ba37fcf New GCC version. 2003-11-07 03:19:35 +00:00
kan
bd8f04854e Merge r1.11 (-mno-align-long-strings). 2003-11-07 03:17:46 +00:00
kan
cf48441ec3 Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZE
overridable from the command line).
2003-11-07 03:16:22 +00:00
kan
d27bdc8623 Merge r1.8 (printf format error fixes). 2003-11-07 03:13:51 +00:00
kan
7488aa20df Drop the revision 1.2 (don't let gcc(1) hide warnings in system headers)
and use stock version of this file now.
2003-11-07 03:09:40 +00:00
kan
939081b0f0 No FreeBSD-local changes in these files. 2003-11-07 03:05:29 +00:00
kan
e5cb1e9069 This commit was generated by cvs2svn to compensate for changes in r122186,
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:13 +00:00
kan
0ab66fb86d Gcc 3.3.3 20031106 libf2c bits. 2003-11-07 02:44:13 +00:00
kan
5e7fb4f07f This commit was generated by cvs2svn to compensate for changes in r122184,
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:11 +00:00
kan
80a8c943a8 Gcc 3.3.3 20031106 Objective C support bits. 2003-11-07 02:44:11 +00:00
kan
98a4a23640 This commit was generated by cvs2svn to compensate for changes in r122182,
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:44:01 +00:00
kan
feed8412ca Gcc 3.3.3 20031106 C++ support bits. 2003-11-07 02:44:01 +00:00
kan
ad9ca16885 This commit was generated by cvs2svn to compensate for changes in r122180,
which included commits to RCS files with non-trunk default branches.
2003-11-07 02:43:04 +00:00
kan
de54314d6b Gcc 3.3.3 20031106. 2003-11-07 02:43:04 +00:00
green
51f4bd051b Remove a reference to part of the pcap API not yet merged. 2003-11-04 06:16:55 +00:00
green
861cd89e99 * Modify libpcap to work a bit better with our 802.11 code. This means
tcpdump -y ieee802_11 will work in the basic senses, including the
  code compilation for filters (where you may specify "link[]" to refer
  to parts of the 802.11 header, as well as treat it like a normal
  Ethernet header).  Previously, it was just too far off to do anything
  useful for us.
* While I'm here, fix some compile problems that will result from lex
  and yacc namespace polution when linking with -lpcap.  The namespace
  is now "pcapyy*" instead of "yy*", and it tests fine with world and
  some external applications that may or may not use "yy*".
2003-11-04 06:12:21 +00:00
mikeh
01252795ce This commit was generated by cvs2svn to compensate for changes in r121966,
which included commits to RCS files with non-trunk default branches.
2003-11-03 17:12:09 +00:00
mikeh
8c05e4b202 Import latest CVS lukemftp. 2003-11-03 17:12:09 +00:00
harti
68e08c90d7 Terminate the execl() argument list with (char *)NULL instead of 0.
The later is wrong and may fail on sizeof(char *) != sizeof(int)
machines. The patch has already been sent to and accepted by the
diffutils author, but the file is already off the vendor branch, so
correct it here in the meanwhile too.
2003-11-03 12:41:27 +00:00
harti
88077f483f Virgin import of NgATM user part 0.91 2003-11-03 12:08:41 +00:00
harti
4580b304ba This commit was generated by cvs2svn to compensate for changes in r121947,
which included commits to RCS files with non-trunk default branches.
2003-11-03 12:08:41 +00:00
ru
9c404043b4 MFV: The -d option. 2003-11-02 07:27:40 +00:00
ru
b9e75e54ee Sort encodings. 2003-11-02 07:25:24 +00:00
gshapiro
59255444bd Cast the NULL to a pointer type for 64 bit architectures
Submitted by:	harti
MFC after:	4 days
2003-10-31 22:12:09 +00:00
harti
bb2eea5d55 Virgin import of the NgATM SSCOP tool v0.9. 2003-10-29 10:26:38 +00:00
harti
ace5327bd7 This commit was generated by cvs2svn to compensate for changes in r121663,
which included commits to RCS files with non-trunk default branches.
2003-10-29 10:26:38 +00:00
ume
b1e714b905 Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
(aka RFC2292bis).  Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.

Obtained from:	KAME
2003-10-24 18:26:30 +00:00
ume
bea7b59154 EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493
(aka RFC2553bis).  Now, getaddrinfo(3) returns EAI_NONAME
instead of EAI_NODATA.  Our getaddrinfo(3) nor getnameinfo(3)
didn't use EAI_ADDRFAMILY.

Obtained from:	KAME
2003-10-23 13:55:36 +00:00
harti
d94a630088 Some upgrade instructions. 2003-10-22 09:28:49 +00:00
harti
d079cc2511 Virgin import of the NgATM SAAL layer user part v0.9. 2003-10-22 08:09:00 +00:00
harti
ac0279455b This commit was generated by cvs2svn to compensate for changes in r121330,
which included commits to RCS files with non-trunk default branches.
2003-10-22 08:09:00 +00:00
gshapiro
6e7bb6fccf Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given
the number of broken DNS servers out there in the world.  Since we are
diverging from the sendmail.org submit.mc, it's time to make our own
freebsd.submit.mc.

PR:		conf/57733
Reviewed by:	nork
MFC after:	2 weeks
2003-10-19 00:03:13 +00:00
deischen
980e7399a6 The ports freeze may take longer than anticipated. Instead of
waiting for it to be delayed, temporarily back out the -pthread
removal until the freeze is lifted.

Freeze possibly taking longer than necessary:	will
Requested by:	kris
2003-09-21 07:59:16 +00:00
ru
a8cca407b8 Sync with FSF branch. 2003-09-20 21:20:01 +00:00
ru
8655a237da This commit was generated by cvs2svn to compensate for changes in r120297,
which included commits to RCS files with non-trunk default branches.
2003-09-20 21:13:43 +00:00
ru
6f34f71446 Keep up with recent mdoc(7) changes, that include:
- If no .Os call is made, don't print the OS info at all.
- Allow for multiple .Lb calls in the LIBRARY section.
- Improved documentation on punctuation characters.
2003-09-20 21:13:43 +00:00
gshapiro
42d1cb55fc Update for 8.12.10 import 2003-09-19 23:20:46 +00:00
gshapiro
f98aeb2bbc Fix sendmail 8.12.10 import conflicts 2003-09-19 23:14:57 +00:00
gshapiro
ba7751eae9 This commit was generated by cvs2svn to compensate for changes in r120256,
which included commits to RCS files with non-trunk default branches.
2003-09-19 23:11:30 +00:00
gshapiro
96b960fca6 Import sendmail 8.12.10 2003-09-19 23:11:30 +00:00
nectar
ac5ff30ae1 Correct address parsing bug that is believed to be remotely exploitable.
Submitted by:	Michal Zalewski <lcamtuf@dione.ids.pl>
2003-09-17 15:10:36 +00:00
nectar
06a9f248b1 This commit was generated by cvs2svn to compensate for changes in r120169,
which included commits to RCS files with non-trunk default branches.
2003-09-17 15:10:36 +00:00
mbr
ff6e68993c The previous fix (rev 1.25) is only needed in the second place. 2003-09-15 15:48:12 +00:00
mbr
e9c8a62bd7 Only kill the default route in the release mode if the interface
where the default route is bound to is the same device. Keep it
working for the single user or sysinstall mode, where we just do
what we did before.

Suggested by:   dougb
2003-09-15 04:47:41 +00:00