peter
5b758ef6d8
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.
1999-01-12 12:38:06 +00:00
eivind
6788eff0e6
Remove functions that are no longer in use.
1999-01-12 12:37:18 +00:00
eivind
cf51804cbf
* Print pointers using the correct type (%p) instead of %x.
...
* Use the correct type for timeout function.
* Add missing #include.
1999-01-12 12:27:54 +00:00
peter
f1740d7340
This commit was generated by cvs2svn to compensate for changes in r42575,
...
which included commits to RCS files with non-trunk default branches.
1999-01-12 12:26:57 +00:00
peter
2a7bd60222
Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)
...
Obtained from: ftp.sendamil.org
1999-01-12 12:26:57 +00:00
eivind
f5da386ea6
Add #ifdef's to avoid unused label warning in some cases.
1999-01-12 12:25:00 +00:00
yokota
be075157aa
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>
1999-01-12 12:23:00 +00:00
eivind
e06f86cff9
Remove unused statics.
1999-01-12 12:16:50 +00:00
eivind
d8b437572e
De-staticize and add prototype for main debug function. I'll turn
...
this into a DDB command in the next staticization run.
1999-01-12 12:09:27 +00:00
eivind
05f01766df
Remove unused variable & clean up a couple of style issues.
1999-01-12 12:07:00 +00:00
eivind
b00b77dac7
Silence warnings.
1999-01-12 11:59:34 +00:00
eivind
62a8838875
Remove declarations for undefined functions and a couple of unused
...
enotsupp implementations.
1999-01-12 11:49:30 +00:00
eivind
99c0da0833
Silence warning about unused debug function. (I'll turn this function
...
into a DDB command in my next staticization sweep).
1999-01-12 11:42:41 +00:00
eivind
10fe024e74
Silence warnings.
...
Approved by: hm
1999-01-12 11:05:03 +00:00
dfr
781ad75bd7
A couple more osf/1 compat tweaks.
...
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-01-12 10:54:14 +00:00
yokota
96dd1fb161
Clean up warnings: get conditional compilation right so that a local
...
function won't be defined unless it is actually used.
Requested by: eivind
1999-01-12 10:35:58 +00:00
mjacob
54cfe22b42
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.
1999-01-12 08:15:47 +00:00
peter
72fe4b3241
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)
1999-01-12 07:57:01 +00:00
jkoshy
c93a7d05cf
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
1999-01-12 02:58:23 +00:00
eivind
cdf79e6bf3
%b takes ints, not u_longs.
1999-01-12 02:22:59 +00:00
eivind
a9c54f9e21
Clean out warnings by changin ID string declarations to be char xxx[]
...
instead of char *xxx.
1999-01-12 02:16:16 +00:00
eivind
cdcdfed3b9
Switch type of vxintr instead of using the previous casts.
...
Requested by: bde
1999-01-12 02:09:33 +00:00
eivind
80536f17c6
Remove 'pci_bridgeto' - it was just an empty placeholder.
1999-01-12 01:44:42 +00:00
eivind
1eca420fde
Remove unused variable.
1999-01-12 01:42:43 +00:00
eivind
5b2289537e
Silence warning by casting vxintr to correct type
1999-01-12 01:42:01 +00:00
eivind
75d613a2c2
Clean out warnings introduced in last commit.
1999-01-12 01:36:46 +00:00
n_hibma
33ff447886
Take cdev major # 114 for ugen
1999-01-12 01:31:13 +00:00
eivind
fc3558bb99
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.
1999-01-12 01:29:45 +00:00
eivind
519075dba9
Add a prototype to silence warnings.
1999-01-12 01:28:00 +00:00
n_hibma
220a334906
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)
1999-01-12 01:21:15 +00:00
n_hibma
7f8eaf904c
Changed DRIVER_MODULE to CDEV_DRIVER_MODULE
1999-01-12 01:18:38 +00:00
eivind
d408b948a5
Remove/comment out unused functions.
1999-01-12 01:17:01 +00:00
eivind
e619c6e89c
Silence warnings by cleaning up xxxintr types
1999-01-12 01:04:38 +00:00
eivind
4e34ff4e34
Silence warnings.
1999-01-12 00:36:36 +00:00
eivind
156a777d2e
Clean up warnings; a couple of these came because of genuine errors in
...
parameter passing (passing a pointer to u_short where a pointer to int
is expected), for which the bugs have been fixed.
1999-01-12 00:27:43 +00:00
jkh
81803d3d06
add minimum2 entry
1999-01-12 00:25:49 +00:00
eivind
cbd074fa1f
Silence warnings.
1999-01-12 00:19:33 +00:00
eivind
1005b34c8c
Silence warnings by removing unused convenience function and
...
globalizing debugging functions.
1999-01-12 00:17:53 +00:00
bde
90ed19600e
Fixed minor style bugs in previous commit.
1999-01-11 23:43:54 +00:00
bde
df01e48688
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
...
register for the PLX id). Merge the vendor's modification of the 2.2.*
release version into -current for reference. Will be cleaned up in next
commit.
Obtained from: ftp://ftp.cyclades.com/pub/cyclades/cyclom-y/freebsd/3.0/cyy30.tar.gz
1999-01-11 23:35:01 +00:00
eivind
8369d98994
Avoid warning for unused variable.
1999-01-11 23:32:35 +00:00
julian
bd874070d8
remove some unused variables
1999-01-11 22:49:16 +00:00
julian
cfa1742c7a
Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes
...
a PCI UDMA IDE controller.
1999-01-11 22:14:23 +00:00
nsouch
af33d08e16
Fix missing \n in boot printfs. Add more mode detection if bootverbose.
1999-01-11 21:22:41 +00:00
n_hibma
8778579440
New device descriptions added
1999-01-11 20:00:50 +00:00
dt
88c4835f18
Update to match rev. 1.28 of msdosfs_lookup.c.
1999-01-11 18:35:14 +00:00
mjacob
503b8491cd
Make HP T4000S quirk to FIXED mode
1999-01-11 18:26:25 +00:00
msmith
eff743f51a
Back out 1.146 - usbd is already enabled.
1999-01-11 18:03:54 +00:00
eivind
d37c9ba7d2
Add 'static' to the declaration, too.
1999-01-11 17:45:22 +00:00
eivind
2e416f9c51
SLOW_VGA -> VGA_SLOW_IOACCESS here, too.
1999-01-11 17:44:06 +00:00