summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-02forgot to cvs rm locally in previous commitRobert Peichaer
2016-04-02- merge install.sh into install.sub as do_install()Robert Peichaer
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2016-04-02sprinkle spaces to make more obvious which fields we useMarc Espie
2016-04-02mark the bpf_mem ops as Static.David Gwynne
2016-04-02mark the program and buffer as const in bpf_filter()David Gwynne
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-04-02Add support for I2C HID devices with GPIO signalled interrupts.Jonathan Gray
2016-04-02Make the gpio intr_establish callback return an int so the same functionJonathan Gray
2016-04-01update currency exchange rates;Jason McIntyre
2016-04-01Move atomics.h include dance to an earlier stageMike Belopuhov
2016-04-01Revert the clone bitmap enlargement changeMike Belopuhov
2016-04-01Tweak rcctl wording.Antoine Jacoutot
2016-04-01Rename the 'faulty' list action to 'failed'; it clearer.Antoine Jacoutot
2016-04-01no Pp before Sh;Jason McIntyre
2016-04-01Remove outdated unused compat define. mono_time no longer exists andJonathan Gray
2016-04-01Building kernels with PPPOE_SERVER enabled has been broken for at leastJonathan Gray
2016-04-01whitespace at EOLDamien Miller
2016-04-01syncJonathan Gray
2016-03-31For consistency, omit the variable name in rdaemon() prototype.Jeremie Courreges-Anglas
2016-03-31Go in the background much later, to reduce possible silent failures.Jeremie Courreges-Anglas
2016-03-31Increase size of the clone bitmap. A limit of only 64 device clonesMartin Natano
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-03-31If one of the TCP syn cache buckets overflow, it might be a collisionAlexander Bluhm
2016-03-31The USB console port on Aruba 7xxx wireless controllers shows up asReyk Floeter
2016-03-31syncReyk Floeter
2016-03-31Add Aruba CP210x for the integrated "Aruba Networks USB to UART BridgeReyk Floeter
2016-03-31Don't forget to initialize scope_id. This fixes semarie@ and sthen@'sVincent Gross
2016-03-31Remove fallback from moduli to "primes" file that was deprecated in 2001Darren Tucker
2016-03-31remove files that are not built on hppa64Jonathan Gray
2016-03-31Simplify MACHINE tests, the only platforms in the tree without wsdisplayJonathan Gray
2016-03-30Dump strdup()/free() dance and just use a local buffer to translate helpKenneth R Westerback
2016-03-30Add support for multitouch input to wsmouse.Ulf Brosziewski
2016-03-30Cover the case where we are bound to [::] and SO_REUSEADDR is not set.Vincent Gross
2016-03-30Avoid compiler warning about zero-length printf format strings.Todd C. Miller
2016-03-30In setnonblocking() rename "mode" variable to "flags".Todd C. Miller
2016-03-30The change to make mkstemp(3) require at least 6 trailing Xs brokeTodd C. Miller
2016-03-30Better support for alphas without all IEEE-mode instructionsAndrew Fresh
2016-03-30Fix optimization for alphas without the ``precise arithmetic trap'' extensionAndrew Fresh
2016-03-30syncTheo de Raadt
2016-03-30syncTheo de Raadt
2016-03-30Bump the listen() backlog up, some people have scripts that run up a lotNicholas Marriott
2016-03-30Use in6_pcbhashlookup() in in6_pcbconnect(). We don't need in_pcblookup()Vincent Gross
2016-03-30BIOCGQUEUE and BIOCSQUEUE are no moreDavid Gwynne
2016-03-30remove support for BIOCGQUEUE and BIOSGQUEUEDavid Gwynne
2016-03-30replace bridge_m_dup with m_dup_pkt.David Gwynne
2016-03-30Clear local and remote ARP cache for every subtest.Alexander Bluhm
2016-03-30Implement proxy ARP for ART based on mpath support.Martin Pieuchot
2016-03-30Hook up the gpio interrupt on devices that use it for card detection.Mark Kettenis