summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | 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.
| * | | | | | | | | Import ncurses-5.0-release to update the 5.0-prerelease that we had.peter2000-01-2686-1601/+4657
| | | | | | | | | |
* | | | | | | | | | Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceobrien2000-01-251-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable.
* | | | | | | | | | Quietly delete duplicate Info entries with --quiet.ru2000-01-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: bde
* | | | | | | | | | Merge in fixes from the GCC anoncvs tree.obrien2000-01-224-221/+258
| | | | | | | | | |
* | | | | | | | | | Merge in the restore pic register fix from the vendor branch.obrien2000-01-221-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 3441 Submitted by: Mark Diekhans <markd@Grizzly.COM>
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r56385,obrien2000-01-2220-89/+190
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | 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-01-2222-97/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch on Jan 20th, 2000.
* | | | | | | | | | - Use proper markup for a section header.chris2000-01-191-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace nonexistent OPIE_PROMPT_MAX with OPIE_CHALLENGE_MAX PR: 16209 Submitted by: Tetsuro Furuya <tfuruya@ppp142197.asahi-net.or.jp>
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r56173,obrien2000-01-171-3/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | Virgin import of the GCC 2.95.2 compilersobrien2000-01-171-3/+18
| | | | | | | | | |
* | | | | | | | | | Add upgrade instructions and helper file.ru2000-01-172-0/+80
| | | | | | | | | |
* | | | | | | | | | Update for GNU texinfo 4.0ru2000-01-171-17/+40
| | | | | | | | | |
* | | | | | | | | | Merge our changes into GNU texinfo 4.0ru2000-01-172-579/+1020
| | | | | | | | | |
* | | | | | | | | | This is the stock GNU texinfo 4.0 fileru2000-01-177-7584/+2745
| | | | | | | | | |
* | | | | | | | | | Remove files not present in last importru2000-01-1773-31251/+0
| | | | | | | | | |
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r56160,ru2000-01-1780-3762/+20550
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | Virgin import of GNU texinfo 4.0ru2000-01-1789-11873/+24275
| | | | | | | | | | |
* | | | | | | | | | | Update this for the recient import.obrien2000-01-161-8/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.obrien2000-01-161-33/+46
| | | | | | | | | | |
* | | | | | | | | | | GNU has figured out they should fix the bug we fixed in rev 1.2 themselves.obrien2000-01-161-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So return this file back to the stock version.
* | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r56101,obrien2000-01-1626-670/+1326
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | Import GNU bc 1.05a.obrien2000-01-1628-708/+1382
| | | | | | | | | | | |
* | | | | | | | | | | | Only log when there is a real change to the configuration state.obrien2000-01-151-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested and Tested by: unfurl
* | | | | | | | | | | | Removed redundant declarations again. Fixed in rev.1.5, broken in rev.1.8.bde2000-01-141-8/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Fixed bitrot in K&R support (3 missing __P(())'s defeated the point of 7bde2000-01-141-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-missing ones in <com_err.h> which includes this file).
* | | | | | | | | | | | Fixed bitrot in K&R support (1 missing __P(()) defeated the point of 7bde2000-01-141-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-missing ones). Removed private declaration of __P(()) while I'm here. Include <sys/cdefs.h> to get the system definition. The privation declaration would break the system definition if it were different.
* | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r55924,guido2000-01-1322-245/+714
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | Import of ipfilter 3.3.6 (freebsd relevant part)guido2000-01-1331-258/+771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: ftp://coombs.anu.edu.au/pub/net/firewall/ip-filter/ip_fil3.3.6.tar.gz
* | | | | | | | | | | | Fix dhclient-exit-hooks location. (PR 14253)asmodai2000-01-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add $FreeBSD$ CVS identifier. PR: 14253 Submitted by: Arcady Genkin
* | | | | | | | | | | | The groff package is not maintained by jjc@jclark.com anymore.asmodai2000-01-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reflect this change in the upgrade file.
* | | | | | | | | | | | Fix conflicts which arose during import, also add $FreeBSD$.asmodai2000-01-1214-56/+169
| | | | | | | | | | | |
* | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r55839,asmodai2000-01-12120-1095/+24503
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud