summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-07-16use getsockname() to find out the local address of a connection beforeReyk Floeter
2008-07-16- err with the pathbuf, if we know itMartynas Venckus
2008-07-16fix nat lookup to use the correct pf_addr offset. now it also worksReyk Floeter
2008-07-16this loop index should be automatic, not staticDamien Miller
2008-07-16rename variable first_gc -> last_gc (since it is actually the lastDamien Miller
2008-07-16Dynamically allocate fd_sets so we are not limited to FD_SETSIZETodd C. Miller
2008-07-16Cleanup #define maze leftover from pftop compatibility.Can Erkin Acar
2008-07-16link udp pcbs to pf states, same as done for tcp alreadyHenning Brauer
2008-07-16Enable the read DMA engine's PCI read request burst length long burstBrad Smith
2008-07-15Add a timecounter based on the $sys_tick register, and use it on machinesMark Kettenis
2008-07-15Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in anMark Kettenis
2008-07-15- chraise can be replaced with toupper; no need to check for islowerMartynas Venckus
2008-07-15set cp to the value of PAGER, so that type1 doesn't try to use itMartynas Venckus
2008-07-15Backout rev 1.162. This change made us muck with with pci config space atMark Kettenis
2008-07-15Remove some debug code that i forgot to remove in a previous commit.Owain Ainsworth
2008-07-15Adapt some code from the FreeBSD driver required to makeJonathan Gray
2008-07-15theres no need too m_adj() the mbuf by 8bytes (u_int64_t) inThordur I. Bjornsson
2008-07-15make the version number stuff mandatory.Marc Espie
2008-07-15deprecate package names without version numbers.Marc Espie
2008-07-15syncPeter Valchev
2008-07-15number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.govDamien Miller