]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years ago<machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API
Peter Wemm [Sat, 4 Sep 1999 14:15:26 +0000 (14:15 +0000)]
<machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API
that's arch neutral and OSS API and Linux API compatable.

25 years agoFixed a gratuitous ANSIism again. The fix in rev.1.23 was blown away
Bruce Evans [Sat, 4 Sep 1999 13:42:15 +0000 (13:42 +0000)]
Fixed a gratuitous ANSIism again.  The fix in rev.1.23 was blown away
in rev.1.25.

25 years agoFixed style regressions in previous commit.
Bruce Evans [Sat, 4 Sep 1999 13:30:18 +0000 (13:30 +0000)]
Fixed style regressions in previous commit.

25 years agoFIxed disorder in the comments about library build order.
Bruce Evans [Sat, 4 Sep 1999 13:25:57 +0000 (13:25 +0000)]
FIxed disorder in the comments about library build order.

25 years agoFixed disorder in comments.
Bruce Evans [Sat, 4 Sep 1999 13:08:35 +0000 (13:08 +0000)]
Fixed disorder in comments.

Build libncurses early again (it had drifted into set of libraries that
have no ordering requirements, but it must be built before libedit here
and before some gnu libraries in ../Makefile.inc1).

25 years agoMark some "i386 only" stuff as "i386 only"
Alexey Zelkin [Sat, 4 Sep 1999 12:56:28 +0000 (12:56 +0000)]
Mark some "i386 only" stuff as "i386 only"

PR: docs/13227
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp

