Robert Drehmel
9ce4f54341
Enable mixer interrupts after the mixer is initialized,
...
otherwise we might get interrupts and are unable to
handle them properly, which results in a page fault.
PR: kern/39549
Submitted by: Gil Kloepfer <gil@arlut.utexas.edu>
2002-06-24 15:28:47 +00:00
Yoshihiro Takahashi
b8391d6a1a
Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.
2002-06-24 15:24:42 +00:00
Yoshihiro Takahashi
4d2f0addb4
The rp driver supports pc98 arch (maybe).
2002-06-24 15:16:16 +00:00
Juli Mallett
f0030ec090
I explicitly meant to not move any of this over to the new m4(1) framework,
...
even slightly. Grrr CVS.
2002-06-24 14:29:19 +00:00
Juli Mallett
fa9fbb5f01
Move all remaining tests except for:
...
make(1): Does not work like the other tests. Its Makefile is
self-testing.
m4(1): It uses complex voodo to test GNU m4(1) features.
To the new framework. I had worried about passing the binary data that
uudecode(1)'s test passes to diff(1) might give a user something nasty,
but this is unlikely to happen as even with an unmodified old nasty
diff(1) which doesn't recognise many binary files, these binary files
are recognised. Using $DIFF instead of `diff' in the library and making
it possible to override this with `cmp -s' might be nice some day, but
as of this second, there's no immediate need.
2002-06-24 14:22:44 +00:00
Juli Mallett
e51cc505de
Add two new mostly freeform types of regression tests, and a macro for dying
...
ungracefully.
2002-06-24 14:19:57 +00:00
Maxime Henrion
097b91c0ad
Oops, this should have been part of my previous commit.
...
Somehow, it hasn't.
Reviewed by: phk
2002-06-24 14:18:39 +00:00
Maxime Henrion
0ae037eb45
Bring sys/kern/md5c.c in sync with the userland version.
...
Add a comment so that people don't forget to keep the
version in src/lib/libmd/md5c.c in sync with this one.
This fixes a warning on sparc64.
Reviewed by: phk
2002-06-24 14:15:25 +00:00
Juli Mallett
265056cbaa
Comments to describe what these macros do, so that someone other than me
...
might be able to figure out how to write some of these tests (hint hint).
2002-06-24 13:58:20 +00:00
Juli Mallett
c178c79dd8
Convert straightforward regression tests to use regress.m4.
...
Goodbye, duplicated code, you will certainly not be missed.
2002-06-24 13:52:28 +00:00
Maxime Henrion
f6a3055159
Add missing const's.
2002-06-24 13:52:26 +00:00
Juli Mallett
d54336bd0d
Add a simple (to be expanded) library of functions for the regression tests,
...
to handle the ones which output to stdout and have output in regress.$test.out,
etc. More freeform macros should and will be written, but these are the most
prominent and most straightforward sort of tests we have around, so it makes
sense to try to accomodate them.
2002-06-24 13:51:30 +00:00
Christian Weisgerber
401717b20d
Fix unaligned access error.
...
Reviewed by: ticso
2002-06-24 12:40:11 +00:00
Dag-Erling Smørgrav
c81d70a735
I hope I won't regret this too much.
2002-06-24 12:33:19 +00:00
Dag-Erling Smørgrav
360c9f6a02
My previous style commits weren't entirely right. Fix some bugs I
...
introduced, and a few more I hadn't yet fixed.
Submitted by: bde
2002-06-24 12:32:30 +00:00
Dag-Erling Smørgrav
66ffb8a371
Reintroduce debugging code that somehow got lost in a previous revision.
2002-06-24 12:18:41 +00:00
Maxime Henrion
6569d6f3ec
Yet another warning fix for 64 bits platforms.
...
Reviewed by: phk
2002-06-24 12:07:02 +00:00
Bruce Evans
c894109f44
Include <sys/types.h> in the !_KERNEL case so that this file is
...
self-sufficient in that case (it needs dev_t). This is normal pollution
for most headers that define ioctl numbers.
2002-06-24 11:45:45 +00:00
Bruce Evans
22f6ca8d0d
Fixed some style bugs (mainly excessive indentation).
...
Not completely unapproved by: julian
2002-06-24 11:37:56 +00:00
David Malone
9836536581
Print a long with %ld not %d. (We possibly should be using %j here, but
...
that can be fixed when the many other warnings here are being fixed.)
PR: 39741
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 1 week
2002-06-24 11:33:17 +00:00
Tim J. Robbins
d1a1392d8f
Fix off by one in `y' (transliterate) command which caused the last character
...
of the pattern space not to be examined.
Noticed by: Motoyuki Konno <motoyuki@bsdclub.org>
2002-06-24 11:24:02 +00:00
Dirk Meyer
742e9f76c3
remove declaration of authlog
...
use variable from_host
Reviewed by: des
2002-06-24 11:11:30 +00:00
Dag-Erling Smørgrav
16c52d154b
Previous commit made no sense.
2002-06-24 10:17:26 +00:00
Dag-Erling Smørgrav
dca1f43686
Fix style and unbreal static build.
2002-06-24 10:16:38 +00:00
Dag-Erling Smørgrav
ccc9bac89c
IPv4or6 is already defined in libssh.
2002-06-24 10:15:26 +00:00
KATO Takenori
0fc8183905
MFi386: sys/i386/isa/clock.c revision 1.187.
2002-06-24 08:04:47 +00:00
Warner Losh
be5359fb85
On REASREQ packets, handled them earlier in processing the association
...
request. We need to eat the MAC address of the packet before we go
looking at the SSID and such. Doing do is sufficient to make Cisco
cards assocaite with prism II cards.
The submitter says that Linux does the same thing.
Submitted by: jhay
2002-06-24 07:50:41 +00:00
Kirk McKusick
d374764fd3
Use proper size in bzero of stat structure.
...
Submitted by: Jake Burkholder <jake@locore.ca>
Sponsored by: DARPA & NAI Labs.
2002-06-24 07:14:44 +00:00
Jonathan Mini
00676596e3
userout -> out. These two labels are now identical.
...
Approved by: alfred
2002-06-24 06:23:41 +00:00
Jonathan Mini
01ad8a53db
Remove unused diagnostic function cread_free_thread().
...
Approved by: alfred
2002-06-24 06:22:00 +00:00
Warner Losh
b769fbf50f
include if_ieee80211.h and if_wireg.h, don't know why that didn't work before
2002-06-24 06:20:35 +00:00
Warner Losh
e0f50b853b
Document -L and -l.
...
Change -l -> -L to match OpenBSD (since we haven't MFC'd it yet).
-l will now list stations that are associated with a hostap (preliminary)
MFC After: 2 weeks
2002-06-24 06:09:54 +00:00
Jake Burkholder
cf85da5c68
Add needed include of mman.h to fix sparc64 buildworld.
2002-06-24 05:23:46 +00:00
Matthew Dillon
dbc3719d2a
Document TARGET_ARCH
2002-06-24 05:14:54 +00:00
Andrew R. Reiter
9561b109ae
- Remove DMA_* macros as only one, DMA_GET_ADDR, was used.
...
- Convert DMA_GET_ADDR() calls to vtophys() calls in order to finish
removing the DMA_* macros.
2002-06-24 05:03:44 +00:00
Warner Losh
586fdde4bc
Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGS
2002-06-24 04:42:46 +00:00
Warner Losh
890565f00b
Add RID to get the DBM adjustment factor
2002-06-24 04:41:34 +00:00
Warner Losh
039e0899d2
Add kernel print bits #define for the IEEE80211_CAPINFO bits.
2002-06-24 04:40:12 +00:00
Andrew R. Reiter
c3f9fb1a24
- Remove the definition for SCHED_ATM
...
- Change SCHED_ATM statements into schednetisr() calls.
2002-06-24 04:10:12 +00:00
Warner Losh
6b891daaa5
Partially back out the "make all interfaces standard" commit. There's
...
a small chance that it might have broken loading the miibus, so err on
the side of caution until I can figure out what is going on. This
backs out all but the PCI, PCIB and ISA bus interfaces being
"standard," which have been well tested...
2002-06-24 01:53:26 +00:00
Matthew Dillon
727300861d
I Noticed a defect in the way wakeup() scans the tailq. Tor noticed an
...
even worse defect in wakeup_one(). This patch cleans up both.
Submitted by: tegge
MFC after: 3 days
2002-06-24 00:14:36 +00:00
Brian Somers
99cfc2e2b2
Add a hack to handle RADIUS responses from peers that forget that
...
there's an ``Ident'' field in the MS-CHAP2-Response and
MS-CHAP-Error attributes.
The RADIATOR server seems to be guilty of this.
2002-06-23 23:38:06 +00:00
Ian Dowse
2f384b348a
Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid
...
overflows with the large file sizes that UFS2 permits.
Reviewed by: dillon, alc, tegge
2002-06-23 21:57:19 +00:00
Robert Drehmel
eac66622a0
Allocate and clear the correct number of bytes for a
...
struct fd_set that should be able to hold sock + 1 bits.
Before, it was apparently assumed that an fd_mask has
the same size as type char.
PR: bin/39617
Reported by: Peter N Lewis <peter@stairways.com.au>
2002-06-23 21:54:18 +00:00
Dag-Erling Smørgrav
223071e10e
Resign my maintainership of OpenSSH.
2002-06-23 21:44:46 +00:00
Dag-Erling Smørgrav
8d024c6627
Install the new man pages.
2002-06-23 21:43:43 +00:00
Dag-Erling Smørgrav
614c49a910
Resolve conflicts and document local changes.
2002-06-23 21:42:47 +00:00
Maxime Henrion
584884ca0c
Add a missing prototype to fix a warning.
2002-06-23 21:29:00 +00:00
Luigi Rizzo
f10e85d797
Slightly restructure the #ifdef INET6 sections to make the code
...
more readable.
Remove the six "register" attributes from variables tcp_output(), the
compiler surely knows well how to allocate them.
2002-06-23 21:25:36 +00:00
Luigi Rizzo
410bb1bfe2
Move two global variables to automatic variables within the
...
only function where they are used (they are used with TCPDEBUG only).
2002-06-23 21:22:56 +00:00