summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Remove duplicate entries for -N and -S commandline switches.steve1998-12-101-9/+2
| | | | | | | | | | PR: 8120 Submitted by: Horihiro Kumagaio <kuma@jp.freebsd.org>
* | Typo fix: "whether on not" -> "whether or not".steve1998-12-101-1/+1
| | | | | | | | | | PR: 8102 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Typo fix.steve1998-12-101-1/+1
| | | | | | | | | | PR: 8034 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* | Balance the brackets.billf1998-12-081-1/+1
| | | | | | | | | | PR: docs/8505 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* | The \*(td string macro, which is supposed to display today's date in the formobrien1998-12-061-1/+2
| | | | | | | | | | | | | | | | "October 14, 1998". A Y2k fix makes it now display "October 14, 98+1900". Appears you can perform arithmetic in a string definition. PR: gnu/8321 Reviewed by: Andrew J. Korty <ajk@purdue.edu>
* | The explanation shows "-V" as being 'verbose' correct this to "-v"billf1998-12-031-1/+1
| | | | | | | | | | PR: docs/8892 Submitted by: Hirayama Issei <iss@mail.wbs.ne.jp>
* | Fixed typo in previous commit. oops.dillon1998-12-031-1/+1
| |
* | Reviewed by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, cvs-all@freebsd.orgdillon1998-12-032-1/+28
| | | | | | | | | | | | Add '-g' main option to cvs to better support shared-group access to a common checked-out *working* set by multiple users. See manual page for details.
* | ".Mn mountd" -> ".Nm mountd" which now makes the instructions accurate.billf1998-11-301-2/+2
| | | | | | | | | | PR: docs/8525 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* | Grammer fix and style nits.billf1998-11-301-7/+7
| | | | | | | | | | PR: docs/8879 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Remove files that we don't use and are unlikely to use. You canjdp1998-11-25163-26807/+0
| | | | | | | | | | still get them with "cvs upd -r pam_unpruned" if you want to look at them.
* | Port top to the alpha.dfr1998-11-251-1/+1
| | | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* | xfer typoobrien1998-11-201-2/+2
| | | | | | | | | | PR: docs/8723 Submitted by: Junji SAKAI <sakai@jp.freebsd.org>
* | amq.8 contains typosobrien1998-11-201-4/+4
| | | | | | | | | | PR: docs/8433 Reviewed by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Not part of AM-UTILS any longer. Should be build from fixrmtab.in.obrien1998-11-201-24/+0
| |
* | Eliminate a setreuid() call that doesn't make sense for FreeBSD.jdp1998-11-181-0/+2
| | | | | | | | | | We don't use this module, but still I don't want to leave this call in the code.
* | Fix #includes for FreeBSD.jdp1998-11-181-2/+1
| |
* | Don't call openlog() and closelog(). Assume that the applicationjdp1998-11-181-0/+8
| | | | | | | | takes care of that.
* | s/Linux-PAM/PAM/gjdp1998-11-188-43/+37
| |
* | This commit was generated by cvs2svn to compensate for changes in r41220,jdp1998-11-18225-0/+41922
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of virgin Linux-PAM 0.65, slightly stripped down.jdp1998-11-18225-0/+41922
| /
* | Initial revisionjdp1998-11-182-0/+27
| |
* | vmunix -> kernelnectar1998-11-161-2/+2
| | | | | | | | | | PR: port/8543 Submitted by: jkb@best.com
* | Prevent MakeMaker to produce /usr/local/local/bin path forache1998-11-151-3/+4
| | | | | | | | INSTALLSCRIPT and INSTALLBIN: it broke ports
* | update for latest vendor importobrien1998-11-141-4/+4
| |
* | Clean up conflicts.obrien1998-11-147-85/+144
| |
* | This commit was generated by cvs2svn to compensate for changes in r41142,obrien1998-11-1424-36/+504
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of AMD (am-utils) v6.0b1obrien1998-11-1432-130/+648
| | |
OpenPOWER on IntegriCloud