summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from vendor branch into our versionpeter1999-01-242-0/+8
|
* This commit was generated by cvs2svn to compensate for changes in r43148,peter1999-01-244-1/+72
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Check the patch obtained from sendmail.org for the header denial-of-servicepeter1999-01-246-1/+80
| | | | | | | | | | | | | | attack into the vendor branch. It is a little unusual doing it this way but it will eliminate (or minimize anyway) conflicts when 8.9.3 comes out. Obtained from: sendmail.org (as posted on bugtraq, but without broken tabs)
* | Update __FreeBSD__ and __FreeBSD_cc_version to be consistant withobrien1999-01-222-2/+2
| | | | | | | | | | | | __FreeBSD_version Forgotten by: Eivind and Some anonymous release engineer
* | Gutted softdep_deallocate_dependencies and replaced it with a panic. Itdg1999-01-221-41/+3
| | | | | | | | | | | | | | | | turns out to not be useful to unwind the dependencies and continue in the face of a fatal error. Also changed the log() to a printf() in softdep_error() so that it will be output in the case of a impending panic. Submitted by: Kirk McKusick <mckusick@mckusick.com>
* | Make it possible to use PAM in statically-linked applications.jdp1999-01-202-29/+61
| |
* | Correct the previous Y2K "fix". It caused man page dates to comejdp1999-01-191-1/+2
| | | | | | | | out like "January 19, 99+1900".
* | Merge from verdor branch (v_3_4_2) and remove obsolete files.simokawa1999-01-1835-4688/+1735
| |
* | This commit was generated by cvs2svn to compensate for changes in r42788,simokawa1999-01-1863-1078/+6445
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Global v3_4_2 sources.simokawa1999-01-1877-2501/+8181
| | | | | | | | | | | | | | | Ok'd by: peter Discussed with: msmith
* | | y2k nit: date +%y -> date +%Ydanny1999-01-161-1/+1
| | |
* | | a.out is defaultpeter1999-01-161-4/+0
| | |
* | | Unbreak previous commit..peter1999-01-151-7/+0
| | |
* | | Fix CVS merge breakage.markm1999-01-152-95/+6
| | |
* | | Break cvs mergemarkm1999-01-152-16/+2
| | |
* | | Fix(?) an apparent merge glitch. Half of xrealloc() was missing..peter1999-01-151-0/+7
| | |
* | | Sigh. Fix broken merges. I hate CVS.markm1999-01-151-1/+1
| | |
* | | Tidy logic in sccs2rcs,danny1999-01-152-3/+4
| | | | | | | | | | | | | | | | | | Fix y2kbug "19$year" in log.pl PR: 9501 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | | Add a file that I forgot to "cvs add", and remove a lot of stuff that ismarkm1999-01-1539-40151/+258
| | | | | | | | | | | | | | | no longer a part of texinfo-3.12. Pointed out by: dg (partially)
* | | Yet another y2k bug. (printf("19%s %s", $3, $4);)danny1999-01-151-1/+1
| | |
* | | Resove conflicts.markm1999-01-149-4824/+5286
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r42660,markm1999-01-14132-4761/+55927
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Upgrade texinfo to the latest-and-greatest.markm1999-01-14141-9573/+61213
| | | | | | | | | | | | | | | | | | | | This has big improvements to the .info file utility support and much recent OSS requires its features.
| * | | This commit was manufactured by cvs2svn to create branchcvs2svn1997-01-112-0/+240
| | | | | | | | | | | | | | | | 'VENDOR-texinfo'.
* | | | Didn't get all the mods on the fixup.obrien1999-01-141-1/+5
| | | |
* | | | Fix conflicts.obrien1999-01-1314-191/+221
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r42629,obrien1999-01-13110-1180/+2088
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of AMD (am-utils) v6.0obrien1999-01-13133-1375/+2331
| | | | |
* | | | | These files were replaced by symlinks in 8.9.2...peter1999-01-128-4104/+0
| | | | |
* | | | | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changespeter1999-01-1220-249/+797
| | | | | | | | | | | | | | | | | | | | were submitted back to sendmail.org (stage 1) and were incorporated.
* | | | | This commit was generated by cvs2svn to compensate for changes in r42575,peter1999-01-12292-745/+2660
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)peter1999-01-12312-996/+3462
| | | | | | | | | | | | | | | | | | | | Obtained from: ftp.sendamil.org
* | | | | uptime display more in style with original codeobrien1999-01-093-42/+37
| | | | |
* | | | | Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | time initializing them. This almost finishes centralizing (in-core) timestamp updates in ufs_itimes().
* | | | | ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have).peter1999-01-071-3/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach it about the FreeBSD equivalent, because there are some funny things going on with -rpath that I can't quite get a handle on. It looks like setting an rpath on a new shared object overrides all the implicit DT_RPATH's from the dependencies, causing them to fail at link time (but not runtime).
* | | | | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MNT_WAIT when we mean boolean `true' or check for that value not being passed. There was no problem in practice because MNT_WAIT had the magic value of 1.
* | | | | Add a macro for ISO/IEC 9945-1: 1996, the official designation of the mostwollman1999-01-031-0/+16
| | | | | | | | | | | | | | | | | | | | recent POSIX.1 standard.
* | | | | remove non-existant references, correct spelling errors.billf1998-12-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/7963, docs/7790 Submitted by: Stefan Eggers seggers@semyam.dinoco.de Norihiro Kumagai kuma@jp.freebsd.org
* | | | | Remove bogus reference to mkfilters(1)billf1998-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/7790 Submitted by: Stefan Eggers seggers@semyam.dinoco.de
* | | | | Remove bogus reference.billf1998-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/8430 Submitted by: jkb
* | | | | Display uptime in upper right corner.obrien1998-12-191-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Andy Farkas <andyf@speednet.com.au> Obtained from: freebsd-current list
* | | | | Old stuff laying around: Don't use getstr which can conflict with somepeter1998-12-162-6/+6
| | | | | | | | | | | | | | | | | | | | curses/termcap/terminfo implementations and causes recursion.
* | | | | Old stuff from a source tree: copy (verbatum) the code to expand thepeter1998-12-161-2/+31
| | | | | | | | | | | | | | | | | | | | %s/%m in the default /etc/gettytab.
* | | | | Make this work with the perl5 in the source tree - the API has "evolved"peter1998-12-162-3/+7
| | | | | | | | | | | | | | | | | | | | and some code glitches had to be fixed.
* | | | | Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFEcracauer1998-12-151-2/+2
| | | | |
* | | | | Restore traditional behaviour by allowing tabs in strings. In deferencemckay1998-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | to the new age of internationalisation, I used isblank() instead of a literal '\t'.
* | | | | Remove some compiler warnings.julian1998-12-101-9/+6
| | | | |
* | | | | Another directive nit.steve1998-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 8144 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | | | | Remove @code directive around --change-leading-char.steve1998-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 8143 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | | | | Comment out empty "BUGS" section.steve1998-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 8121 Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
OpenPOWER on IntegriCloud