Age | Commit message (Expand) | Author |
2015-11-23 | No longer need 'option VMM', declaring the vmm0 device is sufficient. | Theo de Raadt |
2015-11-23 | sync to GENERIC | Theo de Raadt |
2015-11-23 | the "getpw" test for /dev/tty is only needed for readpassphrase(3), | Theo de Raadt |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-23 | Use if_get() rather than rt_ifp. | Martin Pieuchot |
2015-11-23 | There's no longer a need to include <net/hfsc.h> in <net/if_var.h> | Martin Pieuchot |
2015-11-23 | if_start needs splnet. help/ok dlg@ | Stuart Henderson |
2015-11-23 | Do not include <sys/atomic.h> inside <sys/refcnt.h>. | Martin Pieuchot |
2015-11-23 | Include <sys/atomic.h> when atomic operations are used. | Martin Pieuchot |
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot |
2015-11-23 | need sys/device.h | Theo de Raadt |
2015-11-23 | Back out the CRITICAL change, turn it back from 10% to 25%. Some | Reyk Floeter |
2015-11-22 | too many arguments to function 'ifq_deq_begin' | David Gwynne |
2015-11-22 | regen | Mark Kettenis |
2015-11-22 | Unknown device in a MacBookPro9,2. Almost certainly the first generation | Mark Kettenis |
2015-11-22 | regen | Mark Kettenis |
2015-11-22 | Broadcom BCM4331. From Ossi Herrala. | Mark Kettenis |
2015-11-22 | For "disklabel", allow sysctl mach.chr2kblk and ioctl BIOCINQ/BIOCVOL | Theo de Raadt |
2015-11-22 | "getpw" should also allow access to /etc/netid | Theo de Raadt |
2015-11-22 | Remove drm_gem_object_alloc() and associated infrastructure. It's unused and | Mark Kettenis |
2015-11-22 | The "CRITICAL" APM battery level, that is exported/faked by the ACPI | Reyk Floeter |
2015-11-22 | fix uninitialised variable use in nep_rx_proc() | Jonathan Gray |
2015-11-21 | The drm irq stuff isn't actually used on OpenBSD. Using the PCI device | Mark Kettenis |
2015-11-21 | Make this work with 64-bit memory BARs such as those found on the new | Mark Kettenis |
2015-11-21 | Retire ml_requeue(9) and mq_requeue(9). | Martin Pieuchot |
2015-11-21 | Add a comment after every #endif | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-11-21 | Prevent disabling vmm mode if a VM is still running. | Martin Pieuchot |
2015-11-21 | Do not create a VM if vmm mode hasn't been enable. | Martin Pieuchot |
2015-11-21 | Do not use boolean_t outside of /sys/uvm | Martin Pieuchot |
2015-11-21 | dont check IFF_OACTIVE to see if the port is busy. | David Gwynne |
2015-11-21 | remove completely pledge_socket() from listen(2) and accept(2). | Sebastien Marie |
2015-11-21 | Add V4L2_FMT_FLAG_EMULATED | Ingo Feinerer |
2015-11-21 | Drop sysctl leftovers. | Visa Hankala |
2015-11-21 | simplify ifq_deq_rollback by only having it unlock. | David Gwynne |
2015-11-21 | error: too many arguments to function 'ifq_deq_begin' | David Gwynne |
2015-11-21 | provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list. | David Gwynne |
2015-11-20 | Neuter the pledge domain checking for listen, getpeername, and getsockname | Theo de Raadt |
2015-11-20 | Permit msync(2) in the "stdio" set; only a few programs use it related | Theo de Raadt |
2015-11-20 | Add pledge "disklabel", which allows sysctl kern.rawpartition, a | Theo de Raadt |
2015-11-20 | Make cnmac compile again after IF_DROP() removal. Just bail out if the | Visa Hankala |
2015-11-20 | Missed in previous, pointed by benoit@ | Martin Pieuchot |
2015-11-20 | Initialise the ifidx to 0 (no interface) in rtredirect() to avoid using | Jonathan Gray |
2015-11-20 | Revert all the changes to run the tx completion path wihtout holding the | Martin Pieuchot |
2015-11-20 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-20 | Keep if_ref() private, if_get() is what you want to use before if_put(). | Martin Pieuchot |
2015-11-20 | Prefer if_get() over if_ref() when checking if the interface has been | Martin Pieuchot |
2015-11-20 | sppp(4) is now only used for pppoe(4) which doesn't use framing, so remove | Stuart Henderson |