Age | Commit message (Expand) | Author |
2008-12-21 | split the pfsync input routine up so that each action has its own function | David Gwynne |
2008-12-21 | rework the programming of the multicast addresses onto the chip to use the | David Gwynne |
2008-12-21 | use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets | David Gwynne |
2008-12-21 | Proper cpu_unidle() function for MP kernels. ok art@ long ago | Miod Vallat |
2008-12-21 | During early device probes, make sure to iounaccess() address ranges when | Miod Vallat |
2008-12-21 | add option COMPAT_35, needed by COMPAT_VAX1K | Miod Vallat |
2008-12-21 | vfs_syscalls_35 is required if option COMPAT_35 | Miod Vallat |
2008-12-21 | move the codec specific widget initialization out of | Jacob Meuser |
2008-12-21 | if a widget is the sole connection to another widget, name the | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | a little rearranging: | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-12-21 | add function azalia_widget_sole_conn, which determines if the | Jacob Meuser |
2008-12-21 | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 | David Gwynne |
2008-12-21 | Make the "machine xir" ddb command work on machines with pyro(4). | Mark Kettenis |
2008-12-21 | fix session flags resetting; ok gilles@ | Jacek Masiulaniec |
2008-12-21 | just attach cpu0, not cpu*, ok kettenis | Theo de Raadt |
2008-12-21 | - missing prototype + smtp.c was misusing session_auth_pickup() | Gilles Chehade |
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-12-21 | fix example comparison function to work with large ranges of numbers. ok djm... | Ted Unangst |
2008-12-21 | remove mixer bits from the audio(4) backend of libsndio, it's not | Alexandre Ratchov |
2008-12-21 | Add more compile time checking; fix warnings reported by gcc. | Jacek Masiulaniec |
2008-12-21 | Add more compile time checking; fix one warning reported by gcc. | Jacek Masiulaniec |
2008-12-21 | fix more spelling errors and typos, | Alexandre Ratchov |
2008-12-21 | Teach the header files not to bail out if pcc is used instead of gcc. | Anders Magnusson |
2008-12-21 | - AUTH PLAIN may receive credentials as a parameter to AUTH or on a | Gilles Chehade |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-12-20 | protect mbstat with spl; ok claudio mikeb | Theo de Raadt |
2008-12-20 | - various improvements from Ingo Schwarze; | Jason McIntyre |
2008-12-20 | - update smtpd.conf to provide an example of an auth enabled listener | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-19 | Sync some bits with sudo 1.7.0 final. | Todd C. Miller |
2008-12-19 | Add missing #ifdef DDB around prototyupe. | Mark Kettenis |
2008-12-19 | document the default localpref, from discussion with | Henning Brauer |
2008-12-19 | On many systems the information returned by _PRT is an absolute lie, especially | Mark Kettenis |
2008-12-19 | fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtos | Reyk Floeter |
2008-12-19 | fix indentation, no binary change. | Jacek Masiulaniec |
2008-12-19 | be more specific about the field delimiter; | Jason McIntyre |
2008-12-19 | sync | Theo de Raadt |
2008-12-19 | use simple linear interpolation in the resampling code. | Alexandre Ratchov |
2008-12-19 | - fatal() if flock() has failed for any reason that's not EWOULDBLOCK, this | Gilles Chehade |
2008-12-19 | - smtpd handled mbox locking failures as "regular" temporary failures which | Gilles Chehade |
2008-12-18 | Introduce safe_fclose, which tries to push file to the disk as | Jacek Masiulaniec |
2008-12-18 | Declarations for functions used only in smtp_session.c were moved | Jacek Masiulaniec |
2008-12-18 | Check fwrite return code at DATA stage. | Jacek Masiulaniec |
2008-12-18 | ddb.log is enabled by default, so use "unless disabled" rather | Stuart Henderson |
2008-12-18 | - condition lists is wrongly described, unbreak the following syntax: | Gilles Chehade |
2008-12-18 | Print the interface livelocks if non-zero. From deraadt@ | Can Erkin Acar |
2008-12-18 | Instead of directly applying ntoh*() to fields of the captured | Hans-Joerg Hoexer |