Age | Commit message (Expand) | Author |
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 |
2008-12-18 | Remove redundant function prototypes which are already in pfvar.h | David Hill |
2008-12-18 | Don't err() on blank lines. | Jacek Masiulaniec |
2008-12-18 | Cleanup /incoming before handling each MAIL FROM. | Jacek Masiulaniec |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. | Kurt Miller |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. Use a | Kurt Miller |
2008-12-18 | use atomic operations to update ptes in pmap_unwire(). okay weingart@ | Kurt Miller |
2008-12-18 | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | Philip Guenthe |
2008-12-18 | sync | Theo de Raadt |
2008-12-17 | Warn if empty map is being created; this catches at least usage | Jacek Masiulaniec |
2008-12-17 | Merge newaliases into makemap. | Jacek Masiulaniec |