summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r50276,peter1999-08-24532-0/+150840
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import unmodified (but trimmed) ncurses 5.0 prerelease 990821.peter1999-08-24532-0/+150840
| | | | | | | This contains the full eti (panel, form, menu) extensions. bmake glue to follow. Obtained from: ftp://ftp.clark.net/pub/dickey/ncurses
* Fix potential buffer overflow when using gtags.hoek1999-08-221-25/+35
| | | | | Submitted by: Shigio Yamaguchi [3]shigio@wafu.netgate.net (gtags author) PR: bin/7607
* * Consistantly surround macro parameters with ()obrien1999-08-202-64/+67
| | | | | | | * Consistantly put spaces after "," in macro param lists * Consistantly align continuation characters. * Don't need to supply all variations of __FOO__ in CPP_PREDEFINES, gcc will do that for us.
* Reduce default timeout on remote serial debugging sessions from 20grog1999-08-201-1/+1
| | | | | | | | | | seconds to 1 second. This fixes a problem where gdb would appear to hang on flaky serial connections. There's a theoretical problem that the relatively short timeout could cause problems on slow links, but you can override the default value with the 'set remotetimeout' command. Approved-by: dfr
* Move two of the DBX config directives to the common configuration header.obrien1999-08-192-10/+10
| | | | Also simply CPP_PREDEFINES a little.
* Use el_source() so we pick up .editrcmdodd1999-08-191-0/+1
|
* Add support for command line editing and history.mdodd1999-08-193-2042/+54
| | | | | | | | Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory)
* Fix a bunch of broken cross-referenceschris1999-08-182-4/+4
|
* According to Mark Murray, Makefiles do not belong here. I guess we'rensayer1999-08-164-99/+0
| | | | going to have to figure something else out.
* Add SRA authentication to src/crypto/telnet.nsayer1999-08-1613-6/+923
| | | | | | | | | | | | | | | | | | | | SRA does a Diffie-Hellmen exchange and then DES-encrypts the authentication data. If the authentication is successful, it also sets up a session key for DES encryption. SRA was originally developed at Texas A&M University. This code is probably export restricted (despite the fact that I originally found it at a University in Germany). SRA is not perfect. It is vulnerable to monkey-in-the-middle attacks and does not use tremendously large DH constants (and thus an individual exchange probably could be factored in a few days on modern CPU horsepower). It does not, however, require any changes in user or administrative behavior and foils session hijacking and sniffing. The goal of this commit is that telnet and telnetd end up in the DES distribution and that therefore an encrypted session telnet becomes standard issue for FreeBSD.
* Fix int function without return (make consistent with neighbors)nsayer1999-08-161-0/+1
|
* Move "WORD_SWITCH_TAKES_ARG" & "SWITCH_TAKES_ARG" to the general spec fileobrien1999-08-152-7/+7
| | | | | since their definitions were identical. FreeBSD/MIPS will need to override these two defintions, but it can #undef them and define them approapiately.
* Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate forobrien1999-08-151-6/+1
| | | | submitting to the GCC mainainers for folding into the stock GCC.
* Document how I imported this.obrien1999-08-142-0/+53
|
* Add "--broken-undeftoken-init" option. This makes Bison 1.28 bug compatableobrien1999-08-142-1/+7
| | | | | | | | | | | with version 1.25. Bison 1.28 fixed a bug in the initialization of the `undefined' symbol table entry. Unfortunately something about the way we are compiling egcs-1.1.2's cc1plus breaks with this bugfix. "--broken-undeftoken-init" is needed when compiling cc1plus. Otherwise /usr/libexec/cc1plus cannot compile libgcc.
* Fix conflicts.obrien1999-08-141-201/+220
|
* Fix conflicts, ensure rev 1.2 changes are made to v1.28.obrien1999-08-141-4/+11
|
* Use stock v1.28 bison.simple.obrien1999-08-141-43/+108
| | | | | Bison 1.28 has our bison.simple rev 1.2 change, but due to code movement, ``cvs'' didn't realize this.
* This commit was generated by cvs2svn to compensate for changes in r49795,obrien1999-08-1452-2185/+6207
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU Bison 1.28obrien1999-08-1455-2428/+6546
| |
* | Bad reference of uname(2) -> uname(3)chris1999-08-141-2/+2
| |
* | Check to see if /usr/bin/logger exists before using it. Use "echo" ifobrien1999-08-101-1/+5
| | | | | | | | | | | | /usr/bin/logger is not available. Noticed from: error messages in -CURRENT's sysinstall Alt-F2 debug screen
* | Set the close-on-exec flag when we lock the file we're editing.brian1999-08-061-3/+10
| | | | | | | | | | | | | | | | This prevents any background sub-command executed from inheriting the descriptor & lock (and making vi think that someone else is editing the file when it re-edits). Remembered from: An OpenBSD commit message from May '99
* | Log hostname settings/changes.obrien1999-08-041-0/+1
| | | | | | | | Submitted by: John Baldwin <jobaldwi@vt.edu>
* | Back out rev 1.2. The correct type of host-name is `X'. There was a problemobrien1999-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | with options.c which was fixed in ISC's version 2.0 (rev 1.1.1.2 --> 1.1.1.3). I have tested host-name with both types `X' and `t' and things work fine either way. I would prefer to match the offical sources when easily possible. PR: 12205 Submitted by: John Baldwin <jobaldwi@vt.edu>
* | MFS: use logger(1) instead of plain echo(1).obrien1999-08-041-2/+7
| | | | | | | | | | (some how these local changes made it out of my local tree into the repository, so lets do it right)
* | Support the setting of hostname via DHCP.obrien1999-08-041-0/+7
| | | | | | | | Submitted by: myself & Ted Lemon <mellon@isc.org>
* | Tune table since 0200-0206 is not available, add more charsache1999-07-311-9/+5
| |
* | bad news: chars 0200-0206 used internally in troff, make them back illegalache1999-07-312-2/+2
| |
* | make all chars above 127 legalache1999-07-312-4/+4
| |
* | change prev. commit: emulate latin1 on ascii if latin1 chars areache1999-07-312-2/+2
| | | | | | | | in the text as groff authors suppose
* | Add more koi8-r charsache1999-07-311-0/+64
| |
* | Pick hardcoded latin1 chars definitions only if -Tlatin1ache1999-07-312-2/+3
| |
* | Document the "skey" command in telnet(1).nik1999-07-301-0/+4
| | | | | | | | | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) Nagged by: markm :-)
* | dhclient-lease(8) -> dhclient.leases(5)nik1999-07-301-1/+1
| | | | | | | | | | PR: docs/12619 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* | Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointednik1999-07-301-1/+1
| | | | | | | | | | | | | | | | out in the PR. Correct typo on the same line, which was not pointed out by the PR. PR: docs/12619 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* | If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().obrien1999-07-301-0/+4
| | | | | | | | | | | | PR: gnu/12868 Submitted by: Vadim Chekan <vadim@gc.lviv.ua> Obtained from: bison-1.26a (identical change was made there)
* | Sense $LANG only if $LC_CTYPE is not setache1999-07-304-16/+12
| |
* | Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.mpp1999-07-301-0/+8
| |
* | Force safer mode of operation for man's use of *roff.imp1999-07-302-4/+4
| | | | | | | | Obtained from: OpenBSD's nroff.sh 1.2 by aaron@openbsd.org
* | bc core dumped when a value with between 128 and 255 (mod 256) digitsn_hibma1999-07-282-1/+3
| | | | | | | | | | | | | | | | was entered. PR: 12550 Submitted by: Vladimir Tchoukharev chu@gpi.ru Reviewed by: Phil Nelson <phil@cs.wwu.edu> (maintainer of bc)
* | Fix a problem where commands in backticks `` wont get executed in taintmarkm1999-07-191-0/+6
| | | | | | | | | | | | mode because of an insecure path. Reported by: George Cox
* | Fix type of host-name option. Partial fix for referenced PR.jkh1999-07-191-1/+1
| | | | | | | | | | Submitted by: John Baldwin <jobaldwi@vt.edu> PR: 12205
* | Merge some patches from RedHat-6.0. The most important change fixes a bugdfr1999-07-171-30/+90
| | | | | | | | | | | | | | | | when linking large shared libraries where the linker missed out some of the dynamic relocations from the output. This prevents libqt from linking properly among other packages. Obtained from: RedHat-6.0
* | This commit was generated by cvs2svn to compensate for changes in r48743,obrien1999-07-1013-33/+217
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of GCC 2.7.2.3obrien1999-07-1018-87/+312
| | |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn1999-03-3014-0/+8724
| | |
* | | Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnubde1999-07-041-4/+4
| | | | | | | | | | | | sources.
* | | Remove the soft-updates sources from their original location. Theyjdp1999-07-033-5353/+0
| | | | | | | | | | | | have been repository-copied to "src/sys/contrib/softupdates".
OpenPOWER on IntegriCloud