summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-28missing `Ar';Jason McIntyre
2006-05-28small grammar improvement;Jason McIntyre
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT,Kenneth R Westerback
2006-05-28more fallout from the sensors: Every single ramdisk got broken.Theo de Raadt
2006-05-28Use bit 23 of the device minor to indicate a control mode device. AKenneth R Westerback
2006-05-28don't hardcode the iova... it uses the same scheme as the sbus machinesJason Wright
2006-05-28formattingJason Wright
2006-05-28Re-add '-' getopt flag, since getopt can actually handle it.Ray Lai
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
2006-05-28Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCASTClaudio Jeker
2006-05-28o KNFRay Lai
2006-05-28Spacing in vfs_sysctl()Pedro Martelletto
2006-05-28Nuke unused VFSGEN_MAXID definePedro Martelletto
2006-05-28DV_SENSORS is no more, plug workaround for the time to the real solutionHenning Brauer
2006-05-28intrducing device type DV_SENSOR turned out to be a bad idea as itHenning Brauer
2006-05-28regenJonathan Gray
2006-05-28Add a few more devices from submitted dmesgs.Jonathan Gray
2006-05-28Make per-rule adaptive timeouts behave the same way as the global adaptiveRyan Thomas McBride
2006-05-28Adaptive timeouts are now on by default.Ryan Thomas McBride
2006-05-28more hotplug fallout: add DV_SENSOR to the device type switchJason Wright
2006-05-28Enable adaptive timeouts by default, with adaptive.start of 60% of theRyan Thomas McBride
2006-05-28pass the reply from the hardware via the ccb rather than on the stack toDavid Gwynne
2006-05-28need <sys/device.h> or it doesn't compile on sparc64Jason Wright
2006-05-28Change the default replay window for SAs created by the isakmpd responderRyan Thomas McBride
2006-05-28new field at end of struct, discussed with theoHenning Brauer
2006-05-28make use of the new hotplug events for sensors showing up or vanishingHenning Brauer
2006-05-28Only preemptively increase the replay counter for outbound TDBs.Ryan Thomas McBride
2006-05-28add ERANGE error detection, found when looking at bgpd's parse.yTodd T. Fries
2006-05-28Include device id in hotplug event logging. id is passed as newMichael Knudsen
2006-05-28Include device id in hotplug events. This will be used by ntpd to checkMichael Knudsen
2006-05-28rename mpi_complete to mpi_poll and make it call mpi_start itself.David Gwynne
2006-05-28VFS_GENERIC returns VFS info, not VM infoPedro Martelletto
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-28check if the interface is active and UP. some, but not all, networkReyk Floeter
2006-05-28cleanup whitespaces, tabs are so much nicerFelix Kronlage
2006-05-28Always allow ioctl's to work, even if there is no media loaded.Kenneth R Westerback
2006-05-28use if_hardmtu for MTU ioctl handler.Brad Smith
2006-05-28fix a whitespace error causing confusionHenning Brauer
2006-05-28Don't print tape media information during probe. This is transitoryKenneth R Westerback
2006-05-28unbreak, of course this needs to included sys/hotplug.h tooHenning Brauer
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27Make sensor add/remove create hotplug events (after much prodding from hennin...Michael Knudsen
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-27Handle crypt(3) returning NULL. Found by Gustavo C. Pereira.Moritz Jodeit
2006-05-27Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingClaudio Jeker
2006-05-27support 'make lint' in dirs which contain .y and .l files, help from naddyTheo de Raadt
2006-05-27SRCS should refer to the .l and .c files; spotted by naddyTheo de Raadt