summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-18Determine the free address space by looking at the "available" property ofMark Kettenis
2008-07-18For negotation first get the devices default values (GET_DEF) insteadMarcus Glocker
2008-07-18Protect dma operations with splvm instead of splhigh, that's faster thanMiod Vallat
2008-07-18Make IPL_VM level 5, which is guaranteed to be above bio tty and net, insteadMiod Vallat
2008-07-18Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications canMarcus Glocker
2008-07-18Add support for the kernel to recognize, load and execute positionKurt Miller
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-07-18Add OmniVision OV7670 cam to the supported devices which comes in theMarcus Glocker
2008-07-18remove unnessasary cast.Kevin Lo
2008-07-18o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer.Thordur I. Bjornsson
2008-07-18fix cases, found by lint:Martynas Venckus
2008-07-18merge host_v6 with relayd's version to use getaddrinfo instead ofReyk Floeter
2008-07-18merge log_host with relayd's version using getnameinfo and rename itReyk Floeter
2008-07-18terminate the input buffer on failure in print_host()Reyk Floeter
2008-07-18the Belkin F5D7010 version # is a RTL8185 cardbus device. thisReyk Floeter
2008-07-18syncReyk Floeter
2008-07-18Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based)Reyk Floeter
2008-07-18POLL causes concurrency issues with event driven batteries. Remove for nowMarco Peereboom
2008-07-18oops. move infnan to md.vax. pointed out by theoMartynas Venckus
2008-07-17Zero mbreg_t structure *before* initializing any members, not when we'reMark Kettenis
2008-07-17Add a flag and allow the driver to identify the BCM5788 chipsets. They'reBrad Smith
2008-07-17final reorder diff to use TAILQ_INSERT_TAIL instead ofReyk Floeter
2008-07-17add the hosts in order to get host ids that match the order in the config fil...Reyk Floeter
2008-07-17give sane ids to hosts, tables, redirections, relays, etc. - startReyk Floeter
2008-07-17properly raise inexact; ok millert@Martynas Venckus
2008-07-17use getaddrinfo/getnameinfo to parse ipv6 addresses instead ofReyk Floeter
2008-07-17Remove clause 3 from NetBSD license.Joel Sing
2008-07-17Increase the size of the diskinfo struct, which has grownJonathan Gray
2008-07-17strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yesDamien Miller
2008-07-17strnvis preauth banner; pointed out by mpf@ ok markus@Damien Miller
2008-07-17Pasto in error message for setspppkey()Stuart Henderson
2008-07-16Fix several of the 'large offset' PLT entries. With help from kurt.Dale Rahn
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-16If pckbc_xt_translation() fails, do not try to force the keyboard in tableMiod Vallat
2008-07-16One more pckbd.Miod Vallat
2008-07-16Send unused string literal ``mapme'' to nirvana.Miod Vallat
2008-07-16This file is long unused.Miod Vallat
2008-07-16It is no longer necessary to regen gsckbdmap after changing this file.Miod Vallat
2008-07-16Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead ofMiod Vallat
2008-07-16Now that uvm_pglistalloc() does not lose on large memory gaps, do notMiod Vallat
2008-07-16some archaic 'n = a(b), c(d)' use that confused lintMartynas Venckus
2008-07-16install 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 emptyMartynas Venckus
2008-07-16add -E flag and 'skipempty' option to skip sending messages withMartynas Venckus
2008-07-16ansify infnan example. sure millert@Martynas Venckus
2008-07-16relay_connect() may fail, close the session in the bindany callbackReyk Floeter
2008-07-16infnan always returned wrong values, because compiler assumed itMartynas Venckus
2008-07-16better description for TMPDIR. from millert@Martynas Venckus
2008-07-16man page tweaks:Martynas Venckus
2008-07-16- use strncmp/strncasecmp instead of comparing by characterMartynas Venckus