summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-09-01Move RTM_GET into its own case block not intermixing it with RTM_CHANGEClaudio Jeker
2016-09-01Make vcpu_reset_regs use new writeregs codeStefan Kempf
2016-09-01Disable the RTF_UP kassert check in rtisvalid() for now as it canAlexander Bluhm
2016-09-01Add ioctls to get/set VCPU registersStefan Kempf
2016-09-01Remove the clock hack, and properly handle interrupts generated from vmd(8)'sMike Larkin
2016-09-01make the version symbol a fixed size (512) to reduce the potential forTed Unangst
2016-09-01Fix undefined behaviour when comparing pointers by casting them to vaddr_t.akfaew
2016-09-01MPSAFE is never used, so get rid of it.akfaew
2016-09-01Get rid of 'relebad:'.akfaew
2016-09-01Move the RTF_LOCAL check that only makes sense for userland toMartin Pieuchot
2016-09-01remove three more sparc references noticed by jsgTed Unangst
2016-09-01Import switch(4), an in-kernel OpenFlow switch which can work alone.Kazuya Goda
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
2016-09-01whitespaceJoshua Stein
2016-09-01Always initialize error code returned from iwm_firmware_load_chunk().Stefan Sperling
2016-09-01for broadwell HIDs, apply a magic write found in linux that isJoshua Stein
2016-09-01- disable controller when we're done using itJoshua Stein
2016-09-01- separate hid and ihidev attachment for upcoming driversJoshua Stein
2016-09-01Use rtable_match() rather than rtalloc() when looking for an existingMartin Pieuchot
2016-09-01retire sparcTed Unangst
2016-09-01do not enter sparcTheo de Raadt
2016-09-01Celebrate OpenBSD 6.0 release by retiring the sparc port.Ted Unangst
2016-09-01RTM_CHANGE should not allow to change the gateway of a mpath route.Martin Pieuchot
2016-09-01one less sparcTed Unangst
2016-09-01remove another straggler hunted down by miodTed Unangst
2016-09-01openbsd.randomdata became RO in userland due to the RELRO work. We shouldTheo de Raadt
2016-09-01Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITEMark Kettenis
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2016-09-01Fix comment in sys/sem.hTom Cosgrove
2016-09-01Remove last mention of nonexistent ktr_kuser()Tom Cosgrove
2016-09-01space -> tabKenji Aoyama
2016-08-31Remove unused RTF_MASK route flag.Alexander Bluhm
2016-08-31this little piggy tried to stay aroundTheo de Raadt
2016-08-31Remove rt leftovers in isapnp, unbreak kernel config.Alexander Bluhm
2016-08-31pl011 and pl031 are licenseable peripherals from arm present in multiple socs.Jonathan Gray
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31Don't put a device in the wake device list if _STA says it's not there.Mike Larkin