Age | Commit message (Expand) | Author |
2004-01-05 | kill debugging code that is not needed anymore | Michael Shalayeff |
2004-01-05 | add support for couple/decouple | Henning Brauer |
2004-01-05 | allow fib couple/decouple based on an imsg received on the control socket | Henning Brauer |
2004-01-05 | protect against trying to couple when we're already coupled to the fib, | Henning Brauer |
2004-01-05 | libstdc++-v3 -> libstdc++ | Marc Espie |
2004-01-05 | make sure libstdc++ doesn't get rebuilt all the time. | Marc Espie |
2004-01-05 | deal with the usual libtool nonsense crap. | Marc Espie |
2004-01-05 | use installed compiler for tests | Marc Espie |
2004-01-05 | point other srcdirs to variable locations, so that Makefile.bsd-wrapper | Marc Espie |
2004-01-05 | adjust version for soname. | Marc Espie |
2004-01-05 | single out include dir so that we can do `make includes' from | Marc Espie |
2004-01-05 | basic infrastructure for OpenBSD | Marc Espie |
2004-01-05 | standard C++ library for gcc 3.x | Marc Espie |
2004-01-05 | 0K == -273.15C and sync computation with drivers; ok grange | Markus Friedl |
2004-01-05 | Repair my merging error, simplify DIOCCLRSTATUS code. ok dhartmei@ | Cedric Berger |
2004-01-05 | Repair merge errors. Thanks Pyun YongHyeon, Sorry Henning :) | Cedric Berger |
2004-01-05 | .Xr bgpctl | Henning Brauer |
2004-01-05 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-05 | fix SYNOPSIS; | Jason McIntyre |
2004-01-05 | sort options and SYNOPSIS; | Jason McIntyre |
2004-01-05 | clarify description of colon `action'; | Jason McIntyre |
2004-01-05 | move an .Ed to the right place; | Jason McIntyre |
2004-01-05 | Do not have non-dynamic crt0 depend upon libc's strrchr() function on a.out. | Miod Vallat |
2004-01-05 | Use correct type for old values. No binary change. | Otto Moerbeek |
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2004-01-05 | excessively detailed error messages are not unix | Theo de Raadt |
2004-01-05 | sync | Theo de Raadt |
2004-01-05 | abcomodate cross for the new nm+size | Michael Shalayeff |
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff |
2004-01-05 | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} | Kenneth R Westerback |
2004-01-05 | Get rid of volatile variables that were a vain attempt to prevent the | Todd C. Miller |
2004-01-05 | unobfuscate systm.h: use va_list for vprintf. | Marc Espie |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove |
2004-01-04 | when imsg_get has no imsg any more for us, do not set the done flag, | Henning Brauer |
2004-01-04 | cope with poll error | Henning Brauer |
2004-01-04 | In pmap_activate(), be sure to always flush the user tlb, even if we are | Miod Vallat |
2004-01-04 | show da timers | Henning Brauer |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn |
2004-01-04 | Previous monotomic clock fix had major issues, this improves the matter. | Dale Rahn |
2004-01-04 | split the dispatch_imsg function into twom one per pipe. | Henning Brauer |
2004-01-04 | show message statistics in the "show neighbor" view | Henning Brauer |
2004-01-04 | err, on receival of keepalives increase the keepalive counter, not the update | Henning Brauer |
2004-01-04 | oops... string.h ended up being included twice; pointed out by espie | Peter Valchev |
2004-01-04 | keep seperate message counters for open/update/keepalive/notification | Henning Brauer |
2004-01-04 | kill multi-line string; ok miod | Peter Valchev |
2004-01-04 | new command "reload" | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-04 | catch up | Henning Brauer |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer |