Age | Commit message (Expand) | Author |
2009-07-23 | a trio of timeout_add conversions | Bret Lambert |
2009-07-23 | no need for Xo/Xc when we have very simple list items; | Jason McIntyre |
2009-07-23 | Tidy client message return slightly: convert flags into an enum, and merge | Nicholas Marriott |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-23 | elide a little bit later, the final list, after From has been | Martynas Venckus |
2009-07-23 | VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune it | Theo de Raadt |
2009-07-23 | Silence some lint warnings about an unreachable return by consolidating | Bret Lambert |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Avoid twiddling the lower bits of a BAR such that the code becomes usable | Mark Kettenis |
2009-07-23 | Get rid of bus_mem_add_mapping(). | Miod Vallat |
2009-07-23 | When computing the total resources required by devices behind a ppb, take | Miod Vallat |
2009-07-23 | When configuring devices on the bridge, try and provide resources to map | Miod Vallat |
2009-07-23 | Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let the | Miod Vallat |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |
2009-07-23 | sync. -moj | Mats O Jansson |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |
2009-07-23 | mention the 0,125 resolution, which explains why sysctl(8) may show something | Constantine A. Murenin |
2009-07-23 | Redraw after starting selection to correctly remove any existing selection. | Nicholas Marriott |
2009-07-23 | Document rdomain keyword, again from stsp@ | Claudio Jeker |
2009-07-23 | Spelling and comment fixes by stsp@ | Claudio Jeker |
2009-07-23 | What gets allocated with bus_space_map() needs to be released with | Miod Vallat |
2009-07-23 | Revert r1.5, I don't like it, new sessions should start off identically - with | Nicholas Marriott |
2009-07-23 | Adding disabled framework for RAID6 | Jordan Hargrave |
2009-07-23 | Remove unused code. | Mark Kettenis |
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker |
2009-07-23 | Send the used kroute along with the nexthop information. This allows us | Claudio Jeker |
2009-07-23 | Always print interface names, not just ifindex, even when -n is | Stuart Henderson |
2009-07-23 | Only print unknown in RTM_IFINFO messages when the link is in | Claudio Jeker |
2009-07-23 | C-d is delete as well in emacs mode. | Nicholas Marriott |
2009-07-23 | Both of cmdclient and curclient CAN be NULL - if the command is executed from | Nicholas Marriott |
2009-07-23 | knexthop_compare() failed to compare correctly and because of this it was | Claudio Jeker |
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis |
2009-07-23 | Use the correct buffer for non-zero report IDs in uhidev_set_report(). | Jonathan Gray |
2009-07-23 | tweak the aibs stuff; | Jason McIntyre |
2009-07-23 | sync | Theo de Raadt |
2009-07-23 | reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadt | Constantine A. Murenin |
2009-07-23 | aibs(4) manual page | Constantine A. Murenin |
2009-07-23 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, | Constantine A. Murenin |
2009-07-23 | Don't use the presence of /etc/fstab to determine if all filesystems | Kenneth R Westerback |
2009-07-22 | comment fix from Brad; OpenBSD's mii_phy_add_media() does not print | Stuart Henderson |
2009-07-22 | If there is a current session, use its default path and working directory for | Nicholas Marriott |
2009-07-22 | Pass a set of flags into client_init rather than just a start_server | Nicholas Marriott |
2009-07-22 | window_add_pane cannot fail, so remove the unused cause argument and don't | Nicholas Marriott |
2009-07-22 | Add big-endian platform support to sis(4). Tested to not break anything on | Miod Vallat |
2009-07-22 | Get rid of now unused extent_malloc_ok variable. | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-22 | Use direct mappings in XKPHYS for bus_space, instead of extent and TLB | Miod Vallat |