]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years ago(Fix null log in previous commit).
abial [Thu, 14 Jan 1999 15:36:53 +0000 (15:36 +0000)]
(Fix null log in previous commit).

Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.

Agreed upon by: jkh, msmith and many others

25 years agoDocument rwhod_flags
jkh [Thu, 14 Jan 1999 09:13:00 +0000 (09:13 +0000)]
Document rwhod_flags

25 years agoDon't use /usr/obj/elf for make world anymore.
jhay [Thu, 14 Jan 1999 06:45:53 +0000 (06:45 +0000)]
Don't use /usr/obj/elf for make world anymore.

NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to
do it yourself.

25 years agoReplace includes of <sys/kernel.h> with includes of
jdp [Thu, 14 Jan 1999 06:22:10 +0000 (06:22 +0000)]
Replace includes of <sys/kernel.h> with includes of
<sys/linker_set.h> in those files that use only the linker set
definitions.

25 years agoAdd entry for the target mode black hole driver.
gibbs [Thu, 14 Jan 1999 06:16:45 +0000 (06:16 +0000)]
Add entry for the target mode black hole driver.

25 years agoAdd support for routing initiator transactions to disabled luns to the
gibbs [Thu, 14 Jan 1999 06:14:15 +0000 (06:14 +0000)]
Add support for routing initiator transactions to disabled luns to the
black hole device.  The controller will now only accept selections if
the black hole device is present and some other target/lun is enabled
for target mode.

Handle the IGNORE WIDE RESIDUE message.  This support has not been tested.

Checkpoint work on handling ABORT, BUS DEVICE RESET, TERMINATE I/O PROCESS,
and CLEAR QUEUE messages as a target.

Fix a few problems with tagged command handling in target mode.

Wait until the sync offset counter falls to 0 before changing phase
after a data-in transfer completes as the DMA logic seems to indicate
transfer complete as soon as our last REQ is issued.

Simplify some of the target mode message handling code in the sequencer.

25 years agoAdd support for wildcard device entries in the EDT. The target mode
gibbs [Thu, 14 Jan 1999 06:03:59 +0000 (06:03 +0000)]
Add support for wildcard device entries in the EDT.  The target mode
'Black Hole' device uses this feature to schedule itself against any
target or lun attached to a controller that receives an unwanted request
from an initiator instead of having an instance per potential target/lun
request.

Use the wildcard entries to simplify wildcard async callback storage.

Don't announce devices twice to peripheral drivers.  The devices will
be announced as soon as the AC_PATH_REGISTERED event is registered by
the peripheral driver, so no manaul push of this event is required.

Reviewed by: Kenneth Merry <ken@FreeBSD.org>

25 years agoThe target mode 'Black Hole' device. This peripheral driver provides inquiry
gibbs [Thu, 14 Jan 1999 06:00:29 +0000 (06:00 +0000)]
The target mode 'Black Hole' device.  This peripheral driver provides inquiry
data and sense information for target mode devices for which no other
peripheral driver is attached.  This simplifies the task of dealing with
luns that are not otherwise enabled for target mode if the controller
does not have firmware that automatically deals with this case (e.g.
the aic7xxx driver).

25 years agoAfter much negative feedback, go back to plain ASCII for this file.
imp [Thu, 14 Jan 1999 05:59:52 +0000 (05:59 +0000)]
After much negative feedback, go back to plain ASCII for this file.

25 years agoProperly handle transfers that only consume partial buffers.
gibbs [Thu, 14 Jan 1999 05:57:32 +0000 (05:57 +0000)]
Properly handle transfers that only consume partial buffers.

25 years agoProperly print devices that do not have attached peripherals.
gibbs [Thu, 14 Jan 1999 05:56:30 +0000 (05:56 +0000)]
Properly print devices that do not have attached peripherals.

Submitted by: Kenneth Merry <ken@FreeBSD.org>

25 years agoAdd a wrapper <linker_set.h> for <sys/linker_set.h>, so that
jdp [Thu, 14 Jan 1999 05:53:54 +0000 (05:53 +0000)]
Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that
userland programs can use linker sets.

25 years agoMove the linker set definitions into a new header file
jdp [Thu, 14 Jan 1999 05:48:46 +0000 (05:48 +0000)]
Move the linker set definitions into a new header file
<sys/linker_set.h>.  <sys/kernel.h> includes the new header, so
functionally everything is still the same.

25 years agodftp -> dtfp Get it right...
msmith [Thu, 14 Jan 1999 03:47:55 +0000 (03:47 +0000)]
dftp -> dtfp  Get it right...

