Sheldon Hearn
85085b2098
Merge rev 1.1.1.2 from the vendor branch: fix leftright scrolling for
...
long lines
2002-01-31 13:45:31 +00:00
Sheldon Hearn
d9bf839744
Add $FreeBSD$ CVS Id tag so that I can merge rev 1.1.1.2 from the
...
vendor branch. This file was taken off the vendor branch in 1998,
before we started enforcing the presence of CVS Id tags. :-(
2002-01-31 13:44:36 +00:00
Sheldon Hearn
32c41949c6
This commit was generated by cvs2svn to compensate for changes in r90019,
...
which included commits to RCS files with non-trunk default branches.
2002-01-31 13:28:37 +00:00
Sheldon Hearn
b4f6fcd394
Fix core dump in left-right screen scrolling for long lines.
...
The nvi maintainer expects this patch to be included in the upcoming
nvi-1.81.6 unless a better fix presents itself.
The MFC reminder below should be taken as a cue to MFC rev 1.1.1.2
of vs_relative.c as well.
PR: bin/26869
Reported by: Alex Semenyaka <alexs@snark.ratmir.ru>
Obtained from: skimo@kotnet.org (via "Alexey V. Neyman" <alex.neyman@auriga.ru>)
MFC after: 1 month
2002-01-31 13:28:37 +00:00
Jacques Vidrine
3e838acb26
*sigh* Misfire. Backout previous commit, as it was meant for
...
another branch.
2002-01-29 17:40:45 +00:00
Jacques Vidrine
5dd418263a
FreeBSD 4.4 doesn't have __FBSDID. Do it the old-fashioned way instead.
...
Reported by: Steven Farmer <steve@geoenergycorp.com>
Pointy hat to: nectar
2002-01-29 17:11:28 +00:00
David E. O'Brien
2494ec932a
The list of not-wanted and needed files for the binutils_anoncvs_20020127
...
import.
2002-01-28 12:51:19 +00:00
David E. O'Brien
645378407b
Explain how I did the binutils_anoncvs_20020127 import.
2002-01-28 12:50:53 +00:00
Peter Wemm
d337ceafd7
Remove files that have been removed from vendor branch
2002-01-27 22:41:09 +00:00
Peter Wemm
418b22b96f
This commit was generated by cvs2svn to compensate for changes in r89884,
...
which included commits to RCS files with non-trunk default branches.
2002-01-27 22:41:09 +00:00
Jacques Vidrine
479608bf54
= Fix temporary file handling.
...
Obtained from: Immunix Linux
= Garbage collect now-unused temporary file handling functions.
= Add __FBSDID.
2002-01-27 16:43:35 +00:00
David E. O'Brien
1c29203648
Use these malloc-like bits from libiberty now.
2002-01-27 12:45:01 +00:00
David E. O'Brien
e6c1391fb2
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.12.0_snap.
2002-01-27 12:24:18 +00:00
David E. O'Brien
9ff63f1887
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
2002-01-27 12:23:29 +00:00
David E. O'Brien
8a7348b206
Use the stock 2.12.0_snap version of this.
2002-01-27 12:18:32 +00:00
David E. O'Brien
bd26b0c893
Merge rev 1.2 (FreeBSD a.out configuration support) into Binutils 2.12.0_snap.
2002-01-27 12:17:58 +00:00
David E. O'Brien
3065fc221d
Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.
2002-01-27 12:17:17 +00:00
David E. O'Brien
4276e6793c
Bring the binutils_2_12_cvs_20020125 version of this to the HEAD branch.
2002-01-27 12:16:47 +00:00
David E. O'Brien
610a68a9a8
Use the stock 2.12.0_snap version of this now.
2002-01-27 12:15:52 +00:00
David E. O'Brien
04f0ba0a6c
Use the vendor's 2.12.0_snap vendor version of this file as in rev 1.5.
2002-01-27 12:12:53 +00:00
David E. O'Brien
eb18cc2ed5
Use the vendor's 2.12.0_snap version of this file as in rev 1.4.
2002-01-27 12:09:38 +00:00
David E. O'Brien
fe703cdb2b
Commit the stock 2.12.0_snap version.
2002-01-27 12:08:47 +00:00
David E. O'Brien
2a6f4bb9e6
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.12.0_snap.
2002-01-27 12:08:15 +00:00
David E. O'Brien
2b80b9b724
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere.) into Binutils 2.12.0_snap.
2002-01-27 12:07:38 +00:00
David E. O'Brien
8aedd9e98e
Merge our ELF branding into Binutils 2.12.0_snap.
2002-01-27 12:06:54 +00:00
David E. O'Brien
dbbf32dd39
Enlist the FreeBSD-CURRENT users as testers of what is to become Binutils
...
version 2.12.0. These bits are taken from the FSF anoncvs repo on
27-January-2002 03:41 PST.
2002-01-27 12:00:11 +00:00
David E. O'Brien
e85f989710
This commit was generated by cvs2svn to compensate for changes in r89857,
...
which included commits to RCS files with non-trunk default branches.
2002-01-27 12:00:11 +00:00
Andrey A. Chernov
9df24552a0
Zeroing memset() in opiechallenge() really is not needed because it is the
...
very first thing immediately following opielookup() does being entered, i.e.
look at this:
int opielookup FUNCTION((opie, principal), struct opie *opie AND char
*principal
)
{
int i;
memset(opie, 0, sizeof(struct opie));
...
2002-01-24 22:19:21 +00:00
David Malone
337fd7a891
Resolve conflicts.
2002-01-24 17:58:42 +00:00
David Malone
db6a108dbf
Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).
2002-01-24 17:55:40 +00:00
David Malone
bc2856b282
Resolve conflicts (we have a -t option).
2002-01-24 17:54:04 +00:00
David Malone
73e3ae1c4e
Resolve conflict: We made a fix renaming a structure member error,
...
but it was renamed errnum on the vendor branch.
2002-01-24 17:52:26 +00:00
David Malone
30be5b1b49
This commit was generated by cvs2svn to compensate for changes in r89750,
...
which included commits to RCS files with non-trunk default branches.
2002-01-24 17:24:16 +00:00
David Malone
4f4f23c131
import top_3_5beta12
2002-01-24 17:24:16 +00:00
Dag-Erling Smørgrav
e9ae7bc234
This commit disables chain caching.
...
Chain caching is a feature of Linux-PAM, where pam_authenticate() and
pam_open_session() "freeze" the chain so that their companion
primitive (pam_setcred() and pam_close_session() respectively) will
call the exact same modules, skipping those that failed in the
previous call.
There are several reasons not to do this, the most prominent of which
is that it makes it impossible to call pam_setcred() without first
calling pam_authenticate() - which is perfectly valid according to
DCE/RFC 86.0 and XSSO, and is necessary to make 'login -f' work.
Instead of chain caching, implement something similar to the way
Solaris' libpam behaves: pam_setcred treats "sufficient" modules as if
they were "required", i.e. does not break the chain when they succeed.
PAM modules whose pam_sm_setcred() should not be called unless their
pam_sm_authenticate() succeeded can simply set a state variable using
pam_set_data() in pam_sm_authenticate(), and use pam_get_data() to
check it in pam_sm_setcred().
Sponsored by: DARPA, NAI Labs
2002-01-24 15:30:03 +00:00
Giorgos Keramidas
0063afffd5
dhclient-script.conf lives in /etc and not /sbin.
...
PR: docs/32008
Submitted by: John E Hein <jhein@timing.com>
Approved by: obrien
2002-01-23 13:56:41 +00:00
Mark Murray
73d7223603
WARNS=4 fixes.
...
OK'ed by: des
2002-01-20 17:54:33 +00:00
Ruslan Ermilov
a8be241673
MFV: Initialize %I register.
2002-01-18 15:28:32 +00:00
Ruslan Ermilov
d73b73ae30
This commit was generated by cvs2svn to compensate for changes in r89500,
...
which included commits to RCS files with non-trunk default branches.
2002-01-18 15:25:01 +00:00
Ruslan Ermilov
2a91b0e9f4
From ChangeLog:
...
: 2002-01-17 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.common: Initialize %I register for the %I macro to
: avoid (harmless) warning.
: * tmac/doc.tmac (Bd): There is no reason to enforce -compact
: when in the SYNOPSIS section.
2002-01-18 15:25:01 +00:00
Ruslan Ermilov
e132e98f0d
Satisfy pedantic readers.
...
PR: docs/31260
From ChangeLog:
: 2002-01-14 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/groff_mdoc.man: Minor fixes.
2002-01-15 17:15:28 +00:00
Ruslan Ermilov
f5c1e082d2
This commit was generated by cvs2svn to compensate for changes in r89397,
...
which included commits to RCS files with non-trunk default branches.
2002-01-15 17:15:28 +00:00
Andrey A. Chernov
c15c659486
This commit was generated by cvs2svn to compensate for changes in r89354,
...
which included commits to RCS files with non-trunk default branches.
2002-01-14 15:58:32 +00:00
Andrey A. Chernov
7e6a63408c
Import official baudrate fix into the vendor branch
2002-01-14 15:58:32 +00:00
Alfred Perlstein
ff3ec7455e
Backout inclusion of sys/queue.h
2002-01-14 09:19:18 +00:00
Alfred Perlstein
a40d159b40
add queue.h, now needed for file.h
2002-01-14 04:12:54 +00:00
Ruslan Ermilov
87e24bf876
MFV: NetBSD style document titles (OS/arch).
2002-01-10 18:07:50 +00:00
Ruslan Ermilov
7715c92746
Print architecture right after an operating system name in a title.
...
From ChangeLog:
: 2001-12-24 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc-common (Dt): Change output of architecture strings.
: Do some syntax cleanup.
: * tmac/groff_mdoc.man: Updated.
2002-01-10 18:04:04 +00:00
Ruslan Ermilov
45a3e7b196
This commit was generated by cvs2svn to compensate for changes in r89232,
...
which included commits to RCS files with non-trunk default branches.
2002-01-10 18:04:04 +00:00
Joerg Wunsch
32eb5fea1a
Make the -a flag to opiekey(1) actually work as advertised.
...
Reviewed by: ache, audit, security
MFC after: 1 week
2002-01-09 13:36:26 +00:00
Paul Saab
8fd4165cc4
Merge vendor changes onto mainline.
2002-01-07 20:37:09 +00:00
Paul Saab
5e27b2f5a3
This commit was generated by cvs2svn to compensate for changes in r89019,
...
which included commits to RCS files with non-trunk default branches.
2002-01-07 20:29:38 +00:00
Paul Saab
c9346414d9
Import less v371
2002-01-07 20:29:38 +00:00
Sheldon Hearn
55228c2a54
Import patch from vendor (taken from nvi-1.81.5) that fixes problematic
...
interaction between the leftright and number options.
PR: bin/23912
Reported by: "Stephen D. Spencer" <gladiatr@boneyard.lawrence.ks.us>
Obtained from: skimo@kotnet.org
2002-01-07 14:26:12 +00:00
Sheldon Hearn
2228a60af1
This commit was generated by cvs2svn to compensate for changes in r89010,
...
which included commits to RCS files with non-trunk default branches.
2002-01-07 14:26:12 +00:00
Andrey A. Chernov
57766554c6
Repo copied to /usr/src/lib/libopie/
2002-01-03 15:58:11 +00:00
Sheldon Hearn
8908973ae2
This commit was generated by cvs2svn to compensate for changes in r88492,
...
which included commits to RCS files with non-trunk default branches.
2001-12-26 15:35:10 +00:00
Sheldon Hearn
8d4076f081
Import smbfs-1.4.3.
2001-12-26 15:35:10 +00:00
Ruslan Ermilov
ec60ea2faa
MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.
2001-12-24 08:59:48 +00:00
Ruslan Ermilov
1cc5490cec
From ChangeLog:
...
: 2001-12-22 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc-common, tmac/doc-syms: Small updates.
This adds support for FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6,
and POSIX.1-2001.
2001-12-24 08:53:15 +00:00
Ruslan Ermilov
e8777213c8
Bring in latest (cosmetic) vendor fixes to this file.
2001-12-21 11:46:21 +00:00
Ruslan Ermilov
6047b0568b
This commit was generated by cvs2svn to compensate for changes in r88345,
...
which included commits to RCS files with non-trunk default branches.
2001-12-21 11:46:21 +00:00
Ruslan Ermilov
e3c3901cc3
MFV: Handle long document titles better.
2001-12-21 11:35:20 +00:00
Ruslan Ermilov
0988851e6e
From ChangeLog:
...
: 2001-11-16 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc-common (doc-header): Handle very long document titles
: better.
PR: docs/10349
2001-12-21 11:31:30 +00:00
Sheldon Hearn
df3342d686
Import smbfs-1.4.2.
2001-12-20 16:16:25 +00:00
Sheldon Hearn
2731c8aafa
This commit was generated by cvs2svn to compensate for changes in r88282,
...
which included commits to RCS files with non-trunk default branches.
2001-12-20 16:16:25 +00:00
Peter Wemm
855ee8c509
Fix the 'nm' -> segfault bug (on the vendor branch). This has been fixed
...
the same way in the cygnus base source. The problem was that bfd was
writing to memory obtained from malloc(0). The next import will update
this if necessary. I'm not sure of the origins of this patch.
Discussed with: obrien
2001-12-20 02:23:44 +00:00
Peter Wemm
0558ae2a89
This commit was generated by cvs2svn to compensate for changes in r88237,
...
which included commits to RCS files with non-trunk default branches.
2001-12-20 02:23:44 +00:00
David E. O'Brien
8489cc4415
Virgin import of GCC 3.0.2's libf2c
2001-12-18 04:13:58 +00:00
David E. O'Brien
5cc8f315cb
This commit was generated by cvs2svn to compensate for changes in r88109,
...
which included commits to RCS files with non-trunk default branches.
2001-12-18 04:13:58 +00:00
Ruslan Ermilov
3f36940560
mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.
2001-12-14 14:41:07 +00:00
Sheldon Hearn
adbc0684a0
Detail the smbfs-1.4.1 import.
2001-12-14 11:11:31 +00:00
Sheldon Hearn
f1b9d12761
Import smbfs-1.4.1.
...
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD.
Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
2001-12-14 11:06:03 +00:00
Sheldon Hearn
c45579ad41
This commit was generated by cvs2svn to compensate for changes in r87866,
...
which included commits to RCS files with non-trunk default branches.
2001-12-14 11:06:03 +00:00
Jordan K. Hubbard
d1f21093cd
Don't assume that the number of fds to select on is known quantity (in
...
this case 16). Use dynamic FD_SETs and calculated high-water marks
throughout. There are also too many versions of telnet in the tree.
Obtained from: OpenBSD and Apple's Radar database
MFC after: 2 days
2001-12-09 09:53:27 +00:00
Dag-Erling Smørgrav
cab8cba36f
Although the previous went some way towards fixing the pam.conf / pam.d
...
problem, it still didn't DTRT for services that did not have a service-
specific policy if /etc/pam.d existed but did not contain an "other"
policy. This fixes the problems some people have experienced with sudo.
And I almost didn't have to use goto.
The current configuration sequence is:
1) Look for /etc/pam.d/foo
2) If PAM_READ_BOTH_CONFS is defined, or step 1) failed, look for
foo in /etc/pam.conf
3) Look for /etc/pam.d/other (to fill in the gaps)
4) If PAM_READ_BOTH_CONFS is defined, or step 3) failed, look for
other in /etc/pam.conf
I believe this is the intended behaviour of the original code. The least
surprising behaviour seems to be when PAM_READ_BOTH_CONFS is not defined -
/etc/pam.d/foo will be preferred over /etc/pam.conf, but the latter will
serve as a backup if the former does not exist.
Sponsored by: DARPA, NAI Labs
2001-12-07 00:37:10 +00:00
Dag-Erling Smørgrav
0fbda1fc58
Fix a bug that made PAM fail if /etc/pam.d/ existed but was empty.
...
Sponsored by: DARPA, NAI Labs
2001-12-05 17:05:15 +00:00
Dag-Erling Smørgrav
f6abb36383
Clean up namespace pollution by prepending underscores to argument names in
...
function prototypes (or, in a few cases, removing argument names altogether).
Sponsored by: DARPA, NAI Labs
2001-12-05 16:31:34 +00:00
Dag-Erling Smørgrav
1c04976ad1
This file isn't used; it's an older version of include/security/pam_misc.h.
...
Sponsored by: DARPA, NAI Labs
2001-12-05 16:14:43 +00:00
Ruslan Ermilov
5c5c92aff0
Fixed bugs from previous revision.
...
Removed -s from SYNOPSIS and restored -S in DESCRIPTION.
2001-12-04 16:02:36 +00:00
John Hay
de0dff907e
Protect variables and function prototypes that are only used in the INET6
...
case with an ifdef INET6.
This make the fixit floppy compile again.
Reviewed by: markm
2001-12-03 17:42:02 +00:00
Mark Murray
5eb2b33ad8
More help for alpha WARNS=2. This code is, erm, unusual. Anyone who
...
feels like rewriting it will meet no objection from me.
2001-12-03 12:16:40 +00:00
Mark Murray
54ab3ed82b
help the alphas out with the WARNS=2 stuff.
2001-12-03 12:13:18 +00:00
Mark Murray
0a4814ee9a
Fix namespace pollution by protecting names used as arguments.
...
Reported by: bde
2001-12-01 19:32:18 +00:00
Mark Murray
3138440a79
Damn. The previous mega-commit was incomplete WRT ANSIfication. This
...
fixes that.
2001-11-30 22:28:07 +00:00
Mark Murray
8fa113e5fc
Very large style makeover.
...
1) ANSIfy.
2) Clean up ifdefs so that
a) ones that never/always apply are appropriately either
fully removed, or just the #if junk is removed.
b) change #if defined(FOO) for appropiate values of FOO.
(currently AUTHENTICATION and ENCRYPTION)
3) WARNS=2 fixing
4) GC other unused stuff
This code can now be unifdef(1)ed to make non-crypto telnet.
2001-11-30 21:06:38 +00:00
Dag-Erling Smørgrav
2cddf86822
Due to incorrect include ordering, <dlfcn.h> did not get included, so
...
RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD).
In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to
be "_" is incorrect.
Submitted by: tobez (except for the bit about the incorrect comment)
2001-11-27 15:36:21 +00:00
Dag-Erling Smørgrav
8a4ce01402
It's idiotic to return PAM_PERM_DENIED when the item argument is NULL;
...
PAM_BUF_ERR is much closer to the truth.
2001-11-27 15:35:44 +00:00
Robert Watson
09333c6166
o nvi failed to correctly handle EINTR returned from tcsetattr(), exiting
...
instead of recovering, which happens in particular during a rapid series
of SIGWINCH's. This change forces nvi to loop on the call in the event
that the call is interrupted.
Interestingly, I submitted this bug report in 1998, and a solution was
posted shortly thereafter by Matthias Buelow; it's been sitting in the
PR database ever since.
Note: this takes this file off the vendor branch. If and when we find
a vendor for this code, the fix should be given back to them.
PR: bin/8438
Submitted by: Matthias Buelow <mkb@altair.mayn.de>
MFC after: 1 month
2001-11-09 02:23:05 +00:00
David Malone
3d08935d6a
Make top exit if its tty vanishes.
...
PR: 30939, 30581
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru>
MFC after: 2 weeks
2001-11-04 21:15:52 +00:00
Peter Wemm
f8be0f6af6
Remove files that were not part of the bc-1.06 import.
2001-11-04 06:20:02 +00:00
David E. O'Brien
9c23373c4e
Tighten up the random seeding a little bit more. getpid() alone only
...
affect only lower bits of seed which would resulte in the same seed for
sequences of fast-started awk's resulting the same random sequence.
Submitted by: ache
2001-11-03 02:14:10 +00:00
David E. O'Brien
4443a773d6
This commit was generated by cvs2svn to compensate for changes in r85919,
...
which included commits to RCS files with non-trunk default branches.
2001-11-02 23:41:29 +00:00
David E. O'Brien
622bfc32f3
I'd put down $10 says the author did a last minute tweak to awkgram.y (which
...
had an error in it), and applied it by hand to awkgram.c (getting it right)
rather than really generating an new awkgram.c properly using Bison/YACC...
Fix his mistake here.
2001-11-02 23:41:29 +00:00
David E. O'Brien
70029cff55
We use the stock version of this file now, but since someone foolishly
...
took about 15 files off the vendor branch for what turned out to be
good reason a Gawk update takes an order of magnitude more effort than
it should...
2001-11-02 21:57:00 +00:00
David E. O'Brien
40429c030f
We use the stock 3.1.0 file.
2001-11-02 21:44:42 +00:00
David E. O'Brien
0abedf2e1e
We use the stock 3.1.0 file now.
2001-11-02 21:39:18 +00:00
David E. O'Brien
cea3a4bf41
We use the stock 3.1.0 file (other than needing $FreeBSD$).
2001-11-02 21:37:05 +00:00
David E. O'Brien
4f319e3b82
Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0.
2001-11-02 21:34:12 +00:00
David E. O'Brien
02bbdc32ef
Merge revs 1.9 (don't choke on long lines),
...
rev 1.3 (use srandom(time() ^ getpid())) into Gawk 3.1.0.
2001-11-02 21:26:14 +00:00
David E. O'Brien
02cb981ff7
Well spell it "gnuregex.h".
2001-11-02 21:20:18 +00:00
David E. O'Brien
ce83bef85e
Update vendor branch to gawk-3.1.0.
2001-11-02 21:06:08 +00:00
David E. O'Brien
ff8c7f95b2
This commit was generated by cvs2svn to compensate for changes in r85898,
...
which included commits to RCS files with non-trunk default branches.
2001-11-02 21:06:08 +00:00
David E. O'Brien
a775faf5aa
Update to the latest vendor's file.
2001-11-01 10:07:55 +00:00
David E. O'Brien
f7565ff46f
Bring the binutils_2_11_cvs_20011031 version of this to the HEAD branch.
2001-11-01 10:07:26 +00:00
David E. O'Brien
6bf697c5b5
This merges in the changes from the FSF 19-July-2001 snapshot to the
...
2001 Halloween snapshot.
2001-11-01 10:06:32 +00:00
David E. O'Brien
4f28793c14
This merges in the changes from the FSF anoncvs 19-July-2001 snapshot to
...
the 2001 Halloween snapshot.
2001-11-01 10:03:10 +00:00
David E. O'Brien
a583320444
Update to the latest vendor's file.
2001-11-01 09:55:05 +00:00
David E. O'Brien
635176d1a8
Update to the latest vendor file.
2001-11-01 09:54:43 +00:00
David E. O'Brien
adc940bfc7
Halloween import of Binutils from the FSF 2.11 branch.
...
This fixes some IA-64 related bugs.
2001-11-01 09:24:29 +00:00
David E. O'Brien
71523ea656
This commit was generated by cvs2svn to compensate for changes in r85815,
...
which included commits to RCS files with non-trunk default branches.
2001-11-01 09:24:29 +00:00
John Baldwin
4091481652
Fix world by trimming an extra comment terminator.
2001-10-29 19:22:38 +00:00
Nick Sayer
3737d6dfe3
Add Berkeley copyright to SRA.
...
This is by the kind permission of Dave Safford, formerly of TAMU who wrote the
original code. Here is an excerpt of the e-mail exchange concerning this
issue:
Dave Safford wrote:
>Nick Sayer wrote:
>> Some time ago we spoke about SRA and importing it into FreeBSD. I forgot to
>> ask if you had a prefered license boilerplate for the top of the files. It
>> has come up recently, and the SRA code in FreeBSD doesn't have one.
>I really have no preference - use whatever is most convenient in the
>FreeBSD environment.
>dave safford
This is the standard BSD license with clause 3 removed and clause 4
suitably renumbered.
MFC after: 1 day
2001-10-29 16:12:16 +00:00
Mark Murray
6fdd5473af
Diff-reduce these two.
...
Really, one of them needs to disappear. I'll figure out which
later.
Reported by: bde
2001-10-27 12:49:19 +00:00
David E. O'Brien
7561b6ddef
Tell how the import was done.
2001-10-27 08:11:44 +00:00
David E. O'Brien
2a55deb138
Import the One True AWK, in the form of bwk's AWK Nov 15, 2000 release.
2001-10-27 08:07:37 +00:00
David E. O'Brien
62179fa259
This commit was generated by cvs2svn to compensate for changes in r85587,
...
which included commits to RCS files with non-trunk default branches.
2001-10-27 08:07:37 +00:00
Ruslan Ermilov
5b9435ca7b
From ChangeLog:
...
: 2001-10-19 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.tmac (doc-flag-recursion): Protect arguments against
: being handled as end-of-sentence characters,
This fixes ".Fl \&?". Previously, it produced an additional whitespace.
There were no precedents in FreeBSD manpages. That's why it was
Noticed by: Thomas Klausner <wiz@netbsd.org>
2001-10-26 17:22:12 +00:00
Ruslan Ermilov
5b9df042e6
This commit was generated by cvs2svn to compensate for changes in r85552,
...
which included commits to RCS files with non-trunk default branches.
2001-10-26 17:22:12 +00:00
Jordan K. Hubbard
3f2d9117d4
Close buffer overflow noted in security advisory DSA-085.
...
Submitted by: Koga Youichirou <y-koga@jp.FreeBSD.org>
Obtained from: Debian
2001-10-26 08:25:32 +00:00
David E. O'Brien
ca8d09641f
Import the extra bits needed to target IA-64, PowerPC, and sparc64.
...
(this is Binutils from the FSF 2.11 branch [checked out 19-July-2001])
2001-10-13 01:47:52 +00:00
David E. O'Brien
45a7ac086f
This commit was generated by cvs2svn to compensate for changes in r84865,
...
which included commits to RCS files with non-trunk default branches.
2001-10-13 01:47:52 +00:00
Bruce Evans
62601deb33
Fixed corruption of the vendor $Id$ to $FreeBSD$. Put $FreeBSD$ in
...
__FBSDID() and ifdefed away all vendor id stuff.
This file should never have left the vendor branch; it is now identical
with the vendor's version except for id fiddling.
2001-10-12 15:05:00 +00:00
Bruce Evans
6eabd84580
Compensate for "Compensate for header dethreading" by backing it out.
2001-10-10 17:48:44 +00:00
David E. O'Brien
6cb9e840ab
This commit was generated by cvs2svn to compensate for changes in r84685,
...
which included commits to RCS files with non-trunk default branches.
2001-10-08 22:50:54 +00:00
David E. O'Brien
649d615c25
Virgin import of Christos Zoulas's FILE 3.37.
2001-10-08 22:50:54 +00:00
Mark Murray
f2ac7de925
Add __FBSDID() to diff-reduce with "base" telnet.
2001-10-01 16:04:55 +00:00
David E. O'Brien
757eeda04b
*** empty log message ***
2001-10-01 08:43:58 +00:00
Julian Elischer
f1f9d42a53
Quick hack to print out the non-standard pppoe used by 3com
2001-09-27 08:02:27 +00:00
Matthew Dillon
ccc5f0046b
oops, forgot to commit man page for cvs changes
2001-09-21 19:05:36 +00:00
Peter Wemm
9119623471
Userland part of nfs client/server split and cleanup.
2001-09-18 23:34:44 +00:00
Matthew Dillon
984918456b
Implement comprehensive CVS/Template support to complement the Template
...
support that already exists for checkout. The -T option for cvs update
and cvs checkout may be used to cause CVS to retrieve/update the checkin
template when possible.
MFC after: 1 week
2001-09-15 05:57:52 +00:00
Matthew Dillon
3471d10cbc
Implement -j for cvs diff, allowing tag:date based diffs (normally date-based
...
diffs are against the head branch only).
MFC after: 1 week
2001-09-15 05:50:59 +00:00
Mark Peek
6767bd61d2
Import tcsh-6.11
2001-09-05 17:49:32 +00:00
Mark Peek
20b87d27d4
This commit was generated by cvs2svn to compensate for changes in r83098,
...
which included commits to RCS files with non-trunk default branches.
2001-09-05 17:49:32 +00:00
David E. O'Brien
8dc63fa70b
Add the am-utils homepage to SEE ALSO
...
Submitted by: ru
2001-09-05 16:14:07 +00:00
David E. O'Brien
6874428a19
Use the native mount and nfs_prot headers.
...
Also generate nfs_prot_x.c in ANSI-C mode.
2001-09-02 20:37:36 +00:00
David E. O'Brien
fce5abd394
TODO is no longer part of Amd, and we do not need, nor use clnt_sperrno.c.
2001-09-02 20:15:46 +00:00
David E. O'Brien
6bf7267c1a
Teak -- we were being a little over agressive.
2001-09-02 20:15:13 +00:00
David E. O'Brien
a6ece77961
This commit was generated by cvs2svn to compensate for changes in r82819,
...
which included commits to RCS files with non-trunk default branches.
2001-09-02 20:14:08 +00:00
David E. O'Brien
fee4c7e3e7
Virgin import of AMD (am-utils) v6.0.7
2001-09-02 20:14:08 +00:00
David E. O'Brien
2411b5a2bd
We can use the stock defintion of "MOUNT_NFS3" now.
2001-09-02 19:47:53 +00:00
David E. O'Brien
7fa5ad1d30
Reduce diff from vendor source.
2001-09-02 19:35:47 +00:00
David E. O'Brien
187b9bd766
Update for 6.0.7.
2001-09-02 19:32:45 +00:00
David E. O'Brien
937ee2af7c
We are returning to the stock (6.0.7) file now.
...
+ The bufov vulnerability was fixed in the vendor sources.
+ The vendor sources are now POSIX [me harder] compliant.
2001-09-02 19:31:00 +00:00
David E. O'Brien
461b368fa4
We are returning to the stock (6.0.7) file now.
...
+ The bufov vulnerability was fixed in the vendor sources.
+ The vendor sources are now POSIX [me harder] compliant.
+ The db vs. dbm files issue was fixed in the vendor sources.
2001-09-02 19:28:19 +00:00
David E. O'Brien
d113f55341
We are returning to the stock (6.0.7) file now.
...
The security issues were fixed in the vendor sources.
2001-09-02 19:14:18 +00:00
David E. O'Brien
0b99cf978d
Merge rev 1.2 (use our native headers for NFSv3), 1.9 (fs header movment)
...
into Amd 6.0.7.
2001-09-02 19:04:09 +00:00
David E. O'Brien
b5959ffd1f
We are returning to the stock (6.0.7) file now.
...
+ The bufov vulnerability was fixed in the vendor sources.
+ The vendor sources are now POSIX [me harder] compliant.
2001-09-02 18:46:35 +00:00
David E. O'Brien
ff425a14f2
Merge our rev 1.2,3 (use or native files for NFSv3 support)
...
changes into Amd 6.0.7.
2001-09-02 18:39:17 +00:00