summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-18Use xfree not free, from Tiago Cunha.Nicholas Marriott
2011-05-18Use button mouse mode not any for copy mode, fixes issues withNicholas Marriott
2011-05-17Add a (failing atm) regress test for the case a symlink to a directoryLandry Breuil
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
2011-05-17Use the same define checks as used in machdep.c for the trampoline code.Ariane van der Steldt
2011-05-17smtpd now uses an auth_backend API to authenticate users that are allowedGilles Chehade
2011-05-17somehow a previous sync with relayd missed one line...Gilles Chehade
2011-05-17Update to sendmail 8.14.5Todd C. Miller
2011-05-17typo fix from Andreas Bartelt;Jason McIntyre
2011-05-17update bnx firmware to the latest version in FreeBSD:Jonathan Gray
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