Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | re-sync | Tom Cosgrove | |
2004-01-06 | StartTimer -> IdleHoldTimer | Henning Brauer | |
2004-01-06 | rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23 | Henning Brauer | |
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl | |
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@ | |||
2004-01-06 | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun | Markus Friedl | |
2004-01-06 | sync | Tom Cosgrove | |
2004-01-06 | Fix typo in device id for SiS596, and correct name. Also update | Tom Cosgrove | |
URLs for PCI device information. ok krw@, deraadt@ | |||
2004-01-06 | simplify a list; | Jason McIntyre | |
ok henning@ | |||
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | Cedric Berger | |
2004-01-06 | 2004 OK henning@ | Claudio Jeker | |
2004-01-06 | Fix reopening of dump files. | Claudio Jeker | |
OK henning@ | |||
2004-01-06 | group-locked -> group-bound, from J. Knight | Cedric Berger | |
2004-01-06 | man tweaks; | Jason McIntyre | |
2004-01-06 | cleanup | Theo de Raadt | |
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | Theo de Raadt | |
the case where the yacc output .c file pulls in the yacc output -h file; espie ok | |||
2004-01-06 | keep track of a vnode's parent dir. ufs only, and unused atm, but | Ted Unangst | |
the fun stuff is coming. testing by brad. | |||
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst | |
testing for quite some time by brad + otto | |||
2004-01-06 | 2004 | Henning Brauer | |
2004-01-06 | small typos fixed. | Hans-Joerg Hoexer | |
ok markus@ | |||
2004-01-06 | Remove redundant test for file types. Noted by Stefan Paletta. | Hans-Joerg Hoexer | |
While around, fix typos in log messages. Both ok markus@ | |||
2004-01-05 | stop ifc_destroy() if there are still knotes registered. | Marco Pfatschbacher | |
ok mcbride@ markus@ | |||
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. |