summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-28do not print "root on ..." twice for the -a case, also cope with systemsTheo de Raadt
configured for 'root on nfs'
2006-05-28Fix test including "Local-address"Hans-Joerg Hoexer
2006-05-28put previous in the correct place; ok mcbrideJason McIntyre
2006-05-28Configure network devices at ipl 3, not ipl 1.Miod Vallat
2006-05-28always set if_hardmtu.Brad Smith
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
if an RCSFILE is dead, will come in usefull later in commands.
2006-05-28Remove dead code; free commit on behalf of dlg@Uwe Stuehler
2006-05-28if we run into a file that was suppose to be a directoryJoris Vink
or a directory that is suppose to be a file, abort right away because something bad probably happened.
2006-05-28matching brackets are usefulTodd T. Fries
ok dlg@
2006-05-28apropriate -> appropriateJason McIntyre
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
if the commands want to output certain stuff themselfs
2006-05-28Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT,Kenneth R Westerback
thus allowing tape drives more time to become ready. ok beck@
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
control mode device can be opened but does not permit any i/o. Currently no such devices are created by MAKEDEV. However the previous code used bits 0 and 1 of the minor being set to indicate a control device. This conflicted with other uses of device minors to indicate things like rewind and eject. This behaviour would result in an open of a newly loaded tape drive failing until the tape was successfully mounted as a side effect of another command like 'mt status'. ok beck@
2006-05-28don't hardcode the iova... it uses the same scheme as the sbus machinesJason Wright
(cd0 at scsibus0 at siop0 now attaches on the blade2k)
2006-05-28formattingJason Wright
2006-05-28Re-add '-' getopt flag, since getopt can actually handle it.Ray Lai
Requested by deraadt@.
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
opencvs can now commit modified files, removed files and added files. hip hip hurray!
2006-05-28Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCASTClaudio Jeker
mbuf flags so that the packet is sent out with a normal link local address instead of a multicast or broadcast address. OK brad@
2006-05-28o KNFRay Lai
o Remove unnecessary casts o Add __dead o Remove /* NOTREACHED */ o Remove cases '?' and '-' o Use more conventional getopt(3) syntax (argc -= optind; argv += optind; right after while loop) OK deraadt@
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
affects way more than just hotplug messages. remove DV_SENSOR and use DV_DULL for the moment. proper solution coming. discussed with deraadt mk jason
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
timeouts.
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
state limit and adaptive.end of 120% of the state limit. Explicitly setting the adaptive timeouts will override the default, and it can be disabled by setting both adaptive.start and adaptive.end to 0. ok henning@
2006-05-28pass the reply from the hardware via the ccb rather than on the stack toDavid Gwynne
the function handling the completion. this means that the completion function can do nothing with the reply, instead leaving it up to the requester to deal with.
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
to be DEFAULT_REPLAY_WINDOW instead of zero. The default replay window is then the same for both initiator and receiver. Fix from nathanael at polymorpheous dot com. ok hshoexer@
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
Another ipsec failover fix from nathanael at polymorpheus dot com. ok hshoexer@
2006-05-28add ERANGE error detection, found when looking at bgpd's parse.yTodd T. Fries
ok hshoexer@
2006-05-28Include device id in hotplug event logging. id is passed as newMichael Knudsen
script parameter so only scripts that are picky about arg count needs updating. ok henning.
2006-05-28Include device id in hotplug events. This will be used by ntpd to checkMichael Knudsen
sensors on attach/detach. hotplugd changes following in a minute. ok henning.
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
has been modified by yourself and there is a newer revision we try and merge them together. if the merge fails and has conflicts it will mark them inside the file, you will need to resolve these by hand first before you will be able to commit your modified file. works transparent with gnu cvs, as it is suppose to.
2006-05-28check if the interface is active and UP. some, but not all, networkReyk Floeter
drivers report an active link state even if the interface is DOWN. this should fix trunk with various ethernet devices. ok brad@
2006-05-28cleanup whitespaces, tabs are so much nicerFelix Kronlage
ok mbalmer@
2006-05-28Always allow ioctl's to work, even if there is no media loaded.Kenneth R Westerback
Analogous to what sd does for the raw partition. Eliminates useless error messages and premature command completion. e.g. 'mt status' will wait for media to to finish loading. ok beck@
2006-05-28use if_hardmtu for MTU ioctl handler.Brad Smith
2006-05-28fix a whitespace error causing confusionHenning Brauer