Age | Commit message (Expand) | Author |
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 |
2011-05-12 | remove sneaky little ; | lum |
2011-05-12 | sync | Todd T. Fries |
2011-05-12 | Get rid of the biomask printf here as well. Suggested by mikeb@ | Mark Kettenis |
2011-05-12 | Avoid fp computations for stats, this make calling malloc_dump() safe in more | Otto Moerbeek |
2011-05-12 | Add quotations around the value of name=value pairs that are missing them. | lum |
2011-05-12 | fix comment, the bitmap is an array of u_short now | Otto Moerbeek |
2011-05-12 | Introduce leak detection code for MALLOC_STATS | Otto Moerbeek |
2011-05-12 | When the max number of items for a directory has reached GLOB_LIMIT_READDIR | Pierre-Yves Ritschard |
2011-05-12 | Preferably we would have "use warnings;" but never-the-less a small booboo | lum |
2011-05-11 | Make dhclient more friendly to sequential option processing by | Kenneth R Westerback |