summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
2006-12-11per port register definitionsDavid Gwynne
2006-12-11fix %b format string now that deraadt fixed printfDavid Gwynne
2006-12-11allow bit 32 to be printed; bug spotted and fix tested by dlgTheo de Raadt
2006-12-11stash the field showing which ports are hooked up, and dump it if verboseDavid Gwynne
2006-12-11if ahci debug and verbose output is enabled, then dump the cap register.David Gwynne
2006-12-10don't complain about uid/gid of symlinks.Steven Mestdagh
2006-12-10typo; Alexander_Bluhm@genua.deTheo de Raadt
2006-12-10Add missing argument to a DPRINTF call.Claudio Jeker
2006-12-10Read/write device sectors rather than assuming sector size ==Kenneth R Westerback
2006-12-10Make sure the bit collecting is restarted after signal loss.Marc Balmer
2006-12-10Do not attempt to access scsi_xfer fields after scsi_done() has been invoked.Miod Vallat
2006-12-10Delay two seconds after board reset before trying to probe scsi devices.Miod Vallat
2006-12-10Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would getMiod Vallat
2006-12-10restart collecting bits immediately after a parity error, i.e. use the frameMarc Balmer
2006-12-10Fix typo in intersil clock programming.Miod Vallat
2006-12-10Re-arm signal loss detection only after we received a bit, not in itself. ThisMarc Balmer
2006-12-10Faster synchronization after an unexpected minute gap.Marc Balmer
2006-12-10trivial change: comparing versions on a non-existent config is not a goodMarc Espie
2006-12-10In ip6_output(), make sure ia is initialized before it is used.Miod Vallat
2006-12-10regenDimitry Andric
2006-12-10Add ATI RS200M AGP.Dimitry Andric
2006-12-10USR5423 and Sandberg. -mojMats O Jansson
2006-12-09Add USR5423. -mojMats O Jansson
2006-12-09Better describe the magic done by umass_fixup_sony(), okay krw@Pedro Martelletto