summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-27Do not dump core if user hits ^g to exit minibuffer from search-forward.Chad Loder
Found by deraadt, ok kjell
2005-05-27Virtual link support.Esben Norby
ok claudio@
2005-05-27remove unused tableHans-Joerg Hoexer
2005-05-27Support for dumping the SADB.Hans-Joerg Hoexer
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
- stop charging if the battery compartment is unlocked - control charging while suspended in zapm_poll(), too - avoid panic when rebooting before the driver is attached
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
on the local network support them. This adds a new socket option, SO_JUMBO, and a new route flag, RTF_JUMBO. If _both_ the socket option is set and the route for the host has RTF_JUMBO set, ip_output will fragment the packet to the largest possible size for the link, ignoring the card's MTU. The semantics of this feature will be evolving rapidly; talk to us if you intend to use it. ok deraadt@ marius@
2005-05-27handle SIOCSIFMTU ioctlBrad Smith
2005-05-27Fix a access after free on shutdown. OK norby@Claudio Jeker
2005-05-27guarantee nul-termination in the monitor, we must. ok cloder@ hshoexer@Moritz Jodeit
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
button which is not yet available on non-i386 platforms - fix endianess and attachement on big endian platforms (tested on macppc - ath attaches correctly, receives frames but assoc still fails)
2005-05-27allow 'tagged' in 'anchor' rules (without complaining about missingDaniel Hartmeier
'keep state'), as a condition to branch into the anchor. suggested by Bill Marquette.
2005-05-27Clearify.Esben Norby
2005-05-27Initial virtual link support.Esben Norby
ok claudio@
2005-05-27Nasty bug!Esben Norby
Found during the development of virtual link support. Personally I spend 3 hours chasing this, and I didn't find it. Claudio spend 2 hours and he found it, credit goes to him :-) It is wise to put the payload you just created onto the wire, instead of putting some freshly 0'ed bytes.... ok claudio@
2005-05-27no longer neededMartin Reindl
2005-05-27Virtual link support.Esben Norby
ok claudio@
2005-05-27byebye ncr(4) and some vtophysMartin Reindl
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
siop(4) a long time ago 'do it' jason@
2005-05-27Preparations for virtual link support.Esben Norby
ok claudio@
2005-05-27Preparation for upcoming virtual link support.Esben Norby
ok claudio@
2005-05-27moreJason Wright
2005-05-27While calculating the routing table don't ignore all routes with a cost ofClaudio 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-27still union/umap/null leftoversPedro Martelletto
2005-05-27Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL isClaudio 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-27Small formatting bits in show neighbor detail.Esben Norby
ok claudio@
2005-05-27Fix nexthop calculation by setting w->prev before calling calc_next_hop().Claudio Jeker
OK norby@
2005-05-27nuke vtophys crapJason Wright
2005-05-27kill another forgotten vtophys since bus_dma conversionPeter Valchev
2005-05-27remove vtophys hack (for alpha) which this driver no longer usesPeter Valchev
2005-05-27Reduce size of scsi_mode_sense_buf to 255 characters from 256. FixesKenneth R Westerback
Lexar Jumpdrive and probably others. Use better structure declaration idiom, as suggested by drahn@.
2005-05-26remove unused vtophys stuffMartin Reindl
ok jason@
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
the 2.08 version of zboot
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26Unnecessary ()Claudio Jeker
2005-05-26Remove annoying spf_calc debug line.Esben Norby
2005-05-26styling nits, ok marius@Pedro Martelletto
2005-05-26Remove route update debugging messages.Esben Norby
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@
2005-05-26Disable cand_list_dump and spf_dump by default.Esben Norby
2005-05-26Enable ifstated in the builds. This still does not mean that ifstated isRyan 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-26memset to 0, not '0'; millert@ okAnil Madhavapeddy
2005-05-26More usable debug output when originating router lsas.Esben Norby
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn
2005-05-26Another unneeded debug message.Esben Norby
2005-05-26Unwanted.Esben Norby