]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
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>

25 years agoReserve character major 104 for the CAM Transport Layer Services device.
gibbs [Wed, 9 Sep 1998 03:07:02 +0000 (03:07 +0000)]
Reserve character major 104 for the CAM Transport Layer Services device.

25 years agoFix typo.
jkoshy [Wed, 9 Sep 1998 03:04:53 +0000 (03:04 +0000)]
Fix typo.

PR: 7809
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>

25 years agoTerminate the defdrives array correctly. (Shame, Rod!)
msmith [Wed, 9 Sep 1998 02:22:28 +0000 (02:22 +0000)]
Terminate the defdrives array correctly. (Shame, Rod!)
Submitted by: Scott Michel <scottm@cs.ucla.edu>

25 years agoAdd $Id$, remove quoting for `...'.
jkoshy [Wed, 9 Sep 1998 01:30:25 +0000 (01:30 +0000)]
Add $Id$, remove quoting for `...'.

Requested by: bde

25 years agoAdd a new library function getobjformat(). It checks all the
jdp [Wed, 9 Sep 1998 01:21:25 +0000 (01:21 +0000)]
Add a new library function getobjformat().  It checks all the
standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an
indication of the user's preferred object file format.  This
consolidates some code that was starting to be duplicated in more
and more places.

Use the new function in ldconfig.

Note: I don't think that gcc should use getobjformat(), even though
it could.  The compiler should limit itself to functions that are
widespread, to ease porting and cross-compilation.

25 years agoInitialise lcp::his_mru to the ``set mtu'' value if it's less
brian [Wed, 9 Sep 1998 00:03:09 +0000 (00:03 +0000)]
Initialise lcp::his_mru to the ``set mtu'' value if it's less
than DEF_MRU, allowing our interface mtu to be decreased
despite negotiation with the peer.

25 years ago- If the OACTIVE flag is set on entry to xl_start(), check to see if the
wpaul [Tue, 8 Sep 1998 23:42:10 +0000 (23:42 +0000)]
- If the OACTIVE flag is set on entry to xl_start(), check to see if the
  transmitter is wedged. If so, try to unwedge it, process any descriptors
  that might need to be free()d, then proceed.

- Disable the 'background' autonegotiation performed during bootstrap.
  What happens currently is that the driver starts an autoneg session,
  the sets a timeout in the ifnet structure and returns. Later, when the
  timer expires, the watchdog routine calls the autoneg handler to check
  the results of the session. The problem with this is that the session
  may not complete until some point after we have started to mount NFS
  filesystems, which can cause the mounts to fail. This is especially
  troublesome if booting with an NFS rootfs: we need the interface up
  and running before reaching the mountroot() code.

  The default behavior now is to do the autoneg synchronously, i.e. wait
  5 seconds for the autoneg to complete before exiting the driver attach
  routine. People who want the old behavior can compile the driver with
  XL_BACKGROUND_AUTONEG #defined. This has no effect on autoneg sessions
  initiated by 'ifconfig xl0 media autoselect.'

  This slows the probe down a little, but it's either that or botching
  NFS mounts at bootup.

- If xl_setmode_mii() is called and there's an autoneg session in progress,
  cancel it, _then_ set the modes.

25 years agoAdd new atapi-cd driver that supports atapi CD-R/RW drives.
sos [Tue, 8 Sep 1998 20:57:47 +0000 (20:57 +0000)]
Add new atapi-cd driver that supports atapi CD-R/RW drives.
This is only a stop-gab solution to get atapi burner support into 3.0.

25 years agoAdd 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.
sos [Tue, 8 Sep 1998 20:51:24 +0000 (20:51 +0000)]
Add 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.

25 years agoAdd definitions for the ELF section attribute flags, SHF_*.
jdp [Tue, 8 Sep 1998 20:38:06 +0000 (20:38 +0000)]
Add definitions for the ELF section attribute flags, SHF_*.

Submitted by: Robert Nordier <rnordier@nordier.com>

25 years agoMake PCIC_RESUME_RESET an proper option.
brian [Tue, 8 Sep 1998 18:09:51 +0000 (18:09 +0000)]
Make PCIC_RESUME_RESET an proper option.
My laptop (a CTX Cybernote) needs this.  It claims to have a

  PC-Card VLSI 82C146 (5 mem & 2 I/O windows)

25 years agoAdd support for the RPC 64-bit integer type ``hyper''.
obrien [Tue, 8 Sep 1998 17:33:12 +0000 (17:33 +0000)]
Add support for the RPC 64-bit integer type ``hyper''.

25 years agoOops, don't assume that the environment is normal in devfs_mount().
bde [Tue, 8 Sep 1998 16:59:37 +0000 (16:59 +0000)]
Oops, don't assume that the environment is normal in devfs_mount().
It isn't for the hidden mountpoint.  The static vfs's haven't been
attached then, so mp->mnt_vfc can't be valid.

