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