25 years agoadd HZ missing in options.
kjc [Thu, 14 Jan 1999 03:30:48 +0000 (03:30 +0000)]
add HZ missing in options.
changing HZ used to break xntpd's PLL but it should be ok now (unless
xntpd is misconfigured).

25 years agoFix various breakage after the recent keyboard driver change.
yokota [Thu, 14 Jan 1999 03:17:32 +0000 (03:17 +0000)]
Fix various breakage after the recent keyboard driver change.

- Don't try to set typematic rate if there is not a keyboard.
- Fix wrong test on error code.
- Don't try to claim the keyboard twice.  The second call will fail.

25 years agoRemoval unneccessary definitions
n_hibma [Thu, 14 Jan 1999 01:35:12 +0000 (01:35 +0000)]
Removal unneccessary definitions

25 years agoCorrected the latent fact that the uhub driver was providing a driver for
n_hibma [Thu, 14 Jan 1999 01:28:15 +0000 (01:28 +0000)]
Corrected the latent fact that the uhub driver was providing a driver for
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.

25 years agoAdded Entrega Parallel and Serial Connectors to the information
n_hibma [Thu, 14 Jan 1999 01:18:44 +0000 (01:18 +0000)]
Added Entrega Parallel and Serial Connectors to the information
file.

25 years agoIn the event of a disk error, boot2 is expecting an error
rnordier [Wed, 13 Jan 1999 23:30:07 +0000 (23:30 +0000)]
In the event of a disk error, boot2 is expecting an error
code to be returned: give it one

25 years agoDon't install vinum(8) sgid.
grog [Wed, 13 Jan 1999 23:05:26 +0000 (23:05 +0000)]
Don't install vinum(8) sgid.

Reported-by: Paul Hart <hart@iserver.com>

25 years agoChange /boot/boot.conf to /boot/loader.rc - this name reflects what it
abial [Wed, 13 Jan 1999 21:59:58 +0000 (21:59 +0000)]
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.

Agreed upon by: jkh, msmith and many others

25 years ago*** empty log message ***
abial [Wed, 13 Jan 1999 21:56:58 +0000 (21:56 +0000)]
*** empty log message ***

25 years agoAdd words "pc!" and "pc@" which allow to manipulate I/O ports. This can
abial [Wed, 13 Jan 1999 21:31:50 +0000 (21:31 +0000)]
Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can
be helpful when directly fiddling with PC hardware.

Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral.

25 years agoFix conflicts.
obrien [Wed, 13 Jan 1999 20:04:00 +0000 (20:04 +0000)]
Fix conflicts.

