Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | Re-add '-' getopt flag, since getopt can actually handle it. | Ray Lai | |
Requested by deraadt@. | |||
2006-05-28 | teach 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-28 | Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCAST | Claudio 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-28 | o KNF | Ray 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-28 | Spacing in vfs_sysctl() | Pedro Martelletto | |
2006-05-28 | Nuke unused VFSGEN_MAXID define | Pedro Martelletto | |
2006-05-28 | DV_SENSORS is no more, plug workaround for the time to the real solution | Henning Brauer | |
2006-05-28 | intrducing device type DV_SENSOR turned out to be a bad idea as it | Henning 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-28 | regen | Jonathan Gray | |
2006-05-28 | Add a few more devices from submitted dmesgs. | Jonathan Gray | |
2006-05-28 | Make per-rule adaptive timeouts behave the same way as the global adaptive | Ryan Thomas McBride | |
timeouts. | |||
2006-05-28 | Adaptive timeouts are now on by default. | Ryan Thomas McBride | |
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 | |
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-28 | pass the reply from the hardware via the ccb rather than on the stack to | David 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-28 | need <sys/device.h> or it doesn't compile on sparc64 | Jason Wright | |
2006-05-28 | Change the default replay window for SAs created by the isakmpd responder | Ryan 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-28 | new field at end of struct, discussed with theo | Henning Brauer | |
2006-05-28 | make use of the new hotplug events for sensors showing up or vanishing | Henning Brauer | |
2006-05-28 | Only 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-28 | add ERANGE error detection, found when looking at bgpd's parse.y | Todd T. Fries | |
ok hshoexer@ | |||
2006-05-28 | Include device id in hotplug event logging. id is passed as new | Michael Knudsen | |
script parameter so only scripts that are picky about arg count needs updating. ok henning. | |||
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen | |
sensors on attach/detach. hotplugd changes following in a minute. ok henning. | |||
2006-05-28 | rename mpi_complete to mpi_poll and make it call mpi_start itself. | David Gwynne | |
2006-05-28 | VFS_GENERIC returns VFS info, not VM info | Pedro Martelletto | |
2006-05-28 | enable merging on update. if your file in your working copy | Joris 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-28 | check if the interface is active and UP. some, but not all, network | Reyk 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-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage | |
ok mbalmer@ | |||
2006-05-28 | Always 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-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 | |
information that doesn't have anything to do with the device. We don't say 'cd drive empty or not ready." ok beck@ | |||
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 | |
- use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||
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 ↵ | Michael Knudsen | |
henning). Idea from mbalmer. 'in it goes!' deraadt. | |||
2006-05-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker | |
2006-05-27 | Handle crypt(3) returning NULL. Found by Gustavo C. Pereira. | Moritz Jodeit | |
ok deraadt@ | |||
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker | |
and additionaly make the code part of the MROUTING option. Put it in deraadt@ | |||
2006-05-27 | support 'make lint' in dirs which contain .y and .l files, help from naddy | Theo de Raadt | |
2006-05-27 | SRCS should refer to the .l and .c files; spotted by naddy | Theo de Raadt | |
2006-05-27 | add the messages for config page requests and replies. | David Gwynne | |
2006-05-27 | The last time these were relevant I had a mullet. | Bob Beck | |
no binary change, ok dlg@ | |||
2006-05-27 | newline fix + s/perror/xperror since we are | Thordur I. Bjornsson | |
using a home rolled version. ok pedro@ | |||
2006-05-27 | add sensor_byid(), return sensor by its id | Henning Brauer | |
2006-05-27 | stop passing the config around all time, just store one copy | Henning Brauer | |
2006-05-27 | fix potential crash when using -v. ok canacar@ | Moritz Jodeit | |
2006-05-27 | With the National variants of the sis(4) chip make sure to | Brad Smith | |
check for multicast ranges and then switch into allmulti mode, before touching the receive filter. This fixes an issue noticed by a few devlopers where sis(4) will stop receiving traffic when switched into allmulti mode. ok claudio@ | |||
2006-05-27 | Add support for multicast packets. | Christopher Pascoe | |
ok dlg@ |