summaryrefslogtreecommitdiffstats
path: root/lib/compat
Commit message (Collapse)AuthorAgeFilesLines
* Removed gratuitous LIBCOMPATDIR assignments.ru2002-04-183-6/+0
|
* This Makefile.inc depended on the (wrong) order of inclusionru2002-04-181-1/+2
| | | | | | | | | | of makefiles: bsd.own.mk was included before ../Makefile.inc, effectively hiding the (wrong) LIBCOMPATDIR assignment here. share/mk/sys.mk,v 1.60 (and assorted share/mk fixes) fixed this order, revealed this bug, and broke "make release" and "make installworld" with either of -DCOMPAT1X or -DCOMPAT2?. Reported by: jhay
* Add libfetch.so.2 from a 17-Dec-2001 4.5-RC (releng4) build.obrien2002-01-242-0/+456
|
* Add libfetch.so.2 from a 10-Dec-2001 releng4 build.obrien2002-01-242-0/+392
|
* Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.obrien2001-10-105-14837/+22933
|
* Add the 4.4-FreeBSD libperl.so.3 as the version in -CURRENT is .so.4.obrien2001-10-012-0/+5825
|
* Add the 4.4-FreeBSD libedit.so after the sh version bump in -CURRENT dueobrien2001-10-012-0/+725
| | | | to the API changes from merging with the NetBSD libedit.
* What was I thinking???obrien2001-10-011-2/+1
| | | | | | <JEDI MIND TRICK> That was not the commit you wanted to get. </JEDI MIND TRICK>
* What was I thinking....obrien2001-10-011-274/+0
| | | | | | <JEDI MIND TRICK> This is not the commit you wanted to get. </JEDI MIND TRICK>
* Add the 4.4-FreeBSD libwrap after the sh version bump in -CURRENT due toobrien2001-10-012-1/+276
| | | | the API changes from merging with the NetBSD libwrap.
* Update COMPAT3X libc from RELENG_3. This solves the problem of runningpeter2001-09-282-11492/+11506
| | | | 3.x binaries with a mixture of 3.x and 5.x libraries (eg: Metro-X server).
* Reset ``schg'' flag before removing stale libs.ru2001-09-221-0/+1
|
* Replace our stale-lib cleanup with a better one. (less bloated)ru2001-09-218-35/+10
|
* Replace my stale-lib cleanup with a better one. (less noisy)peter2001-09-217-7/+35
| | | | Submitted by: ru
* Put on my peril-sensitive sunglasses. Remove any old libraries thatpeter2001-09-217-0/+7
| | | | | | we have just installed a replacement for. This should solve the problem of having a stale /usr/lib/libc.so.4 after we put a fresh /usr/lib/compat/libc.so.4 in its place.
* Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.obrien2001-09-202-11932/+12011
|
* Rebuild libcrypto.so.1 and libssl.so.1 from 4.2-RELEASE, but this timepeter2001-08-212-7413/+9224
| | | | | | | | without the silly librsaINTL.so and/or librsaUSA.so dependencies. 4.2-RELEASE appears to be after the demolition of the librsa* stuff, so I'm not sure where ps got these binaries from. Anyway, this makes old binaries work again since we dont ship librsaINTL.so and/or librsaUSA.so in the compat dists. I believe RELENG_4 is affected still too.
* Remove these libs that are the same .so version as the ones inobrien2001-05-191-12/+1
| | | | | 5-CURRENT. These libs will not be used [sitting in /usr/lib/compat] as the -current ones in /usr/lib will be found first by ld-elf.so.1.
* Remove these libs that are the samed .so version as the ones inobrien2001-05-191-12/+1
| | | | | 5-CURRENT. These libs will not be used [sitting in /usr/lib/compat] as the -current ones in /usr/lib will be found first by ld-elf.so.1.
* Update the AXP compat4x dist to the 4.3-FreeBSD libs.obrien2001-05-192-14777/+14837
| | | | There were some security issues fixed between 4.2 -> 4.3.
* Update the i386 compat4x dist to the FreeBSD 4.3 libs.obrien2001-05-192-11910/+11934
| | | | There were some security issues fixed between 4.2 -> 4.3.
* Add libssl and libcrypto compat4x libraries since the major numberps2001-03-216-0/+16451
| | | | | | changed. These were taken from the 4.2-RELEASE dist on ftp.freebsd.org. This will be MFC'd shortly as it is required in RELENG_4 to maintain compatability with binaries linked against these libraries.
* Only build the compat libs appropiate for the target machine.obrien2001-02-141-0/+8
|
* Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.nyan2001-02-101-2/+2
|
* The compat[34]x dists need to have their machine arch appended.obrien2001-02-101-2/+2
|
* Add 4x compat libs for Alpha.obrien2001-02-103-0/+14822
| | | | | | These come from the live FS of the BSDi FreeBSD/AXP 4.2 disc set. Forgotten by: non-Alpha person
* Look to the future and make this easier to add libs to.obrien2001-02-101-3/+14
|
* Reformat the lib list.obrien2001-02-101-3/+4
|
* Add more 3.5.1 libs that don't exist in 5-CURRENT.obrien2001-02-106-4/+7032
| | | | These are: libalias.so.3 libfetch.so.1 libperl.so.3 libss.so.2 libvgl.so.1
* Reformat the lib list.obrien2001-02-101-4/+4
|
* libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also.obrien2001-02-102-1/+6116
|
* Update the i386 compat3x dist to the FreeBSD 3.5.1 libs.obrien2001-02-1016-8714/+8745
| | | | | I had moved on to FreeBSD 4.0 before 3.5-R and had forgotten to keep this collection up to date.
* Add relevant libraries from our ref4 box.murray2001-02-093-0/+11944
| | | | Approved by: jkh
* Add compat4x.i386 directory.murray2001-02-091-0/+3
| | | | Approved by: jkh
* add libxpg4ache2000-06-141-1/+1
|
* Add libxpg4 as the current version had it's SO version number bumped andobrien2000-06-131-0/+116
| | | | it no longer contains the locale functions.
* Add libhistory.so.3 from 3.4-RELEASE.obrien2000-02-162-3/+226
| | | | Approved by: JKH
* Add libwrap and libutil from 3.4-RELEASE due to shlib version bump in 4.0.obrien2000-02-143-1/+586
|
* What was I smoking? Use the proper form of the library names.obrien1999-12-211-5/+3
|
* Forgot a library.obrien1999-12-201-4/+5
|
* Add needed 3.x libraries from 3.4-RELEASE.obrien1999-12-2011-1/+16534
|
* Add $FreeBSD$ - not that it makes much difference, but this is mainly meantpeter1999-10-293-0/+3
| | | | | to try and persuade folks that it *is* possible to add comments/text/etc to uuencoded files and so they don't keep asking me about it.
* The existing libxpg4.so.2.0 didn't support zh_TW.Big5 locale.obrien1999-09-141-90/+100
| | | | | PR: 13623 Submitted by: jtjang@gcn.net.tw
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
|
* I seem to be having some CVS problems... I don't know why this wasn'tobrien1999-05-221-0/+702
| | | | commited with the Makefile fixes. CVS/Entries clearly show it being added...
* Add an a.out ld.so so these distributions are standalone.obrien1999-05-214-8/+1416
|
* Need a few more dependacies.obrien1999-05-211-3/+3
|
* Add usr/libexec/ld.soobrien1999-05-211-2/+4
|
* Hookup compat22/a.out libs.obrien1999-05-081-1/+4
|
* Compatability libraries for 2.2.x binaries.obrien1999-05-0835-0/+25300
| | | | Note that these are thus our a.out compatability libraries.
OpenPOWER on IntegriCloud