summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r122213,harti2003-11-073-0/+273
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of signaling layer of NgATM (user part) 0.91harti2003-11-073-0/+273
| |
* | Drop r1.6 (warn_system_heders by default). Use stock version ofkan2003-11-071-1/+0
| | | | | | | | the file from now on.
* | Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),kan2003-11-071-2/+20
| | | | | | | | | | | | | | 1.14 (-O/-O1 optimize alignment for time, not size). Back out r1.22 which used to enable warnings in system headers by default.
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}kan2003-11-071-0/+3
| | | | | | | | (cross compiling issues).
* | Merge r1.3 (suppress warnings on K&R main).kan2003-11-071-10/+87
| |
* | New GCC version.kan2003-11-071-1/+1
| |
* | Merge r1.11 (-mno-align-long-strings).kan2003-11-071-163/+289
| |
* | Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZEkan2003-11-071-5/+29
| | | | | | | | overridable from the command line).
* | Merge r1.8 (printf format error fixes).kan2003-11-071-28/+53
| |
* | Drop the revision 1.2 (don't let gcc(1) hide warnings in system headers)kan2003-11-071-10/+5
| | | | | | | | and use stock version of this file now.
* | No FreeBSD-local changes in these files.kan2003-11-077-255/+556
| |
* | This commit was generated by cvs2svn to compensate for changes in r122186,kan2003-11-072-1/+9
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.3.3 20031106 libf2c bits.kan2003-11-072-1/+9
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r122184,kan2003-11-072-1/+9
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.3.3 20031106 Objective C support bits.kan2003-11-072-1/+9
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r122182,kan2003-11-0718-157/+281
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.3.3 20031106 C++ support bits.kan2003-11-0718-157/+281
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r122180,kan2003-11-0789-2667/+4548
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.3.3 20031106.kan2003-11-07104-3132/+5590
| | |
* | | Remove a reference to part of the pcap API not yet merged.green2003-11-041-10/+0
| | |
* | | * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-042-10/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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*".
* | | This commit was generated by cvs2svn to compensate for changes in r121966,mikeh2003-11-0313-108/+98
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import latest CVS lukemftp.mikeh2003-11-0313-108/+98
| | | |
* | | | Terminate the execl() argument list with (char *)NULL instead of 0.harti2003-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | This commit was generated by cvs2svn to compensate for changes in r121947,harti2003-11-034-0/+769
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of NgATM user part 0.91harti2003-11-034-0/+769
| | | |
* | | | MFV: The -d option.ru2003-11-022-3/+5
| | | |
* | | | Sort encodings.ru2003-11-021-10/+12
| | | |
* | | | Cast the NULL to a pointer type for 64 bit architecturesgshapiro2003-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | Submitted by: harti MFC after: 4 days
* | | | This commit was generated by cvs2svn to compensate for changes in r121663,harti2003-10-294-0/+1107
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of the NgATM SSCOP tool v0.9.harti2003-10-294-0/+1107
| | | |
* | | | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* | | | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* | | | Some upgrade instructions.harti2003-10-221-0/+13
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r121330,harti2003-10-224-0/+842
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of the NgATM SAAL layer user part v0.9.harti2003-10-224-0/+842
| / /
* | | Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc givengshapiro2003-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | The ports freeze may take longer than anticipated. Instead ofdeischen2003-09-211-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Sync with FSF branch.ru2003-09-202-9/+31
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r120297,ru2003-09-202-2/+26
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Keep up with recent mdoc(7) changes, that include:ru2003-09-204-11/+57
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | Update for 8.12.10 importgshapiro2003-09-191-4/+4
| | | |
* | | | Fix sendmail 8.12.10 import conflictsgshapiro2003-09-197-68/+158
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r120256,gshapiro2003-09-1961-381/+1042
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import sendmail 8.12.10gshapiro2003-09-1968-449/+1197
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r120169,nectar2003-09-171-0/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Correct address parsing bug that is believed to be remotely exploitable.nectar2003-09-171-0/+4
| | | | | | | | | | | | | | | | | | | | Submitted by: Michal Zalewski <lcamtuf@dione.ids.pl>
* | | | | The previous fix (rev 1.25) is only needed in the second place.mbr2003-09-151-3/+1
| | | | |
* | | | | Only kill the default route in the release mode if the interfacembr2003-09-151-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud