Bruce Evans
de5d1ba57c
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
...
time initializing them. This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
1999-01-07 16:14:19 +00:00
Peter Wemm
7cedcfa765
ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have).
...
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).
1999-01-07 14:03:27 +00:00
Bruce Evans
4591d9bb7e
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
...
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.
1999-01-06 18:18:06 +00:00
Garrett Wollman
2af878cba4
Add a macro for ISO/IEC 9945-1: 1996, the official designation of the most
...
recent POSIX.1 standard.
1999-01-03 00:58:50 +00:00
Bill Fumerola
0bda8fea7a
remove non-existant references, correct spelling errors.
...
PR: docs/7963, docs/7790
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
Norihiro Kumagai kuma@jp.freebsd.org
1998-12-30 04:09:21 +00:00
Bill Fumerola
b91c4c930a
Remove bogus reference to mkfilters(1)
...
PR: docs/7790
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
1998-12-29 03:57:15 +00:00
Bill Fumerola
af693bfbc1
Remove bogus reference.
...
PR: docs/8430
Submitted by: jkb
1998-12-29 02:53:08 +00:00
David E. O'Brien
9b98b6333e
Display uptime in upper right corner.
...
Submitted by: Andy Farkas <andyf@speednet.com.au>
Obtained from: freebsd-current list
1998-12-19 20:09:20 +00:00
Peter Wemm
8d0a3d19f7
Old stuff laying around: Don't use getstr which can conflict with some
...
curses/termcap/terminfo implementations and causes recursion.
1998-12-16 06:06:06 +00:00
Peter Wemm
3f0340f838
Old stuff from a source tree: copy (verbatum) the code to expand the
...
%s/%m in the default /etc/gettytab.
1998-12-16 06:01:33 +00:00
Peter Wemm
d992b805ae
Make this work with the perl5 in the source tree - the API has "evolved"
...
and some code glitches had to be fixed.
1998-12-16 04:00:25 +00:00
Martin Cracauer
38db74296d
Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE
1998-12-15 16:43:14 +00:00
Stephen McKay
cf17350fb8
Restore traditional behaviour by allowing tabs in strings. In deference
...
to the new age of internationalisation, I used isblank() instead of a
literal '\t'.
1998-12-14 13:27:48 +00:00
Julian Elischer
1f35e8c8da
Remove some compiler warnings.
1998-12-10 20:11:47 +00:00
Steve Price
38d3291739
Another directive nit.
...
PR: 8144
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-12-10 03:22:27 +00:00
Steve Price
0043814576
Remove @code directive around --change-leading-char.
...
PR: 8143
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-12-10 03:16:57 +00:00
Steve Price
53315286b9
Comment out empty "BUGS" section.
...
PR: 8121
Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
1998-12-10 02:47:05 +00:00
Steve Price
0518ce8c9f
Remove duplicate entries for -N and -S commandline switches.
...
PR: 8120
Submitted by: Horihiro Kumagaio <kuma@jp.freebsd.org>
1998-12-10 02:43:29 +00:00
Steve Price
b1f9d316fb
Typo fix: "whether on not" -> "whether or not".
...
PR: 8102
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-12-10 02:30:52 +00:00
Steve Price
05eea124e9
Typo fix.
...
PR: 8034
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-12-10 01:37:43 +00:00
Bill Fumerola
7765322868
Balance the brackets.
...
PR: docs/8505
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1998-12-08 22:49:08 +00:00
David E. O'Brien
e6f93514c8
The \*(td string macro, which is supposed to display today's date in the form
...
"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>
1998-12-06 05:54:26 +00:00
Bill Fumerola
26255a3cd5
The explanation shows "-V" as being 'verbose' correct this to "-v"
...
PR: docs/8892
Submitted by: Hirayama Issei <iss@mail.wbs.ne.jp>
1998-12-03 19:54:43 +00:00
Matthew Dillon
467e41453a
Fixed typo in previous commit. oops.
1998-12-03 07:25:13 +00:00
Matthew Dillon
da1852b35a
Reviewed by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, cvs-all@freebsd.org
...
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.
1998-12-03 07:22:44 +00:00
Bill Fumerola
79a07699e7
".Mn mountd" -> ".Nm mountd" which now makes the instructions accurate.
...
PR: docs/8525
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1998-11-30 23:21:24 +00:00
Bill Fumerola
a4fe0fb18d
Grammer fix and style nits.
...
PR: docs/8879
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-11-30 22:25:24 +00:00
John Polstra
9748c8ad8f
Remove files that we don't use and are unlikely to use. You can
...
still get them with "cvs upd -r pam_unpruned" if you want to look at
them.
1998-11-25 19:46:10 +00:00
Doug Rabson
d24b518319
Port top to the alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-11-25 09:45:28 +00:00
David E. O'Brien
6ab6e16962
xfer typo
...
PR: docs/8723
Submitted by: Junji SAKAI <sakai@jp.freebsd.org>
1998-11-20 08:12:05 +00:00
David E. O'Brien
04bcfffb8b
amq.8 contains typos
...
PR: docs/8433
Reviewed by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-11-20 08:09:34 +00:00
David E. O'Brien
8e075b1204
Not part of AM-UTILS any longer. Should be build from fixrmtab.in.
1998-11-20 05:21:40 +00:00
John Polstra
41058e060e
Eliminate a setreuid() call that doesn't make sense for FreeBSD.
...
We don't use this module, but still I don't want to leave this call
in the code.
1998-11-18 01:24:34 +00:00
John Polstra
06b963fe1a
Fix #includes for FreeBSD.
1998-11-18 01:22:46 +00:00
John Polstra
0c6b630e95
Don't call openlog() and closelog(). Assume that the application
...
takes care of that.
1998-11-18 01:21:46 +00:00
John Polstra
4adeb82df8
s/Linux-PAM/PAM/g
1998-11-18 01:20:54 +00:00
John Polstra
8999aed3f1
This commit was generated by cvs2svn to compensate for changes in r41220,
...
which included commits to RCS files with non-trunk default branches.
1998-11-18 01:16:21 +00:00
John Polstra
fff5887d38
Initial import of virgin Linux-PAM 0.65, slightly stripped down.
1998-11-18 01:16:21 +00:00
John Polstra
4f7c48c192
Initial revision
1998-11-18 01:16:19 +00:00
Jacques Vidrine
8d05cc8419
vmunix -> kernel
...
PR: port/8543
Submitted by: jkb@best.com
1998-11-16 04:25:03 +00:00
Andrey A. Chernov
a0f25b5561
Prevent MakeMaker to produce /usr/local/local/bin path for
...
INSTALLSCRIPT and INSTALLBIN: it broke ports
1998-11-15 15:26:12 +00:00
David E. O'Brien
d10255201a
update for latest vendor import
1998-11-14 03:37:59 +00:00
David E. O'Brien
e2ee784d30
Clean up conflicts.
1998-11-14 03:13:33 +00:00
David E. O'Brien
4c5751da9f
This commit was generated by cvs2svn to compensate for changes in r41142,
...
which included commits to RCS files with non-trunk default branches.
1998-11-14 03:11:37 +00:00
David E. O'Brien
37d7e39316
Virgin import of AMD (am-utils) v6.0b1
1998-11-14 03:11:37 +00:00
Peter Wemm
2ec07c6614
Change dirty block list handling to use TAILQ macros.
1998-10-31 15:33:32 +00:00
John Polstra
34ff484bfc
Per request from ache, change the numbering scheme of __FreeBSD_cc_version.
...
Its form is now like __FreeBSD_version, with the FreeBSD revision in
the top digits.
1998-10-29 22:11:08 +00:00
John Polstra
98bf848b69
Add a new predefined preprocessor symbol "__FreeBSD_cc_version",
...
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
1998-10-29 04:27:06 +00:00
Jordan K. Hubbard
2dcc2f0693
Clarify a rather ambiguous debugging message.
1998-10-28 10:37:54 +00:00
David E. O'Brien
9de87aa445
update to match reality
1998-10-25 22:34:33 +00:00