Age | Commit message (Expand) | Author |
2016-09-03 | If sosend() cannot allocate a large cluster, try a small one as | Alexander Bluhm |
2016-09-03 | suppress some cpuid bits for hardware we either don't support yet or | Mike Larkin |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-09-03 | bump PACKET_TAG_MAXSIZE from 52 to 60 bytes to make room for the | Reyk Floeter |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-03 | Remove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). | Stefan Sperling |
2016-09-03 | fix typo "mode" -> "model" when referring to "Model specific registers" | Mike Larkin |
2016-09-03 | Do not reinitialize __guard_local if it is 0. This cannot be done | Theo de Raadt |
2016-09-03 | Make .openbsd.randomdata section RO. Highlight is that the stack protector | Theo de Raadt |
2016-09-03 | Get rid of the various iwm_free_* wrappers around iwm_dma_contig_free(). | Stefan Sperling |
2016-09-03 | add SDBG to cpuid bits and identcpu | Mike Larkin |
2016-09-03 | Get rid of iwm_mvm_send_add_sta_cmd_status() which is a pointless wrapper | Stefan Sperling |
2016-09-03 | Since the initial entropy pool is 8192 bytes, we need three pages to create | Mark Kettenis |
2016-09-03 | provide better interrupt responsiveness by exiting to vmd whenever | Mike Larkin |
2016-09-03 | Return immediately when m_getuio() fails by invalid uio parameter. | YASUOKA Masahiko |
2016-09-03 | Use macros for iwm(4) bitmask definitions instead of enums. | Stefan Sperling |
2016-09-03 | Remove routes added by the kernel before userland ones. | Martin Pieuchot |
2016-09-03 | Use per-ifp tasks to process incoming packets. | Martin Pieuchot |
2016-09-03 | add wxneeded to the proc flags print list | Ted Unangst |
2016-09-02 | add a concept of 'verified auth' to sessions. When set via ioctl, | Ted Unangst |
2016-09-02 | Enable SGI for iwn(4). | Stefan Sperling |
2016-09-02 | Enable SGI for iwm(4). | Stefan Sperling |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-09-02 | Mask out lower bits of randomly selected address | Stefan Kempf |
2016-09-02 | The policy field in struct iwm_time_event_cmd_v2 is just a 16bit integer, | Stefan Sperling |
2016-09-02 | Fix off-by-one error in the IWM_NUM_UCODE_TLV_CAPA range check. | Stefan Sperling |
2016-09-02 | Although this doesn't seem to cause any issue at the moment, using an | Stefan Sperling |
2016-09-02 | The iwm_poll_bit() function in iwm(4) returns 1 on success, and 0 on failure. | Stefan Sperling |
2016-09-02 | The struct iwm_rbuf definition, and the wantresp field in struct | Stefan Sperling |
2016-09-02 | Remove unused argument in aml_showvalue(). | Paul Irofti |
2016-09-02 | in6_selectroute should never get a valid struct route * filled with something | Vincent Gross |
2016-09-02 | After allocating a single 64 KB mbuf cluster in sosend(), the sending | Alexander Bluhm |
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler |
2016-09-02 | Consider when a prefix expires when sending solicitations instead of | Florian Obser |
2016-09-02 | provide a pool_setipl so tcpdump can compile this file | David Gwynne |
2016-09-02 | provide an implementation of red black trees using functions | David Gwynne |
2016-09-02 | Pass M_ZERO when allocating memory for "struct usbd_endpoint". | Martin Pieuchot |
2016-09-02 | Cleanup usbd_fill_iface_data() to make it easier to check for bad | Martin Pieuchot |
2016-09-02 | pool_setipl for pf bits | David Gwynne |
2016-09-02 | Variable 'imp' is set earlier in cd9660_mount() if it's needed (when | Tom Cosgrove |
2016-09-02 | Add switch(4) support to ifconfig | Kazuya Goda |
2016-09-02 | Don't bother with 'ghpartnum' in gpt_chk_hdr(); it's not used | Tom Cosgrove |
2016-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-09-02 | Go through the set function like normal people; no functional change. | Florian Obser |
2016-09-02 | Do not free the configuration descriptor without setting ``dev->cdesc'' | Martin Pieuchot |
2016-09-02 | Prevent a NULL dereference, triggerable with a crafted configuration | Martin Pieuchot |
2016-09-02 | Avoid calling usbd_set_config_index() in *_attach() and let the stack | Martin Pieuchot |
2016-09-02 | Remove variables 'm' and 'uio' that are only ever assigned to | Tom Cosgrove |
2016-09-02 | No need to set 'error' to 0 at the beginning of acx_encap(), as | Tom Cosgrove |
2016-09-01 | No longer needed to special case RTM_GET in these if statements since | Claudio Jeker |