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