summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Change dirty block list handling to use TAILQ macros.peter1998-10-311-8/+8
| |
* | Per request from ache, change the numbering scheme of __FreeBSD_cc_version.jdp1998-10-292-2/+2
| | | | | | | | | | Its form is now like __FreeBSD_version, with the FreeBSD revision in the top digits.
* | Add a new predefined preprocessor symbol "__FreeBSD_cc_version",jdp1998-10-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a numeric value that describes the feature level of the compiler. This can be used to check for the presence/absence of FreeBSD-specific compiler features. The value is a decimal number whose digits have the form VRRRRFF, where: V = Compiler vendor. 0 (elided) means gcc. RRRR = Vendor's version number, e.g., 2721 for the current gcc version (2.7.2.1). FF = FreeBSD-specific revision level. 00 means the stock compiler from the vendor. The value of "__FreeBSD_cc_version" is hard-coded in "src/contrib/gcc/config/i386/freebsd.h" and must be incremented when new FreeBSD-specific compiler features are added. I considered simply picking up the value of FreeBSD_version from <osreldate.h>. But that would break cross compiles of gcc. PR: Part of the fix for gnu/8452 Suggested by: bde
* | Clarify a rather ambiguous debugging message.jkh1998-10-281-2/+2
| |
* | update to match realityobrien1998-10-251-5/+6
| |
* | PR: 8429thepish1998-10-241-1/+1
| | | | | | | | | | Submitted by: jkb@FreeBSD.ORG correct typo in example
* | "Fixed" a printf format error. Use bogus casts to avoid using %p so thatbde1998-10-171-1/+3
| | | | | | | | the output doesn't change (unless the old format caused runtime errors).
* | Fixed printf format errors.bde1998-10-174-6/+6
| |
* | Fixed the type of a signal handler.bde1998-10-171-2/+3
| |
* | Fix minor bogon pointed out by perl5's own perldoc.markm1998-10-111-2/+2
| |
* | Cleanup. No need to install manpages here; no other system modulemarkm1998-10-111-1/+2
| | | | | | | | does it, and it is done /in toto/ elsewhere.
* | By popular request, mention that mailq responds to the same options asdes1998-10-071-4/+8
| | | | | | | | | | | | sendmail(8). PR: i386/8149
OpenPOWER on IntegriCloud