summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.ru2000-03-132-0/+5
|
* Merge conflicts.obrien2000-03-092-3/+3
|
* This commit was generated by cvs2svn to compensate for changes in r57844,obrien2000-03-0918-20/+121
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-0920-23/+124
| | | | | | | | branch as of March 7th, 2000.
* | Turn a warning into an error. Occurances of that warning generate badcracauer2000-03-081-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fpic code that damages symbol locations at runtime. The only know occurance in our tree (src and ports) was locatime.c, which was just changed to generate code that doesn't trigger the problem. This is a workaround, the real cause is that our gas doesn't understand code our gcc generates for some -O -fpic code. They are expected to be back in sync soon, but until then (including 4.0-RELEASE) we need to prevent people from using bad -fpic code. PR: avoids such things as in bin/16862 Submitted by: bde Approved by: jkh
* | Include ip6.h from <netinet/>, not <netinet6/>.fenner2000-03-081-1/+1
| | | | | | | | | | Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
* | Merge updated file for 0.5 release: handle "ip host foo" andfenner2000-03-041-4/+14
| | | | | | | | | | | | | | "ip6 host foo" when foo has both IP and IP6 addresses. PR: bin/17083 Approved by: jkh
* | This commit was generated by cvs2svn to compensate for changes in r57738,roberto2000-03-031-1/+1
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix potential alignement problems on Alpha + IPv6.roberto2000-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | This is done on the vendor branch to avoid spamming the tree. It has been sent to the NTP maintainers already. Submitted by: shin
* | | CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
| | | | | | | | | | | | Approved by: jkh
* | | Fix errors in .Xr usage.nik2000-03-011-1/+1
| | | | | | | | | | | | | | | PR: docs/17057 Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* | | Get crypto from libcrypto, not libdes.markm2000-02-245-5/+13
| | |
* | | Freefall/Internat diff reducer.markm2000-02-241-1/+1
| | |
* | | Make the default dynamic linker pathname correct for FreeBSD.jdp2000-02-242-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had resisted this for a while because I didn't want to take these file off the vendor branch. But it turns out they were already off the vendor branch anyway. PR: gnu/9987 Submitted by: Vladimir Kushnir <kushn@mail.kar.net> Approved by: jkh
* | | Use static buffer to save source route hostnames.shin2000-02-191-1/+1
| | | | | | | | | | | | Approved by: jkh
* | | Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
| | | | | | | | | | | | | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* | | Fix nybble-order bug in PIM printer.fenner2000-02-172-7/+12
| | | | | | | | | | | | Approved by: jkh
* | | Fix bugs in telnet.shin2000-02-151-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry there were still several bugs. -error retry at af missmatch was incomplete. -af matching for source addr option was wrong -socket was not freed at retry. Approved by: jkh
* | | Add more dual stack consideration.shin2000-02-101-27/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Should retry as much as possible when some of source routing intermediate hosts' address families missmatch happened. (such as when a host has only A record, and another host has each of A and AAAA record.) -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh
* | | Remove files not in the v3_3_8 import.peter2000-02-1067-4830/+0
| | |
* | | Not in this commit: Many spammed deltas have been removed to restorepeter2000-02-1011-157/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | back to the vendor branch. Re-merge changes from the vendor branch. Undo the local spammed changes that I could find. There are probably more local fixes that were clobbered that I've missed.
* | | This commit was generated by cvs2svn to compensate for changes in r57093,guido2000-02-0918-87/+209
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of ipfilter 3.3.8guido2000-02-0920-92/+218
| | | | | | | | | | | | | | | | Approved by: jkh
* | | | Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an error check to avoid it. Approved by: jkh Submitted by: Robert Muir <rmuir@gibralter.net>
* | | | Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.shin2000-02-0316-12/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now when tcp_wrapper is enabled by inetd -wW, several accesses which should be permitted are refused only for IPv6, if hostname is used to decide the host to be allowed. IPv6 users will be just upset. About security related concern. -All extensions are wrapped by #ifdef INET6, so people can completely disable the extension by recompile libwrap without INET6 option. -Access via IPv6 is not enabled by default. People need to enable IPv6 access by changing /etc/inetd.conf at first, by adding tcp6 and/or tcp46 entries. -The base of patches are from KAME package and are actually daily used for more than a year in several Japanese IPv6 environments. -Patches are reviewed by markm. Approved by: jkh Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Reviewed by: markm Obtained from: KAME project
* | | | This commit was generated by cvs2svn to compensate for changes in r56944,obrien2000-02-021-2/+37
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import the latest version ehopt.c from the Cygnus Sourceware anoncvsobrien2000-02-021-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repository (dated 5-3-1999). This fixes the endless loop the assembler gets in when it is trying to decide how big part of the exception handling table should be on the Alpha. This version of this file allows qradiobutton.cpp from qt and widget.cc from kdelibs11 to be compilable.
* | | | | Retire Bison as it is not need to build GCC any more.obrien2000-01-3066-26776/+0
| | | | | | | | | | | | | | | | | | | | Ok'ed by: JKH
* | | | | Merge tcpdump 3.5fenner2000-01-3029-1119/+1527
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r56893,fenner2000-01-30102-456/+20088
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-30131-928/+23078
| | | | | |
| * | | | | This commit was manufactured by cvs2svn to create branchcvs2svn1999-02-204-0/+1077
| | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-tcpdump'.
* | | | | | Merge libpcap 0.5fenner2000-01-3010-53/+1153
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r56889,fenner2000-01-3032-179/+506
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of tcpdump.org libpcap v0.5fenner2000-01-3042-210/+1629
| | | | | | |
* | | | | | | Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getnameinfo() don't return error at name resolving failure. But it is used at doaddrlookup(-N) case in telnet, error need to be returned to correctly initialize hostname buffer. Discovered at checking recent KAME repository change, noticed by itojun.
* | | | | | | Force installs. This is to allow (semi-)automatic garbage removal bymarkm2000-01-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "find /usr/libdata -ctime -N -delete".
* | | | | | | Fixed IEXTEN handling in raw mode again. The effect of IEXTEN whenbde2000-01-291-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ICANON is off is implementation-defined. Under BSD, IEXTEN is independent of ICANON, so it must be turned off to get "raw" mode. This was first fixed in rev.1.4 (1995/10/21) of libncurses/lib_raw.c, but the change was lost in the downgrade to the contrib version. The fix here is the same as in the old rev.1.4, less style bugs. A better fix would use cfmakeraw(3) to actually handle all of the complications for switching to raw mode.
* | | | | | | Fix our -mprofiler-epilogue code.obrien2000-01-293-46/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "The problem is that egcs/gcc-2.95's reorganisation of the prologue and epilogue code to use rtl instead of output_asm_insn() completely broke our hooks. rtl is emitted in a different order, only after optimisation, while output_asm_insn() is emitted immediately. rtl is presumably used so that the prologue and epilogue can be optimised. I couldn't find any good examples to copy. gcc's own FUNCTION_BLOCK_PROFILER still uses output_asm_insn() and seems to be completely broken. One of the XXX comments points to this. IIRC, the hacks here basically arrange to emit magic label names; then when the magic names are output, they are transformed into prologue and epilogue code." Submitted by: bde
* | | | | | | Update for ntp 4.0.99b.roberto2000-01-282-104/+5
| | | | | | |
* | | | | | | Merge conflicts with the import of 4.0.99b.roberto2000-01-281-229/+269
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r56746,roberto2000-01-28118-5015/+13040
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of ntpd 4.0.99broberto2000-01-28119-5245/+13310
| | | | | | |
* | | | | | | Bump __FreeBSD_version and __FreeBSD_cc_version due to the C++ ABI changeobrien2000-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in GCC 2.95.2 from -fvtable-thunks to -fno-vtable-thunks by default.
* | | | | | | Fix a problem that caused the generation of an (almost) empty firstjoerg2000-01-272-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page of -mdoc manual pages in troff mode. The problem has been introduced in rev 1.12; apparently ending a line inside a macro definition with \c doesn't behave as Bill expected, and troff was fooled to believe previous output was already pending thus a new page needed to be emitted. Using a troff comment .\" instead of \c seems to solve this, alas the brain^Wnice sed(1) magic needs to be taught to _not_ strip those comments now. I think -stable is not affected by this.
* | | | | | | another tcp apps IPv6 updates.(should be make world safe)shin2000-01-276-194/+396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* | | | | | | Document the -X flag.archie2000-01-261-1/+8
| | | | | | |
* | | | | | | Add the -X flag to dump the buffer in "emacs-hexl" style,archie2000-01-261-30/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that is, with ASCII character decoding. Obtained from: OpenBSD
* | | | | | | Revision 1.3 is now taken care of in the base ncurses source.peter2000-01-261-7/+9
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r56639,peter2000-01-2685-1599/+4649
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud