]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoUpdate to the binutils-2.9.1 PLT format.
dfr [Fri, 11 Sep 1998 18:31:55 +0000 (18:31 +0000)]
Update to the binutils-2.9.1 PLT format.

25 years agoAdd the r_addend of the relocation when processing GLOB_DAT relocations.
dfr [Fri, 11 Sep 1998 18:30:55 +0000 (18:30 +0000)]
Add the r_addend of the relocation when processing GLOB_DAT relocations.

25 years agoInstall the file init.ee (after 1 year in the source tree).
dt [Fri, 11 Sep 1998 16:38:20 +0000 (16:38 +0000)]
Install the file init.ee (after 1 year in the source tree).
Make it actually work.

25 years agoFix RST validation.
wollman [Fri, 11 Sep 1998 16:04:03 +0000 (16:04 +0000)]
Fix RST validation.

PR: 7892
Submitted by: Don.Lewis@tsc.tdk.com

25 years agoPrint correct total for -c option (previously, the total for the last
des [Fri, 11 Sep 1998 15:53:08 +0000 (15:53 +0000)]
Print correct total for -c option (previously, the total for the last
directory scanned was printed instead of the real total)

PR: bin/7896
Submitted by: Zach Heilig <zach@gaffaneys.com>

25 years agoSome fixes for swap space accounting.
dt [Fri, 11 Sep 1998 14:38:12 +0000 (14:38 +0000)]
Some fixes for swap space accounting.

Obtained from:  pstat.c

25 years agoFix to properly newfs the MFS in case of custom setup. Mention this in docs.
abial [Fri, 11 Sep 1998 13:14:33 +0000 (13:14 +0000)]
Fix to properly newfs the MFS in case of custom setup. Mention this in docs.

Submitted by: Richard Wackerbarth <rkw@Dataplex.NET>

25 years agoMachine dependant relocations for KLD.
dfr [Fri, 11 Sep 1998 08:47:02 +0000 (08:47 +0000)]
Machine dependant relocations for KLD.

25 years agoImplement dynamic loading for ELF.
dfr [Fri, 11 Sep 1998 08:46:15 +0000 (08:46 +0000)]
Implement dynamic loading for ELF.

25 years agoAvoid a possible memory leak.
dfr [Fri, 11 Sep 1998 08:45:32 +0000 (08:45 +0000)]
Avoid a possible memory leak.

25 years agocorrect usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh [Fri, 11 Sep 1998 07:26:58 +0000 (07:26 +0000)]
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
stuff was added and nobody seems to have noticed. :)
Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>

25 years agoReviewed by: bde (again)
grog [Fri, 11 Sep 1998 07:08:49 +0000 (07:08 +0000)]
Reviewed by: bde (again)

Correct terminology (partitions are in slices, not the other way around)

25 years agoReviewed by: bde,jkh
grog [Fri, 11 Sep 1998 06:26:08 +0000 (06:26 +0000)]
Reviewed by: bde,jkh

Add -v flag to newfs:

     -v      Specify that the partition does not contain any slices, and that
             newfs should treat the whole partition as the file system.  This
             option is useful for synthetic disks such as ccd and vinum.

25 years agoSilence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,
imp [Fri, 11 Sep 1998 05:48:06 +0000 (05:48 +0000)]
Silence -Wall -W -Wkitchen-sink.  Use ssize_t in preference to int,
make a char * const that should have been.  Use new style function
declaration for main.  Mostly a Bruce Filter[tm] test commit.

25 years agoDefine PBUFSIZ in terms of MAXPATHLEN rather than hard coding it to
imp [Fri, 11 Sep 1998 05:44:41 +0000 (05:44 +0000)]
Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it to
512.

Obtained, I think, from: OpenBSD

25 years ago$@ -> ${.TARGET}
imp [Fri, 11 Sep 1998 05:42:37 +0000 (05:42 +0000)]
$@ -> ${.TARGET}

25 years ago$* -> ${.PREFIX}
imp [Fri, 11 Sep 1998 05:40:12 +0000 (05:40 +0000)]
$* -> ${.PREFIX}

25 years agoRemove definition of malloc and realloc. Instead include stdlib.h.
imp [Fri, 11 Sep 1998 05:39:08 +0000 (05:39 +0000)]
Remove definition of malloc and realloc.  Instead include stdlib.h.

25 years ago$@ -> ${.TARGET}
imp [Fri, 11 Sep 1998 05:34:37 +0000 (05:34 +0000)]
$@ -> ${.TARGET}

25 years agoChange obsolete $@ to ${.TARGET}.
imp [Fri, 11 Sep 1998 05:31:45 +0000 (05:31 +0000)]
Change obsolete $@ to ${.TARGET}.

25 years agoDon't trust TMPDIR if we're setuid root. This is used only for the
imp [Fri, 11 Sep 1998 05:29:47 +0000 (05:29 +0000)]
Don't trust TMPDIR if we're setuid root.  This is used only for the
backing file for an anonymous (memory based) btree, and I don't think
that any setuid programs actually use it, but it is better to be safe
than sorry.  This has been in my tree for a long time, maybe a year or
more...

Inspired by: Similar changes in OpenBSD, if memory serves (like nearly
a year ago)

25 years agoNarrow down conditions to break wait() to process traps.
cracauer [Thu, 10 Sep 1998 22:09:11 +0000 (22:09 +0000)]
Narrow down conditions to break wait() to process traps.
Improve comments.

25 years agoRevive hierarchy again.
ache [Thu, 10 Sep 1998 20:44:56 +0000 (20:44 +0000)]
Revive hierarchy again.
Please commit only patches, not whole files!

25 years agomake the fla stuff actually work.
phk [Thu, 10 Sep 1998 18:47:20 +0000 (18:47 +0000)]
make the fla stuff actually work.

25 years agoFixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()
bde [Thu, 10 Sep 1998 18:06:28 +0000 (18:06 +0000)]
Fixed breakage of %CPU and %MEM in the previous commit.  sysctlbyname()
was called with wrong args so it always failed.

PR: 7881

25 years agoFix bogus length restriction on readlink. Use sizeof(buf) - 1 rather
imp [Thu, 10 Sep 1998 16:14:29 +0000 (16:14 +0000)]
Fix bogus length restriction on readlink.  Use sizeof(buf) - 1 rather
than the size of the directory name.  Fix style bug which increased
the number of lines > 80 characters by one.

Pointed out by: bde

25 years agoFixed ownership of share/man/man1aout.
bde [Thu, 10 Sep 1998 15:46:41 +0000 (15:46 +0000)]
Fixed ownership of share/man/man1aout.

Didn't fix misformatting of all the perl entries.

25 years agoFix an inefficiency I introduced in my last commit.
cracauer [Thu, 10 Sep 1998 14:51:06 +0000 (14:51 +0000)]
Fix an inefficiency I introduced in my last commit.
Include "expand.h" vom memalloc.c to pull function declartion into scope

25 years agoThe fix in the previous commit was not sufficient; the upper 24 bits
yokota [Thu, 10 Sep 1998 12:20:09 +0000 (12:20 +0000)]
The fix in the previous commit was not sufficient; the upper 24 bits
of an int argument still contained garbage.
Pointed out by: bde
PR: bin/7799

25 years agoPass the correct argument to npxsave(), otherwise vm86pcb will be
yokota [Thu, 10 Sep 1998 12:16:06 +0000 (12:16 +0000)]
Pass the correct argument to npxsave(), otherwise vm86pcb will be
overwritten.

25 years agoOops missed a line in the previous commit
sos [Thu, 10 Sep 1998 11:23:08 +0000 (11:23 +0000)]
Oops missed a line in the previous commit

25 years agoDorkus sum. I managed to commit an earlier version of this. This fixes the
markm [Thu, 10 Sep 1998 10:51:11 +0000 (10:51 +0000)]
Dorkus sum. I managed to commit an earlier version of this. This fixes the
broken perl build.

* NOTE * * NOTE * * NOTE *

PERL5 RELIES IN A MAKE WORLD FOR THE BOOTSTRAP!!

* NOTE * * NOTE * * NOTE *

25 years agoEnsure that m_nextpkt is set to NULL after reassembling fragments.
dfr [Thu, 10 Sep 1998 08:56:40 +0000 (08:56 +0000)]
Ensure that m_nextpkt is set to NULL after reassembling fragments.

25 years agoUpdate info on the bt848 driver.
sos [Thu, 10 Sep 1998 08:20:46 +0000 (08:20 +0000)]
Update info on the bt848 driver.

Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>

25 years agoChanged METEORSINPUT for Hauppauge cards with bt878.
sos [Thu, 10 Sep 1998 08:01:10 +0000 (08:01 +0000)]
Changed METEORSINPUT for Hauppauge cards with bt878.
Also fixed video_open defines and 878 support.

