Age | Commit message (Expand) | Author |
2006-05-28 | Use bit 23 of the device minor to indicate a control mode device. A | Kenneth R Westerback |
2006-05-28 | don't hardcode the iova... it uses the same scheme as the sbus machines | Jason Wright |
2006-05-28 | formatting | Jason Wright |
2006-05-28 | Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCAST | Claudio Jeker |
2006-05-28 | Spacing in vfs_sysctl() | Pedro Martelletto |
2006-05-28 | Nuke unused VFSGEN_MAXID define | Pedro Martelletto |
2006-05-28 | intrducing device type DV_SENSOR turned out to be a bad idea as it | Henning Brauer |
2006-05-28 | regen | Jonathan Gray |
2006-05-28 | Add a few more devices from submitted dmesgs. | Jonathan Gray |
2006-05-28 | more hotplug fallout: add DV_SENSOR to the device type switch | Jason Wright |
2006-05-28 | Enable adaptive timeouts by default, with adaptive.start of 60% of the | Ryan Thomas McBride |
2006-05-28 | pass the reply from the hardware via the ccb rather than on the stack to | David Gwynne |
2006-05-28 | need <sys/device.h> or it doesn't compile on sparc64 | Jason Wright |
2006-05-28 | new field at end of struct, discussed with theo | Henning Brauer |
2006-05-28 | Only preemptively increase the replay counter for outbound TDBs. | Ryan Thomas McBride |
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen |
2006-05-28 | rename mpi_complete to mpi_poll and make it call mpi_start itself. | David Gwynne |
2006-05-28 | check if the interface is active and UP. some, but not all, network | Reyk Floeter |
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage |
2006-05-28 | Always allow ioctl's to work, even if there is no media loaded. | Kenneth R Westerback |
2006-05-28 | use if_hardmtu for MTU ioctl handler. | Brad Smith |
2006-05-28 | fix a whitespace error causing confusion | Henning Brauer |
2006-05-28 | Don't print tape media information during probe. This is transitory | Kenneth R Westerback |
2006-05-28 | unbreak, of course this needs to included sys/hotplug.h too | Henning Brauer |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | Make sensor add/remove create hotplug events (after much prodding from hennin... | Michael Knudsen |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2006-05-27 | add the messages for config page requests and replies. | David Gwynne |
2006-05-27 | With the National variants of the sis(4) chip make sure to | Brad Smith |
2006-05-27 | Add support for multicast packets. | Christopher Pascoe |
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer |
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne |
2006-05-27 | remove FreeBSD specific code. | Brad Smith |
2006-05-27 | garbage collect vlan.h | Brad Smith |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker |
2006-05-27 | remove dead code | David Gwynne |
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne |
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer |
2006-05-27 | remove useless error check and irritating comment | Nikolay Sturm |
2006-05-27 | Make NCOM_{CARDBUS,GSC,ISAPNP} defined again in com.h, as there is code | Miod Vallat |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok |
2006-05-27 | casting mallloc | Gordon Willem Klok |
2006-05-27 | regen | Reyk Floeter |
2006-05-27 | add Option UMTS 3G+ | Reyk Floeter |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback |