Age | Commit message (Expand) | Author |
2009-12-15 | Correct define. | Federico G. Schwindt |
2009-12-15 | mono ouputs shouldn't be candidates for exclusive inclusion in the | Jacob Meuser |
2009-12-15 | tweak previous; | Jason McIntyre |
2009-12-15 | Remove an untrue statement about the packetsize being | Marco Pfatschbacher |
2009-12-15 | Let ping handle truncated echo replies. | Marco Pfatschbacher |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
2009-12-15 | fix Xr | Theo de Raadt |
2009-12-15 | Document vsw(4). | Mark Kettenis |
2009-12-15 | Add vsw(4). | Mark Kettenis |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | Philip Guenthe |
2009-12-15 | back out previous fix, apparently neither art or i can fix anything right on ... | Bob Beck |
2009-12-15 | This fixes a case where we could panic on a null deref with a bad vnode | Bob Beck |
2009-12-15 | Make sillyrename not so damn silly. The kindergarten algorithm here for | Bob Beck |
2009-12-15 | Allow auto assemble flag to be toggled for disciplines that support it. | Joel Sing |
2009-12-15 | Ensure that the interface is valid before trying to access its flags. | Joel Sing |
2009-12-15 | Ansify function declarations. | Joel Sing |
2009-12-15 | Factor out discipline specific create/assemble code. | Joel Sing |
2009-12-15 | dumped is _still_ spelled with one p and not two | Alexander Hall |
2009-12-15 | Explicitly lock the vnode when deleting a volume. This avoids a potential | Joel Sing |
2009-12-15 | Simplify SSL code client-side, no functional change. | Jacek Masiulaniec |
2009-12-15 | Ensure that the interface is not null before trying to access its flags. | Joel Sing |
2009-12-15 | fix some buffer sizes. | Edd Barrett |
2009-12-15 | spelling fixes, from Brad Tilley; | Jason McIntyre |
2009-12-15 | sync | Stuart Henderson |
2009-12-15 | Add PCI ids for the Marvell Yukon 8059 chipset and the SysKonnect | Stuart Henderson |
2009-12-15 | typo; from Brad Tilley <brad at 16systems dot com> via tech@ | Ingo Schwarze |
2009-12-15 | Must aim better. | Jacek Masiulaniec |
2009-12-14 | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. | Ingo Schwarze |
2009-12-14 | Handle 6yz code as permanent error. | Jacek Masiulaniec |
2009-12-14 | Sanitize the code that resets the state when the LDC channel link state | Mark Kettenis |
2009-12-14 | Add a dummy I915_PARAM_NUM_FENCES_AVAIL parameter for Mesa 7.5. | Matthieu Herrb |
2009-12-14 | Just like dhclient(8), we use the bpf filter drop to prevent | Marco Pfatschbacher |
2009-12-14 | Pass through the aixterm bright colours if the terminal supports them (>= 16 | Nicholas Marriott |
2009-12-14 | Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes" | Stefan Sperling |
2009-12-14 | Fix previous commit. I left out a small fragment and accidentally committed | Mark Kettenis |
2009-12-14 | Support for in-band descriptor mode (VIO_DESC_MODE) used by OBP. | Mark Kettenis |
2009-12-14 | Make sure interrupts are disabled when we don't have queues configured. This | Mark Kettenis |
2009-12-14 | Tweak the logic behind setting the fd limits so that smtpd is less likely | Jacek Masiulaniec |
2009-12-14 | Set initial session limit so that IMSG_SMTP_ENQUEUE can be satisfied even | Jacek Masiulaniec |
2009-12-14 | could write one word too far, found by parfait; ok millert | Theo de Raadt |
2009-12-14 | wrote one byte too far, found by parfait; ok beck millert | Theo de Raadt |
2009-12-14 | use warn() and warnx() instead of incorrect stderr printing. | Theo de Raadt |
2009-12-14 | Control maximum number of bounce sessions similarly to how the mta and mda | Jacek Masiulaniec |
2009-12-14 | Clear S_MESSAGE_PERMFAILURE when creating the bounce message. Makes the | Jacek Masiulaniec |
2009-12-14 | since some packages in updatesets don't need updates, be explicit about it. | Marc Espie |
2009-12-14 | addr2sa() will return NULL for AID_UNSPEC and pfkey_send() may end up with | Claudio Jeker |
2009-12-14 | make ifconfig return with failure of bridge_rule; ok claudio | Theo de Raadt |
2009-12-14 | use strtonum() instead of atoi(). idea from Vladimir Kirillov, but had | Theo de Raadt |
2009-12-14 | Impose sessions limit on the delivery sessions (mta and mda). | Jacek Masiulaniec |
2009-12-14 | Fix buffer overflow possibility, noticed by parfait: | Bob Beck |