Submitted by: Fred Templin <templin@erg.sri.com>

25 years agoCorrect SECAM B-Delay and add XUSSR channel set.
sos [Thu, 10 Sep 1998 07:52:30 +0000 (07:52 +0000)]
Correct SECAM B-Delay and add XUSSR channel set.

Submitted by: Vsevolod Lobko <seva@alex-ua.com>

25 years agoNote ELF, Perl5 and Atapi tape support.
jkh [Thu, 10 Sep 1998 07:03:16 +0000 (07:03 +0000)]
Note ELF, Perl5 and Atapi tape support.

25 years ago(1) Add MLINKS support.
asami [Thu, 10 Sep 1998 06:38:02 +0000 (06:38 +0000)]
(1) Add MLINKS support.
Submitted by: hoek

(2) ELF support.
 2a. Variable PORTOBJFORMAT specifies the object format of the system.
     It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV,
     and is given to generate-plist via PLIST_SUB.
 2b. In PLIST, substitute lines that end with "/libFOO.so.X" with
     "/libFOO.so.X.0".  (This means PLISTs should only list ELF
     libraries.)
Reviewed by: jb, jdp, hoek, jseger, steve

(3) Perl5-in-system support.  Basically turns USE_PERL5 into a no-op
    if there exists a "/usr/bin/perl5".  Also fix prior breakage by
    dima (${PREFIX} => ${LOCALBASE} in perl5 path).
Reviewed by: markm (sort of)

(4) Install requirement file as "+REQUIRE" so it will be executed
    correctly by pkg_delete.
Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>

(5) Do not disable checksum and makesum when NO_EXTRACT is set.
Pointed out by: hoek and kiri, among other people

25 years agoDon't keep the underlying directory locked while performing the file
tegge [Thu, 10 Sep 1998 02:27:52 +0000 (02:27 +0000)]
Don't keep the underlying directory locked while performing the file
system specific VFS_MOUNT operation.
PR: 1067

25 years agoDon't allow longjmp into a no longer valid stack frame.
tegge [Thu, 10 Sep 1998 02:01:06 +0000 (02:01 +0000)]
Don't allow longjmp into a no longer valid stack frame.

25 years agoI don't want to be the only one to use ``cut''. Use ``sed'' instead.
obrien [Thu, 10 Sep 1998 00:27:57 +0000 (00:27 +0000)]
I don't want to be the only one to use ``cut''.  Use ``sed'' instead.

25 years agoAdd ``usr/bin/cut'' to "build-tools" target.
obrien [Thu, 10 Sep 1998 00:13:48 +0000 (00:13 +0000)]
Add ``usr/bin/cut'' to "build-tools" target.
Used in usr.sbin/amd/include/newvers.sh.

25 years agoReflect reality
brian [Wed, 9 Sep 1998 22:51:49 +0000 (22:51 +0000)]
Reflect reality

25 years agoMention some of the major changes to ppp for 3.0
brian [Wed, 9 Sep 1998 22:50:28 +0000 (22:50 +0000)]
Mention some of the major changes to ppp for 3.0
Fix a typo.

25 years agoDisable kernel_secure_level unless explicitly set in rc.conf. Previously,
jraynard [Wed, 9 Sep 1998 22:27:21 +0000 (22:27 +0000)]
Disable kernel_secure_level unless explicitly set in rc.conf.  Previously,
it was enabled unless explicitly unset, creating a pitfall for people
like me who upgraded /etc/rc without upgrading /etc/rc.conf.

25 years agoMention which system interface functions are signal-safe.
brian [Wed, 9 Sep 1998 20:44:51 +0000 (20:44 +0000)]
Mention which system interface functions are signal-safe.
Suggested on -current by: Terry Lambert <tlambert@primenet.com>

25 years agoFixed the usual missing permissions checks in mount(). As for cd9660,
bde [Wed, 9 Sep 1998 20:21:18 +0000 (20:21 +0000)]
Fixed the usual missing permissions checks in mount().  As for cd9660,
the damage was limited by the default of 0 for vfs.usermount.

Obtained from: Lite2 via the -current ffs_vfsops.c

25 years agoRemove the NOPERL block to building Perl5.
markm [Wed, 9 Sep 1998 19:30:45 +0000 (19:30 +0000)]
Remove the NOPERL block to building Perl5.

Perl 5 will rebuild/bootstrap itself next time a make world is done
with this in effect.

25 years agoAdd the wst device (ATAPI tape)
sos [Wed, 9 Sep 1998 18:59:46 +0000 (18:59 +0000)]
Add the wst device (ATAPI tape)
Allow 8 wcd devices instead of 4.

25 years agoMajor numbers allocated for generic SMB/I2C i/o
nsouch [Wed, 9 Sep 1998 18:57:59 +0000 (18:57 +0000)]
Major numbers allocated for generic SMB/I2C i/o

25 years agoMajor number allocated for generic SMB i/o -> 106
nsouch [Wed, 9 Sep 1998 18:57:38 +0000 (18:57 +0000)]
Major number allocated for generic SMB i/o -> 106

25 years agoMajor number allocated for generic I2C i/o -> 105
nsouch [Wed, 9 Sep 1998 18:57:24 +0000 (18:57 +0000)]
Major number allocated for generic I2C i/o -> 105

25 years agoDocument a number of VM sysctl variables with help from old emails
ghelmer [Wed, 9 Sep 1998 18:36:14 +0000 (18:36 +0000)]
Document a number of VM sysctl variables with help from old emails
written by John Dyson.

25 years agoAdd the dirs for Perl5.
markm [Wed, 9 Sep 1998 17:54:47 +0000 (17:54 +0000)]
Add the dirs for Perl5.

25 years agoAdd libperl for Perl5.
markm [Wed, 9 Sep 1998 17:51:15 +0000 (17:51 +0000)]
Add libperl for Perl5.

25 years agooptions changed with the new AMD.
obrien [Wed, 9 Sep 1998 17:37:14 +0000 (17:37 +0000)]
options changed with the new AMD.
Rather than ``nfsv2'', we now have ``vers=3,proto=tcp''

25 years agoAdd the Perl5 bootstrap tools.
markm [Wed, 9 Sep 1998 17:30:30 +0000 (17:30 +0000)]
Add the Perl5 bootstrap tools.

25 years agogetopt returns -1 not EOF
imp [Wed, 9 Sep 1998 17:24:31 +0000 (17:24 +0000)]
getopt returns -1 not EOF

25 years agoAdd dependency for subr_bus.c on bus_if.h and device_if.h so that a make
imp [Wed, 9 Sep 1998 17:23:25 +0000 (17:23 +0000)]
Add dependency for subr_bus.c on bus_if.h and device_if.h so that a make
depend is not required to just build the kernel.

Reviewed by: Doug Rabson

25 years agoPrint warning about block size not being optimal once per open rather than
imp [Wed, 9 Sep 1998 17:20:32 +0000 (17:20 +0000)]
Print warning about block size not being optimal once per open rather than
once per offending write.

25 years agoFix fencepost error in readlink; inspired by OpenBSD
imp [Wed, 9 Sep 1998 17:14:17 +0000 (17:14 +0000)]
Fix fencepost error in readlink; inspired by OpenBSD

25 years agoUse size of structure rather than hard coded 256 in readlink. This change
imp [Wed, 9 Sep 1998 17:12:58 +0000 (17:12 +0000)]
Use size of structure rather than hard coded 256 in readlink.  This change
either came from OpenBSD, or was inspired by work done there.

25 years agosprintf -> snprintf
imp [Wed, 9 Sep 1998 17:08:46 +0000 (17:08 +0000)]
sprintf -> snprintf

25 years agoAdd alpha-*=freebsd* to configure
imp [Wed, 9 Sep 1998 17:07:36 +0000 (17:07 +0000)]
Add alpha-*=freebsd* to configure

25 years agoUse readlink correctly
imp [Wed, 9 Sep 1998 17:05:54 +0000 (17:05 +0000)]
Use readlink correctly

25 years agoFixed bug, caused threads to wait for locks which nobody hold.
dt [Wed, 9 Sep 1998 16:50:33 +0000 (16:50 +0000)]
Fixed bug, caused threads to wait for locks which nobody hold.
Fixed sign extension bug, caused undefined behavior if FILE live in stack.

25 years agoDon't refuse to pass the force and sync options to the kernel. The
bde [Wed, 9 Sep 1998 16:26:51 +0000 (16:26 +0000)]
Don't refuse to pass the force and sync options to the kernel.  The
kernel supports them, and the force option will be more important
when mounting of unclean ext2fs file systems is not permitted unless
it is forced.

