Age | Commit message (Expand) | Author |
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 |
2016-01-13 | Remove obsolete flags (h, v, i, c) from getopt() call. | Kenneth R Westerback |
2016-01-13 | Nuke unused enum. | Kenneth R Westerback |
2016-01-12 | #define LOFF_T off_t | Kenneth R Westerback |
2016-01-12 | use explicit_bzero() more liberally in the buffer code; ok deraadt | Damien Miller |
2016-01-12 | Move prototypes of local functions from lp.h to the .c files and make | tb |
2016-01-12 | remove lint annotations | mmcc |
2016-01-12 | naddy observed the TSC fallback code could encounter (high word) %edx | Theo de Raadt |
2016-01-12 | Another unused file for the attic. | Kenneth R Westerback |
2016-01-12 | The only thing in pdisk.h is an unused #define. So don't include it. | Kenneth R Westerback |
2016-01-12 | Move unused files to attic. | Kenneth R Westerback |
2016-01-12 | Use normal err/errx/warn/warnx rather than handrolling new ones. Move | Kenneth R Westerback |
2016-01-12 | properly initialize quirks before sending them to hid layer, broken | Joshua Stein |
2016-01-12 | zap trailing whitespace | Theo de Raadt |
2016-01-12 | accurately describe that the (3) malloc option settings are only | Theo de Raadt |
2016-01-12 | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant | mmcc |
2016-01-12 | rename new i2c_attach_args fields to avoid conflict with cpp magic in | Theo de Raadt |
2016-01-12 | Let smtpd start on machines without a FQDN as hostname. | Sunil Nimmagadda |
2016-01-12 | dev/isa/isavar.h does not appear to be needed by any of consumers. | Theo de Raadt |