summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-14fix typommcc
2016-01-14add brackets to avoid an operator precedence bugJonathan Gray
2016-01-13Change aml_find_node() such that it only walks down the tree and doesn'tMark Kettenis
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2016-01-13eliminate fallback from untrusted X11 forwarding to trustedDamien Miller
2016-01-13unify two identical function pairs now that we've removed less's off_tmmcc
2016-01-13To make bug hunting easier, print more information in the soreceive()Alexander Bluhm
2016-01-13Drop implementation notes sectionMike Belopuhov
2016-01-13Bump number of tx fragments to the stock value of 18Mike Belopuhov
2016-01-13Enable Xen support in GENERIC; discussed with deraadt@Mike Belopuhov
2016-01-13Implement transmit watchdog for testing purposesMike Belopuhov
2016-01-13spacing typosMike Belopuhov
2016-01-13Create rx and tx fragment maps with a page size boundary restrictionMike Belopuhov
2016-01-13Convert to uiomove(); from Martin Natano, thanks!Stefan Kempf
2016-01-13fix hid packet length calculationJoshua Stein
2016-01-13Revert most of if_iwm.c r1.155. Use of channel zero was a symptom ofStefan Sperling
2016-01-13Fix fallout from turbo mode removal commit: Channel initializationStefan Sperling
2016-01-13"Check UDP length for short as well as long values" - apply the fix fromStuart Henderson
2016-01-13fix exit status on pledge fail, eval here should be 2.Gleydson Soares
2016-01-13there's a resource leak here. missing a fclose(3) to kill the stream.Gleydson Soares
2016-01-13Update the comments in vmctl.c that are describing function arguments.Reyk Floeter
2016-01-13fix remaining sudo reference (s,sudo,doas,)Gleydson Soares
2016-01-13kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu...Gleydson Soares
2016-01-13Update the comment that is decribing terminate_vm()'s arguments,Reyk Floeter
2016-01-13Don't confuse the HID descriptor address (which really is an office into theMark Kettenis
2016-01-13Add data structures and defines for Generic and I2C Serial Bus ConnectionMark Kettenis
2016-01-13Implement VFS read clustering for MSDOSFS.Martin Pieuchot
2016-01-13Prevent a double if_put().Martin Pieuchot
2016-01-13Make 'ifconfig $if mode' a valid subcommand that works independently ofStefan Sperling
2016-01-13Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.Stefan Sperling
2016-01-13Fix iwn(4) firmware SYSASSERT during hardware initialization.Stefan Sperling
2016-01-13dont propagate any of the parent interfaces offload features on svlanDavid Gwynne
2016-01-13Remove obsolete flags (h, v, i, c) from getopt() call.Kenneth R Westerback
2016-01-13Nuke unused enum.Kenneth R Westerback
2016-01-12#define LOFF_T off_tKenneth R Westerback
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtDamien Miller
2016-01-12Move prototypes of local functions from lp.h to the .c files and maketb
2016-01-12remove lint annotationsmmcc
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-12Another unused file for the attic.Kenneth R Westerback
2016-01-12The only thing in pdisk.h is an unused #define. So don't include it.Kenneth R Westerback
2016-01-12Move unused files to attic.Kenneth R Westerback
2016-01-12Use normal err/errx/warn/warnx rather than handrolling new ones. MoveKenneth R Westerback
2016-01-12properly initialize quirks before sending them to hid layer, brokenJoshua Stein
2016-01-12zap trailing whitespaceTheo de Raadt
2016-01-12accurately describe that the (3) malloc option settings are onlyTheo de Raadt
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2016-01-12rename new i2c_attach_args fields to avoid conflict with cpp magic inTheo de Raadt
2016-01-12Let smtpd start on machines without a FQDN as hostname.Sunil Nimmagadda
2016-01-12dev/isa/isavar.h does not appear to be needed by any of consumers.Theo de Raadt