summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-12spacingReyk Floeter
2006-12-12Valid XHTML 1.1! (according to http://validator.w3.org/)Reyk Floeter
2006-12-12add a nice image (the openbgpd logo)Reyk Floeter
2006-12-12Change nexthop_delete() to be more obvious what's going on. No functionalClaudio Jeker
2006-12-12Even IPv6 has a prefixlen limit. This ensures that we do not overflow theClaudio Jeker
2006-12-12In path_remove() remove only local prefixes from the pftable.Claudio Jeker
2006-12-12add a workaround for hardware ip4csum-tx bug on re(4) chips. theReyk Floeter
2006-12-12Kill peer_remove(). This function is only used once so inline it there.Claudio Jeker
2006-12-12Make malo(4) work on macppc by adding a few letoh32(), removing some htole32()Claudio Jeker
2006-12-12mention the fact that m4 also accepts files via cmdlineAlexander von Gernler
2006-12-12Ignore sigpipe as libevent does not handle that for us. Confirmed byCamiel Dobbelaar
2006-12-12syncTheo de Raadt
2006-12-12bz #1019: some ssh.com versions apparently can't cope with the remote portDamien Miller
2006-12-12small cleanup after feng shuiDavid Gwynne
2006-12-12Give the SCSI layer the ability to requeue i/o's rejected by a driverKenneth R Westerback
2006-12-12after allocating the ahci_port bits, stash it in the softc rather thanDavid Gwynne
2006-12-12feng shuiDavid Gwynne
2006-12-12for each port the controller says is hooked up, go and allocate ourDavid Gwynne
2006-12-12start implementing the bits that allocate the per port structures and theirDavid Gwynne
2006-12-12remember our dma tag. be able to do dma is like, really cool. man.David Gwynne
2006-12-12add functions to get and put ccbs out of each ports command free list.David Gwynne
2006-12-12add wrappers for reading and writing a ports registers called ahci_pread,David Gwynne
2006-12-12introduce the command control blocks, and the concept that they are managedDavid Gwynne
2006-12-12stash the number of commands each port can do in the softcDavid Gwynne
2006-12-11Ensure kvm86_call actually saves the curpcb instead of junk. ErrorGordon Willem Klok
2006-12-11use oct bits consistently in the format string for %b. pointed out byDavid Gwynne
2006-12-11spacesKevin Steves
2006-12-11import a looking glass for bgpd(8) (CGI web interface), see theReyk Floeter
2006-12-11refer to the RSTP point to point option as "PTP" instead of "P2P".Reyk Floeter
2006-12-11allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmeiMarkus Friedl
2006-12-11document regress-dir-depends, after some prodding by janus.Marc Espie
2006-12-11add rfc 4716 (public key format); ok jmcMarkus Friedl
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-12-11change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.deTheo de Raadt
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...Theo de Raadt
2006-12-11add /var/www/bin, ok deraadtHenning Brauer
2006-12-11On i386, swizzle interrupts for devices for which we don't have explicitMark Kettenis
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-12-11If the peer rejects my MRU request and our request is smaller then whatClaudio Jeker
2006-12-11oops, we want to return when everything goes well in ahci_attach, ratherDavid Gwynne
2006-12-11remove the argument to all the port registers that say which port you wantDavid Gwynne
2006-12-11dont stash the implemented ports map, im going to use a differentDavid Gwynne
2006-12-11define the command structs used by the ports.David Gwynne
2006-12-11pull the wrapper for allocations of dma mem with a single segment in fromDavid Gwynne
2006-12-11oops, too far for the match/attach funcsDavid Gwynne
2006-12-11give the function prototypes a bit more room for the return type.David Gwynne
2006-12-11de-__P. noted by Dries SchellekensJun-ichiro itojun Hagino
2006-12-11global option -n implies -lXavier Santolaria
2006-12-11Only disarm the watchdog if we really want to, not before each re-trigger.Marc Balmer
2006-12-11Shorten the code, but no functional changes.Marc Balmer