25 years agoUpdated version string to 6.0-release.
obrien [Wed, 13 Jan 1999 19:33:02 +0000 (19:33 +0000)]
Updated version string to 6.0-release.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r42629,
obrien [Wed, 13 Jan 1999 19:23:16 +0000 (19:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r42629,
which included commits to RCS files with non-trunk default branches.

25 years agoVirgin import of AMD (am-utils) v6.0
obrien [Wed, 13 Jan 1999 19:23:16 +0000 (19:23 +0000)]
Virgin import of AMD (am-utils) v6.0

25 years agoMention isdn4bsd support.
joerg [Wed, 13 Jan 1999 17:36:31 +0000 (17:36 +0000)]
Mention isdn4bsd support.

Forgotten by: phk :)

25 years agoAdd some special hooks for sppp(4) interfaces. In addition to the
joerg [Wed, 13 Jan 1999 17:32:37 +0000 (17:32 +0000)]
Add some special hooks for sppp(4) interfaces.  In addition to the
normal ifconfig stuff, one might need to pass down authentication
parameters for them.

This is closely tied to Hellmuth's impending rc patches for ISDN, but
sppp can also be used separately (thus it doesn't go directly into the
planned ISDN section of rc.conf).

Reviewed by: hm

25 years agoUse the correct macro to test flags; we need KBD_IS_INITIALIZED here,
yokota [Wed, 13 Jan 1999 11:19:19 +0000 (11:19 +0000)]
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
not KBD_IS_PROBED.

25 years agoAllocate aligned memory according to sizeof(char *).
simokawa [Wed, 13 Jan 1999 10:37:22 +0000 (10:37 +0000)]
Allocate aligned memory according to sizeof(char *).

Approved by: jkh
Obtained from: NetBSD

25 years agoAdd '-fno-builtin' to CFLAGS for alpha.
simokawa [Wed, 13 Jan 1999 10:27:00 +0000 (10:27 +0000)]
Add '-fno-builtin' to CFLAGS for alpha.
Builtin memcpy is not align-aware.

Approved by: jkh

25 years agoCalculate the number of bitmap colors in the correct way.
yokota [Wed, 13 Jan 1999 09:59:30 +0000 (09:59 +0000)]
Calculate the number of bitmap colors in the correct way.

The bug found by: Kevin Street <street@iname.com>

25 years agoMove notes on some flags for AT keyboard. They used to be for sc0,
yokota [Wed, 13 Jan 1999 09:55:19 +0000 (09:55 +0000)]
Move notes on some flags for AT keyboard.  They used to be for sc0,
and now for atkbd0.

# I know I should be writing a man page rather than editing LINT...

Spotted by: tom@geotec.net (Tom Jackson)

25 years agoIntegrate the ISDN subsystem into the /etc/rc framework
hm [Wed, 13 Jan 1999 08:20:55 +0000 (08:20 +0000)]
Integrate the ISDN subsystem into the /etc/rc framework
Reviewed by: Joerg Wunsch

25 years agoTypo in patch application.
msmith [Wed, 13 Jan 1999 08:11:41 +0000 (08:11 +0000)]
Typo in patch application.

PR: kern/9459
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>

25 years agoSort options alphabetically.
des [Wed, 13 Jan 1999 08:07:56 +0000 (08:07 +0000)]
Sort options alphabetically.

25 years agoAssign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>
msmith [Wed, 13 Jan 1999 08:05:16 +0000 (08:05 +0000)]
Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>

25 years agoExample "19%y" changed to "%Y" to discourage poor usage.
danny [Wed, 13 Jan 1999 07:01:07 +0000 (07:01 +0000)]
Example "19%y" changed to "%Y" to discourage poor usage.

25 years agoMF22 - allow dates to 2069
danny [Wed, 13 Jan 1999 06:31:55 +0000 (06:31 +0000)]
MF22 - allow dates to 2069
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>

25 years agoLet drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde [Wed, 13 Jan 1999 04:59:19 +0000 (04:59 +0000)]
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
using the new pci_map_int_right() variant of pci_map_int().  Fast
interrupts work for PCI devices if and only if they are exclusive.
(The PCI interrupt mux doesn't support fast interrupts and can't
support a mixture of fast and slow interrupts even in principle.)

Don't assume that intrmask_t == unsigned in pci_map_int().

25 years agoAdd support for the ACER LABS Aladin chipset UDMA controller.
julian [Wed, 13 Jan 1999 04:40:50 +0000 (04:40 +0000)]
Add support for the ACER LABS Aladin chipset UDMA controller.
Submitted by: Lee Cremeans <lee@st-lcremean.tidalwave.net>

25 years agoRe-enable the options in ps(1) that were disabled with the Linux
julian [Wed, 13 Jan 1999 03:11:43 +0000 (03:11 +0000)]
Re-enable the options in ps(1) that were disabled with the Linux
threads support.

Submitted by: "Richard Seaman, Jr." <dick@tar.com>

25 years agoOops, I accidentaly left the debug option on by default.
yokota [Wed, 13 Jan 1999 01:16:39 +0000 (01:16 +0000)]
Oops, I accidentaly left the debug option on by default.
It's set to off now.

25 years agoGet conditional compilation right so that unnecessary reference
yokota [Wed, 13 Jan 1999 01:14:26 +0000 (01:14 +0000)]
Get conditional compilation right so that unnecessary reference
to splash-relatec call won't be made if there is no splash pseudo
device.

25 years agoChanged 'xxxdebug = 0' to '...= 1' (Brian Feldman)
n_hibma [Wed, 13 Jan 1999 01:09:14 +0000 (01:09 +0000)]
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)

25 years agoRemoved warning and comments
n_hibma [Wed, 13 Jan 1999 01:05:43 +0000 (01:05 +0000)]
Removed warning and comments

25 years ago1) Bug fix: Interrupt transfers worked only for the first packet.
n_hibma [Wed, 13 Jan 1999 00:50:02 +0000 (00:50 +0000)]
1) Bug fix: Interrupt transfers worked only for the first packet.
   The second packet was not seen as finished.
2) Textual changes

25 years agoFix for compiling on alpha.
mjacob [Tue, 12 Jan 1999 23:06:29 +0000 (23:06 +0000)]
Fix for compiling on alpha.
Obtained from:yokota@zodiac.mech.utsunomiya-u.ac.jp

