summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-17exclude link local address from the dynamic interface address poolMike Belopuhov
2011-05-17fatal() if asked to generate a legacy ECDSA cert (these don't exist)Damien Miller
2011-05-17Ban passing of kqueue descriptors via UNIX domain sockets. Currently,Philip Guenthe
2011-05-16remove useless assignationGilles Chehade
2011-05-16when a C_VDOM recipient expands to a local user, envelope expansion willGilles Chehade
2011-05-16plug leak in make_aliases()Jasper Lievisse Adriaanse
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade
2011-05-16bring back r1.189, but keep doing the ip csum unconditionally for now untilHenning Brauer
2011-05-16remove Xr for a page we don;t yet have; ok stspJason McIntyre
2011-05-16better document some of the terminology used in the VI COMMANDS section;Jason McIntyre
2011-05-16remove a sentence which isn;t true; ingo will sync upstreamJason McIntyre
2011-05-16tweak previous;Jason McIntyre
2011-05-16some spelling fixes from Lucas De Marchi, via freebsd;Jason McIntyre
2011-05-16previous commit was bogus, we already had mount_msdos; revert and groupStuart Henderson
2011-05-16Print IPv6 addresses in hex, not decimal; from Tim van der MolenBret Lambert
2011-05-16Install mount_msdos on the amd64 ramdisk_cd. ok kettenis@Stuart Henderson
2011-05-15regenMark Kettenis
2011-05-15Fix entries for Intel 6700PXH.Mark Kettenis
2011-05-15disable pipex for L2TP on disconnect, too; yasuoka@ agrees.Markus Friedl
2011-05-15match on LSI SAS2108/SAS2116/SAS2208/SAS2308Jonathan Gray
2011-05-15regenJonathan Gray
2011-05-15add ids for LSI SAS2108/SAS2116/SAS2208/SAS2308Jonathan Gray
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-05-15Remove unused include of file.pckbdc. Those arches do not haveMatthieu Herrb
2011-05-15use FD_CLOEXEC consistently; patch from zion AT x96.orgDamien Miller
2011-05-14regenMark Kettenis
2011-05-14Keep Intel PCI IDs sorted numerically.Mark Kettenis
2011-05-14Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL atMatthew Dempsky
2011-05-14Pass flags down the PCI bus hierarchy. Soon to be used to selectively enableMark Kettenis
2011-05-14pm_* methods are always attached to a PMU, no need to check for hardware.Martin Pieuchot
2011-05-14more clang warnings fixedGilles Chehade
2011-05-14char -> u_charGilles Chehade
2011-05-14int * -> socklen_t * in getsockopt() callGilles Chehade
2011-05-14Add register definitions for PCI MSI capaility.Mark Kettenis
2011-05-13Talk about USE_LIBTOOL=gnu; ok giovanni@ landry@Stuart Henderson
2011-05-13Revert the pf->socket linking diff.Owain Ainsworth
2011-05-13replace handrolled NELEM() with nitems()Jasper Lievisse Adriaanse
2011-05-13wrong id for UDP_ENCAP_TRANSPORT_DRAFT; ok mikeb@Markus Friedl
2011-05-13warn on unexpected key type in key_parse_private_type()Damien Miller
2011-05-12Make it clear that ftp-proxy needs to make outbound connections.Ryan Thomas McBride
2011-05-12remove sneaky little ;lum
2011-05-12syncTodd T. Fries
2011-05-12Get rid of the biomask printf here as well. Suggested by mikeb@Mark Kettenis
2011-05-12Avoid fp computations for stats, this make calling malloc_dump() safe in moreOtto Moerbeek
2011-05-12Add quotations around the value of name=value pairs that are missing them.lum
2011-05-12fix comment, the bitmap is an array of u_short nowOtto Moerbeek
2011-05-12Introduce leak detection code for MALLOC_STATSOtto Moerbeek
2011-05-12When the max number of items for a directory has reached GLOB_LIMIT_READDIRPierre-Yves Ritschard
2011-05-12Preferably we would have "use warnings;" but never-the-less a small booboolum
2011-05-11Make dhclient more friendly to sequential option processing byKenneth R Westerback