Age | Commit message (Expand) | Author |
2004-06-19 | Share common ddb files accross m88k platforms. | Miod Vallat |
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 |
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto |
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 |
2004-06-18 | Add /dev/crypto support. | Miod Vallat |
2004-06-18 | Fix jumbo frames. | Ryan Thomas McBride |
2004-06-18 | Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(), | Ryan Thomas McBride |
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 |
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset properl... | Michael Shalayeff |
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 |
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko |
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko |
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko |
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 |
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 |
2004-06-15 | avoid creating multiple multicast filter entry for the same group. | Jun-ichiro itojun Hagino |
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger |
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama |
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier |
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 |
2004-06-12 | Add check for bp->b_bcount in siop_minphys() as other drivers have. | Kenneth R Westerback |
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 |