Age | Commit message (Expand) | Author |
2009-07-03 | allow pkg_mklocatedb -p to work again; from espie@ | Christian Weisgerber |
2009-07-02 | Rewrite the sysctl handlers to use libc functions (getifaddrs and | Claudio Jeker |
2009-06-29 | Protect the other rde_send_kroute() with a F_RIB_NOFIB check. | Claudio Jeker |
2009-06-29 | Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of | Claudio Jeker |
2009-06-29 | Unfuck mrt table dumps and plug a memory leak while there. | Claudio Jeker |
2009-06-29 | since upper-bound is not a power of two here, use arc4random_uniform | Martynas Venckus |
2009-06-28 | Fix small regression introduced with symlinks handling. | Antoine Jacoutot |
2009-06-28 | Remove useless blank space in output. | Antoine Jacoutot |
2009-06-28 | Teach sysmerge to deal with links (found the hard way when I realised I | Antoine Jacoutot |
2009-06-26 | use standard safe C | Theo de Raadt |
2009-06-26 | locally define nitems() macro, #ifndef'd. | Okan Demirmen |
2009-06-26 | There is no need to log routing socket version mismatches. | Claudio Jeker |
2009-06-26 | More consistent RTM_VERSION checking. A few missing one was in the wrong | Claudio Jeker |
2009-06-26 | Another daemon needing RTM_VERSION checks. Why rwhod is doing all the hard | Claudio Jeker |
2009-06-26 | If two or more children exit before hotplugd is scheduled only one SIGCHLD | Kurt Miller |
2009-06-25 | sasyncd isn't interested in messages on the routing socket other than | Stuart Henderson |
2009-06-25 | fix the function name in log_warn() text, it was borrowed from some | Stuart Henderson |
2009-06-25 | Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@ | Claudio Jeker |
2009-06-25 | At least try to check for the RTM_VERSION here even so part of this code | Claudio Jeker |
2009-06-25 | Another kroute.c code with missing RTM_VERSION checks. | Claudio Jeker |
2009-06-25 | Add missing RTM_VERSION checks. Bad me, no cockies. | Claudio Jeker |
2009-06-25 | Another copy another missing RTM_VERSION check. | Claudio Jeker |
2009-06-25 | Another copy of the strange while loop seen in route(8). Add missing | Claudio Jeker |
2009-06-25 | Same code as in route(8) same RTM_VERSION check missing. | Claudio Jeker |
2009-06-25 | typo; | Jason McIntyre |
2009-06-25 | incorrect .PATH setting, discovered with nicm | Theo de Raadt |
2009-06-25 | Teach ifstated to use ROUTE_FILTER. Requested by claudio@. | Stuart Henderson |
2009-06-25 | pkgpath are only used for updates, so matching should only be pkgpath vs | Marc Espie |
2009-06-24 | recvmsg ENOENT noncritical too | Henning Brauer |
2009-06-24 | Lower stack size before mlockall(). With login.conf defaults for i386, | Stuart Henderson |
2009-06-22 | Log a warning when "enforce remote-as" is triggered. ok claudio@ | Stuart Henderson |
2009-06-21 | Support mouses with lots of buttons. Also, fix a crash when pressing | Jacek Masiulaniec |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-20 | Allocate memory for env->sc_ssl like in smtp; ok gilles@ | Jacek Masiulaniec |
2009-06-19 | When operating in liberal mode, retain labels even if they aren't learnt | Michele Marchetto |
2009-06-17 | Check for the correct RTM_VERSION before accessing anything in the rt message. | Claudio Jeker |
2009-06-17 | ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit | Henning Brauer |
2009-06-14 | DBDIR resides in DESTDIR. | Antoine Jacoutot |
2009-06-13 | tcpdrop broke with the addition of routing domains. Repair. | Andreas Gunnarsson |
2009-06-13 | Make ldpctl imsg-in-a-lib ready too. | Michele Marchetto |
2009-06-12 | Kill copies of prefixlen2mask and inet6applymask their now in util.c | Claudio Jeker |
2009-06-12 | Move prefixlen2mask and inet6applymask to util.c so that we can kill the | Claudio Jeker |
2009-06-12 | add missing header needed by warn() | Charles Longeau |
2009-06-11 | effectively un-do r1.111, it fucks machines with bad clocks royally. | Henning Brauer |
2009-06-10 | Ignore ECHILD returns from waitpid() in the signal handler; it appears we | Philip Guenthe |
2009-06-10 | zap double /, as noticed by brad | Marc Espie |
2009-06-10 | fix dewey comparison for suffixes (no early return) | Marc Espie |
2009-06-09 | missing header file; bring things into scope | Theo de Raadt |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | improve spacing in usage() | Igor Sobrado |