Age | Commit message (Expand) | Author |
2011-05-18 | Use xfree not free, from Tiago Cunha. | Nicholas Marriott |
2011-05-18 | Use button mouse mode not any for copy mode, fixes issues with | Nicholas Marriott |
2011-05-17 | Add a (failing atm) regress test for the case a symlink to a directory | Landry Breuil |
2011-05-17 | introduce new user_backend API for smtpd to lookup the users it wants to | Gilles Chehade |
2011-05-17 | Use the same define checks as used in machdep.c for the trampoline code. | Ariane van der Steldt |
2011-05-17 | smtpd now uses an auth_backend API to authenticate users that are allowed | Gilles Chehade |
2011-05-17 | somehow a previous sync with relayd missed one line... | Gilles Chehade |
2011-05-17 | Update to sendmail 8.14.5 | Todd C. Miller |
2011-05-17 | typo fix from Andreas Bartelt; | Jason McIntyre |
2011-05-17 | update bnx firmware to the latest version in FreeBSD: | Jonathan Gray |
2011-05-17 | exclude link local address from the dynamic interface address pool | Mike Belopuhov |
2011-05-17 | fatal() if asked to generate a legacy ECDSA cert (these don't exist) | Damien Miller |
2011-05-17 | Ban passing of kqueue descriptors via UNIX domain sockets. Currently, | Philip Guenthe |
2011-05-16 | remove useless assignation | Gilles Chehade |
2011-05-16 | when a C_VDOM recipient expands to a local user, envelope expansion will | Gilles Chehade |
2011-05-16 | plug leak in make_aliases() | Jasper Lievisse Adriaanse |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-16 | bring back r1.189, but keep doing the ip csum unconditionally for now until | Henning Brauer |
2011-05-16 | remove Xr for a page we don;t yet have; ok stsp | Jason McIntyre |
2011-05-16 | better document some of the terminology used in the VI COMMANDS section; | Jason McIntyre |
2011-05-16 | remove a sentence which isn;t true; ingo will sync upstream | Jason McIntyre |
2011-05-16 | tweak previous; | Jason McIntyre |
2011-05-16 | some spelling fixes from Lucas De Marchi, via freebsd; | Jason McIntyre |
2011-05-16 | previous commit was bogus, we already had mount_msdos; revert and group | Stuart Henderson |
2011-05-16 | Print IPv6 addresses in hex, not decimal; from Tim van der Molen | Bret Lambert |
2011-05-16 | Install mount_msdos on the amd64 ramdisk_cd. ok kettenis@ | Stuart Henderson |
2011-05-15 | regen | Mark Kettenis |
2011-05-15 | Fix entries for Intel 6700PXH. | Mark Kettenis |
2011-05-15 | disable pipex for L2TP on disconnect, too; yasuoka@ agrees. | Markus Friedl |
2011-05-15 | match on LSI SAS2108/SAS2116/SAS2208/SAS2308 | Jonathan Gray |
2011-05-15 | regen | Jonathan Gray |
2011-05-15 | add ids for LSI SAS2108/SAS2116/SAS2208/SAS2308 | Jonathan Gray |
2011-05-15 | Unify various gpio access using methods that take an offset relative to the | Martin Pieuchot |
2011-05-15 | Remove unused include of file.pckbdc. Those arches do not have | Matthieu Herrb |
2011-05-15 | use FD_CLOEXEC consistently; patch from zion AT x96.org | Damien Miller |
2011-05-14 | regen | Mark Kettenis |
2011-05-14 | Keep Intel PCI IDs sorted numerically. | Mark Kettenis |
2011-05-14 | Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL at | Matthew Dempsky |
2011-05-14 | Pass flags down the PCI bus hierarchy. Soon to be used to selectively enable | Mark Kettenis |
2011-05-14 | pm_* methods are always attached to a PMU, no need to check for hardware. | Martin Pieuchot |
2011-05-14 | more clang warnings fixed | Gilles Chehade |
2011-05-14 | char -> u_char | Gilles Chehade |
2011-05-14 | int * -> socklen_t * in getsockopt() call | Gilles Chehade |
2011-05-14 | Add register definitions for PCI MSI capaility. | Mark Kettenis |
2011-05-13 | Talk about USE_LIBTOOL=gnu; ok giovanni@ landry@ | Stuart Henderson |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-05-13 | replace handrolled NELEM() with nitems() | Jasper Lievisse Adriaanse |
2011-05-13 | wrong id for UDP_ENCAP_TRANSPORT_DRAFT; ok mikeb@ | Markus Friedl |
2011-05-13 | warn on unexpected key type in key_parse_private_type() | Damien Miller |
2011-05-12 | Make it clear that ftp-proxy needs to make outbound connections. | Ryan Thomas McBride |