Age | Commit message (Collapse) | Author |
|
ok nicm@
|
|
devices not tested. Not going to get tested unless they are available.
|
|
such commands are implemented.
"Ja! You'll need to update ddb.4 as well, of course." miod@
|
|
per the 802.1D-2004 spec. With lots of help and guidance (and some
nagging) from claudio. Tested with net/ladvd port on i386 and amd64.
'be a man' claudio@, ok mpf@
|
|
|
|
ok claudio tedu
|
|
for vmt to attach after vmt_probe succeeds. this prevents vmt from
appearing at other attach points hanging off mainbus.
found by phessler@ and debugged gently by claudio@
|
|
original command. Return xs->error = XS_SENSE, when REQUEST SENSE
times out, rather that XS_TIMEOUT. Reduces many useless retries of
commands getting sense errors.
|
|
|
|
No functional change.
|
|
sc_print_link() properly and consistently. No functional change.
|
|
required by POSIX X/Open extensions for quite a while now.
ok millert@, guenther@, deraadt@
|
|
userland side of.
pointed out by claudio@ after i embarassed myself saying "yes, its there!"
|
|
consistent with the rest of the file.
requested to be a seperate commit by kettenis@
|
|
real panic. this brings amd64 inline with all of the other arches.
OK kettenis@, mikeb@, krw@, guenther@, thib@
|
|
"then please back it out" deraadt@
|
|
OK blambert, claudio.
|
|
Fixes rthread breakage observed by Vladimir Kirillov.
|
|
the ADC frequency. Fixes high frequencies being removed (probably
ADC running at half the frequency and samples being duplicated).
|
|
so release the node in the caller (if_start) instead and do
the same in run(4) for consistency.
|
|
|
|
if transfer failed.
|
|
|
|
if interface was attached.
both are correct but this is for consistency with other drivers.
|
|
|
|
(actually using KGDB remains as suspect as ever)
|
|
practical value of aligning things to 64-bit and waste more space then
necessary on some architectures. ok deraadt@
|
|
|
|
|
|
interface is destroyed while in the bridge. Fixed by using
bridge_delete() which includes the missing bstp_delete() call: Less
code and more consistency. Also fix SIOCBRDGDEL to return an error
if an interface can not be found.
OK claudio, markus.
|
|
rejects because of bad encoding. Userland processes trust that the
messages on the rtsock are correctly encoded. Moved some checks up
to do the suser() check as soon as possible.
After discussion with deraadt@, OK deraadt@ and sthen@ (earlier version)
|
|
in the mbuf my be improperly aligned. Whenever a function is
reinjecting packets from low level output functions into high level
output functions (like ip_output) it must be guaranteed that the
mbuf data is properliy aligned.
OK blambert@, deraadt@
|
|
with an mbuf pointer as argument to see the contents of it.
OK thib@, deraadt@
|
|
|
|
|
|
|
|
so it works correctly with large offsets (and matches other systems).
This requires adding a new getdirentries syscall, with the old one
renamed to ogetdirentries. All in-tree consumers of getdirentries()
have been updated. Bump libc and libpthread major numbers.
OK and with deraadt@
|
|
bstp_input() always consumes the packet so remove the mbuf handling
dance around it.
|
|
a libc crank is happening in < 24 hours
|
|
|
|
ok deraadt@
|
|
less than relation is correctly computed, and check for both operands being
signaling NaNs, instead of only the first NaN found, to decide whether to
raise an invalid exception or not.
|
|
|
|
|
|
causing problems, then it is nonsense to instead fail at the 2GB line.
Much more discussion needed.
|
|
This fixes eject on Dell Latitude dock and an issue on the Dell Mini
battery update.
ok deraadt
|
|
ok thib jsing
--
Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET
mbuf constants from MD param.h to MI param.h.
Besides being the same on every arch, things will
most probly break if any arch has different values
then the others.
The NMBCLUSTERS constants needs to be MD though;
ok miod@,krw@,claudio@
|
|
register with the null selector (disabling use of it), stop reloading
it on every context switch, and blow away the table itself, as well
as the pcb and pmap bits that were used to track it. Also, delete
two other unused pcb members: pcb_usersp and pcb_flags. (Deleting
pcb_usersp also keeps the pcb_savefpu member aligned properly.)
Finally, delete the defines for the unimplemented AMD64_{GET,SET}_LDT
sysarch() calls.
Tested by various with both AMD and Intel chips
ok mikeb@
|
|
"sure." deraadt@
|
|
to the host on resume.
from jonathan matthew
reviewed and ok matthew@
|