summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-14Check whether a string from imsg is empty by dereferencing the char*mmcc
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-14remove roaming support; ok djm@Markus Friedl
2016-01-14Kill unused variable 'lfile'.Kenneth R Westerback
2016-01-14Disable experimental client-side roaming support. Server side wasTheo de Raadt
2016-01-14Grab the KERNEL_LOCK before delivering a message to the routing socketMartin Pieuchot
2016-01-14Fixup a merge errorMike Belopuhov
2016-01-14detect multiple root queues on a single interface and give a nice errorHenning Brauer
2016-01-14Increase buffer sizes and watermarks for tty and pppStefan Fritsch
2016-01-14No need for a splnet() dance around IFQ_DEQUEUE() anymore.Martin Pieuchot
2016-01-14Display struct event more like other structs: show all members and use cppPhilip Guenther
2016-01-14Move more unused files to attic.Kenneth R Westerback
2016-01-14Don't include hfs_misc.h, which no longer contains anything of use.Kenneth R Westerback
2016-01-14Nuke 'HFS_name' field which was not referenced now other than settingKenneth R Westerback
2016-01-14regenDavid Gwynne
2016-01-14there are two types of samsung sm951David Gwynne
2016-01-14Remove code supporting undocumented and inaccessible flags 'a'Kenneth R Westerback
2016-01-14stdio.h is not needed here anymore.Mike Larkin
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