Age | Commit message (Expand) | Author |
2016-01-14 | Check whether a string from imsg is empty by dereferencing the char* | mmcc |
2016-01-14 | Add support for a variety of USB devices. | Visa Hankala |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2016-01-14 | Kill unused variable 'lfile'. | Kenneth R Westerback |
2016-01-14 | Disable experimental client-side roaming support. Server side was | Theo de Raadt |
2016-01-14 | Grab the KERNEL_LOCK before delivering a message to the routing socket | Martin Pieuchot |
2016-01-14 | Fixup a merge error | Mike Belopuhov |
2016-01-14 | detect multiple root queues on a single interface and give a nice error | Henning Brauer |
2016-01-14 | Increase buffer sizes and watermarks for tty and ppp | Stefan Fritsch |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2016-01-14 | Display struct event more like other structs: show all members and use cpp | Philip Guenther |
2016-01-14 | Move more unused files to attic. | Kenneth R Westerback |
2016-01-14 | Don't include hfs_misc.h, which no longer contains anything of use. | Kenneth R Westerback |
2016-01-14 | Nuke 'HFS_name' field which was not referenced now other than setting | Kenneth R Westerback |
2016-01-14 | regen | David Gwynne |
2016-01-14 | there are two types of samsung sm951 | David Gwynne |
2016-01-14 | Remove code supporting undocumented and inaccessible flags 'a' | Kenneth R Westerback |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-14 | fix typo | mmcc |
2016-01-14 | add brackets to avoid an operator precedence bug | Jonathan Gray |
2016-01-13 | Change aml_find_node() such that it only walks down the tree and doesn't | Mark Kettenis |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2016-01-13 | eliminate fallback from untrusted X11 forwarding to trusted | Damien Miller |
2016-01-13 | unify two identical function pairs now that we've removed less's off_t | mmcc |
2016-01-13 | To make bug hunting easier, print more information in the soreceive() | Alexander Bluhm |
2016-01-13 | Drop implementation notes section | Mike Belopuhov |
2016-01-13 | Bump number of tx fragments to the stock value of 18 | Mike Belopuhov |
2016-01-13 | Enable Xen support in GENERIC; discussed with deraadt@ | Mike Belopuhov |
2016-01-13 | Implement transmit watchdog for testing purposes | Mike Belopuhov |
2016-01-13 | spacing typos | Mike Belopuhov |
2016-01-13 | Create rx and tx fragment maps with a page size boundary restriction | Mike Belopuhov |
2016-01-13 | Convert to uiomove(); from Martin Natano, thanks! | Stefan Kempf |
2016-01-13 | fix hid packet length calculation | Joshua Stein |
2016-01-13 | Revert most of if_iwm.c r1.155. Use of channel zero was a symptom of | Stefan Sperling |
2016-01-13 | Fix fallout from turbo mode removal commit: Channel initialization | Stefan Sperling |
2016-01-13 | "Check UDP length for short as well as long values" - apply the fix from | Stuart Henderson |
2016-01-13 | fix exit status on pledge fail, eval here should be 2. | Gleydson Soares |
2016-01-13 | there's a resource leak here. missing a fclose(3) to kill the stream. | Gleydson Soares |
2016-01-13 | Update the comments in vmctl.c that are describing function arguments. | Reyk Floeter |
2016-01-13 | fix remaining sudo reference (s,sudo,doas,) | Gleydson Soares |
2016-01-13 | kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu... | Gleydson Soares |
2016-01-13 | Update the comment that is decribing terminate_vm()'s arguments, | Reyk Floeter |
2016-01-13 | Don't confuse the HID descriptor address (which really is an office into the | Mark Kettenis |
2016-01-13 | Add data structures and defines for Generic and I2C Serial Bus Connection | Mark Kettenis |
2016-01-13 | Implement VFS read clustering for MSDOSFS. | Martin Pieuchot |
2016-01-13 | Prevent a double if_put(). | Martin Pieuchot |
2016-01-13 | Make 'ifconfig $if mode' a valid subcommand that works independently of | Stefan Sperling |
2016-01-13 | Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0. | Stefan Sperling |
2016-01-13 | Fix iwn(4) firmware SYSASSERT during hardware initialization. | Stefan Sperling |
2016-01-13 | dont propagate any of the parent interfaces offload features on svlan | David Gwynne |