summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-07-14Fix struct sysioreg layout after the struct iommureg layout change;Miod Vallat
2008-07-14Make VIDIOC_ENUM_FMT list all available formats for the attached device.Marcus Glocker
2008-07-14RegenMiod Vallat
2008-07-14/dev/tuner description should point out to bktr(4), spotted by jmc.Miod Vallat
2008-07-14Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are notMiod Vallat
2008-07-14Don't lock timeouts in db_show_callout.Artur Grabowski
2008-07-14Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf().Miod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14m_copy can return NULL, so check for itHenning Brauer
2008-07-14Zap some dead commons that are no longer used.Artur Grabowski
2008-07-14another mange->manageStuart Henderson
2008-07-14mange -> manageMarc Balmer
2008-07-14Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).Marcus Glocker
2008-07-14mention requirement for /dev/log inside chroot when using sftp-serverDamien Miller
2008-07-14code(4) doesnt exist. cmp(4) is probably a bit more relevant.David Gwynne
2008-07-13increase number of piplelined requests so they properly fill theDamien Miller
2008-07-13use struct sockaddr_storage instead of struct sockaddr for accept(2)Damien Miller
2008-07-13Change "ssh-keygen -F [host] -l" to not display random art unlessStuart Henderson
2008-07-13Do not specify the gateway on RTM_DELETE -- similar fix was done in the arpClaudio Jeker
2008-07-13core(4)Mark Kettenis
2008-07-13Spacing.Marcus Glocker