Age | Commit message (Expand) | Author |
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 |
2008-07-17 | add the hosts in order to get host ids that match the order in the config fil... | Reyk Floeter |
2008-07-17 | give sane ids to hosts, tables, redirections, relays, etc. - start | Reyk Floeter |
2008-07-17 | properly raise inexact; ok millert@ | Martynas Venckus |
2008-07-17 | use getaddrinfo/getnameinfo to parse ipv6 addresses instead of | Reyk Floeter |
2008-07-17 | Remove clause 3 from NetBSD license. | Joel Sing |
2008-07-17 | Increase the size of the diskinfo struct, which has grown | Jonathan Gray |
2008-07-17 | strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes | Damien Miller |
2008-07-17 | strnvis preauth banner; pointed out by mpf@ ok markus@ | Damien Miller |
2008-07-17 | Pasto in error message for setspppkey() | Stuart Henderson |
2008-07-16 | Fix several of the 'large offset' PLT entries. With help from kurt. | Dale Rahn |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2008-07-16 | If pckbc_xt_translation() fails, do not try to force the keyboard in table | Miod Vallat |
2008-07-16 | One more pckbd. | Miod Vallat |
2008-07-16 | Send unused string literal ``mapme'' to nirvana. | Miod Vallat |
2008-07-16 | This file is long unused. | Miod Vallat |
2008-07-16 | It is no longer necessary to regen gsckbdmap after changing this file. | Miod Vallat |
2008-07-16 | Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of | Miod Vallat |
2008-07-16 | Now that uvm_pglistalloc() does not lose on large memory gaps, do not | Miod Vallat |
2008-07-16 | some archaic 'n = a(b), c(d)' use that confused lint | Martynas Venckus |
2008-07-16 | install infnan.3 only for vax. pointed out by millert@ | Martynas Venckus |
2008-07-16 | 'no subject' check is never triggered. check if it's actually empty | Martynas Venckus |
2008-07-16 | add -E flag and 'skipempty' option to skip sending messages with | Martynas Venckus |
2008-07-16 | ansify infnan example. sure millert@ | Martynas Venckus |
2008-07-16 | relay_connect() may fail, close the session in the bindany callback | Reyk Floeter |
2008-07-16 | infnan always returned wrong values, because compiler assumed it | Martynas Venckus |
2008-07-16 | better description for TMPDIR. from millert@ | Martynas Venckus |
2008-07-16 | man page tweaks: | Martynas Venckus |
2008-07-16 | - use strncmp/strncasecmp instead of comparing by character | Martynas Venckus |