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