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