Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2006-05-27 | factor out sensor_probe from sensor_scan so we can probe a sensors when | Henning Brauer | |
we know its idea without scanning all again | |||
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer | |
framework will create hotplug events for sensor addition/deletion. ntpd will catch these events. | |||
2006-05-27 | make ntpd listen on the hotplug socket and decode yadda yadda, because | Henning Brauer | |
new sensors showing up will be announced that way when slacking ml comes back from food | |||
2006-05-27 | Wait for a response from bgpd on reloads. | Claudio Jeker | |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker | |
the reload was successful or not. OK henning@ | |||
2006-05-27 | Move stderr redirection to a common location, as suggested by vincent a | Kjell 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-27 | do not close the same entries list twice, this caused a double free; | Joris Vink | |
2006-05-27 | Move mg "line to c-string" functionality to a function. | Kjell Wooding | |
2006-05-27 | Kill some lint warnings by changing some variables to more | Moritz Jodeit | |
appropriate types and change some strtoul() to use strtonum(). ok deraadt@ | |||
2006-05-27 | and now you can use -N to diff removed files too | Joris Vink | |
2006-05-27 | handle comments and leading spaces correctly | Joris Vink | |
in CVSROOT/config | |||
2006-05-27 | document modp3072. | Hans-Joerg Hoexer | |
2006-05-27 | grok modp3072, ok moritz@ | Hans-Joerg Hoexer | |
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink | |
2006-05-27 | more standard ignore pattern | Joris Vink | |
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne | |
mpidebug | |||
2006-05-27 | remove FreeBSD specific code. | Brad Smith | |
2006-05-27 | garbage collect vlan.h | Brad Smith | |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat | |
2006-05-27 | sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio ok | Henning Brauer | |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker | |
2006-05-27 | if the pid given to imsg_create is 0, use the pid sored in the ibuf (which | Henning 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-27 | sync | Theo de Raadt | |
2006-05-27 | oops, forgot to add mpi. | David Gwynne | |
prodded by deraadt@ | |||
2006-05-27 | Don't exit just because an interface has no subnet configured in | Kenneth R Westerback | |
dhcpd.conf. Just don't listen on that interface. Make warning messages textually consistant. tested & ok beck@ | |||
2006-05-27 | document mpi(4). | David Gwynne | |
2006-05-27 | remove dead code | David Gwynne | |
2006-05-27 | replace ipsecadm with ipsecctl. ok and requested by deraadt@ | Hans-Joerg Hoexer | |