25 years agofix for compiling on alpha
mjacob [Tue, 12 Jan 1999 23:05:45 +0000 (23:05 +0000)]
fix for compiling on alpha

25 years agoReplace /mnt with ${MNT}
msmith [Tue, 12 Jan 1999 22:12:12 +0000 (22:12 +0000)]
Replace /mnt with ${MNT}

PR: misc/7965
Submitted by: Junji SAKAI sakai@jp.freebsd.org

25 years agoIf we've configured CBCP *and* another not-so-important
brian [Tue, 12 Jan 1999 21:50:20 +0000 (21:50 +0000)]
If we've configured CBCP *and* another not-so-important
CALLBACK protocol and end up agreeing CBCP, DTRT and go
into CBCP phase rather than mistakenly terminating as
if CBCP wasn't agreed.
Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru>

25 years agoConvert to HTML. Verified to work on Netscape 4.5 and Netscape
imp [Tue, 12 Jan 1999 20:11:29 +0000 (20:11 +0000)]
Convert to HTML.  Verified to work on Netscape 4.5 and Netscape
3.something.  We were getting a lot of URL links in this file and it
seemed like a good idea to convert this file to html so people can
follow them easily.

This does not use the doc tools to generate.  I'm doing it all by hand
at the moment.

25 years agoFix leap year comments. 2000 is a leap year, so code without a century-test
danny [Tue, 12 Jan 1999 19:38:55 +0000 (19:38 +0000)]
Fix leap year comments.  2000 is a leap year, so code without a century-test
still works until 2100.

25 years agoFix leap year calculations, including 2000. The code was broken for all
danny [Tue, 12 Jan 1999 19:37:32 +0000 (19:37 +0000)]
Fix leap year calculations, including 2000.  The code was broken for all
years!
Reviewed by: <thepish@freebsd.org>, <ishisone@sra.co.jp>

25 years agoAllow --newer and friends to handle dates beyond 1999/12/31
danny [Tue, 12 Jan 1999 18:43:38 +0000 (18:43 +0000)]
Allow --newer and friends to handle dates beyond 1999/12/31

