summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-19starting TDM T1->E3->whatever media interface model we will attemptTheo de Raadt
to program to over the next week; thanks for feedback in developing this from cedric, claudio, chris, alex
2004-06-19save curproc for further reference, otherwise we may end up in lockmgr()Pedro Martelletto
with no process context. ok miod@. closes pr 3214.
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain byRyan Thomas McBride
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff)
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-18Fix jumbo frames.Ryan Thomas McBride
- Implement SIOCSIFMTU ioctl. - Remove from the free list instead of the inuse list when allocating jumbo buffers. - Use TI_JUMBO_FRAMELEN as the size argument to bus_dmamap_create();
2004-06-18Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),Ryan Thomas McBride
fixes sending of jumbo frames. ok henric@ drahn@
2004-06-18Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823Henning Brauer
2004-06-18syncHenning Brauer
2004-06-18Avlab 4 Serial pucHenning Brauer
2004-06-17betterer swapdevMichael Shalayeff
2004-06-17correct multicast handling for special groups (like solicited node multicast).Jun-ichiro itojun Hagino
from jinmei@kame
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset ↵Michael Shalayeff
properly and do it once
2004-06-17fix coalescing config writes errataMichael Shalayeff
2004-06-17pretty cpu spinup messageTheo de Raadt
2004-06-17ldcw does a store tooMichael Shalayeff
2004-06-17use local var copy of frame->tf_iir everywhere and fix one panicMichael Shalayeff
2004-06-16make safe for inclusion in C++ code; ok millert@, deraadt@Christian Weisgerber
2004-06-16regenMatthieu Herrb
2004-06-16+ nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@.Matthieu Herrb
2004-06-16We need __splbarrier to compile kernel, tho it should beAlexander Yurchenko
replaced with a real gcc barrier. ok deraadt@
2004-06-16Use i386_ipi_db only with DDBAlexander Yurchenko
ok deraadt@
2004-06-16Missing ifdef DDBAlexander Yurchenko
ok deraadt@
2004-06-16db_mp.c requires ddbAlexander Yurchenko
ok deraadt@
2004-06-16export cpu# instead of apid#; art okTheo de Raadt
2004-06-16missing paren in macro def. Patrick LatifiJun-ichiro itojun Hagino
2004-06-16handle zero division for userland as well; from otto@Michael Shalayeff
2004-06-15first parts of how C3 Esther will be handled; ok tomTheo de Raadt
2004-06-15Be more careful about what value we check for crypto capability bitsTom Cosgrove
if the first cpuid returns too low a number. ok deraadt@
2004-06-15export actual xcrypt feature set bitmaskTheo de Raadt
2004-06-15grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructionsTheo de Raadt
2004-06-15fix some printf'sBrad Smith
From: Brian Poole <raj at cerias dot purdue dot edu> ok henric@
2004-06-15avoid creating multiple multicast filter entry for the same group.Jun-ichiro itojun Hagino
notified from Patrick Latifi, deraadt ok
2004-06-14Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS,Cedric Berger
DIOCRINABEGIN, DIOCRINACOMMIT ioctls. Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead. ok beck@ dhartmei@ henning@
2004-06-14Added some codes that check if the machine is LUNA-88K or LUNA-88K2Kenji Aoyama
and retrieve the boot device information from NVRAM. Only works on LUNA-88K2 at this moment.
2004-06-14Calculate optp (pointer to beginning of TCP options) based on th, notDaniel Hartmeier
mtod(m), since the previous IP6_EXTHDR_GET() only guarantees this part to be continuous. Report from Andreas Bartelt. ok markus@, itojun@
2004-06-14spellingRyan Thomas McBride
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-14de-__PTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13regenNiklas Hallqvist
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-13regenMichael Shalayeff
2004-06-13support iriver ifp-1xx thingiesMichael Shalayeff
2004-06-13cy_attach improvements; ok artPeter Valchev
- don't panic if you can't setup interrupts, just quit attach - cleanup printf's, show a better error message
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
ok mickey@
2004-06-12fix ncpu vs ncpus glitch, spotted by Sven DehmlowTheo de Raadt
2004-06-12support IPV6_USE_MIN_MTU, to make BIND9 better.Jun-ichiro itojun Hagino
(sorry about the mess yesterday)
2004-06-12support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by AnilJun-ichiro itojun Hagino