Age | Commit message (Expand) | Author |
2009-02-13 | Make stats output more sysctl-like by killing spaces around '='; ok gilles@ | Jacek Masiulaniec |
2009-02-13 | Ensure ss is never dereferenced when NULL. Can't happen with current code, | Jacek Masiulaniec |
2009-02-12 | Make vertex_free() correctly free LSAs in per-interface LSA trees. | Stefan Sperling |
2009-02-12 | -v logs debug adjtime calls also; ok henning@ | Kevin Steves |
2009-02-11 | Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need | Claudio Jeker |
2009-02-11 | move prototypes that are really in ntp.c; ok henning@ | Kevin Steves |
2009-02-10 | Fix two obvious copy-paste errors in fatal error messages. We were | Stefan Sperling |
2009-02-10 | log tiny frequency adjustments at debug only. | Kevin Steves |
2009-02-10 | endservent() not needed here; ok henning@ | Kevin Steves |
2009-02-09 | Correct function name in warning to avoid confusion. After a discussion on | Claudio Jeker |
2009-02-08 | spelling in comment | Kevin Steves |
2009-02-08 | Remove wake(8). The bin directories are full, no new commands to be added. | Marc Balmer |
2009-02-08 | Unlink wake(8). | Marc Balmer |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-02-08 | deal with potential empty string fgets can return | Charles Longeau |
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus |
2009-02-06 | rename a #define to be clearer; no binary change | Kevin Steves |
2009-02-05 | when calling ssl_session_destroy() from mta, our session will have a NULL | Gilles Chehade |
2009-02-05 | fix format string | Charles Longeau |
2009-02-04 | gollo@ thought the timeouts were a little short, and indeed, they are off by ... | Ted Unangst |
2009-02-03 | add missing headers needed by wait() | Charles Longeau |
2009-02-03 | Correctly update kernel and mfc when change in routing table happens. | Michele Marchetto |
2009-02-03 | In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit | Stefan Sperling |
2009-02-03 | We don't need anything other than link-local addresses and | Stefan Sperling |
2009-02-03 | Formatting fixes. | Stefan Sperling |
2009-02-03 | the prevalence of multi-core laptops revealed that taking the cpu average is | Ted Unangst |
2009-02-02 | tweak the synopsis and usage, lladdr is not an optional argument. | Igor Sobrado |
2009-02-02 | remove unused function and macros, due to the lastest commit | Charles Longeau |
2009-02-02 | Refer to the filename, not manpage, when explaining where ethers entries are. | Marc Balmer |
2009-02-02 | Clarify .Nd | Marc Balmer |
2009-02-02 | Can wake up several machines in one invocation. | Marc Balmer |
2009-02-02 | deals with shaddy repositories from backwards countries that implement | Marc Espie |
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |
2009-01-31 | write point-to-point in a consistent way. | Igor Sobrado |
2009-01-31 | adjtime has been logged at 32ms and greater for 2.5 years now. | Kevin Steves |
2009-01-31 | Implement buf_left() to make some some more buffer handling easier. | Claudio Jeker |
2009-01-31 | Pass the buffer to send_packet() instead of spliting it up. This removes | Claudio Jeker |
2009-01-30 | Add missing free. Found by norby@ in ospfctl, same fix. | Stefan Sperling |
2009-01-30 | when decreasing ssl related counters, make sure the session was flagged as | Gilles Chehade |
2009-01-30 | improve statistics for smtp process. not only collect the current sessions | Gilles Chehade |
2009-01-30 | clear the F_EVLOCK flag earlier to prevent the error event handler from | Gilles Chehade |
2009-01-30 | avoid an alloc/free loop while looking for a bpf. | Pierre-Yves Ritschard |
2009-01-30 | Do not break header for messages received via smtp. | Oleg Safiullin |
2009-01-30 | bump descriptors limit to the max and set the maximum connections count to | Gilles Chehade |
2009-01-30 | Delete code which was never used (rtsock.c is even not there). | Rainer Giedat |
2009-01-30 | fix a very annoying events masking issue which would cause a fatal() to be | Gilles Chehade |
2009-01-30 | Use if_nametosdl implementation from rtadvd, which is much nicer. | Rainer Giedat |
2009-01-30 | Add missing free. | Esben Norby |
2009-01-30 | more const -> sizeof() | Oleg Safiullin |