Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker | |
Dumping of incomming bgp messages is now possible and dumping the (not yet) filtered updates works too. Per neighbor dumps are still missing. OK henning@ | |||
2004-01-05 | fix comments | Claudio Jeker | |
OK henning@ | |||
2004-01-05 | Mention 8 tty on M8120 here too. | Miod Vallat | |
2004-01-05 | few off by ones in strlcpy overflow check; Patrick Latifi | Henning Brauer | |
2004-01-05 | make these refer to sysctl(8), not (3), for consistency; | Jason McIntyre | |
2004-01-05 | man tweaks; ok markus@ | Jason McIntyre | |
2004-01-05 | wording improvemements; | Jason McIntyre | |
started by Jared Yanovich and tempered by otto, tom, millert and myself; ok millert@ | |||
2004-01-05 | add -F to usage() | Jun-ichiro itojun Hagino | |
2004-01-05 | add -F option, which sets sysctl(8) variables rather than warn(3) about the | Jun-ichiro itojun Hagino | |
current setting. basically for boot floppy. req'ed by fries@. deraadt@ ok. | |||
2004-01-05 | do correctly.. sigh | Theo de Raadt | |
2004-01-05 | add nsclpcsio and format.. | Theo de Raadt | |
2004-01-05 | National LPC SIO monitor | Markus Friedl | |
2004-01-05 | Regen (M8120 tty04-tty07 support). | Miod Vallat | |
2004-01-05 | Handle tty04-tty07 for M8120 | Miod Vallat | |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat | |
2004-01-05 | Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keep | Miod Vallat | |
its value in brdtyp. Compensate by checking for BRD_8120 everywhere BRD_187 was checked. | |||
2004-01-05 | regress test for kqueue+EOF; marius aamodt eriksen | Markus Friedl | |
2004-01-05 | support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert | Markus Friedl | |
2004-01-05 | missing fclose() | Henning Brauer | |
fd leak pointed out by Patrick Latifi, but it was not so easy to fix before I just killed the support for config from stdin and his fix didn't work. however, this is the 16 bytes memory leak on config reload i was hunting for some time, big thanks to Patrick! | |||
2004-01-05 | correctly handle SIGCHLD. | Henning Brauer | |
SIGCHLD does _not_ translate to "a child process went kaboom". waitpid() and check status; if the child exited or terminated log & quit ok claudio@ | |||
2004-01-05 | remove support for reading configuration from stdin. | Henning Brauer | |
that really does not make sense with a daemon and probably breaks horribly on config reload | |||
2004-01-05 | fix off by ones with strlcpy() | Henning Brauer | |
memleak fixes in error paths From: Patrick Latifi <pat@eyeo.org> | |||
2004-01-05 | 0 -> (void *)NULL for last argument of icmp_error(), which is of type | Daniel Hartmeier | |
struct ifnet *, from Pyun YongHyeon | |||
2004-01-05 | waitpid's return is a pid_t | Henning Brauer | |
2004-01-05 | temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok ↵ | Markus Friedl | |
deraadt | |||
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 | |
by the SE and passed on to the main process | |||
2004-01-05 | protect against trying to couple when we're already coupled to the fib, | Henning Brauer | |
and log the coupling. same for decouple. | |||
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 | |
can adjust them for the OpenBSD src tree. | |||
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 | |
Makefile.bsd-wrapper. | |||
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 | |
SEE ALSO after FILES; add arg to .Xr; | |||
2004-01-05 | sort options and SYNOPSIS; | Jason McIntyre | |
sync usage(); | |||
2004-01-05 | clarify description of colon `action'; | Jason McIntyre | |
ok djm@ | |||
2004-01-05 | move an .Ed to the right place; | Jason McIntyre | |
from NetBSD (augustss@ rev. 1.15); also remove -compact from the list to make the page more readable; | |||
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 | |
ok mickey@ miod@ | |||
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback | |
sdclose() unless they identified themselves as removable. ok deraadt@. |