25 years agoFully use our own generated files for NFSv3.
obrien [Wed, 9 Sep 1998 16:11:01 +0000 (16:11 +0000)]
Fully use our own generated files for NFSv3.

25 years agoSet the `pc98' string to the MACHINE if machdep.ispc98 != 0.
kato [Wed, 9 Sep 1998 14:58:30 +0000 (14:58 +0000)]
Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.

25 years agoSync with sys/i386/conf/majors.i386 revision 1.47.
kato [Wed, 9 Sep 1998 14:40:27 +0000 (14:40 +0000)]
Sync with sys/i386/conf/majors.i386 revision 1.47.

25 years agoSync with sys/i386/conf/files.i386 revision 1.202.
kato [Wed, 9 Sep 1998 14:39:56 +0000 (14:39 +0000)]
Sync with sys/i386/conf/files.i386 revision 1.202.

25 years agoSync with sys/i386/conf/options.i386 revision 1.85.
kato [Wed, 9 Sep 1998 14:39:20 +0000 (14:39 +0000)]
Sync with sys/i386/conf/options.i386 revision 1.85.

25 years agoRemove perl5 from list of ports to build now that it's in the base system.
jkh [Wed, 9 Sep 1998 14:20:22 +0000 (14:20 +0000)]
Remove perl5 from list of ports to build now that it's in the base system.

25 years agoMinimalist fixes to make BMaked perl build.
markm [Wed, 9 Sep 1998 13:10:47 +0000 (13:10 +0000)]
Minimalist fixes to make BMaked perl build.

25 years agoDon't forget to initialize the inode lock. This bug caused
bde [Wed, 9 Sep 1998 13:09:24 +0000 (13:09 +0000)]
Don't forget to initialize the inode lock.  This bug caused
surprisingly few problems.  Most fields were initialized to the
correct values by bzero(), but lk_prio was 0 instead of PINOD (=8),
the lk_wmsg was NULL instead of "ext2in", and lk_lockholder was 0
instead of -1.

Obtained from: Lite2 via the -current ffs_vfsops.c

25 years agoSupport compiling with `gcc -pedantic' (don't use hard newlines in
bde [Wed, 9 Sep 1998 12:22:17 +0000 (12:22 +0000)]
Support compiling with `gcc -pedantic' (don't use hard newlines in
(asm) string constants).

25 years agoChange ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.
kato [Wed, 9 Sep 1998 11:27:33 +0000 (11:27 +0000)]
Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.

25 years agoChange i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
kato [Wed, 9 Sep 1998 11:22:28 +0000 (11:22 +0000)]
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.

25 years agoChange i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
kato [Wed, 9 Sep 1998 11:13:55 +0000 (11:13 +0000)]
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.

25 years agoDocument why the library is still not being build as shared.
cracauer [Wed, 9 Sep 1998 10:21:12 +0000 (10:21 +0000)]
Document why the library is still not being build as shared.
PR: gnu/7811

25 years agoFixed disordering and misformatting in previous commit.
bde [Wed, 9 Sep 1998 10:17:34 +0000 (10:17 +0000)]
Fixed disordering and misformatting in previous commit.

Don't override correct default targets.

Don't use afterinstall for installing things; it is for fixups after
installing things.

25 years agoBacked out rev.1.28. It was bogus because bsd.man.mk is only used
bde [Wed, 9 Sep 1998 10:12:07 +0000 (10:12 +0000)]
Backed out rev.1.28.  It was bogus because bsd.man.mk is only used
(and only usable) by other .mk files that have their own multiple
inclusion protection.

25 years agoTurned on -Wformat -fformat-extensions. -fformat-extensions requires a
bde [Wed, 9 Sep 1998 10:04:58 +0000 (10:04 +0000)]
Turned on -Wformat -fformat-extensions.  -fformat-extensions requires a
-current version of gcc.  Without it, -Wformat would complain about all
the nonstandard %[Dbrz] formats in the kernel.

25 years agoDon't define RANLIBMAG if building an elf version of make. The RANLIBMAG
jb [Wed, 9 Sep 1998 08:29:15 +0000 (08:29 +0000)]
Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG
option lets make look inside archive libraries when determining if a
library is out-of-date. I don't think that make should look inside
files, so this fix effectively tells it not to. If the decision is
made (by someone else) that make _should_ be doing this, it will need
to be taught how to recognise elf archive libraries.

Problem noticed by: Joseph Koshy <jkoshy@freebsd.org>

25 years agoDon't use CTL_VFS at the wrong level. This caused loops in the sysctl
bde [Wed, 9 Sep 1998 07:41:41 +0000 (07:41 +0000)]
Don't use CTL_VFS at the wrong level.  This caused loops in the sysctl
tree if CTL_VFS happened to get assigned as a type number to a vfs that
has some vfs sysctls.

25 years agoBring in the Perl5 BMake files. This ends the easy stuff.
markm [Wed, 9 Sep 1998 07:20:33 +0000 (07:20 +0000)]
Bring in the Perl5 BMake files. This ends the easy stuff.

I'll be doiung the rest in stages.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r38980,
markm [Wed, 9 Sep 1998 07:00:04 +0000 (07:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r38980,
which included commits to RCS files with non-trunk default branches.

25 years agoInitial import of Perl5. The king is dead; long live the king!
markm [Wed, 9 Sep 1998 07:00:04 +0000 (07:00 +0000)]
Initial import of Perl5. The king is dead; long live the king!

25 years agoOld Perl is leaving us. Goodbye, faithful friend.
markm [Wed, 9 Sep 1998 06:49:33 +0000 (06:49 +0000)]
Old Perl is leaving us. Goodbye, faithful friend.

25 years agoAdd the missing rerelease target back.
jb [Wed, 9 Sep 1998 06:07:32 +0000 (06:07 +0000)]
Add the missing rerelease target back.

Reported by: Justin Gibbs.

Add the move-aout-libs upgrade target so that people who have already
gone elf can put their libraries through the mincer. Anyone who hasn't
deleted aout libraries from /usr/lib (but has done a make world putting
the new aout libs in /usr/lib/aout) will be asked for confirmation
to delete them one by one.

25 years agoAdd the missing rerelease target back.
jb [Wed, 9 Sep 1998 06:03:51 +0000 (06:03 +0000)]
Add the missing rerelease target back.

Reported by: Justin Gibbs.

25 years agoAdd a move-aout-libs target to do just that. It takes the well known
jb [Wed, 9 Sep 1998 06:02:31 +0000 (06:02 +0000)]
Add a move-aout-libs target to do just that. It takes the well known
library directories: /usr/lib /usr/lib/compat /usr/local/lib and
/usr/X11R6/lib and adds any other directories that ldconfig knows
about, then removes any that are already aout directories (that is,
with aout as a component of the path) and passes this directory
list to the move_aout_libs.sh script to do the hack (believe it,
it moves libraries that are in use) work.

25 years agoAnother place to set NOPERL.
markm [Wed, 9 Sep 1998 06:01:37 +0000 (06:01 +0000)]
Another place to set NOPERL.

25 years agoSet NOPERL while I spend the rest of the day bringing in Perl5.
markm [Wed, 9 Sep 1998 06:01:11 +0000 (06:01 +0000)]
Set NOPERL while I spend the rest of the day bringing in Perl5.
This will doubtless confuse someone, but I'd rather have this than
breakage.

25 years agoAdd a note about the upgrade tool directory.
jb [Wed, 9 Sep 1998 05:48:51 +0000 (05:48 +0000)]
Add a note about the upgrade tool directory.

25 years agoA script for use when upgrading an installed system from aout to
jb [Wed, 9 Sep 1998 05:28:18 +0000 (05:28 +0000)]
A script for use when upgrading an installed system from aout to
elf.

25 years agoFix spurious `free()' when -d g2 is enabled.
jkoshy [Wed, 9 Sep 1998 05:15:38 +0000 (05:15 +0000)]
Fix spurious `free()' when -d g2 is enabled.

PR: 6790
Submitted by: nsmart <njs3@doc.ic.ac.uk>

25 years agoFix typos.
danny [Wed, 9 Sep 1998 05:09:55 +0000 (05:09 +0000)]
Fix typos.

25 years agoSome preliminary updates to the release notes, just as I think of
jkh [Wed, 9 Sep 1998 03:37:00 +0000 (03:37 +0000)]
Some preliminary updates to the release notes, just as I think of
them.  By no means a comprehensive list of all the things which should
eventually go in here before 3.0-RELEASE, nor are the CAM issues
reflected here yet.

25 years agoAdd missing comma.
jkoshy [Wed, 9 Sep 1998 03:07:03 +0000 (03:07 +0000)]
Add missing comma.

PR: 7841
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>