Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-19 | Remove unused and misleading defines. | Miod Vallat | |
2004-06-19 | starting TDM T1->E3->whatever media interface model we will attempt | Theo de Raadt | |
to program to over the next week; thanks for feedback in developing this from cedric, claudio, chris, alex | |||
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto | |
with no process context. ok miod@. closes pr 3214. | |||
2004-06-18 | Correct range validation in sio_iointr(). | Miod Vallat | |
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride | |
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff) | |||
2004-06-18 | Add /dev/crypto support. | Miod Vallat | |
2004-06-18 | Fix 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-18 | Pass 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-18 | Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823 | Henning Brauer | |
2004-06-18 | sync | Henning Brauer | |
2004-06-18 | Avlab 4 Serial puc | Henning Brauer | |
2004-06-17 | betterer swapdev | Michael Shalayeff | |
2004-06-17 | correct multicast handling for special groups (like solicited node multicast). | Jun-ichiro itojun Hagino | |
from jinmei@kame | |||
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset ↵ | Michael Shalayeff | |
properly and do it once | |||
2004-06-17 | fix coalescing config writes errata | Michael Shalayeff | |
2004-06-17 | pretty cpu spinup message | Theo de Raadt | |
2004-06-17 | ldcw does a store too | Michael Shalayeff | |
2004-06-17 | use local var copy of frame->tf_iir everywhere and fix one panic | Michael Shalayeff | |
2004-06-16 | make safe for inclusion in C++ code; ok millert@, deraadt@ | Christian Weisgerber | |
2004-06-16 | regen | Matthieu Herrb | |
2004-06-16 | + nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@. | Matthieu Herrb | |
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | Alexander Yurchenko | |
replaced with a real gcc barrier. ok deraadt@ | |||
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-16 | export cpu# instead of apid#; art ok | Theo de Raadt | |
2004-06-16 | missing paren in macro def. Patrick Latifi | Jun-ichiro itojun Hagino | |
2004-06-16 | handle zero division for userland as well; from otto@ | Michael Shalayeff | |
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt | |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove | |
if the first cpuid returns too low a number. ok deraadt@ | |||
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt | |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt | |
2004-06-15 | fix some printf's | Brad Smith | |
From: Brian Poole <raj at cerias dot purdue dot edu> ok henric@ | |||
2004-06-15 | avoid creating multiple multicast filter entry for the same group. | Jun-ichiro itojun Hagino | |
notified from Patrick Latifi, deraadt ok | |||
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger | |
DIOCRINABEGIN, DIOCRINACOMMIT ioctls. Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead. ok beck@ dhartmei@ henning@ | |||
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama | |
and retrieve the boot device information from NVRAM. Only works on LUNA-88K2 at this moment. | |||
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel 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-14 | spelling | Ryan Thomas McBride | |
2004-06-14 | Remove unused descriptive name strings. We use the names the devices return. | Kenneth R Westerback | |
2004-06-14 | de-__P | Theo de Raadt | |
2004-06-14 | knock out some useless crud | Theo de Raadt | |
2004-06-13 | regen | Niklas Hallqvist | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-13 | regen | Michael Shalayeff | |
2004-06-13 | support iriver ifp-1xx thingies | Michael Shalayeff | |
2004-06-13 | cy_attach improvements; ok art | Peter Valchev | |
- don't panic if you can't setup interrupts, just quit attach - cleanup printf's, show a better error message | |||
2004-06-12 | Add check for bp->b_bcount in siop_minphys() as other drivers have. | Kenneth R Westerback | |
ok mickey@ | |||
2004-06-12 | fix ncpu vs ncpus glitch, spotted by Sven Dehmlow | Theo de Raadt | |
2004-06-12 | support IPV6_USE_MIN_MTU, to make BIND9 better. | Jun-ichiro itojun Hagino | |
(sorry about the mess yesterday) | |||
2004-06-12 | support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by Anil | Jun-ichiro itojun Hagino | |