summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the 2.2.7 a.out --> 3.0 ELF cross-build.markm1998-09-151-13/+29
| | | | I need report backs on this one, guys!!
* Bring core-regset.c back to life. It is needed for handling ELFjdp1998-09-141-0/+130
| | | | core dumps.
* Support our "nfsv2" option. (originally added to old amd/amd/host_opts.cobrien1998-09-141-1/+14
| | | | | | | | rev 1.5) The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable whether NFS v2 should force "proto=udp" but I figure that is what most people will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with "proto=tcp,vers=2". RFC 1094 does not disallow such behavior.
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickeivind1998-09-131-11/+7
| | | | | | | up any PnP NE2000 compatible card, instead of forcing us to always update ID lists. Submitted by: Ugo Paternostro <paterno@dsi.unifi.it>
* Add a .St -p1003.1g.wollman1998-09-121-0/+10
|
* Typo fix.alex1998-09-121-1/+1
| | | | | PR: 7906 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
* Typo fixes.alex1998-09-121-2/+2
| | | | | PR: 7904 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
* Merge our older Amd manpages with the new am-utils manpages.obrien1998-09-129-1181/+1339
| | | | | | | | | | The am-utils manpages were un-mandocafied, un4.4BSD'ed with CSRG copyrights regressed to 1989. This work was done by Brian Handy who I am very greatful to. (only a few minor tweaks by me) Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
* sprintf -> snprintfimp1998-09-091-12/+13
|
* Add alpha-*=freebsd* to configureimp1998-09-091-0/+11
|
* Use readlink correctlyimp1998-09-091-3/+5
|
* Fully use our own generated files for NFSv3.obrien1998-09-091-2/+10
|
* Minimalist fixes to make BMaked perl build.markm1998-09-096-11/+28
|
* This commit was generated by cvs2svn to compensate for changes in r38980,markm1998-09-09854-0/+352198
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of Perl5. The king is dead; long live the king!markm1998-09-09854-0/+352198
|
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-072-8/+14
| | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries.
* Added .St -susv2 --> Version 2 of the Single UNIX Specificationalex1998-09-071-0/+3
|
* Resolve conflicts from import of binutils-2.9.1.jdp1998-09-069-1310/+2465
| | | | Submitted by: Doug Rabson <dfr>
* This commit was generated by cvs2svn to compensate for changes in r38889,jdp1998-09-06351-10458/+72520
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU binutils-2.9.1. This will break things for a few minutesjdp1998-09-06361-11766/+74989
| | | | | | | | | | | | until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson <dfr>
* | Remove tcl from src/contrib.asami1998-09-05395-173953/+0
| |
* | More sorting of references.obrien1998-09-054-16/+14
| |
* | MFO: rev 1.3 - correct man page xrefs.obrien1998-09-051-2/+2
| |
* | compare getopt() with -1, not EOFobrien1998-09-051-2/+2
| |
* | MFO rev 1.4 - sort cross referencesobrien1998-09-051-5/+5
| |
* | With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-052-70/+0
| | | | | | | | conf files.
* | Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-041-3/+2
| | | | | | | | (bde will remove it soon)
* | Don't assume that time_t is long.obrien1998-09-041-2/+4
| | | | | | | | (from rev 1.4 by bde of old AMD)
* | This is AMD.CONF, not AMQ.CONFbrian1998-09-021-2/+2
| |
* | Remove redundant decl. of time(). Causes problems on alphagpalmer1998-09-011-2/+1
| |
* | Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.jb1998-08-301-3/+3
| | | | | | | | Suggested by: jdp
* | PR: 7741thepish1998-08-301-36/+391
| | | | | | | | | | Submitted by: Hellmuth Michaelis <hm@kts.org> add LCP/PAP/CHAP/IPCP frame printing functionality
* | This file has been renamed to FREEBSD-upgrade in accordance with thejdp1998-08-281-28/+0
| | | | | | | | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien>
* | This file has been renamed to FREEBSD-upgrade in accordance with thejdp1998-08-281-11/+0
| | | | | | | | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien>
* | rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.cobrien1998-08-273-3/+17
| | | | | | | | for NFSv3 support
* | accidently changed some white spaceobrien1998-08-271-2/+2
| |
* | Properly create db files vs. dbm files.obrien1998-08-271-33/+18
| | | | | | | | Obtained from: NetBSD
* | Support printf format checking of FreeBSD kernel formats %[Dbrz].bde1998-08-243-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | This is enabled by the undocumented option -fformat-extensions. This option should be named better and/or give more control over the extensions. Fixed a message - don't warn about the field width when it's the precision that has the wrong type. Didn't fix excessive checking for the precision relative to the type - ANSI requires both to be ints, but gcc permits the field width to be either int or unsigned int.
* | * Check getopt()'s return with -1, not EOFobrien1998-08-238-22/+27
| | | | | | | | | | | | * protect a few potential buffer overflows Obtained from: NetBSD
* | more files we don't need.obrien1998-08-231-0/+1
| |
* | Two more files FreeBSD doesn't need.obrien1998-08-231-1/+1
| |
* | upgrade instructions.obrien1998-08-231-0/+107
| |
* | This commit was generated by cvs2svn to compensate for changes in r38494,obrien1998-08-23153-0/+63365
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of AMD (am-utils) v6.0a16obrien1998-08-23153-0/+63365
| /
* | Use %p and void * casts to print pointers.jb1998-08-201-6/+6
| | | | | | | | Cast the hash value returned to long instead of int.
* | Add #include string.h to get prototypes.jb1998-08-181-0/+1
| |
* | Add #include string.h to get prototypes.jb1998-08-181-1/+2
| | | | | | | | | | Cast a pointer to u_long instead of u_int32_t to avoid a warning. This is cosmetic because the code is just looking for the remainder.
* | Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-121-2/+27
| | | | | | | | | | | | | | child of the same name. Submitted by: Kirk Mckusick with fixes from luoqi Chen Obtained from: Whistle test tree.
* | Add missing .TP in "INTERACTIVE MODE" section.des1998-08-121-0/+1
| |
* | Merge from stable: support for the o, order, commandwosch1998-08-121-1/+1
| |
OpenPOWER on IntegriCloud