dg
b2ee04d692
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
...
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>
1999-01-22 09:07:32 +00:00
jdp
8e07825413
Make it possible to use PAM in statically-linked applications.
1999-01-20 21:55:30 +00:00
jdp
83cd622631
Correct the previous Y2K "fix". It caused man page dates to come
...
out like "January 19, 99+1900".
1999-01-19 17:55:23 +00:00
simokawa
2b19461b95
Merge from verdor branch (v_3_4_2) and remove obsolete files.
1999-01-18 07:32:38 +00:00
simokawa
f9d7c04461
This commit was generated by cvs2svn to compensate for changes in r42788,
...
which included commits to RCS files with non-trunk default branches.
1999-01-18 06:59:18 +00:00
simokawa
cf4b2ca9b8
Import Global v3_4_2 sources.
...
Ok'd by: peter
Discussed with: msmith
1999-01-18 06:59:18 +00:00
danny
29cb96d669
y2k nit: date +%y -> date +%Y
1999-01-16 10:57:01 +00:00
peter
be880e4d42
a.out is default
1999-01-16 08:51:46 +00:00
peter
da215dc2b4
Unbreak previous commit..
1999-01-15 12:49:53 +00:00
markm
7ad5d034ce
Fix CVS merge breakage.
1999-01-15 12:38:11 +00:00
markm
79524e4f3a
Break cvs merge
1999-01-15 12:37:44 +00:00
peter
bc8c47b760
Fix(?) an apparent merge glitch. Half of xrealloc() was missing..
1999-01-15 12:24:56 +00:00
markm
10f07d53c8
Sigh. Fix broken merges. I hate CVS.
1999-01-15 12:06:17 +00:00
danny
fc636d58c9
Tidy logic in sccs2rcs,
...
Fix y2kbug "19$year" in log.pl
PR: 9501
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-15 12:05:57 +00:00
markm
9eb82d4ddc
Add a file that I forgot to "cvs add", and remove a lot of stuff that is
...
no longer a part of texinfo-3.12.
Pointed out by: dg (partially)
1999-01-15 05:58:28 +00:00
danny
87903b14f2
Yet another y2k bug. (printf("19%s %s", $3, $4);)
1999-01-15 05:15:41 +00:00
markm
7d5b67f581
Resove conflicts.
1999-01-14 19:56:32 +00:00
markm
2c6c20e3a7
This commit was generated by cvs2svn to compensate for changes in r42660,
...
which included commits to RCS files with non-trunk default branches.
1999-01-14 19:35:19 +00:00
markm
086e3a2995
Upgrade texinfo to the latest-and-greatest.
...
This has big improvements to the .info file utility support and
much recent OSS requires its features.
1999-01-14 19:35:19 +00:00
obrien
81b5441c93
Didn't get all the mods on the fixup.
1999-01-14 17:03:12 +00:00
obrien
b653361cde
Fix conflicts.
1999-01-13 20:04:00 +00:00
obrien
938b46e694
This commit was generated by cvs2svn to compensate for changes in r42629,
...
which included commits to RCS files with non-trunk default branches.
1999-01-13 19:23:16 +00:00
obrien
c9384f1d98
Virgin import of AMD (am-utils) v6.0
1999-01-13 19:23:16 +00:00
peter
859fb85cba
These files were replaced by symlinks in 8.9.2...
1999-01-12 13:24:46 +00:00
peter
c12ed0ac5a
Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changes
...
were submitted back to sendmail.org (stage 1) and were incorporated.
1999-01-12 12:38:06 +00:00
peter
2a7bd60222
Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)
...
Obtained from: ftp.sendamil.org
1999-01-12 12:26:57 +00:00
peter
28140f0ddc
This commit was generated by cvs2svn to compensate for changes in r42575,
...
which included commits to RCS files with non-trunk default branches.
1999-01-12 12:26:57 +00:00
obrien
71ee92a055
uptime display more in style with original code
1999-01-09 20:25:02 +00:00
bde
620faec4dc
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
178cb60b90
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
bde
6b4cb42fc5
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
wollman
4c25b78f42
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
billf
b791c7d503
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
billf
182a4f96c6
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
billf
1e71ed1ecb
Remove bogus reference.
...
PR: docs/8430
Submitted by: jkb
1998-12-29 02:53:08 +00:00
obrien
7fe5005336
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
f713504ee7
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
b3ca2b65dd
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
290bbca7df
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
cracauer
832ea519cd
Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE
1998-12-15 16:43:14 +00:00
mckay
9a56470d71
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
4252a29a60
Remove some compiler warnings.
1998-12-10 20:11:47 +00:00
steve
4f24b996c8
Another directive nit.
...
PR: 8144
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-12-10 03:22:27 +00:00
steve
4d1802dca8
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
811b22f5b0
Comment out empty "BUGS" section.
...
PR: 8121
Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
1998-12-10 02:47:05 +00:00
steve
6fea57f7d4
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
dcb7b48fc6
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
dea21faef7
Typo fix.
...
PR: 8034
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-12-10 01:37:43 +00:00
billf
03984695da
Balance the brackets.
...
PR: docs/8505
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1998-12-08 22:49:08 +00:00
obrien
ad241254a6
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
billf
5d009c2154
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
dillon
df7ef2f2a2
Fixed typo in previous commit. oops.
1998-12-03 07:25:13 +00:00
dillon
95b23800e1
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
billf
897abdc087
".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
billf
770ac8b766
Grammer fix and style nits.
...
PR: docs/8879
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-11-30 22:25:24 +00:00
jdp
bc45902bf4
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
dfr
fad527cee1
Port top to the alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-11-25 09:45:28 +00:00
obrien
2dc2e7a66d
xfer typo
...
PR: docs/8723
Submitted by: Junji SAKAI <sakai@jp.freebsd.org>
1998-11-20 08:12:05 +00:00
obrien
58c1dec7e6
amq.8 contains typos
...
PR: docs/8433
Reviewed by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-11-20 08:09:34 +00:00
obrien
c2cf80a908
Not part of AM-UTILS any longer. Should be build from fixrmtab.in.
1998-11-20 05:21:40 +00:00
jdp
c013db748d
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
jdp
4e010fce4a
Fix #includes for FreeBSD.
1998-11-18 01:22:46 +00:00
jdp
dd7dc0fdc0
Don't call openlog() and closelog(). Assume that the application
...
takes care of that.
1998-11-18 01:21:46 +00:00
jdp
0c49046b10
s/Linux-PAM/PAM/g
1998-11-18 01:20:54 +00:00
jdp
b0d9083974
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
jdp
f06b122f95
Initial import of virgin Linux-PAM 0.65, slightly stripped down.
1998-11-18 01:16:21 +00:00
jdp
12da5f7b62
Initial revision
1998-11-18 01:16:19 +00:00
nectar
e3e1fdde8e
vmunix -> kernel
...
PR: port/8543
Submitted by: jkb@best.com
1998-11-16 04:25:03 +00:00
ache
cfb352de22
Prevent MakeMaker to produce /usr/local/local/bin path for
...
INSTALLSCRIPT and INSTALLBIN: it broke ports
1998-11-15 15:26:12 +00:00
obrien
8aa55a59e6
update for latest vendor import
1998-11-14 03:37:59 +00:00
obrien
b27bc705e9
Clean up conflicts.
1998-11-14 03:13:33 +00:00
obrien
c6e3533e1e
Virgin import of AMD (am-utils) v6.0b1
1998-11-14 03:11:37 +00:00
obrien
8325c2c05b
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
peter
28edd064e3
Change dirty block list handling to use TAILQ macros.
1998-10-31 15:33:32 +00:00
jdp
37ab72983a
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
jdp
3b2d2cd8f0
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
jkh
f9d5811600
Clarify a rather ambiguous debugging message.
1998-10-28 10:37:54 +00:00
obrien
3b8491537f
update to match reality
1998-10-25 22:34:33 +00:00
thepish
dcbd0e0d50
PR: 8429
...
Submitted by: jkb@FreeBSD.ORG
correct typo in example
1998-10-24 10:08:05 +00:00
bde
077b0389a9
"Fixed" a printf format error. Use bogus casts to avoid using %p so that
...
the output doesn't change (unless the old format caused runtime errors).
1998-10-17 16:14:00 +00:00
bde
3ee02aa6e5
Fixed printf format errors.
1998-10-17 16:04:28 +00:00
bde
0ae63bd749
Fixed the type of a signal handler.
1998-10-17 14:47:00 +00:00
markm
a970ab3276
Fix minor bogon pointed out by perl5's own perldoc.
1998-10-11 17:27:33 +00:00
markm
1849bf91ae
Cleanup. No need to install manpages here; no other system module
...
does it, and it is done /in toto/ elsewhere.
1998-10-11 17:23:34 +00:00
des
d16646af18
By popular request, mention that mailq responds to the same options as
...
sendmail(8).
PR: i386/8149
1998-10-07 19:45:36 +00:00
obrien
8132e715dd
-v to show compiled in paths doesn't seem to exist.
...
PR: docs/7912
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-10-04 11:09:08 +00:00
nate
0704380261
Fix 'noatime' bug that was unrelated to use of noatime.
...
The problem is caused when a directory block is compacted. When this
occurs, softdep_change_directoryentry_offset() is called to relocate each
directory entry and adjust its matching diradd structure, if any, to match
the new location of the entry. The bug is that while
softdep_change_directoryentry_offset() correctly adjusts the offsets of
the diradd structures on the pd_diraddhd[] lists (which are not yet ready
to be committed to disk), it fails to adjust the offsets of the diradd
structures on the pd_pendinghd list (which are ready to be committed to
disk). This causes the dependency structures to be inconsistent with
the buf contents. Now, if the compaction has moved a directory entry to
the same offset as one of the diradd structures on the pd_pendinghd list
*and* a syscall is done that tries to remove this directory entry before
this directory block has been written to disk (which would empty
pd_pendinghd), a sanity check in newdirrem() will call panic() when it
notices that the inode number in the entry that it is to be removed doesn't
match the inode number in the diradd structure with that offset of that
entry.
Reviewed by: Kirk McKusick <mckusick@McKusick.COM>
Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com>
1998-10-03 19:17:11 +00:00
markm
6a182d981b
Fix default location of *.ph file install.
...
Asked-for-by: ache
1998-10-01 19:17:58 +00:00
markm
c3affd64d9
Whitespace cleanup. Probable patch cut 'n paste.
1998-10-01 19:16:20 +00:00
dfr
2517a6e8dc
Rewrite the bits of the solib code to handle implentations where dlopen
...
may insert into the list of loaded libraries (ours is one) instead of
appending to the end of the list. Also cope with dlclose() removing
libraries from the list.
1998-09-25 14:39:52 +00:00
markm
5481a2f2cf
Part #1 of suidperl repair.
1998-09-24 17:20:46 +00:00
luoqi
011a265214
Eliminate a race in VOP_FSYNC() when softupdates is enabled.
...
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
Two minor changes are also included,
1. Remove gratuitious checks for error return from vn_lock with LK_RETRY set,
vn_lock should always succeed in these cases.
2. Back out change rev. 1.36->1.37, which unnecessarily makes async mount
a little more unstable. It also keeps us in sync with other BSDs.
Suggested by: Bruce Evans <bde@zeta.org.au>
1998-09-24 15:02:46 +00:00
jdp
f15ff332c7
Fix segmentation violation that sometimes occurred when warning
...
symbols were used.
PR: bin/7980
Submitted by: Doug Rabson <dfr>
1998-09-19 22:31:40 +00:00
phk
fc2c31afee
s/the the/to the/
...
PR: 7922
Reviewed by: phk
Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
1998-09-17 08:56:03 +00:00
fenner
4c60525ae9
Merge tcpdump 3.4
...
PR: bin/7877
1998-09-15 19:46:59 +00:00
fenner
a0690bb361
This commit was generated by cvs2svn to compensate for changes in r39297,
...
which included commits to RCS files with non-trunk default branches.
1998-09-15 19:36:32 +00:00
fenner
cfc42b58f2
Virgin import of LBL tcpdump v3.4
1998-09-15 19:36:32 +00:00
fenner
7e8107a0d8
Merge libpcap version 0.4
...
PR: bin/7877
1998-09-15 19:31:43 +00:00
fenner
9c1513da2e
This commit was generated by cvs2svn to compensate for changes in r39291,
...
which included commits to RCS files with non-trunk default branches.
1998-09-15 19:28:10 +00:00
fenner
8afef1cc2c
Virgin import of LBL libpcap v0.4
1998-09-15 19:28:10 +00:00
markm
89fc7c0218
Fix for the 2.2.7 a.out --> 3.0 ELF cross-build.
...
I need report backs on this one, guys!!
1998-09-15 10:55:21 +00:00
jdp
57f346317f
Bring core-regset.c back to life. It is needed for handling ELF
...
core dumps.
1998-09-14 20:53:47 +00:00
obrien
15b383a4fa
Support our "nfsv2" option. (originally added to old amd/amd/host_opts.c
...
rev 1.5)
The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable
whether NFS v2 should force "proto=udp" but I figure that is what most people
will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with
"proto=tcp,vers=2". RFC 1094 does not disallow such behavior.
1998-09-14 08:20:37 +00:00
eivind
cf603ed4a6
Support PnP compatibility IDs. This allow e.g. the ed driver to pick
...
up any PnP NE2000 compatible card, instead of forcing us to always
update ID lists.
Submitted by: Ugo Paternostro <paterno@dsi.unifi.it>
1998-09-13 22:15:44 +00:00
wollman
c61877fad2
Add a .St -p1003.1g.
1998-09-12 21:31:21 +00:00
alex
42e223eb81
Typo fix.
...
PR: 7906
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1998-09-12 16:55:54 +00:00
alex
466a46950c
Typo fixes.
...
PR: 7904
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-12 16:39:32 +00:00
obrien
2f2daef6c0
Merge our older Amd manpages with the new am-utils manpages.
...
The am-utils manpages were un-mandocafied, un4.4BSD'ed with CSRG
copyrights regressed to 1989.
This work was done by Brian Handy who I am very greatful to.
(only a few minor tweaks by me)
Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
1998-09-12 04:04:59 +00:00
imp
704d9ca038
sprintf -> snprintf
1998-09-09 17:08:46 +00:00
imp
f2f818679c
Add alpha-*=freebsd* to configure
1998-09-09 17:07:36 +00:00
imp
9df47436b2
Use readlink correctly
1998-09-09 17:05:54 +00:00
obrien
94c552df43
Fully use our own generated files for NFSv3.
1998-09-09 16:11:01 +00:00
markm
867acbf435
Minimalist fixes to make BMaked perl build.
1998-09-09 13:10:47 +00:00
markm
4fcbc3669a
Initial import of Perl5. The king is dead; long live the king!
1998-09-09 07:00:04 +00:00
markm
8d21a388fe
This commit was generated by cvs2svn to compensate for changes in r38980,
...
which included commits to RCS files with non-trunk default branches.
1998-09-09 07:00:04 +00:00
jdp
543681e630
Make profiling work for ELF. gprof now autodetects the format of
...
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.
1998-09-07 23:32:00 +00:00
alex
4bf5cad63a
Added .St -susv2 --> Version 2 of the Single UNIX Specification
1998-09-07 18:52:57 +00:00
jdp
7a872bfc9d
Resolve conflicts from import of binutils-2.9.1.
...
Submitted by: Doug Rabson <dfr>
1998-09-06 23:00:35 +00:00
jdp
360eac4c08
Import GNU binutils-2.9.1. This will break things for a few minutes
...
until I've made the commits to resolve the conflicts.
Submitted by: Doug Rabson <dfr>
1998-09-06 22:57:45 +00:00
jdp
106d0a98ae
This commit was generated by cvs2svn to compensate for changes in r38889,
...
which included commits to RCS files with non-trunk default branches.
1998-09-06 22:57:45 +00:00
asami
b5a36be19a
Remove tcl from src/contrib.
1998-09-05 12:33:01 +00:00
obrien
c167726f96
More sorting of references.
1998-09-05 06:56:36 +00:00
obrien
d278c4134b
MFO: rev 1.3 - correct man page xrefs.
1998-09-05 06:38:19 +00:00
obrien
82efbb1b97
compare getopt() with -1, not EOF
1998-09-05 06:06:00 +00:00
obrien
5b4548c175
MFO rev 1.4 - sort cross references
1998-09-05 05:52:24 +00:00
obrien
2009cb3703
With the change to the 4.4Lite2 mount interface we don't need special
...
conf files.
1998-09-05 00:58:37 +00:00
obrien
874cec2b9f
Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.
...
(bde will remove it soon)
1998-09-04 08:55:29 +00:00
obrien
76caa98b09
Don't assume that time_t is long.
...
(from rev 1.4 by bde of old AMD)
1998-09-04 04:42:28 +00:00
brian
5c5d82c3c3
This is AMD.CONF, not AMQ.CONF
1998-09-02 21:07:47 +00:00
gpalmer
9539a89e52
Remove redundant decl. of time(). Causes problems on alpha
1998-09-01 15:17:28 +00:00
jb
771c522554
Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.
...
Suggested by: jdp
1998-08-30 20:40:29 +00:00
thepish
8552640d41
PR: 7741
...
Submitted by: Hellmuth Michaelis <hm@kts.org>
add LCP/PAP/CHAP/IPCP frame printing functionality
1998-08-30 05:32:44 +00:00
jdp
222306be0f
This file has been renamed to FREEBSD-upgrade in accordance with the
...
Policies section of the Handbook.
Submitted by: "David O'Brien" <obrien>
1998-08-28 04:55:53 +00:00
jdp
d4ca935a01
This file has been renamed to FREEBSD-upgrade in accordance with the
...
Policies section of the Handbook.
Submitted by: "David O'Brien" <obrien>
1998-08-28 04:53:23 +00:00
obrien
41cb307420
rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.c
...
for NFSv3 support
1998-08-27 07:33:23 +00:00
obrien
e184b07955
accidently changed some white space
1998-08-27 07:25:25 +00:00
obrien
d88cdee670
Properly create db files vs. dbm files.
...
Obtained from: NetBSD
1998-08-27 02:56:47 +00:00
bde
cf6b3ab116
Support printf format checking of FreeBSD kernel formats %[Dbrz].
...
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.
1998-08-24 06:33:52 +00:00
obrien
bb8df8ad44
* Check getopt()'s return with -1, not EOF
...
* protect a few potential buffer overflows
Obtained from: NetBSD
1998-08-23 22:52:09 +00:00
obrien
d365c44f81
more files we don't need.
1998-08-23 22:51:11 +00:00
obrien
cae086cf4e
Two more files FreeBSD doesn't need.
1998-08-23 22:43:27 +00:00
obrien
124d9f5e02
upgrade instructions.
1998-08-23 22:09:19 +00:00
obrien
663d5a0f32
Virgin import of AMD (am-utils) v6.0a16
1998-08-23 22:07:21 +00:00
obrien
0fdd63f560
This commit was generated by cvs2svn to compensate for changes in r38494,
...
which included commits to RCS files with non-trunk default branches.
1998-08-23 22:07:21 +00:00
jb
8ad34b497c
Use %p and void * casts to print pointers.
...
Cast the hash value returned to long instead of int.
1998-08-20 21:33:31 +00:00
jb
6a669786c6
Add #include string.h to get prototypes.
1998-08-18 01:47:44 +00:00
jb
ec508b1f33
Add #include string.h to get prototypes.
...
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.
1998-08-18 01:46:58 +00:00
julian
e8b1f3cb31
Handle the case of moving a directory onto the top of a sibling's
...
child of the same name.
Submitted by: Kirk Mckusick with fixes from luoqi Chen
Obtained from: Whistle test tree.
1998-08-12 20:46:47 +00:00
des
53a13012b5
Add missing .TP in "INTERACTIVE MODE" section.
1998-08-12 10:38:37 +00:00
wosch
dbdb393361
Merge from stable: support for the o, order, command
1998-08-12 09:58:15 +00:00
phk
813afe2de8
None of the header files for the packet capture library
...
are suitable to include in a C++ file.
PR: 7229
Reviewed by: phk
Submitted by: Craig Spannring <cts@internetcds.com>
1998-08-07 06:20:58 +00:00
des
75a0abfaae
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
...
Attempts to contact the author of top(1) (William LeFebvre) have so
far been unsuccessful.
PR: 7253
Submitted by: Yours Truly
1998-08-04 14:10:48 +00:00
peter
852a1aec40
I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNC
...
was not on by default.. Back previous change out.
1998-08-04 13:56:32 +00:00
peter
4f0d59b634
Invert the sense of the -s flag (local addition). Instead of compiling
...
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.
1998-08-04 13:46:46 +00:00
peter
c99bd2123f
Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
1998-08-04 13:14:21 +00:00
peter
e6f69eaa29
Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.
1998-08-04 13:11:42 +00:00
peter
bdd45c6571
Copy original rev 1.2 - fix usage line to match reality.
1998-08-04 13:09:38 +00:00
peter
717dc94989
Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.
1998-08-04 13:08:41 +00:00
peter
5e60ce1a6a
Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
1998-08-04 13:07:03 +00:00
peter
408da9908d
Copy original revs 1.19,1.15 - setusercontext() support and __FreeBSD__>=2
...
Copy original revs 1.9,1.8,1.7 - set PS_STRINGS correctly.
1998-08-04 13:04:55 +00:00
peter
318b73ff4f
Copy original rev 1.3 - fix cosmetic typo in example
...
Copy original rev 1.2 - sort xrefs
1998-08-04 12:59:12 +00:00
peter
1da91f8e8c
Copy original rev 1.5 - sort/fix xrefs
...
Copy original rev 1.4 - correct path to /usr/share/misc/sendmail.hf
1998-08-04 12:57:34 +00:00
peter
639ddd73fb
Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
1998-08-04 12:53:30 +00:00
peter
c0b1bf4bf8
Copy rev 1.2 of usr.sbin/sendmail/cf/sh/makeinfo.sh: Use LC_TIME=C date
.
1998-08-04 12:47:09 +00:00
peter
cd45046ea4
Copy across rev 1.2 of usr.sbin/sendmail/cf/ostype/bsd4.4.m4:
...
Remove the legacy -d option from the arguments to mail.local in 4.4bsd.
1998-08-04 12:45:34 +00:00
peter
dd0f57039f
Copy across rev 1.2 of usr.sbin/sendmail/cf/m4/cfhead.m4: Record envelope
...
sender in each Received: header along the way. Great for spammer hunting.
1998-08-04 12:44:19 +00:00
peter
3299490505
Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
...
src/contrib as per various discussions. I will copy across our changes
and then point the Makefiles across once the dust has settled..
1998-08-03 05:56:20 +00:00
peter
ca69a0dd7f
This commit was generated by cvs2svn to compensate for changes in r38032,
...
which included commits to RCS files with non-trunk default branches.
1998-08-03 05:56:20 +00:00
bde
fdf039c199
Fixed printf format errors.
1998-08-02 16:44:18 +00:00
bde
7544feb271
Fixed printf format errors.
1998-08-02 15:18:45 +00:00
bde
6e3d74bd30
Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPE
...
to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the
format then `void *' is probably wrong for the type.
1998-08-02 14:57:00 +00:00
jdp
2795803eaf
Add support for a new archetype "printf0" for the "format" function
...
attribute. It is like the existing "printf" archetype, except that
it doesn't complain if the format string is a null pointer. See
the node "Function Attributes" in the GCC info pages if you don't
know what this is all about.
This change will allow us to add format string checking for the
err(3) family of functions.
1998-07-15 04:22:45 +00:00
dt
9c6c5be7a9
Add XPG4.2.
1998-07-08 15:05:05 +00:00
bde
0ea85390b1
Fixed printf format errors.
1998-07-06 21:01:54 +00:00
bde
d41c4c7c4f
Declared version_string() properly (1970's style).
1998-07-06 20:40:57 +00:00
bde
805cd0c09e
Fixed printf format errors.
1998-06-30 20:14:13 +00:00
bde
03f83186e2
Fixed printf format errors.
1998-06-30 19:53:09 +00:00
bde
34006c2faa
Fixed (1970's/old-GNU style) a missing declaration of a function that
...
doesn't return int.
1998-06-30 19:19:10 +00:00
bde
aa8cdf0141
Fixed printf format errors.
1998-06-30 18:12:26 +00:00
bde
9d42f986ba
Fixed printf format errors.
1998-06-30 18:06:23 +00:00
bde
c3445a1f50
Don't assume that time_t is long. Don't assume that time_t's can be
...
represented by ints. Keep assuming that time_t's can be represented
by longs.
1998-06-29 16:30:43 +00:00
bde
358160524e
Don't assume that time_t is long.
1998-06-29 15:52:49 +00:00
peter
33fd57d99d
Merge 3.2.3 -> 3.2.7 changes into mainline.
1998-06-20 18:43:25 +00:00
peter
f92e022f22
This commit was generated by cvs2svn to compensate for changes in r37074,
...
which included commits to RCS files with non-trunk default branches.
1998-06-20 18:29:38 +00:00
peter
9529c38ad8
Import trimmed version of ipfilter 3.2.7.
...
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
1998-06-20 18:29:38 +00:00
steve
8d6f722f48
'They They' -> 'They'
...
PR: 6912
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-14 16:06:00 +00:00
julian
7618cf95f3
Note which version of Kirk's sources this corresponds to.
1998-06-12 21:21:26 +00:00
julian
83d0c40d08
Fix the case when renaming to a file that you've just created and deleted,
...
that had an inode that has not yet been written to disk, when the inode of the
new file is also not yet written to disk, and your old directory entry is not
yet on disk but you need to remove it and the new name exists in memory
but has been deleted but the transaction to write the deleted name to disk
exists and has not yet been cancelled by the request to delete the non
existant name. I don't know how kirk could have missed such a glaring
problem for so long. :-) Especially since the inconsitency survived on
the disk for a whole 4 second on average before being fixed by other code.
This was not a crashing bug but just led to filesystem inconsitencies
if you crashed.
Submitted by: Kirk McKusick (mckusick@mckusick.com )
1998-06-12 20:48:30 +00:00
julian
9ab92044d4
Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.
...
Change worked out by john and kirk in consort.
1998-06-11 17:44:32 +00:00
peter
f8bb322b02
Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8
...
headers. As I understand it, it was for some really ancient athena stuff
that has long been replaced.
1998-06-11 14:40:42 +00:00
peter
c2933d3dd7
Merge conflicting changes (all 1 line! :-) from 8.1.2.
1998-06-11 05:09:53 +00:00
peter
0b32a29dfa
This commit was generated by cvs2svn to compensate for changes in r36882,
...
which included commits to RCS files with non-trunk default branches.
1998-06-11 05:01:49 +00:00
peter
67e0f3ce71
Import final bind-8.1.2 release.
...
Obtained from: ftp.isc.org
1998-06-11 05:01:49 +00:00
julian
1e472dc252
Fix for "live inode" panic.
...
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
Reviewed by: yeah right...
1998-06-10 20:45:46 +00:00
julian
c16287759e
Remove buggy debugging code.
1998-06-10 20:03:16 +00:00
jb
27278942f8
Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.
1998-06-08 10:58:36 +00:00
jkoshy
2dd64a973f
Spelling fixes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
1998-06-08 06:12:02 +00:00
jb
dcad314395
Fix an alignment problem on alpha by doing a bytewise copy.
1998-06-06 23:33:28 +00:00
jkoshy
93bb25d88b
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00
steve
16359590c3
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00