Doug Rabson
d5f1f6d3be
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
Mark Murray
5c17a87bef
Part #1 of suidperl repair.
1998-09-24 17:20:46 +00:00
Luoqi Chen
e266594c25
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
John Polstra
25352982e7
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
Poul-Henning Kamp
982fe76ef9
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
Bill Fenner
699fc31439
Merge tcpdump 3.4
...
PR: bin/7877
1998-09-15 19:46:59 +00:00
Bill Fenner
90dc276c84
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
Bill Fenner
4644f044b2
Virgin import of LBL tcpdump v3.4
1998-09-15 19:36:32 +00:00
Bill Fenner
dfd1ee14ff
Merge libpcap version 0.4
...
PR: bin/7877
1998-09-15 19:31:43 +00:00
Bill Fenner
4e4869f856
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
Bill Fenner
a4b5b39fce
Virgin import of LBL libpcap v0.4
1998-09-15 19:28:10 +00:00
Mark Murray
110a65c26d
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
John Polstra
4f7bdec1e8
Bring core-regset.c back to life. It is needed for handling ELF
...
core dumps.
1998-09-14 20:53:47 +00:00
David E. O'Brien
a0279c111f
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 Eklund
dfef928b1c
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
Garrett Wollman
f0da769a73
Add a .St -p1003.1g.
1998-09-12 21:31:21 +00:00
Alexander Langer
9c4d47b9e1
Typo fix.
...
PR: 7906
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1998-09-12 16:55:54 +00:00
Alexander Langer
0a46a99270
Typo fixes.
...
PR: 7904
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-12 16:39:32 +00:00
David E. O'Brien
f4208b7ea8
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
Warner Losh
a4c0f3bc90
sprintf -> snprintf
1998-09-09 17:08:46 +00:00
Warner Losh
a556fde0bc
Add alpha-*=freebsd* to configure
1998-09-09 17:07:36 +00:00
Warner Losh
74542ae78c
Use readlink correctly
1998-09-09 17:05:54 +00:00
David E. O'Brien
bc4d911b88
Fully use our own generated files for NFSv3.
1998-09-09 16:11:01 +00:00
Mark Murray
39ab139322
Minimalist fixes to make BMaked perl build.
1998-09-09 13:10:47 +00:00
Mark Murray
7744993bbc
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
Mark Murray
ff6b7ba98e
Initial import of Perl5. The king is dead; long live the king!
1998-09-09 07:00:04 +00:00
John Polstra
5584f22bb3
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
Alexander Langer
805749c0db
Added .St -susv2 --> Version 2 of the Single UNIX Specification
1998-09-07 18:52:57 +00:00
John Polstra
0a225ac59d
Resolve conflicts from import of binutils-2.9.1.
...
Submitted by: Doug Rabson <dfr>
1998-09-06 23:00:35 +00:00
John Polstra
914f9af1ba
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
John Polstra
f3c0afbfb0
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
Satoshi Asami
140a040ae3
Remove tcl from src/contrib.
1998-09-05 12:33:01 +00:00
David E. O'Brien
c2e6b42316
More sorting of references.
1998-09-05 06:56:36 +00:00
David E. O'Brien
173d7ad5bd
MFO: rev 1.3 - correct man page xrefs.
1998-09-05 06:38:19 +00:00
David E. O'Brien
f6a4cf41ea
compare getopt() with -1, not EOF
1998-09-05 06:06:00 +00:00
David E. O'Brien
d5f8a55d70
MFO rev 1.4 - sort cross references
1998-09-05 05:52:24 +00:00
David E. O'Brien
72c53665f2
With the change to the 4.4Lite2 mount interface we don't need special
...
conf files.
1998-09-05 00:58:37 +00:00
David E. O'Brien
89fb7161b9
Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.
...
(bde will remove it soon)
1998-09-04 08:55:29 +00:00
David E. O'Brien
68f65204d5
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 Somers
ec28eec908
This is AMD.CONF, not AMQ.CONF
1998-09-02 21:07:47 +00:00
Gary Palmer
f58619de89
Remove redundant decl. of time(). Causes problems on alpha
1998-09-01 15:17:28 +00:00
John Birrell
8472e43276
Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.
...
Suggested by: jdp
1998-08-30 20:40:29 +00:00
Peter Hawkins
3cf9b7ae04
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
John Polstra
8e5e92d80e
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
John Polstra
5297a0bee0
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
David E. O'Brien
1726a7acaf
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
David E. O'Brien
11fbd93222
accidently changed some white space
1998-08-27 07:25:25 +00:00
David E. O'Brien
13bcc37c02
Properly create db files vs. dbm files.
...
Obtained from: NetBSD
1998-08-27 02:56:47 +00:00
Bruce Evans
0f79d73473
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
David E. O'Brien
274bbe3187
* 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