summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Move cvs id from comment to code. Use errx(). Add a return (0) at the endcharnier2004-01-041-7/+8
| | | | of main().
* add section number to .Xr directivecharnier2004-01-041-1/+1
|
* if_name and if_unit renaming to if_xname should be dealth with inguido2004-01-021-0/+1
| | | | ipmon as well.
* Correct compilation with "#define really_paranoid".ceri2003-12-271-1/+1
| | | | | PR: bin/59674 Submitted by: Vaclav Rehak <vasek@zoom-int.cz>
* Fix ASM_OUTPUT_LABELREF to deal with TSL model prefixes GCCkan2003-12-221-6/+14
| | | | | started to use internally. They need to be stripped before the name of the label or symbol is printed.
* One might want to correctly generate 32-bit code on an Opteron.obrien2003-12-161-1/+4
| | | | Submitted by: peter
* Consistently define __LP64__ on all our 64-bit platforms.obrien2003-12-153-1/+18
|
* This commit was generated by cvs2svn to compensate for changes in r123394,des2003-12-101-14/+17
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * MFP4: really fix resp issue, and don't trim trailing spaces (#43727)des2003-12-101-14/+17
| |
* | Diff to vendor reduction.obrien2003-12-081-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r123109,brooks2003-12-022-4/+8
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is a direct commit to the vendor branch with code from the vendor.brooks2003-12-022-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl)
* | | Apply the vendor change to this file, thus resolving the import conflictdougb2003-11-281-2/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r123036,dougb2003-11-285-6/+20
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of ISC BIND version 8.3.7dougb2003-11-286-8/+20
| | | | | | | | | | | | | | | | | | | | Approved by: re Requested by: security-officer
* | | | This commit was generated by cvs2svn to compensate for changes in r122912,des2003-11-201-9/+11
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | MFP4: fix confusion about the layout of resp (#42758)des2003-11-201-9/+11
| | | | | | | | | | | | | | | | Approved by: re (rwatson)
* | | | Use correct priority parameter value in add_prefix from correspondingkan2003-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enum instead of passing literal 0. This fixes gcc invocations with GCC_EXEC_PREFIX environment set. Submitted By: Geoff Morrison PR: gnu/53476
* | | | Document CVS_CLIENT_PORT.obrien2003-11-131-0/+7
| | | |
* | | | Remove a comment stating that -pthread isn't supported.deischen2003-11-101-11/+9
| | | |
* | | | Add update instructions for bsnmp. Bsnmp is the base for the NgATMharti2003-11-101-0/+25
| | | | | | | | | | | | | | | | ILMI daemon.
* | | | This commit was generated by cvs2svn to compensate for changes in r122394,harti2003-11-1050-0/+21792
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of bsnmp 1.4harti2003-11-1050-0/+21792
| / / /
* | | | 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
| | | | | | |
OpenPOWER on IntegriCloud