Age | Commit message (Expand) | Author |
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 |
2016-09-01 | Move RTM_GET into its own case block not intermixing it with RTM_CHANGE | Claudio Jeker |
2016-09-01 | Make vcpu_reset_regs use new writeregs code | Stefan Kempf |
2016-09-01 | Disable the RTF_UP kassert check in rtisvalid() for now as it can | Alexander Bluhm |
2016-09-01 | Add ioctls to get/set VCPU registers | Stefan Kempf |
2016-09-01 | Remove the clock hack, and properly handle interrupts generated from vmd(8)'s | Mike Larkin |
2016-09-01 | make the version symbol a fixed size (512) to reduce the potential for | Ted Unangst |
2016-09-01 | Fix undefined behaviour when comparing pointers by casting them to vaddr_t. | akfaew |
2016-09-01 | MPSAFE is never used, so get rid of it. | akfaew |
2016-09-01 | Get rid of 'relebad:'. | akfaew |
2016-09-01 | Move the RTF_LOCAL check that only makes sense for userland to | Martin Pieuchot |
2016-09-01 | remove three more sparc references noticed by jsg | Ted Unangst |
2016-09-01 | Import switch(4), an in-kernel OpenFlow switch which can work alone. | Kazuya Goda |
2016-09-01 | add iatp(4), a driver for the i2c touchpad and touchscreen found on | Joshua Stein |
2016-09-01 | whitespace | Joshua Stein |
2016-09-01 | Always initialize error code returned from iwm_firmware_load_chunk(). | Stefan Sperling |
2016-09-01 | for broadwell HIDs, apply a magic write found in linux that is | Joshua Stein |
2016-09-01 | - disable controller when we're done using it | Joshua Stein |
2016-09-01 | - separate hid and ihidev attachment for upcoming drivers | Joshua Stein |
2016-09-01 | Use rtable_match() rather than rtalloc() when looking for an existing | Martin Pieuchot |
2016-09-01 | retire sparc | Ted Unangst |
2016-09-01 | do not enter sparc | Theo de Raadt |
2016-09-01 | Celebrate OpenBSD 6.0 release by retiring the sparc port. | Ted Unangst |
2016-09-01 | RTM_CHANGE should not allow to change the gateway of a mpath route. | Martin Pieuchot |
2016-09-01 | one less sparc | Ted Unangst |