summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-27With the National variants of the sis(4) chip make sure toBrad 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-27Add support for multicast packets.Christopher Pascoe
ok dlg@
2006-05-27factor out sensor_probe from sensor_scan so we can probe a sensors whenHenning Brauer
we know its idea without scanning all again
2006-05-27There is no longer the need to create INVALID sensors on stock, the sensorMarc Balmer
framework will create hotplug events for sensor addition/deletion. ntpd will catch these events.
2006-05-27make ntpd listen on the hotplug socket and decode yadda yadda, becauseHenning Brauer
new sensors showing up will be announced that way when slacking ml comes back from food
2006-05-27Wait for a response from bgpd on reloads.Claudio Jeker
2006-05-27Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate ifClaudio Jeker
the reload was successful or not. OK henning@
2006-05-27Move stderr redirection to a common location, as suggested by vincent aKjell Wooding
while ago. While here, get rid of some of the stupid static buffer sizes. I've been running with this for quite a while.
2006-05-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27Move mg "line to c-string" functionality to a function.Kjell Wooding
2006-05-27Kill some lint warnings by changing some variables to moreMoritz Jodeit
appropriate types and change some strtoul() to use strtonum(). ok deraadt@
2006-05-27and now you can use -N to diff removed files tooJoris Vink
2006-05-27handle comments and leading spaces correctlyJoris Vink
in CVSROOT/config
2006-05-27document modp3072.Hans-Joerg Hoexer
2006-05-27grok modp3072, ok moritz@Hans-Joerg Hoexer
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27more standard ignore patternJoris Vink
2006-05-27make debug output during attach quiet unless you want it by raisingDavid Gwynne
mpidebug
2006-05-27remove FreeBSD specific code.Brad Smith
2006-05-27garbage collect vlan.hBrad Smith
2006-05-27Nuke defopt remains. Tested on cats and zaurus.Miod Vallat
2006-05-27sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio okHenning Brauer
2006-05-27Fix obvious error in code that is currently not compiled.Claudio Jeker
2006-05-27if the pid given to imsg_create is 0, use the pid sored in the ibuf (whichHenning Brauer
is the current process' pid). fixes blocking with concurrent bgpctl instances... oups. surprised we missed that earlier, the pid stuff was only ever added for that purposed, but we missed to set the pid. gigantic oups. with & ok claudio
2006-05-27syncTheo de Raadt
2006-05-27oops, forgot to add mpi.David Gwynne
prodded by deraadt@
2006-05-27Don't exit just because an interface has no subnet configured inKenneth R Westerback
dhcpd.conf. Just don't listen on that interface. Make warning messages textually consistant. tested & ok beck@
2006-05-27document mpi(4).David Gwynne
2006-05-27remove dead codeDavid Gwynne
2006-05-27replace ipsecadm with ipsecctl. ok and requested by deraadt@Hans-Joerg Hoexer
2006-05-27Revert last commit. Having ifindex of 0 is an error and needs to be reported.Claudio Jeker
Having routes with incorrect ifindex makes it impossible to correctly validate routes. -current ospfd needs a -current kernel.
2006-05-27Kill upHex and use %X instead. Crazy old code found by deraadt.Claudio Jeker
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
sysctl. Most code is stolen from route -- which was stolen from netstat. kvm snooping code is still in and useable. Put it in deraadt@ henning@
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-27add mpi(4), an alternative (replacement) driver for lsi logic fusion mptDavid Gwynne
controllers currently supported by mpt(4). ok marco@
2006-05-27scan for new timedelta sensors every five minutes for now, ok deraadtHenning Brauer
2006-05-27Kill unused Aflag support that sneeked in via netstat code.Claudio Jeker
2006-05-27When the device is attached, immediately create the timedelta sensor with theMarc Balmer
SENSOR_FINVALID flag set and without a description. We do not need a dummy description as a sensor with the FINVALID flags set will not show up or be used anyways. It's merely an indication to applications that there is a sensor that will eventually have a correct value. The SENSOR_FINVALID flag is removed and the description is set to the proper clockname as soon as we have received the first valid time information. This enables ntpd to check for hotplug events and rescan the list of timedelta sensors after a hotplug event. discussed with deraadt.
2006-05-27Do not print an error in case of ENOPROTOOPT. Install medias do not haveClaudio Jeker
IPSec support and so will print a "route: spd-sysctl-estimate: Protocol not available" on upgrades. Requested and ok deraadt@
2006-05-27lets be nice and abort cvs when we find out there isJoris Vink
no CVSROOT directory where there is suppose to be one.
2006-05-27System calls return -1 upon failure, so check for -1Pedro Martelletto
Pointed out by deraadt@
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
'umask' keyword right now.
2006-05-27Don't leak memory if getcwd() was passed NULL and __getcwd() failsPedro Martelletto
Okay miod@ sturm@ deraadt@
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
otherwise we might end up with chunks that are totally wrong.
2006-05-27remove useless error check and irritating commentNikolay Sturm
ok pedro
2006-05-27Adresses can be specified in CIDR notation, as symbolic host names, interfaceHans-Joerg Hoexer
names or interface group names. So it's time to document this...
2006-05-27adopt to recent changesHans-Joerg Hoexer
2006-05-27allow to specify groups to be used IKEHans-Joerg Hoexer
2006-05-27ntpd does timedelta sensors now tooHenning Brauer
2006-05-27add group15/modp3072 to default configurations.Hans-Joerg Hoexer