summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* The list of not-wanted and needed files for the binutils_anoncvs_20020127obrien2002-01-281-4/+17
| | | | import.
* Explain how I did the binutils_anoncvs_20020127 import.obrien2002-01-281-10/+34
|
* This commit was generated by cvs2svn to compensate for changes in r89884,peter2002-01-2783-32178/+0
| | | | which included commits to RCS files with non-trunk default branches.
* = Fix temporary file handling.nectar2002-01-271-95/+24
| | | | | | | Obtained from: Immunix Linux = Garbage collect now-unused temporary file handling functions. = Add __FBSDID.
* Use these malloc-like bits from libiberty now.obrien2002-01-271-2/+4
|
* Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)obrien2002-01-271-68/+197
| | | | into Binutils 2.12.0_snap.
* Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.obrien2002-01-272-24/+103
|
* Use the stock 2.12.0_snap version of this.obrien2002-01-271-5/+26
|
* Merge rev 1.2 (FreeBSD a.out configuration support) into Binutils 2.12.0_snap.obrien2002-01-271-60/+203
|
* Bring the binutils_2_12_cvs_20020127 version of this to the HEAD branch.obrien2002-01-271-5/+6
|
* Bring the binutils_2_12_cvs_20020125 version of this to the HEAD branch.obrien2002-01-271-71/+156
|
* Use the stock 2.12.0_snap version of this now.obrien2002-01-272-365/+431
|
* Use the vendor's 2.12.0_snap vendor version of this file as in rev 1.5.obrien2002-01-271-61/+194
|
* Use the vendor's 2.12.0_snap version of this file as in rev 1.4.obrien2002-01-271-15/+30
|
* Commit the stock 2.12.0_snap version.obrien2002-01-271-734/+1972
|
* Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-01-271-778/+330
| | | | elsewhere) into Binutils 2.12.0_snap.
* Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't definedobrien2002-01-271-826/+1133
| | | | elsewhere.) into Binutils 2.12.0_snap.
* Merge our ELF branding into Binutils 2.12.0_snap.obrien2002-01-271-778/+1714
|
* This commit was generated by cvs2svn to compensate for changes in r89857,obrien2002-01-27514-42731/+100867
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Enlist the FreeBSD-CURRENT users as testers of what is to become Binutilsobrien2002-01-27529-46521/+107362
| | | | | | | | | | version 2.12.0. These bits are taken from the FSF anoncvs repo on 27-January-2002 03:41 PST.
* | Zeroing memset() in opiechallenge() really is not needed because it is theache2002-01-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)); ...
* | Resolve conflicts.dwmalone2002-01-243-10/+40
| |
* | Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).dwmalone2002-01-241-13/+38
| |
* | Resolve conflicts (we have a -t option).dwmalone2002-01-241-2/+14
| |
* | Resolve conflict: We made a fix renaming a structure member error,dwmalone2002-01-241-6/+8
| | | | | | | | but it was renamed errnum on the vendor branch.
* | This commit was generated by cvs2svn to compensate for changes in r89750,dwmalone2002-01-2415-197/+494
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | import top_3_5beta12dwmalone2002-01-2421-228/+585
| | |
* | | This commit disables chain caching.des2002-01-241-62/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | dhclient-script.conf lives in /etc and not /sbin.keramida2002-01-231-2/+2
| | | | | | | | | | | | | | | | | | PR: docs/32008 Submitted by: John E Hein <jhein@timing.com> Approved by: obrien
* | | WARNS=4 fixes.markm2002-01-208-19/+22
| | | | | | | | | | | | OK'ed by: des
* | | MFV: Initialize %I register.ru2002-01-181-0/+1
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r89500,ru2002-01-181-6/+5
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | From ChangeLog:ru2002-01-182-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 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.
* | | | This commit was generated by cvs2svn to compensate for changes in r89397,ru2002-01-151-7/+12
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Satisfy pedantic readers.ru2002-01-151-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/31260 From ChangeLog: : 2002-01-14 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/groff_mdoc.man: Minor fixes.
* | | | This commit was generated by cvs2svn to compensate for changes in r89354,ache2002-01-141-4/+44
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import official baudrate fix into the vendor branchache2002-01-141-4/+44
| | | | |
| * | | | Thanks to ru for the suggestion: remove these files from the vendorpeter2001-05-179-7562/+0
| | | | | | | | | | | | | | | | | | | | | | | | | branch instead of the mainline. These no longer exist on the vendor branch as of v5_2_20010512. This saves a delta on the mainline.
* | | | | Backout inclusion of sys/queue.halfred2002-01-142-6/+0
| | | | |
* | | | | add queue.h, now needed for file.halfred2002-01-142-0/+6
| | | | |
* | | | | MFV: NetBSD style document titles (OS/arch).ru2002-01-101-75/+70
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r89232,ru2002-01-101-17/+18
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Print architecture right after an operating system name in a title.ru2002-01-102-92/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | From ChangeLog:ru2001-12-242-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 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.
* | | | | Make the -a flag to opiekey(1) actually work as advertised.joerg2002-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: ache, audit, security MFC after: 1 week
* | | | | Merge vendor changes onto mainline.ps2002-01-076-96/+348
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r89019,ps2002-01-0739-1280/+2595
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import less v371ps2002-01-0745-1376/+2943
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r89010,sheldonh2002-01-071-8/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import patch from vendor (taken from nvi-1.81.5) that fixes problematicsheldonh2002-01-071-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud