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