summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug where you couldn't start top in a very small window. Nowdwmalone2002-08-111-0/+2
| | | | | | | | | you can start it in a small window, but it doesn't always display anything sensible. Resizing the window does work though. The patch is a slightly simpler one than Sheldon's in the PR. PR: 21075
* Use the correct loop variable so that we print all IO addresses andiedowse2002-08-091-2/+2
| | | | | | | not just 8 copies of the first one. PR: bin/18157 Submitted by: German Tischler <tanis@gaspode.franken.de>
* Move even closer to matching behaviour of our old tar(1) wrt preservingsobomax2002-08-011-1/+4
| | | | | | | | | | modes of extracted files. This effectively disables special threating of uid 0 for mode-preserving purposes and should fix problems with pkg_add(1) and probably other things when extracting files/dirs with sticky mode bits set. Pointed out by: bde MFC in: 2 weeks
* Routing socket messages are padded to sizeof(long), not justfenner2002-07-301-2/+4
| | | | sizeof(u_int32_t).
* Calculate checksums correctly when LSRR is in effect by passing thefenner2002-07-281-24/+36
| | | | | | | IP header and protocol header seperately. Also calculate TCP checksums. Submitted by: orion
* Merge 1.4a12fenner2002-07-284-228/+613
|
* This commit was generated by cvs2svn to compensate for changes in r100784,fenner2002-07-2823-538/+3362
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of LBL traceroute v1.4a12fenner2002-07-2826-713/+4017
| |
* | Document upgrade procedure.mp2002-07-242-0/+21
| |
* | This commit was generated by cvs2svn to compensate for changes in r100616,mp2002-07-24151-1871/+2531
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of tcsh-6.12.00mp2002-07-24151-1871/+2531
| | |
* | | s/ifdef/ifndef/.dcs2002-07-231-1/+1
| | | | | | | | | | | | Fenner got this inverted through a misunderstanding between us.
* | | Add '+FreeBSD' to the version string, to reflect that this programfenner2002-07-231-1/+2
| | | | | | | | | | | | | | | bears little relationship to the one from LBL with the same name and version number.
* | | Add an ICMP protocol handler, partly based on LBL's traceroute 1.4 .fenner2002-07-222-4/+57
| | | | | | | | | | | | Submitted by: dcs
* | | Actually use gen_prep() and gen_check(), instead of udp_prep() andfenner2002-07-221-3/+3
| | | | | | | | | | | | udp_check(), for unknown protocols.
* | | This commit was generated by cvs2svn to compensate for changes in r100519,ru2002-07-221-182/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | Update for GNU texinfo 4.2.ru2002-07-223-140/+107
| | |
* | | Merge texinfo 4.2 changes onto the trunk.ru2002-07-221-3/+5
| | |
* | | Use stock (FSF) version of this file.ru2002-07-221-66/+140
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r100513,ru2002-07-2241-1952/+2809
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of stripped down GNU texinfo 4.2ru2002-07-2243-2021/+2954
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r100490,bp2002-07-222-5/+25
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import smbfs 1.4.5. This release intended to fix problem with iconvbp2002-07-222-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library. MFC after: 1 week
* | | | | Move the definition of FreeBSD 4.6 back to where it belongs.ru2002-07-181-1/+0
| | | | |
* | | | | Revert last change.murray2002-07-181-1/+0
| | | | | | | | | | | | | | | | | | | | Requested by: ru
* | | | | Teach mdoc about FreeBSD 4.6.1murray2002-07-181-0/+1
| | | | |
* | | | | MFS: make this file compilable with gcc 2.9x as well.sobomax2002-07-141-1/+2
| | | | |
* | | | | Fix C++ exception handling. GCC was using the older BSD DBX register numbersobrien2002-07-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than the ELF ABI/SVR4 ones in its DWARF unwinding. Submitted by: Alexander Kabaev <ak03@gte.com>
* | | | | When I decided to use a stock dbxout.c rather than merge the rev 1.2 changeobrien2002-07-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (put the function stabs in traditional order on a.out, or gdb doesn't see function local variables), I failed to remove the related knobs here. Effectively were overrode the ELF-wide definition in elfos.h w/o providing new infrastructure. This is what caused GDB to fail to debug applications compiled and linked with -stabs. This is because GCC was unconditionally inserts .stabs instruction for functions after the function body. GDB was getting confused because what it thinks is function beginning address is actually function ending address. Submitted by: Alexander Kabaev <ak03@gte.com>
* | | | | Yep, revision 1.3 was 1/2assed.obrien2002-07-121-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time use the right attribute for null_format_ok. Submitted by: bde
* | | | | Make our i386 hacks in a less vendor file disturbing manner.obrien2002-07-101-29/+21
| | | | |
* | | | | Quiet warnings by making this ANSI-C clean.obrien2002-07-091-5/+18
| | | | |
* | | | | Always upload new files, even if the timestamps match. This is a workaroundfenner2002-07-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar" creates a new file, it sets the version to 0 ("new") but sets the timestamp in the Entries file to the timestamp of the file that's new on the branch. The CVS client doesn't upload files whose timestamps match with the Entries file, so these new files don't get uploaded to the server and the server fails when trying to check them in. PR: bin/40227 Approved by: peter MFC after: 2 weeks
* | | | | Add a note about nslookup needing a slightly different version of thedougb2002-07-071-0/+4
| | | | | | | | | | | | | | | | | | | | command line editing patch in -current and RELENG_4.
* | | | | Merge rev 1.2 (FreeBSD a.out configuration support) into theobrien2002-07-051-0/+23
| | | | | | | | | | | | | | | | | | | | Binutils 2.12_20020622 snap.
* | | | | Use the stock 2.12.1 snapshot version of this.obrien2002-07-051-0/+7
| | | | |
* | | | | Use the stock version of this.obrien2002-07-052-2/+2
| | | | |
* | | | | Bring the binutils_2_12_20020622 snap version of this to the HEAD branch.obrien2002-07-051-51/+63
| | | | |
* | | | | We use the stock version of this file as in rev 1.4.obrien2002-07-051-1/+2
| | | | |
* | | | | We use the stock version of this file.obrien2002-07-051-19/+19
| | | | |
* | | | | Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.12_20020622 snap.obrien2002-07-051-0/+10
| | | | |
* | | | | Merge our ELF branding into Binutils 2.12_20020622 snapshot.obrien2002-07-051-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | (note that this will be the last Binutils update to offer our original method of ELF branding (WANT_OLD_BRANDELF_METHOD))
* | | | | This commit was generated by cvs2svn to compensate for changes in r99461,obrien2002-07-0596-2992/+13175
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import of Binutils from the FSF 2.12 branch (just post-.1 release).obrien2002-07-05105-3072/+13301
| | | | | | | | | | | | | | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT.
* | | | | | Allow XFree86-4 to buildobrien2002-07-032-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by not creating paradoxical FLOAT_MODE subregs. Tested by: se Obtained from: http://gcc.gnu.org/ml/gcc/2002-06/msg01709.html
* | | | | | Fix another POLA breakage in a new tar: in diff mode presence of filesobomax2002-07-031-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the archive, but its absence in the file system should be reported as difference, not as error. Reported by: bde
* | | | | | When we are extracting directory with --unlink option and the directorysobomax2002-07-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | already exists don't spew bogus "Cannot unlink" error and exit with non-zero code. Reported by: bde
* | | | | | This commit was generated by cvs2svn to compensate for changes in r99191,dougb2002-07-0122-3778/+0
| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | * Make Xlist more complete, and more concise in some case.dougb2002-07-012-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reflect additional docs we're not using anymore. * Add some notes for next time.
* | | | | | Resolve conflicts, generally in favor of the vendor version.dougb2002-07-017-79/+91
| | | | | |
OpenPOWER on IntegriCloud