summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | None of the header files for the packet capture libraryphk1998-08-073-0/+30
| | | | | | | | | | | | | | | | are suitable to include in a C++ file. PR: 7229 Reviewed by: phk Submitted by: Craig Spannring <cts@internetcds.com>
* | Add -t option ('t' in interactive mode) to make top(1) ignore itself.des1998-08-043-7/+32
| | | | | | | | | | | | | | | | Attempts to contact the author of top(1) (William LeFebvre) have so far been unsuccessful. PR: 7253 Submitted by: Yours Truly
* | I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNCpeter1998-08-042-14/+13
| | | | | | | | was not on by default.. Back previous change out.
* | Invert the sense of the -s flag (local addition). Instead of compilingpeter1998-08-042-13/+14
| | | | | | | | | | | | in the behavior via the previously default #define DONT_FSYNC, use the -s flag to turn the fsync() behavior on. This can be configured in sendmail.cf without recompiling mail.local.
* | Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.peter1998-08-041-21/+34
| |
* | Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.peter1998-08-041-1/+12
| |
* | Copy original rev 1.2 - fix usage line to match reality.peter1998-08-041-1/+1
| |
* | Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.peter1998-08-042-13/+12
| |
* | Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.peter1998-08-041-0/+6
| |
* | Copy original revs 1.19,1.15 - setusercontext() support and __FreeBSD__>=2peter1998-08-041-3/+6
| | | | | | | | Copy original revs 1.9,1.8,1.7 - set PS_STRINGS correctly.
* | Copy original rev 1.3 - fix cosmetic typo in examplepeter1998-08-041-2/+2
| | | | | | | | Copy original rev 1.2 - sort xrefs
* | Copy original rev 1.5 - sort/fix xrefspeter1998-08-041-4/+4
| | | | | | | | Copy original rev 1.4 - correct path to /usr/share/misc/sendmail.hf
* | Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.peter1998-08-046-6/+6
| |
* | Copy rev 1.2 of usr.sbin/sendmail/cf/sh/makeinfo.sh: Use `LC_TIME=C date`.peter1998-08-041-1/+1
| |
* | Copy across rev 1.2 of usr.sbin/sendmail/cf/ostype/bsd4.4.m4:peter1998-08-041-0/+1
| | | | | | | | Remove the legacy -d option from the arguments to mail.local in 4.4bsd.
OpenPOWER on IntegriCloud