summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-05-28Don't print tape media information during probe. This is transitoryKenneth 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-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
- use if_hardmtu for MTU ioctl handlers. ok reyk@
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 ↵Michael Knudsen
henning). Idea from mbalmer. 'in it goes!' deraadt.
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-27Handle crypt(3) returning NULL. Found by Gustavo C. Pereira.Moritz Jodeit
ok deraadt@
2006-05-27Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingClaudio Jeker
and additionaly make the code part of the MROUTING option. Put it in deraadt@
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
2006-05-27add the messages for config page requests and replies.David Gwynne
2006-05-27The last time these were relevant I had a mullet.Bob Beck
no binary change, ok dlg@
2006-05-27newline fix + s/perror/xperror since we areThordur I. Bjornsson
using a home rolled version. ok pedro@
2006-05-27add sensor_byid(), return sensor by its idHenning Brauer
2006-05-27stop passing the config around all time, just store one copyHenning Brauer
2006-05-27fix potential crash when using -v. ok canacar@Moritz Jodeit
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