25 years agoThis commit was generated by cvs2svn to compensate for changes in r50894,
Mark Murray [Sat, 4 Sep 1999 12:45:43 +0000 (12:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r50894,
which included commits to RCS files with non-trunk default branches.

25 years agoVendor import EAY's LIBSSL to fix comments, etc.
Mark Murray [Sat, 4 Sep 1999 12:45:43 +0000 (12:45 +0000)]
Vendor import EAY's LIBSSL to fix comments, etc.

25 years agoVendor import EAY's LIBSSL to fix comments, etc.
Mark Murray [Sat, 4 Sep 1999 12:45:43 +0000 (12:45 +0000)]
Vendor import EAY's LIBSSL to fix comments, etc.

25 years agoRemoved defunct option NULLFS_DIAGNOSTIC.
Bruce Evans [Sat, 4 Sep 1999 12:44:38 +0000 (12:44 +0000)]
Removed defunct option NULLFS_DIAGNOSTIC.

25 years agoDon't generate opt_debug_nullfs.h. It is no longer necessary.
Bruce Evans [Sat, 4 Sep 1999 12:40:07 +0000 (12:40 +0000)]
Don't generate opt_debug_nullfs.h.  It is no longer necessary.

Removed bogus definition of NULLFS

25 years agoReplace stale references to device_add_child_after(9) with
Alexey Zelkin [Sat, 4 Sep 1999 12:37:21 +0000 (12:37 +0000)]
Replace stale references to device_add_child_after(9) with
device_child_add_ordered(9)

PR: 13210
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
Forgotten by: dfr

25 years agoGet rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
Bruce Evans [Sat, 4 Sep 1999 12:35:09 +0000 (12:35 +0000)]
Get rid of the NULLFS_DIAGNOSTIC option.  This option was as useful as
the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled
tracing of normal operation.  Use `#ifdef DEBUG' for non-diagnostics
and `#ifdef DIAGNOSTIC' for diagnostics.

25 years agoBacked out the quick fix in the previous commit. Depending on opt_ddb.h
Bruce Evans [Sat, 4 Sep 1999 12:01:32 +0000 (12:01 +0000)]
Backed out the quick fix in the previous commit.  Depending on opt_ddb.h
was a mistake.  umapfs no longer depends on any options headers.

25 years agoFixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC
Bruce Evans [Sat, 4 Sep 1999 11:51:41 +0000 (11:51 +0000)]
Fixed the previous change.  Some more code controlled by UMAPFS_DIAGNOSTIC
is actually for diagnostics; control it with DIAGNOSTIC and not DDB.

25 years agoAdd macro originally provided externally.
Mark Murray [Sat, 4 Sep 1999 11:06:07 +0000 (11:06 +0000)]
Add macro originally provided externally.

25 years agoAdd includes to to silence warnings. Bit hackish.
Mark Murray [Sat, 4 Sep 1999 11:03:01 +0000 (11:03 +0000)]
Add includes to to silence warnings. Bit hackish.

25 years agoAdd some includes to shut up warnings.
Mark Murray [Sat, 4 Sep 1999 10:46:27 +0000 (10:46 +0000)]
Add some includes to shut up warnings.

25 years agoPerl support in vi is broken if perl has thread support built in.
Mark Murray [Sat, 4 Sep 1999 10:27:12 +0000 (10:27 +0000)]
Perl support in vi is broken if perl has thread support built in.
Document this. Minor nitpick in other comments.

25 years agoKnob for Perl thread support.
Mark Murray [Sat, 4 Sep 1999 10:03:27 +0000 (10:03 +0000)]
Knob for Perl thread support.

25 years agoAllow perl to be built with thread support.
Mark Murray [Sat, 4 Sep 1999 10:02:04 +0000 (10:02 +0000)]
Allow perl to be built with thread support.

Submitted by: Doug Ambrisko <ambrisko@whistle.com>

25 years agoBuild this from contrib/ now.
Mark Murray [Sat, 4 Sep 1999 09:52:36 +0000 (09:52 +0000)]
Build this from contrib/ now.

25 years agoFix up this for the build; some compatibility files have been added -
Mark Murray [Sat, 4 Sep 1999 09:49:02 +0000 (09:49 +0000)]
Fix up this for the build; some compatibility files have been added -
these will be submitted back to KTH for inclusion.

25 years agoMigrate these files down to their ${ARCH} subdir. I should have done
Jordan K. Hubbard [Sat, 4 Sep 1999 08:54:14 +0000 (08:54 +0000)]
Migrate these files down to their ${ARCH} subdir.  I should have done
this awhile back (next commit will kludge up something reasonable
for the Alpha).

25 years agoMFS: I found a few bogons here which were fixed in -stable (!) but not
Jordan K. Hubbard [Sat, 4 Sep 1999 08:47:15 +0000 (08:47 +0000)]
MFS: I found a few bogons here which were fixed in -stable (!) but not
     -current.

25 years agoUpdate licence.
Mark Murray [Sat, 4 Sep 1999 07:38:49 +0000 (07:38 +0000)]
Update licence.

25 years agoWhen looking up symbols, search the objects loaded at program start
John Polstra [Sat, 4 Sep 1999 04:00:09 +0000 (04:00 +0000)]
When looking up symbols, search the objects loaded at program start
up first -- before the dlopened DAGs containing the referencing
object.

This makes dynamically loaded perl modules work properly again.

25 years agobrucify, `v' before `W', mention -v is non-standard in manpage and
Michael Haro [Sat, 4 Sep 1999 03:40:10 +0000 (03:40 +0000)]
brucify, `v' before `W', mention -v is non-standard in manpage and
make code slightly easier to read

Reviewed by: obrien

25 years agomention that -v is non-standard
Michael Haro [Sat, 4 Sep 1999 03:33:18 +0000 (03:33 +0000)]
mention that -v is non-standard

Reviewed-by: obrien

25 years agobrucify and add comment about -v being non-standard to manpage
Michael Haro [Sat, 4 Sep 1999 03:19:38 +0000 (03:19 +0000)]
brucify and add comment about -v being non-standard to manpage

Reviewed by: obrien

25 years agoMerge from sys/i386/isa/clock.c revision 1.145.
KATO Takenori [Sat, 4 Sep 1999 01:39:52 +0000 (01:39 +0000)]
Merge from sys/i386/isa/clock.c revision 1.145.

25 years agoMerge from sys/i386/conf/files.i386 revision 1.264.
KATO Takenori [Sat, 4 Sep 1999 01:36:23 +0000 (01:36 +0000)]
Merge from sys/i386/conf/files.i386 revision 1.264.

25 years agoo Split the two IPCP queues into three - one for FSM data
Brian Somers [Sat, 4 Sep 1999 00:00:21 +0000 (00:00 +0000)]
o Split the two IPCP queues into three - one for FSM data
  (LCP/CCP/IPCP), one for urgent IP traffic and one for
  everything else.
o Add the ``set urgent'' command for adjusting the list of
  urgent port numbers.  The default urgent ports are 21, 22,
  23, 513, 514, 543 and 544 (Ports 80 and 81 have been
  removed from the default priority list).
o Increase the buffered packet threshold from 20 to 30.
o Report the number of packets in the IP output queue and the
  list of urgent ports under ``show ipcp''.

25 years agoThorough revamp of how input commands are processed. This allows customization
Tim Vanderhoek [Fri, 3 Sep 1999 22:31:21 +0000 (22:31 +0000)]
Thorough revamp of how input commands are processed.  This allows customization
of user keys (documentation pending).  The only key whose semantics have
changed is the capital 'N' key, which now performs a repeat-search in the
opposite direction (just like in vi).

This commit is a little bulkier than what I had originally planned.  I'm not
completely happy with the direction it went, but it's definately an
improvement, and the alternative is to continue becoming irrelevant compared
to GNU less.  (Does anyone even _use_ /usr/bin/more these days?)

25 years agoAdd /usr/share/examples/more/. Will contain sample config files that
Tim Vanderhoek [Fri, 3 Sep 1999 22:21:47 +0000 (22:21 +0000)]
Add /usr/share/examples/more/.  Will contain sample config files that
give our more(1) keymappings similar to less(1) and most(1).  Initially
these config files will support only a subset of less and most keymappings.

25 years ago#ifdef out the definition for the small packet RX ring. I ended up only
Bill Paul [Fri, 3 Sep 1999 20:58:39 +0000 (20:58 +0000)]
#ifdef out the definition for the small packet RX ring. I ended up only
using one RX ring because of the alignment issue, so we may as well save
a few K of memory by not allocating space for it.

25 years agoFinish making LINT compile. Disable references to pnp in files that
Peter Wemm [Fri, 3 Sep 1999 20:38:47 +0000 (20:38 +0000)]
Finish making LINT compile.  Disable references to pnp in files that
don't appear to use it, and disable i4b_isic_pnp.c (with a #warning)
until it's converted.

25 years agoRemove vestiges of old pnp code.
Doug Rabson [Fri, 3 Sep 1999 20:11:25 +0000 (20:11 +0000)]
Remove vestiges of old pnp code.

25 years agoRemove the last vestiges of the old pnp code in favour of the new one.
Doug Rabson [Fri, 3 Sep 1999 20:01:08 +0000 (20:01 +0000)]
Remove the last vestiges of the old pnp code in favour of the new one.

25 years agoSlight reorganisation of the Alpha/SRM loader build:
Mike Smith [Fri, 3 Sep 1999 19:42:18 +0000 (19:42 +0000)]
Slight reorganisation of the Alpha/SRM loader build:

 - Make as much of the makefile for each of the three flavours
   (disk, CDROM, net) common.
 - Special-case the libalpha startup module on its use in boot1, not
   the other way around.
 - Build the loader out of a "loader" directory

Reviewed by: mjacob, dfr

25 years agoForced commit/correction: The previous commit message should have
Peter Wemm [Fri, 3 Sep 1999 19:30:27 +0000 (19:30 +0000)]
Forced commit/correction:  The previous commit message should have
referred to Matthew Dodd, not Warner. :-/  I should be asleep..

25 years agoFix a warning for the !DEVFS case.
Peter Wemm [Fri, 3 Sep 1999 19:21:49 +0000 (19:21 +0000)]
Fix a warning for the !DEVFS case.

25 years agoif_ed doesn't use the wrappers anymore.
Peter Wemm [Fri, 3 Sep 1999 19:15:13 +0000 (19:15 +0000)]
if_ed doesn't use the wrappers anymore.

25 years agoCommit a checkpoint of an updated if_ed driver. This is pretty much
Peter Wemm [Fri, 3 Sep 1999 19:10:56 +0000 (19:10 +0000)]
Commit a checkpoint of an updated if_ed driver.  This is pretty much
Doug Rabson's work, with a few tweaks from Warner Losh and I.  There are
still some quirks to resolve, but the old driver is presently breaking
the build.

25 years agoMake the "uid" and "gid" code better. Now it can detect invalid user
Brian Feldman [Fri, 3 Sep 1999 18:18:46 +0000 (18:18 +0000)]
Make the "uid" and "gid" code better. Now it can detect invalid user
names/numbers.

Reviewed by: chris

25 years agoRemove GCC_UNUSED under FREEBSD_NATIVE option.
Luoqi Chen [Fri, 3 Sep 1999 17:56:05 +0000 (17:56 +0000)]
Remove GCC_UNUSED under FREEBSD_NATIVE option.

Requested by: ache

25 years agoAllow getblk() to be called from an idle context (by panic() inside
Luoqi Chen [Fri, 3 Sep 1999 17:49:25 +0000 (17:49 +0000)]
Allow getblk() to be called from an idle context (by panic() inside
an interrupt handler).

Reviewed by: dillon

25 years agoCorrect the information about Lincoln's assasination (shot on 14-4, died
Nik Clayton [Fri, 3 Sep 1999 17:33:11 +0000 (17:33 +0000)]
Correct the information about Lincoln's assasination (shot on 14-4, died
on 15-4).

The Nagasaki bomb was dropped on August 9th, not August 8th.

Submitted by:   Tony Sumner <solon@macaulay.demon.co.uk>

25 years agoAdd cross-references to respective syscalls.
Chris Costello [Fri, 3 Sep 1999 16:40:24 +0000 (16:40 +0000)]
Add cross-references to respective syscalls.

25 years agoUpdate the instructions for setting up audio symlinks, now that MAKEDEV
Sheldon Hearn [Fri, 3 Sep 1999 15:11:43 +0000 (15:11 +0000)]
Update the instructions for setting up audio symlinks, now that MAKEDEV
DTRT (well, it's been doing it since rev 1.97).

25 years agoChange `NetBSD' in the description to `FreeBSD' in the sentence,
Chris Costello [Fri, 3 Sep 1999 13:47:58 +0000 (13:47 +0000)]
Change `NetBSD' in the description to `FreeBSD' in the sentence,

   "NetBSD provides machine-independent bus support and drivers for USB
    devices."

25 years agoLink man4/i386/alpm.4 to man4/
Alexey Zelkin [Fri, 3 Sep 1999 13:31:40 +0000 (13:31 +0000)]
Link man4/i386/alpm.4 to man4/
That will make this page visible for whatis/catman

PR: docs/13226
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp

25 years agoCosmetic tweak. Collect the fdc methods together and apart from the fd
Peter Wemm [Fri, 3 Sep 1999 11:32:21 +0000 (11:32 +0000)]
Cosmetic tweak.  Collect the fdc methods together and apart from the fd
methods so it's a little easier to seperate the two when reading the code.

25 years agoUse micro "disk" layer in ata-disk
Poul-Henning Kamp [Fri, 3 Sep 1999 10:57:17 +0000 (10:57 +0000)]
Use micro "disk" layer in ata-disk

Reviewed by: sos

25 years agoSet si_bsize_phys to 2048 for cdrom.
Poul-Henning Kamp [Fri, 3 Sep 1999 10:56:27 +0000 (10:56 +0000)]
Set si_bsize_phys to 2048 for cdrom.

Reviewed by: sos

25 years agoWhen sending radius authentication requests:
Brian Somers [Fri, 3 Sep 1999 10:31:34 +0000 (10:31 +0000)]
When sending radius authentication requests:

  Supply RAD_NAS_IDENTIFIER if we have a `hostname` and
  RAD_IP_ADDRESS if that hostname resolves.

  Supply RAD_NAS_PORT using the ttyslot() of the tty that
  we're authenticating on if it's a tty device.

Partially submitted by: Andriy I Pilipenko <bamby@marka.net.ua>
PR: 12225

25 years agoPrint out the device name when there is an uninitialised IO size or IO error
Julian Elischer [Fri, 3 Sep 1999 09:14:36 +0000 (09:14 +0000)]
Print out the device name when there is an uninitialised IO size or IO error
in spec_getpages().

Submitted by: phk suggested the idea.

25 years agoAdd a catchall to set default blocksize values for disk like devices.
Julian Elischer [Fri, 3 Sep 1999 08:26:46 +0000 (08:26 +0000)]
Add a catchall to set default blocksize values for disk like devices.

Submitted by: phk@freebsd.org

25 years agoInstall linux.sh in /usr/sbin and not in /usr/bin.
Marcel Moolenaar [Fri, 3 Sep 1999 07:15:38 +0000 (07:15 +0000)]
Install linux.sh in /usr/sbin and not in /usr/bin.

PR: 13545
Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>

25 years agoI missed the namechange of field desc in struct i386_ldt_args into descs while
Marcel Moolenaar [Fri, 3 Sep 1999 06:18:39 +0000 (06:18 +0000)]
I missed the namechange of field desc in struct i386_ldt_args into descs while
reviewing luoqi's changes...

Pointed out by: luoqi

25 years agoGet this to compile again. struct pnp_cinfo went away so
Matthew N. Dodd [Fri, 3 Sep 1999 06:01:01 +0000 (06:01 +0000)]
Get this to compile again.  struct pnp_cinfo went away so
this is just a temporary hack until someone figures out
what they want to do with the override tables etc.

Example copied: sys/isa/{pnp,sio}.c

25 years agoRevert a bunch of contraversial changes by PHK. After
Julian Elischer [Fri, 3 Sep 1999 05:16:59 +0000 (05:16 +0000)]
Revert a bunch of contraversial changes by PHK. After
a quick think and discussion among various people some form of some of
these changes will probably be recommitted.

The reversion requested was requested by dg while discussions proceed.
PHK has indicated that he can live with this, and it has been agreed
that some form of some of these changes may return shortly after further
discussion.

25 years agoRestore documented tgetstr() behavior.
Luoqi Chen [Fri, 3 Sep 1999 05:15:33 +0000 (05:15 +0000)]
Restore documented tgetstr() behavior.

25 years agoremove some out-of-scope DEVFS references..
Julian Elischer [Fri, 3 Sep 1999 05:08:05 +0000 (05:08 +0000)]
remove some out-of-scope DEVFS references..
(don't worry greg.. cosmetic only)

25 years agoHandle for passthru resource release correctly.
Luoqi Chen [Fri, 3 Sep 1999 04:30:01 +0000 (04:30 +0000)]
Handle for passthru resource release correctly.

25 years agoThis adds support for the Buslogic/Bustek/Storage Dimensions
Matthew N. Dodd [Fri, 3 Sep 1999 03:50:55 +0000 (03:50 +0000)]
This adds support for the Buslogic/Bustek/Storage Dimensions
MCA SCSI adapters.

bt_mca.c is going to live in sys/dev/buslogic instead of sys/dev/mca
as per a conversation with Peter, Doug and Mike.

Thanks to Andy Farkas <andyf@speednet.com.au> for being such a good
sport and doing all the testing for me (as I don't actually own one
of these cards.  Yet.)

25 years agoThis is the rest of the MCA support; new_bus code to be exact.
Matthew N. Dodd [Fri, 3 Sep 1999 03:40:00 +0000 (03:40 +0000)]
This is the rest of the MCA support; new_bus code to be exact.

Should we ever find ourselves on an RS/6000 this code should work
with few changes.

25 years agoSYSINIT() needs sys/kernel.h. Include it.
Matthew N. Dodd [Fri, 3 Sep 1999 03:14:36 +0000 (03:14 +0000)]
SYSINIT() needs sys/kernel.h.  Include it.

25 years agoThis adds the i386 specific support for systems with a MicroChannel
Matthew N. Dodd [Fri, 3 Sep 1999 02:04:28 +0000 (02:04 +0000)]
This adds the i386 specific support for systems with a MicroChannel
Architecture bus.

Reviewed by: msmith

25 years agoRemove accidental cut&paste garbage in a comment.
Julian Elischer [Fri, 3 Sep 1999 01:38:29 +0000 (01:38 +0000)]
Remove accidental cut&paste garbage in a comment.

25 years agoReverse MFC of revision 1.5.2.7:
Greg Lehey [Fri, 3 Sep 1999 01:37:26 +0000 (01:37 +0000)]
Reverse MFC of revision 1.5.2.7:
Remove a rather embarrassing race condition.

Egged-on-by: alfred

25 years agoComment the boot manager. So I don't have to work it all out again :-)
Julian Elischer [Fri, 3 Sep 1999 01:35:06 +0000 (01:35 +0000)]
Comment the boot manager. So I don't have to work it all out again :-)

Reviewed by: rnordier@freebsd.org

25 years agoImplementation of the modify_ldt syscall. Use the sysarch() interface to do
Marcel Moolenaar [Thu, 2 Sep 1999 21:50:42 +0000 (21:50 +0000)]
Implementation of the modify_ldt syscall. Use the sysarch() interface to do
the actual work. When USER_LDT is not defined for a kernel, sysarch returns
EOPNOTSUPP. Display a message in that case and return ENOSYS to userland.

Reviewed by: luoqi

25 years agoUse definitions provided in sysarch.h for args structures.
Luoqi Chen [Thu, 2 Sep 1999 21:03:32 +0000 (21:03 +0000)]
Use definitions provided in sysarch.h for args structures.

Reviewed by: marcel

25 years agoSome reorganization of sysarch() interface:
Luoqi Chen [Thu, 2 Sep 1999 20:59:50 +0000 (20:59 +0000)]
Some reorganization of sysarch() interface:
1. Move definitions of struct i386_*_args to the header file sysarch.h,
   since they are part of the sysarch API. struct i386_get_ldt_args and
   i386_set_ldt_args were identical, therefore make them into one
   struct i386_ldt_args. Libc should use these definitions as well.
2. Return a more sensible EOPNOTSUPP for unknown operations.

Reviewed by: marcel

25 years agoMFS: tweak my wording a little.
David E. O'Brien [Thu, 2 Sep 1999 18:10:40 +0000 (18:10 +0000)]
MFS: tweak my wording a little.

25 years agoAllow signals to interrupt system calls.
Ruslan Ermilov [Thu, 2 Sep 1999 15:17:25 +0000 (15:17 +0000)]
Allow signals to interrupt system calls.
Remove redundant signal() call.

PR: 6676
Submitted by: luoqi
Reviewed by: Ari Suutari <ari@suutari.iki.fi>

25 years ago- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
KATO Takenori [Thu, 2 Sep 1999 15:06:23 +0000 (15:06 +0000)]
- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
  `ED_P1_MAR + i' and `ED_P1_PAR + i', respectively.
- convert ED_PC_RESET and ED_PC_MISC into relative offset from
  ED_PC_ASIC_OFFSET (those macros are not used in current source).

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

25 years agoThe ed_probe_Novell should not clear id_maddr when it fails to probe.
KATO Takenori [Thu, 2 Sep 1999 15:01:56 +0000 (15:01 +0000)]
The ed_probe_Novell should not clear id_maddr when it fails to probe.
This fixes potential panic by kvtop at addr == 0.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

25 years agoSync with sys/i386/i386/userconfig.c revision 1.156.
KATO Takenori [Thu, 2 Sep 1999 13:44:52 +0000 (13:44 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.156.

25 years agoSync with sys/i386/conf/files.i386 revision 1.263.
KATO Takenori [Thu, 2 Sep 1999 13:43:00 +0000 (13:43 +0000)]
Sync with sys/i386/conf/files.i386 revision 1.263.

25 years agoSync with sys/i386/conf/GENERIC revision up to 1.186.
KATO Takenori [Thu, 2 Sep 1999 13:41:15 +0000 (13:41 +0000)]
Sync with sys/i386/conf/GENERIC revision up to 1.186.

25 years agoRemove superfluous tab in `Fix:' field.
Chris Costello [Thu, 2 Sep 1999 12:00:49 +0000 (12:00 +0000)]
Remove superfluous tab in `Fix:' field.

Cosmetic, and done mostly for consistency.

25 years agoIt's "router_flags" not "routerflags"
Jordan K. Hubbard [Thu, 2 Sep 1999 11:55:11 +0000 (11:55 +0000)]
It's "router_flags" not "routerflags"

Submitted by: kasey@ambernetworks.com
PR: 13534

25 years agoEnable ioctls to manipulate color palette. They have been implemented,
Kazutaka YOKOTA [Thu, 2 Sep 1999 08:09:13 +0000 (08:09 +0000)]
Enable ioctls to manipulate color palette.  They have been implemented,
but disabled until now...

25 years agoDo not call the VESA BIOS if the current video mode is not one of
Kazutaka YOKOTA [Thu, 2 Sep 1999 08:08:49 +0000 (08:08 +0000)]
Do not call the VESA BIOS if the current video mode is not one of
the VESA modes.

25 years agoSilence warnings about the use of vnode sanse declaration.
Marcel Moolenaar [Thu, 2 Sep 1999 08:02:17 +0000 (08:02 +0000)]
Silence warnings about the use of vnode sanse declaration.

25 years agoFix the root cause of the fts buffer overflow. This is a temporary
Warner Losh [Thu, 2 Sep 1999 07:45:07 +0000 (07:45 +0000)]
Fix the root cause of the fts buffer overflow.  This is a temporary
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems.  We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.

Submitted by: bde

25 years agoMissed this use of the old pnp includes. I don't think this is meant to
Peter Wemm [Thu, 2 Sep 1999 05:59:20 +0000 (05:59 +0000)]
Missed this use of the old pnp includes.  I don't think this is meant to
be here though.

25 years agoUpdate for new pnp includes
Peter Wemm [Thu, 2 Sep 1999 05:37:25 +0000 (05:37 +0000)]
Update for new pnp includes

25 years agoSo that there is no confusion, zap these now. pnpinfo(8) should compile
Peter Wemm [Thu, 2 Sep 1999 05:22:16 +0000 (05:22 +0000)]
So that there is no confusion, zap these now.  pnpinfo(8) should compile
with the new includes.

25 years agoTake a shot at getting this to compile under newpnp.
Peter Wemm [Thu, 2 Sep 1999 05:20:08 +0000 (05:20 +0000)]
Take a shot at getting this to compile under newpnp.

25 years agoDocument that dhclient-script will only set the hostname if it is unset.
David E. O'Brien [Thu, 2 Sep 1999 05:15:26 +0000 (05:15 +0000)]
Document that dhclient-script will only set the hostname if it is unset.

Submitted by: John Baldwin <jobaldwi@vt.edu>

25 years agos/LOGIGAL/LOGICAL/
Peter Wemm [Thu, 2 Sep 1999 05:13:01 +0000 (05:13 +0000)]
s/LOGIGAL/LOGICAL/

25 years ago- Don't use contractions
David E. O'Brien [Thu, 2 Sep 1999 05:12:03 +0000 (05:12 +0000)]
- Don't use contractions
- discuss the setting of hostname in the face of DHCP

Submitted by: John Baldwin <jobaldwi@vt.edu>  (DHCP part)

25 years agoStub out the old pnp code till these are converted so GENERIC builds again.
Peter Wemm [Thu, 2 Sep 1999 04:37:07 +0000 (04:37 +0000)]
Stub out the old pnp code till these are converted so GENERIC builds again.

25 years agoOh crud, did I ever screw the pooch! Rather than sync this with -stable,
Jordan K. Hubbard [Thu, 2 Sep 1999 00:51:16 +0000 (00:51 +0000)]
Oh crud, did I ever screw the pooch!  Rather than sync this with -stable,
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE!  I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago.  I think sleep deprivation gets the blame
for this one.

Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>

25 years agoRe-add the libmytinfo/libncurses stuff - removing it breaks static
Chris Costello [Wed, 1 Sep 1999 23:36:21 +0000 (23:36 +0000)]
Re-add the libmytinfo/libncurses stuff - removing it breaks static
linkage.

Pointed out by: bde

25 years agocolumn counter (cnt) not reset to 0 on display of '\r' which could cause
Daniel Baker [Wed, 1 Sep 1999 23:07:29 +0000 (23:07 +0000)]
column counter (cnt) not reset to 0 on display of '\r' which could cause
unnecessary forced linewraps on some terminals.

Submitted by: David McNett <nugget@slacker.com>

25 years agoProperly document -P and -p flags.
Chris Costello [Wed, 1 Sep 1999 22:56:44 +0000 (22:56 +0000)]
Properly document -P and -p flags.