Age | Commit message (Expand) | Author |
2015-05-05 | WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that | Darren Tucker |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-05 | regen | Martin Pieuchot |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-05 | Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. | Martin Pieuchot |
2015-05-05 | tweak; | Jason McIntyre |
2015-05-05 | Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions | Philip Guenther |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-05 | fix a return path that lacked a rw_exit_write() call | Jonathan Gray |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-05-04 | fix numbers for pppx, vscsi and diskmap | Jonathan Matthew |
2015-05-04 | Default daemon_flags are no longer in /etc/rc.conf, | Ingo Schwarze |
2015-05-04 | Remove comments about default daemon_flags; most are empty, those | Ingo Schwarze |
2015-05-04 | fix device numbering comments, no binary change | Jonathan Matthew |
2015-05-04 | Document the disklabel(8) autopartitioning feature. | Robert Peichaer |
2015-05-04 | Add the new template file based autopartitioning feature of disklabel(8) | Robert Peichaer |
2015-05-04 | lightly document the posix option and POSIXLY_CORRECT; will sketch out | Jason McIntyre |
2015-05-04 | Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@ | Stuart Henderson |
2015-05-04 | tweak previous; | Jason McIntyre |
2015-05-04 | sort the hardware list for urtwn, and update it's description in usb.4; | Jason McIntyre |
2015-05-04 | add missing .Vt macros | Ingo Schwarze |
2015-05-04 | Use the right index when expanding/collapsing tree, from Thomas Adam. | Nicholas Marriott |
2015-05-04 | Fix clipping bug in float to fixed point conversion, causing | Alexandre Ratchov |
2015-05-04 | urtwn(4) man page updates for RTL8188EU support. | Stefan Sperling |
2015-05-04 | Add support for RTL8188EU chips to urtwn(4). | Stefan Sperling |
2015-05-04 | When writing a value to a field, don't read past the end of the source value | Jonathan Matthew |
2015-05-04 | Use ether_input() as default input packet handler and do the necessary | Martin Pieuchot |
2015-05-04 | reduce the scope of things that include uvm_swap_encrypt.h. | David Gwynne |
2015-05-04 | Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks. | Martin Pieuchot |
2015-05-04 | Use the size of the buffer not the pointer in a call to mem_free(). | Jonathan Gray |
2015-05-04 | use the size of the buffer not the pointer in resume_randomness() | Jonathan Gray |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-05-04 | Fix some misuse of the | operator. In particular | has higher | Jonathan Gray |
2015-05-04 | Clarify that hibernate_resume must be called with interrupts enabled. | Mike Larkin |
2015-05-04 | Specify regression test host keys so that this test will work without | Darren Tucker |
2015-05-04 | Use diff w/out -u for better portability | Darren Tucker |
2015-05-03 | Preserve times to nanosecond precision instead of just microsecond. | Philip Guenther |
2015-05-03 | Implement byte ranges. | Florian Obser |
2015-05-03 | S was misplaced in r1.89, the optarg that was removed was actually needed | Gilles Chehade |
2015-05-03 | smtpd enqueue -S does not take an argument, fix optstring accordingly | Gilles Chehade |
2015-05-03 | Remove subsections and start documentation of autoinstall only installer | Robert Peichaer |
2015-05-03 | struct usave is unused, and eproc is gone; delete the former and | Philip Guenther |
2015-05-03 | add missing CISS_UNLOCK_SCRATCH/splx calls | Jonathan Gray |
2015-05-03 | Make sure we don't leak bytes from malloced memory in the padding of struct | Philip Guenther |
2015-05-03 | Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. | Philip Guenther |
2015-05-02 | fix build with option DEBUG | Miod Vallat |
2015-05-02 | Die, damned distracting red space. | Kenneth R Westerback |
2015-05-02 | de-castify strtonum to make it consistent again. | Florian Obser |