Age | Commit message (Collapse) | Author |
|
Input and OK millert@
|
|
|
|
OK stsp xsa nicm
|
|
Suggestions and ok canacar@
|
|
|
|
data before returning. AFAIK not exploitable in the SSH protocol.
"groovy" deraadt@
|
|
OK millert
|
|
associated pool calls in splvm()/splx() is unnecessary and confusing.
ok deraadt@, drahn@
|
|
Checks taken from top(1) screen.c/init_termcap()
ok canacar@ sthen@ nicm@
|
|
|
|
iopools handle sleeping for ccbs.
|
|
should not flag the end of a sentence if:
1) The punctuation is followed by closing delimiters
and not preceded by alphanumeric characters, like in
"There is no full stop (.) in this sentence"
or
2) The punctuation is a child of a macro
and not preceded by alphanumeric characters, like in
"There is no full stop
.Pq \&.
in this sentence"
jmc@ and sobrado@ like this
|
|
and not with a delay, after the next token. But be careful not to cause
leading white space at the beginning of a line or column.
Improves chmod(1), ksh(1), tar(1), ps(1) and probably many more.
ok kristaps@ jmc@ sobrado@
|
|
integrated raid has changed state) that needs an acknowledgement,
it currently goes scsi_io_get. because events are handled at interrupt
time it cannot wait for ccbs, so if the ccb pool is empty, it wont
get a ccb to ack the event with.
this cuts the code over to using iohandlers to ack these events.
when an ack is required, it shoves the rcb onto a queue and schedules
an iohandler to be run whenever a ccb becomes available. the majority
of the time the ccb will be there and the reply will happen
immediately. however, if the hba is busy we might be deferred until
some other command completes and gives its ccb back to the pool.
because it looks like we can now receive many events at a time
(rather than just one at a time like in mpi), im using a queue to
store the events in. the alternative was an iohandler per rcb, but
that struck me as a bit too heavy.
mikeb is really impressed
no objection from krw@
|
|
|
|
|
|
always to stdout. A large number of differences are due to this.
This diff reduces many more differences between diff and cvs/rcs.
Personally I think it's kinda ugly. =(
"Looks fine" millert
|
|
problem reported and fix OK by jmc@
|
|
who asked me to commit because he is just running out of the door.
|
|
Since this is the only chip revision that requires split TKIP MIC keys,
remove code that deal with that.
|
|
|
|
(parentheses and/or square brackets), both modern groff and mandoc first
output those leading delimiters as plain text, then start the macro scope
after these opening delimiters. This is similar to printing trailing
punctuation and trailing closing delimiters on a macro line outside and
after the macro scope. For example, ".Sq ( text )" is "(`text')",
not "`(text)'". Thus, we now need to quote leading opening delimiters
when we want them inside the macro scope.
These are the cases in src/bin.
"makes sense" jmc@
|
|
we must not restore the noisefloor values if load failed on AR5008
family too.
|
|
|
|
Remove an incorrect mask to fix antenna diversity on some chips.
|
|
see http://marc.info/?l=linux-wireless&m=127802223525594&w=2 for the
list of changes/fixes.
|
|
- AR9280 1.0
- AR9285 1.0 and 1.1
- AR9287 1.0
Remove checks that are now useless since we know we will never see those
chips, and rename some functions.
|
|
OK millert
|
|
such. Besides, we weren't handling the NULL being returned.
From diff. Minor nit by nicm.
OK xsa stsp nicm
|
|
OK xsa stsp nicm
|
|
|
|
reported by Michael Kerrisk, freebsd pr 147995
big thanks to miod and millert for filling in the blanks
|
|
|
|
|
|
|
|
|
|
|
|
Return -1 on error as advertised.
Handle case when only one stream failed.
OK xsa, stsp
|
|
|
|
|
|
data in it. m_getptr() hops over empty buffers and points to the first
allocated data byte. Because of this the m_dup_pkthdr() call done by
m_copym0() can panic because not the first mbuf is passed.
Found the hard way by myself, diff by blambert@ commiitting for him since
he is not around. Tested and OK myself
|
|
* Comment why we call the video interrupt in the mmap interface now in
uvideo.c
|
|
for both structs, the new members are 'bps' and 'msb', which
describe the number of bytes per sample and data alignment in the
sample, respectively. drivers must properly set these fields in
the 'query_encoding', 'set_parameters' and 'get_default_params'
hardware interface methods.
discussed with ratchov, deraadt
|
|
is a variable on sparc. This should be revisited... after the arguments
for pagesize vs 4K complete :)
|
|
go back to something more like the previous design, and have the thread do
the heavy lifting. solves vmmaplk panics.
ok deraadt oga thib
[and even simple diffs are hard to get perfect. help from mdempsky and deraadt]
|
|
|
|
|
|
fixes printing active connections twice.
ok claudio@
|
|
Handle case when only one stream failed.
OK otto, millert
|
|
ok mglocker
|