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