25 years agoIf traps are set, they are now executed even when a signal-blocking
cracauer [Tue, 8 Sep 1998 13:16:52 +0000 (13:16 +0000)]
If traps are set, they are now executed even when a signal-blocking
foreground child is running. Formerly, traps were exceuted after the
next child exit.

The enables the user to put a breaking wrapper around a blocking
application:
  (trap 'echo trap ; exit 1' 2; ./pestyblocker; echo -n)

The "echo -n" after the child call is needed to prevent sh from
optimizing the trap-executing shell away. I'm working on this.

25 years agoUpdate the diffs against current source + some other cleanup.
abial [Tue, 8 Sep 1998 12:47:35 +0000 (12:47 +0000)]
Update the diffs against current source + some other cleanup.

25 years agoWhoops, update the makefile too while I'm at it.
jkh [Tue, 8 Sep 1998 11:44:37 +0000 (11:44 +0000)]
Whoops, update the makefile too while I'm at it.

25 years agoGo back to using MSDOSFS instead of Robert Nordier's stand-alone DOS
jkh [Tue, 8 Sep 1998 11:44:08 +0000 (11:44 +0000)]
Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOS
library.  I have to include MSDOSFS on the boot floppy anyway (so I can
read DOS floppies in a few other contexts) and since both -stable and
-current MSDOSFS handle long filenames, I'm OK on that now.  Should
save about 10K of space.

25 years agoMake totally sure that we have the latest 1.7 version of booteasy
jkh [Tue, 8 Sep 1998 10:46:40 +0000 (10:46 +0000)]
Make totally sure that we have the latest 1.7 version of booteasy
(it looked like it already to me, but the PR gives me cause to wonder).
PR: 2514

25 years agoo Set paths internally for pkg_add for tools we might want to invoke.
jkh [Tue, 8 Sep 1998 10:42:26 +0000 (10:42 +0000)]
o Set paths internally for pkg_add for tools we might want to invoke.
o Fix bogus suffix handling.
o Tell user when an FTP url is being xferred rather than being silent.
  This sort of violates "the unix way" but it stops people from whacking
  ^C when they think it's hung, too.  Sometimes visual indication of
  success is important.  Doesn't spit out anything if not on a TTY.

25 years agoSync with sys/i386/isa/clock.c revision 1.125.
kato [Tue, 8 Sep 1998 09:47:46 +0000 (09:47 +0000)]
Sync with sys/i386/isa/clock.c revision 1.125.

25 years agoFix a cut&paste error which prevented LD_BIND_NOW from working.
dfr [Tue, 8 Sep 1998 09:47:35 +0000 (09:47 +0000)]
Fix a cut&paste error which prevented LD_BIND_NOW from working.