25 years ago... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(
eivind [Tue, 12 Jan 1999 16:43:52 +0000 (16:43 +0000)]
... _and_ the (void*) casts for %p.   Next, I'll forget my own name :-(

25 years agoAvoid unnecessary GCCism - I hadn't noticed the __unused macro.
eivind [Tue, 12 Jan 1999 16:40:57 +0000 (16:40 +0000)]
Avoid unnecessary GCCism - I hadn't noticed the __unused macro.

25 years agoMake dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
eivind [Tue, 12 Jan 1999 16:26:19 +0000 (16:26 +0000)]
Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
This silence the warnings and makes it more obvious where the bugs
have to be fixed.

25 years agoAdded FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1
wosch [Tue, 12 Jan 1999 16:14:24 +0000 (16:14 +0000)]
Added FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1
Added NetBSD 1.3.3, OpenBSD 2.4
Update URL & Copyright

25 years agoAllow chflags(1) to fail inside the chroot environment for /R. This
joerg [Tue, 12 Jan 1999 15:37:19 +0000 (15:37 +0000)]
Allow chflags(1) to fail inside the chroot environment for /R.  This
can happen iff ${CHROOTDIR} is NFS-mounted.

25 years agoOops, I missed a few more /etc/nologin references yesterday. It appears
asami [Tue, 12 Jan 1999 14:09:23 +0000 (14:09 +0000)]
Oops, I missed a few more /etc/nologin references yesterday.  It appears
my check of the tree was incomplete.  Sorry guys.

Reported by: Ben Smithurst <ben@scientia.demon.co.uk>

25 years agoThese files were replaced by symlinks in 8.9.2...
peter [Tue, 12 Jan 1999 13:24:46 +0000 (13:24 +0000)]
These files were replaced by symlinks in 8.9.2...

25 years agoUpdate the default sendmail.cf to be a little more respectable.
peter [Tue, 12 Jan 1999 13:18:22 +0000 (13:18 +0000)]
Update the default sendmail.cf to be a little more respectable.
I have not enabled rbl by default, I understand an 'opt-in' is a key part
of it's legal protection.
Activate a few optional features (access_db, virtusertable, etc) which will
operate if (and only if) the corresponding table is created.
I've also turned on the MIME buffer overflow checking with sendmail.org's
recommended values (256/128).

25 years agoUpdate for 8.9.2 (new file, control.c)
peter [Tue, 12 Jan 1999 12:47:54 +0000 (12:47 +0000)]
Update for 8.9.2 (new file, control.c)
Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.

25 years agoCast argument to avoid warning.
eivind [Tue, 12 Jan 1999 12:46:36 +0000 (12:46 +0000)]
Cast argument to avoid warning.

Reviewed by: Nick Hibma <n_hibma>

25 years agoRemove two cases of unused variable sp3.
eivind [Tue, 12 Jan 1999 12:39:14 +0000 (12:39 +0000)]
Remove two cases of unused variable sp3.

25 years ago#ifdef out unused function key_freetables.
eivind [Tue, 12 Jan 1999 12:38:31 +0000 (12:38 +0000)]
#ifdef out unused function key_freetables.

25 years agoMerge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changes
peter [Tue, 12 Jan 1999 12:38:06 +0000 (12:38 +0000)]
Merge sendmail 8.9.1 -> 8.9.2 changes into mainline.  Some of our changes
were submitted back to sendmail.org (stage 1) and were incorporated.

25 years agoRemove functions that are no longer in use.
eivind [Tue, 12 Jan 1999 12:37:18 +0000 (12:37 +0000)]
Remove functions that are no longer in use.

25 years ago* Print pointers using the correct type (%p) instead of %x.
eivind [Tue, 12 Jan 1999 12:27:54 +0000 (12:27 +0000)]
* Print pointers using the correct type (%p) instead of %x.
* Use the correct type for timeout function.
* Add missing #include.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r42575,
peter [Tue, 12 Jan 1999 12:26:57 +0000 (12:26 +0000)]
This commit was generated by cvs2svn to compensate for changes in r42575,
which included commits to RCS files with non-trunk default branches.

25 years agoImport sendmail-8.9.2 onto vendor branch (update from 8.9.1)
peter [Tue, 12 Jan 1999 12:26:57 +0000 (12:26 +0000)]
Import sendmail-8.9.2 onto vendor branch  (update from 8.9.1)

Obtained from: ftp.sendamil.org

25 years agoAdd #ifdef's to avoid unused label warning in some cases.
eivind [Tue, 12 Jan 1999 12:25:00 +0000 (12:25 +0000)]
Add #ifdef's to avoid unused label warning in some cases.

25 years agoFix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.
yokota [Tue, 12 Jan 1999 12:23:00 +0000 (12:23 +0000)]
Fix PIO_KEYMAPENT/GIO_KEYMAPENT.  They used to copy from/to a wrong place.
The bug found by: Mike Zanker <A.M.Zanker@open.ac.uk>

25 years agoRemove unused statics.
eivind [Tue, 12 Jan 1999 12:16:50 +0000 (12:16 +0000)]
Remove unused statics.

25 years agoDe-staticize and add prototype for main debug function. I'll turn
eivind [Tue, 12 Jan 1999 12:09:27 +0000 (12:09 +0000)]
De-staticize and add prototype for main debug function.  I'll turn
this into a DDB command in the next staticization run.

25 years agoRemove unused variable & clean up a couple of style issues.
eivind [Tue, 12 Jan 1999 12:07:00 +0000 (12:07 +0000)]
Remove unused variable & clean up a couple of style issues.

25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 11:59:34 +0000 (11:59 +0000)]
Silence warnings.

25 years agoRemove declarations for undefined functions and a couple of unused
eivind [Tue, 12 Jan 1999 11:49:30 +0000 (11:49 +0000)]
Remove declarations for undefined functions and a couple of unused
enotsupp implementations.

