summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-31mpi hardware uses an 8 bit field to describe the number of devices it hasDavid Gwynne
2006-05-31 This adds support for retrieving volume tags in chio(8) with theBob Beck
2006-05-31 Add support for primary and alternate volume tags to ch(4) - borrowedBob Beck
2006-05-31allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.Brad Smith
2006-05-31This diff makes dhcpd able to manipulate pf tables on certain lease events.Chris Kuethe
2006-05-31Use symbolic constants for TLB demapping operations.Mark Kettenis
2006-05-31dont display the first manufacturing pageDavid Gwynne
2006-05-31c++ style comments shouldnt be in the treeDavid Gwynne
2006-05-31Small function header knf.Hans-Joerg Hoexer
2006-05-31Prepare for handling unnamed remote peers.Hans-Joerg Hoexer
2006-05-31Fix 'special value 0 requests that dhclient not wait for a link stateKevin Steves
2006-05-31Plug memory leak; ok claudio@Patrick Latifi
2006-05-31Plug memory leaks in error path; ok henning@Patrick Latifi
2006-05-31fix Jumbo frames on strict alignment architectures by allocating a new mbuf andBrad Smith
2006-05-31add comment indictation that rtable_add must be called at splsoftnetHenning Brauer
2006-05-31order cdevs alphabetically by vendorFelix Kronlage
2006-05-31remove extra space in output; ok markus@ moritz@Kevin Steves
2006-05-31Enable wdt(4) by default. ok deraadtMichael Knudsen
2006-05-31Use the watchdog(4) framework for watchdog services instead of rollingMichael Knudsen
2006-05-31move us to multiple routing table heads.Henning Brauer
2006-05-31only actually run sensor_query when it is due, not every time poll returnsHenning Brauer
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
2006-05-31match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3)Jason Wright
2006-05-31int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlgTheo de Raadt
2006-05-31implement chained scatter gather lists.David Gwynne
2006-05-30This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"Chris Kuethe
2006-05-30how about we -correctly- match the schizo. When I get home, I'm goingJason Wright
2006-05-30Give up trying to communicate after 10 consecutive errors - the deviceChristopher Pascoe
2006-05-30fix diff -rrevision usageJoris Vink
2006-05-30Correctly calculate point-to-point nexthop address. The logic was badly twistedClaudio Jeker
2006-05-30Uups, this file should be commited with the redistribute rtlabel stuff.Claudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-30only look into the Attic for certain commandsJoris Vink
2006-05-30correctly handle unknown file in removeJoris Vink
2006-05-30Export the route labels via sysctl interface not only via RTM_GET.Claudio Jeker
2006-05-30implement monitor mode for ipsecctl. worked on with markus@Mathieu Sauve-Frankel
2006-05-30Do not reset the board, for it will not keep the interrupt configuration theMiod Vallat
2006-05-30add Oxford CB950 to the list of devices having more than one BAR, soFelix Kronlage
2006-05-30ugh forgot to change cvs_file_classify here too.Joris Vink
2006-05-30change cvs_file_classify here to, forgot to commit thisJoris Vink
2006-05-30removes the isavar.h include and the ifdef bsdi cruftFelix Kronlage
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30remove dev/isa/isavar.h include, not needed anymoreFelix Kronlage
2006-05-30Define meaningful values for IPL_ levels, which directly map to the splMiod Vallat
2006-05-30Map buffers with pmap_kenter_pa() instead of pmap_enter().Miod Vallat
2006-05-30sync with reality.Christopher Pascoe
2006-05-30prettier output when removing files;Joris Vink
2006-05-30The aperture that is needed in legacy vga space is even larger forMatthieu Herrb
2006-05-30Don't double-eject tapes. Once is enough. Closes PR#1282.Kenneth R Westerback