25 years agoSync with sys/i386/i386/userconfig.c revision 1.107.
kato [Tue, 8 Sep 1998 09:47:09 +0000 (09:47 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.107.

25 years agorestore rev 1.23 to give clear SIGALRM handling example, 68 years
ache [Tue, 8 Sep 1998 09:44:46 +0000 (09:44 +0000)]
restore rev 1.23 to give clear SIGALRM handling example, 68 years
are too long to affect real code

25 years agofix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to let
luigi [Tue, 8 Sep 1998 07:21:00 +0000 (07:21 +0000)]
fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to let
the FreeBSD x11amp work (same as in -stable)

25 years agoAdd info on PicoBSD being a part of FreeBSD source tree.
abial [Tue, 8 Sep 1998 06:35:43 +0000 (06:35 +0000)]
Add info on PicoBSD being a part of FreeBSD source tree.

25 years agoSync help files with actual contents of "dial" floppy.
abial [Tue, 8 Sep 1998 06:04:41 +0000 (06:04 +0000)]
Sync help files with actual contents of "dial" floppy.

25 years agoFix bogus suffix stripping to be less naive.
jkh [Tue, 8 Sep 1998 03:15:41 +0000 (03:15 +0000)]
Fix bogus suffix stripping to be less naive.
PR: 3418
Noted by: pst

25 years agoFail as documented when a dependency cannot be found
jkh [Tue, 8 Sep 1998 03:02:45 +0000 (03:02 +0000)]
Fail as documented when a dependency cannot be found
PR: 7318
Submitted by: djv@bedford.net

25 years agoUse ellipsis in the synopsis, and an appropriate explanation in
jkoshy [Tue, 8 Sep 1998 02:02:50 +0000 (02:02 +0000)]
Use ellipsis in the synopsis, and an appropriate explanation in
the text of the manual page.

Suggested by: bde

25 years agoDo an installworld rather than install to populate the chroot tree.
jkh [Mon, 7 Sep 1998 23:55:22 +0000 (23:55 +0000)]
Do an installworld rather than install to populate the chroot tree.
Recommended by: jb

25 years agoMake profiling work for ELF. gprof now autodetects the format of
jdp [Mon, 7 Sep 1998 23:32:00 +0000 (23:32 +0000)]
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.

25 years agoMake the builtin unix macro work as it should (well like Solaris's,
steve [Mon, 7 Sep 1998 22:09:13 +0000 (22:09 +0000)]
Make the builtin unix macro work as it should (well like Solaris's,
GNU's, and OSF1's).

25 years agoRemoved unused variables.
alex [Mon, 7 Sep 1998 21:55:01 +0000 (21:55 +0000)]
Removed unused variables.

25 years agoRemoved some variable initializations which were unnecessary and divergent
alex [Mon, 7 Sep 1998 21:07:59 +0000 (21:07 +0000)]
Removed some variable initializations which were unnecessary and divergent
from style(9).

25 years agoRemove the extern decl of ``h_errno''. It's already
brian [Mon, 7 Sep 1998 19:54:08 +0000 (19:54 +0000)]
Remove the extern decl of ``h_errno''.  It's already
externed in netdb.h - where all of its #define values
live.  If anything requires h_errno here (nothing in
/usr/src seems to) it's almost definitely broken.

25 years ago-Wall clean.
alex [Mon, 7 Sep 1998 19:23:55 +0000 (19:23 +0000)]
-Wall clean.

25 years agoImplement pthread read/write locks as defined by Version 2 of the Single
alex [Mon, 7 Sep 1998 19:01:43 +0000 (19:01 +0000)]
Implement pthread read/write locks as defined by Version 2 of the Single
UNIX Specification.

As with our standard mutexes, process shared locks are not supported at
this time.

25 years agoChange the way the help files are stored, and save ca. 30kB on the
abial [Mon, 7 Sep 1998 19:00:34 +0000 (19:00 +0000)]
Change the way the help files are stored, and save ca. 30kB on the
"dial" floppy.

Submitted by: Eric P. Scott <eps@sirius.com>

25 years agoAdded .St -susv2 --> Version 2 of the Single UNIX Specification
alex [Mon, 7 Sep 1998 18:52:57 +0000 (18:52 +0000)]
Added .St -susv2 --> Version 2 of the Single UNIX Specification

25 years agoRevive hierarchy target
ache [Mon, 7 Sep 1998 18:10:26 +0000 (18:10 +0000)]
Revive hierarchy target

25 years agoRemove X11 lock files at boot time even if $clear_tmp_enable is not set.
cracauer [Mon, 7 Sep 1998 17:18:36 +0000 (17:18 +0000)]
Remove X11 lock files at boot time even if $clear_tmp_enable is not set.
PR: conf/7366
Submitted by: Thomas David Rivers rivers@dignus.com

25 years agoAdd -S flag to test for sockets.
cracauer [Mon, 7 Sep 1998 16:59:05 +0000 (16:59 +0000)]
Add -S flag to test for sockets.
PR: bin/7507
Reviewed by: I tested the patch
Submitted by: Stefan `Sec` Zehl sec@42.org

25 years agoCorrect zsh shell script entry.
cracauer [Mon, 7 Sep 1998 16:27:24 +0000 (16:27 +0000)]
Correct zsh shell script entry.
PR: bin/7657
Submitted by: Dom Mitchell dom@phmit.demon.co.uk

25 years agoLoad linux emulator lkm only when not already loaded. This avoids
cracauer [Mon, 7 Sep 1998 16:15:59 +0000 (16:15 +0000)]
Load linux emulator lkm only when not already loaded. This avoids
leftover files in /tmp. Script slightly modified from PR version
to use fewer processes.
PR: i386/7725
Submitted by: Stefan Eggers seggers@semyam.dinoco.de

25 years agoFixed SUBDIR order (libm is no longer a prerequisite for libtcl).
bde [Mon, 7 Sep 1998 13:59:15 +0000 (13:59 +0000)]
Fixed SUBDIR order (libm is no longer a prerequisite for libtcl).

25 years agoRemoved statically configured mount type numbers (MOUNT_*) and all
bde [Mon, 7 Sep 1998 13:17:06 +0000 (13:17 +0000)]
Removed statically configured mount type numbers (MOUNT_*) and all
references to them.

The change a couple of days ago to ignore these numbers in statically
configured vfsconf structs was slightly premature because the cd9660,
cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number
in their vfsconf struct.

25 years agoAdd entries for xl0, tlc0 and adv0. Some of these aren't even
jkh [Mon, 7 Sep 1998 13:00:58 +0000 (13:00 +0000)]
Add entries for xl0, tlc0 and adv0.  Some of these aren't even
in LINT!

25 years agoPut the zombie ffs sysctl node in "notyet" state together with its few
bde [Mon, 7 Sep 1998 11:50:19 +0000 (11:50 +0000)]
Put the zombie ffs sysctl node in "notyet" state together with its few
remaining children.  Prepare it for MOUNT_UFS going away.

25 years agoUpdate alpha configuration files and remove i386 target from
dfr [Mon, 7 Sep 1998 08:18:34 +0000 (08:18 +0000)]
Update alpha configuration files and remove i386 target from
libbinutils/config.h - it is declared in the arch Makefile.

25 years agoUse Elf_Addr to store addresses instead of Elf_Word.
dfr [Mon, 7 Sep 1998 07:30:44 +0000 (07:30 +0000)]
Use Elf_Addr to store addresses instead of Elf_Word.