25 years agoSilence warning about unused debug function. (I'll turn this function
eivind [Tue, 12 Jan 1999 11:42:41 +0000 (11:42 +0000)]
Silence warning about unused debug function.  (I'll turn this function
into a DDB command in my next staticization sweep).

25 years agoSilence warnings.
eivind [Tue, 12 Jan 1999 11:05:03 +0000 (11:05 +0000)]
Silence warnings.

Approved by: hm

25 years agoA couple more osf/1 compat tweaks.
dfr [Tue, 12 Jan 1999 10:54:14 +0000 (10:54 +0000)]
A couple more osf/1 compat tweaks.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>

25 years agoClean up warnings: get conditional compilation right so that a local
yokota [Tue, 12 Jan 1999 10:35:58 +0000 (10:35 +0000)]
Clean up warnings: get conditional compilation right so that a local
function won't be defined unless it is actually used.
Requested by: eivind

25 years agoClean up and fix quirk table (was missing necessary wildcards) and add a couple
mjacob [Tue, 12 Jan 1999 08:15:47 +0000 (08:15 +0000)]
Clean up and fix quirk table (was missing necessary wildcards) and add a couple
from the old driver. Change format of quirk table to have a preferred block
size for devices that need to be QUIRK_FIXED- this is loaded into the
last_media_blocksize tag at saregister time and will be used in the first
samount case.

Change sasetparams to take a sense_flags argument so that probe time testing
can be quieter (e.g. with SF_NO_PRINT).

Fix a couple of silly bugs in the fixed/variable determination in samount- one
was where there was a check against 'guessing' AND the density code being
default density- *SMACK* - you're only guessing if you find the media code
to be *other* than default density. Second bug was a test against current
blocksize being zero- should be a test against whether current blocksize
is not equal to the last blocksize if you had wanted to be fixed (suppose
you came up in fixed, but not the preferred size?). And if you don't
know what the fixed size should be, select 512 as the starting point,
not BLKDEV_IOSIZE (reality wins). Finally, in doing the test set to variable
mode, make sasetparams non-chatty.

25 years agoWhen doing a setuid script, the usual #!/usr/bin/perl detects it and execs
peter [Tue, 12 Jan 1999 07:57:01 +0000 (07:57 +0000)]
When doing a setuid script, the usual #!/usr/bin/perl detects it and execs
/usr/bin/sperl5.00502 to implement it, so that name had better exist..

Reviewed by: markm (a while ago)

25 years agoTeach mtree(8) to handle whitespace in filenames. Uses strvis(3).
jkoshy [Tue, 12 Jan 1999 02:58:23 +0000 (02:58 +0000)]
Teach mtree(8) to handle whitespace in filenames.  Uses strvis(3).

PR: bin/3246
Submitted by: Eugene M. Kim <astralblue@usa.net>
Reviewed by: jkoshy, wollman

25 years ago%b takes ints, not u_longs.
eivind [Tue, 12 Jan 1999 02:22:59 +0000 (02:22 +0000)]
%b takes ints, not u_longs.

25 years agoClean out warnings by changin ID string declarations to be char xxx[]
eivind [Tue, 12 Jan 1999 02:16:16 +0000 (02:16 +0000)]
Clean out warnings by changin ID string declarations to be char xxx[]
instead of char *xxx.

25 years agoSwitch type of vxintr instead of using the previous casts.
eivind [Tue, 12 Jan 1999 02:09:33 +0000 (02:09 +0000)]
Switch type of vxintr instead of using the previous casts.

Requested by: bde

25 years agoRemove 'pci_bridgeto' - it was just an empty placeholder.
eivind [Tue, 12 Jan 1999 01:44:42 +0000 (01:44 +0000)]
Remove 'pci_bridgeto' - it was just an empty placeholder.

25 years agoRemove unused variable.
eivind [Tue, 12 Jan 1999 01:42:43 +0000 (01:42 +0000)]
Remove unused variable.

25 years agoSilence warning by casting vxintr to correct type
eivind [Tue, 12 Jan 1999 01:42:01 +0000 (01:42 +0000)]
Silence warning by casting vxintr to correct type

25 years agoClean out warnings introduced in last commit.
eivind [Tue, 12 Jan 1999 01:36:46 +0000 (01:36 +0000)]
Clean out warnings introduced in last commit.

25 years agoTake cdev major # 114 for ugen
n_hibma [Tue, 12 Jan 1999 01:31:13 +0000 (01:31 +0000)]
Take cdev major # 114 for ugen

25 years agoMove a couple of functions to make __inline work. While I'm here,
eivind [Tue, 12 Jan 1999 01:29:45 +0000 (01:29 +0000)]
Move a couple of functions to make __inline work.  While I'm here,
split a couple of function declarations to make the style internally
consistent.

25 years agoAdd a prototype to silence warnings.
eivind [Tue, 12 Jan 1999 01:28:00 +0000 (01:28 +0000)]
Add a prototype to silence warnings.

25 years ago1) textual changes
n_hibma [Tue, 12 Jan 1999 01:21:15 +0000 (01:21 +0000)]
1) textual changes
2) bug fix in handling of select (or presumed bug)
3) trigger a mouse packet on the Z direction as well (but Z still not
   working)

25 years agoChanged DRIVER_MODULE to CDEV_DRIVER_MODULE
n_hibma [Tue, 12 Jan 1999 01:18:38 +0000 (01:18 +0000)]
Changed DRIVER_MODULE to CDEV_DRIVER_MODULE