Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-27 | no longer needed | Martin Reindl | |
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | byebye ncr(4) and some vtophys | Martin Reindl | |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl | |
siop(4) a long time ago 'do it' jason@ | |||
2005-05-27 | Preparations for virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Preparation for upcoming virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | more | Jason Wright | |
2005-05-27 | While calculating the routing table don't ignore all routes with a cost of | Claudio Jeker | |
LS_INFINITY. Summary LSA are not touched by the SPF algorithm and so they got dropped here because the still had a cost of LS_INFINITY. The calculated routing table starts to make sense now. OK norby@ | |||
2005-05-27 | still union/umap/null leftovers | Pedro Martelletto | |
2005-05-27 | Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL is | Claudio Jeker | |
not enough to distinguish between calculated vertexes and those just queued in the candidate list. So add a additional check if the vertex is on the candidate list. This fixes a problem Stephen Marley reported some time ago. OK norby@ | |||
2005-05-27 | Small formatting bits in show neighbor detail. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Fix nexthop calculation by setting w->prev before calling calc_next_hop(). | Claudio Jeker | |
OK norby@ | |||
2005-05-27 | nuke vtophys crap | Jason Wright | |
2005-05-27 | kill another forgotten vtophys since bus_dma conversion | Peter Valchev | |
2005-05-27 | remove vtophys hack (for alpha) which this driver no longer uses | Peter Valchev | |
2005-05-27 | Reduce size of scsi_mode_sense_buf to 255 characters from 256. Fixes | Kenneth R Westerback | |
Lexar Jumpdrive and probably others. Use better structure declaration idiom, as suggested by drahn@. | |||
2005-05-26 | remove unused vtophys stuff | Martin Reindl | |
ok jason@ | |||
2005-05-26 | add the "wait for disk to become ready" hack which got removed in | Uwe Stuehler | |
the 2.08 version of zboot | |||
2005-05-26 | remove vtophys (it wasn't used anyway) | Jason Wright | |
2005-05-26 | Unnecessary () | Claudio Jeker | |
2005-05-26 | Remove annoying spf_calc debug line. | Esben Norby | |
2005-05-26 | styling nits, ok marius@ | Pedro Martelletto | |
2005-05-26 | Remove route update debugging messages. | Esben Norby | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-26 | Disable cand_list_dump and spf_dump by default. | Esben Norby | |
2005-05-26 | Enable ifstated in the builds. This still does not mean that ifstated is | Ryan Thomas McBride | |
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@ | |||
2005-05-26 | memset to 0, not '0'; millert@ ok | Anil Madhavapeddy | |
2005-05-26 | More usable debug output when originating router lsas. | Esben Norby | |
2005-05-26 | Dont hardcode the speed, allows mplayer to work. | Dale Rahn | |
2005-05-26 | Another unneeded debug message. | Esben Norby | |
2005-05-26 | Unwanted. | Esben Norby | |
2005-05-26 | add a reverse name mapping into the namecache. (vnode->name) | marius eriksen | |
this will help speedup getcwd (coming soon). ok pedro@ | |||
2005-05-26 | remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctls | Henning Brauer | |
theo ok | |||
2005-05-26 | Make interface election less verbose. | Esben Norby | |
2005-05-26 | make cvs_getln() return the length of the line that was read, so we | Jean-Francois Brousseau | |
don't have to call strlen() right after | |||
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau | |
used in cvs_ent_write(), and simplify path building a bit | |||
2005-05-26 | Remove unneeded debugging messages from rde imsg handling. | Esben Norby | |
2005-05-26 | simplify read/write between child and monitor | Hans-Joerg Hoexer | |
help and ok cloder moritz | |||
2005-05-26 | sync setkey prototype with reality | Todd C. Miller | |
2005-05-26 | Remove unused event/action caption. | Esben Norby | |
2005-05-26 | Remove unneeded debugging messages from ospfe imsg handling. | Esben Norby | |
2005-05-26 | remove union et al traces; pedro@ ok. | Federico G. Schwindt | |
2005-05-26 | Cleanup. | Esben Norby | |
2005-05-26 | remove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway) | Henning Brauer | |
2005-05-26 | don't append strerror(errno) to error messages if we use LP_ERRNO | Jean-Francois Brousseau | |
2005-05-26 | - remove cvs_ent_getent(), it's not used anymore | Jean-Francois Brousseau | |
- don't use strcmp() to compare one-character strings | |||
2005-05-26 | M-Systems DiskOnKey2 works better with zero padded commands so make it | Kenneth R Westerback | |
CPROTO_ATAPI. This is what my 'IBM USB 2.0 Memory Key' actually was. | |||
2005-05-26 | Remove unused neighbor state. | Esben Norby | |
ok claudio@ | |||
2005-05-26 | Add ARGSUSED for lint, one comment for me | Hans-Joerg Hoexer | |
2005-05-26 | rework and catch up on the supported/unsupported/untested hardware section | Martin Reindl | |
and mention the video address hack for some models |