Age | Commit message (Expand) | Author |
2004-01-10 | use writev(2) to get as many messages out at once as possible. | Henning Brauer |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev |
2004-01-10 | re-enable sending outgoing updates | Henning Brauer |
2004-01-10 | Implement as path prepends. At least one prepend is needed for ebgp | Claudio Jeker |
2004-01-10 | as buf_close does not implictely writes any more, imsg_compose doesn't | Henning Brauer |
2004-01-10 | we may only write after a POLLOUT, and then, we only may write once. | Henning Brauer |
2004-01-10 | sync | Alexander Yurchenko |
2004-01-10 | Intel 82865G integrated video | Alexander Yurchenko |
2004-01-10 | Sorry miod, this file is needed. Look at the bottom | Bob Beck |
2004-01-10 | we are only interested in POLLOUT for a session socket when we either | Henning Brauer |
2004-01-10 | document "show fib" | Henning Brauer |
2004-01-10 | disable sending UPDATEs for now; it triggers som blocking bug... | Henning Brauer |
2004-01-10 | i buy a break; | Henning Brauer |
2004-01-10 | send out UPDATE messages to the peer(s) that we receive from the RDE | Henning Brauer |
2004-01-10 | Don't clean options in auth_clean() which was introduced in rev 1.8. | Todd C. Miller |
2004-01-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker |
2004-01-10 | Avoid duplication of code; handle truncated packets properly; use | Otto Moerbeek |
2004-01-10 | - shift some variables | Peter Valchev |
2004-01-10 | Print sense info only for valid key; from NetBSD. | Alexander Yurchenko |
2004-01-10 | Make debug printf a real debug. | Alexander Yurchenko |
2004-01-10 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-10 | bonus points for completing rows, like most variants. | Ted Unangst |
2004-01-10 | oops, revert change. | Brad Smith |
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre |
2004-01-09 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | Avoid messing up the screen by non-printable chars in hostname + | Otto Moerbeek |
2004-01-09 | show fib connected|static|bgp|nexthop|[address] | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith |
2004-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller |
2004-01-09 | fix build for gcc3. | Dale Rahn |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | Henning Brauer |
2004-01-09 | a sample "show fib" implementation | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | we must ignore SIGPIPE. | Henning Brauer |
2004-01-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer |
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl |
2004-01-09 | don't restrict tcp signature keys to ascii; ok mcbride | Markus Friedl |
2004-01-09 | Constify trap names, and a few cleanings to the trap() functions. | Miod Vallat |
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl |
2004-01-09 | call nc correctly (nc has changed a while ago). | Hans-Joerg Hoexer |
2004-01-09 | create all routes with -q; markus ok | Theo de Raadt |
2004-01-09 | route -q is supposed to be totally quiet | Theo de Raadt |
2004-01-09 | Delete default route before attempting to add the new one, or the old one | Theo de Raadt |
2004-01-09 | Remove duplicate (and slightly conflicting) prototype of sm_vfscanf(). | Todd C. Miller |
2004-01-09 | let configure find out whether gcc has sjlj configured or not... | Marc Espie |
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst |