Age | Commit message (Expand) | Author |
2008-07-20 | Huawei E618 and E620 is not compatible with ubsa(4). | Yojiro Uo |
2008-07-20 | Nuke unused readbsdlabel() function. | Kenneth R Westerback |
2008-07-20 | Use NULL instead of 0 for pointer parameters. | Kenneth R Westerback |
2008-07-20 | Reme algorithm -> Remes algorithm. in comments | Martynas Venckus |
2008-07-20 | get in the bug fix for pow, from fdlibm 5.3. also adapt it for | Martynas Venckus |
2008-07-20 | use more accurate algorithm for tan. from fdlibm 5.3: | Martynas Venckus |
2008-07-20 | Provide a timecounter based on the UltraSPARC IIe STICK logic. | Mark Kettenis |
2008-07-20 | Add DIOCGPDINFO support. 'disklabel -d svnd0' now works. | Kenneth R Westerback |
2008-07-19 | link to apache web server, not the project group. found while | Martynas Venckus |
2008-07-19 | Full rewrite of metadata handling. This fixes power failures and crashes | Marco Peereboom |
2008-07-19 | Use errx instead of fprintf, exit combo. | Claudio Jeker |
2008-07-19 | In dec_1000a_intr_map(), use the SRM hint if available. This allows cards | Miod Vallat |
2008-07-19 | Add code to walk the eisa configuration, from NetBSD. This configuration | Miod Vallat |
2008-07-19 | In _io_map(), make sure the whole range fits in one of the io windows, | Miod Vallat |
2008-07-19 | minor wording tweaks; | Jason McIntyre |
2008-07-19 | Correct missed capitalization of MPLS. | Brad Smith |
2008-07-19 | Add acx(4) at cardbus(4). | Mark Kettenis |
2008-07-19 | print the host parent id if available | Reyk Floeter |
2008-07-19 | no need for using a TAILQ queue for the host children list, use a | Reyk Floeter |
2008-07-19 | If a resolution which has been requested over VIDEO_TRY_FMT or | Marcus Glocker |
2008-07-19 | If the new 'parent' keyword is specified for a host in a table, | Reyk Floeter |
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter |
2008-07-19 | Unbreak the tree. Pointed out by James Hartley. | Mark Kettenis |
2008-07-19 | In interrupt handler change printf -> DRPINTF. | Marcus Glocker |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-18 | no need for .Pp before or after .Sh; | Jason McIntyre |
2008-07-18 | +.Xr crash 8 , | Jason McIntyre |
2008-07-18 | Add ohci(4) and ehci(4) at cardbus(4). | Mark Kettenis |
2008-07-18 | Determine the free address space by looking at the "available" property of | Mark Kettenis |
2008-07-18 | For negotation first get the devices default values (GET_DEF) instead | Marcus Glocker |
2008-07-18 | Protect dma operations with splvm instead of splhigh, that's faster than | Miod Vallat |
2008-07-18 | Make IPL_VM level 5, which is guaranteed to be above bio tty and net, instead | Miod Vallat |
2008-07-18 | Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can | Marcus Glocker |
2008-07-18 | Add support for the kernel to recognize, load and execute position | Kurt Miller |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-07-18 | Add OmniVision OV7670 cam to the supported devices which comes in the | Marcus Glocker |
2008-07-18 | remove unnessasary cast. | Kevin Lo |
2008-07-18 | o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer. | Thordur I. Bjornsson |
2008-07-18 | fix cases, found by lint: | Martynas Venckus |
2008-07-18 | merge host_v6 with relayd's version to use getaddrinfo instead of | Reyk Floeter |
2008-07-18 | merge log_host with relayd's version using getnameinfo and rename it | Reyk Floeter |
2008-07-18 | terminate the input buffer on failure in print_host() | Reyk Floeter |
2008-07-18 | the Belkin F5D7010 version # is a RTL8185 cardbus device. this | Reyk Floeter |
2008-07-18 | sync | Reyk Floeter |
2008-07-18 | Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based) | Reyk Floeter |
2008-07-18 | POLL causes concurrency issues with event driven batteries. Remove for now | Marco Peereboom |
2008-07-18 | oops. move infnan to md.vax. pointed out by theo | Martynas Venckus |
2008-07-17 | Zero mbreg_t structure *before* initializing any members, not when we're | Mark Kettenis |
2008-07-17 | Add a flag and allow the driver to identify the BCM5788 chipsets. They're | Brad Smith |
2008-07-17 | final reorder diff to use TAILQ_INSERT_TAIL instead of | Reyk Floeter |