summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-05two more events found on thinkpad yogaTheo de Raadt
2014-10-04- Recognize the Yukon Prime and Yukon Optima 2 chipsets.Brad Smith
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-04Be sure to only path the remote host to ressl_connect_socket(), without aMiod Vallat
2014-10-04Wait until a read control transfer is really completed before passingMartin Pieuchot
2014-10-04Skip 'hardware lied' interrupts, as same as CMU Mach do.Kenji Aoyama
2014-10-04replace mutexes to serialise the operations on the flag that restrictsDavid Gwynne
2014-10-04some MUA will bypass the local enqueuer and send an empty BCC header in theGilles Chehade
2014-10-04syncTheo de Raadt
2014-10-04more nvidia; from Seth JacksonTheo de Raadt
2014-10-04Use getlogin() to determine real user name where possible.Todd C. Miller
2014-10-03regenBrad Smith
2014-10-03Add Atheros E2200 and Marvell Yukon 88E8079.Brad Smith
2014-10-03Initialize uvm_pagezero_thread()'s page list variable.Philip Guenther
2014-10-03Cleanup the reporting socket code in syslogd.Alexander Bluhm
2014-10-03Delete long-time unused #if 0 part.Kenji Aoyama
2014-10-03syncTheo de Raadt
2014-10-03sort RCDAEMONSTheo de Raadt
2014-10-03verify changes are major changeTed Unangst
2014-10-03EOPNOTSUPP for quotactl. from Martin NatanoTed Unangst
2014-10-03Introduce a thread for zeroing pages without holding the kernel lock. ThisMark Kettenis
2014-10-03Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will notMark Kettenis
2014-10-03Add a test that checks that there are no trailing new-lines orAlexander Bluhm
2014-10-03Strip trailing new-lines from syslog messages. This avoids emptyAlexander Bluhm
2014-10-03syncJoel Sing
2014-10-03Bump minor for ECHD auto and other recent changes.Joel Sing
2014-10-03Bump minor version for ECDH auto.Joel Sing
2014-10-03update for new ressl noverify APITed Unangst
2014-10-03allow disabling hostname and cert verification separately.Ted Unangst
2014-10-03Allow "auto" to be specified as an ECDH curve name and make this theJoel Sing
2014-10-03Add support for automatic ephemeral EC keys.Joel Sing
2014-10-03Update ftp ressl configuration to handle recent changes in the library.Joel Sing
2014-10-03refill the rx ring in myx_rxeof, not much later at the end of myx_intr.David Gwynne
2014-10-03Update ressl configuration to handle recent changes in the library.Joel Sing
2014-10-03in rxeof, instead of taking the biglock on every packet to call bpfDavid Gwynne
2014-10-03we dont need the kernel lock to call bus_dmamap_load and unload thanksDavid Gwynne
2014-10-03dont need to hold the kernel lock to call MCLGETI and m_freem now.David Gwynne
2014-10-03dont take the kernel lock on every interrupt in case we might changeDavid Gwynne
2014-10-03Use string literals in printf style calls so gcc's -Wformat works.Doug Hogan
2014-10-03if you're adding the first cluster reference, you dont have toDavid Gwynne
2014-10-03i moved some macros into functions, and a trailing \ on a statementDavid Gwynne
2014-10-03now that pools are mpsafe, we can make the mbuf allocators on topDavid Gwynne
2014-10-02Reorder alphabetically for test*, TEST_* and CDIAGFLAGS.Stuart Cassoff
2014-10-02Fix a crash when there is text after a failed %Z conversion in strptime.Doug Hogan
2014-10-02when no domain is specified in MAIL FROM or RCPT TO, assume local userGilles Chehade
2014-10-02Update to tzdata2014h from ftp.iana.orgTodd C. Miller
2014-10-02Fix an error case that was never handled ending up in an endless eventReyk Floeter
2014-10-02no need to set the same field NULL twice ;-)Gilles Chehade
2014-10-02no need to set the same field NULL twice ;-)Gilles Chehade
2014-10-02Pass the right bus_dmatag_t to the children.Miod Vallat