summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-10-04Check the actual pointer returned by km_alloc(9) instead of the array. TheMark Kettenis
2016-10-04The new thread's userspace v0, a3, and a4 registers are updated inPhilip Guenther
2016-10-03Use detach hook to notify bridge(4) about span port removals.Rafael Zalamena
2016-10-03Fix some bus_dmamap_sync(9) calls.Martin Pieuchot
2016-10-03Convert some of the remaining usages of time_second to time_uptime.Martin Pieuchot
2016-10-03Use detach hook to notify bridge of interface removal instead of addingRafael Zalamena
2016-10-03avoid holding timeout_mutex while interacting with the scheduler.David Gwynne
2016-10-03disable PAT and MTRR in guest VMsMike Larkin
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-10-02Set IFCAP_VLAN_MTU capability in cpsw(4). AvoidsJonathan Gray
2016-10-02Add va_nlink information to struct kinfo_file (so bump the shlib minor)Philip Guenther
2016-10-02The userspace TCB_GET() shouldn't take an argumentPhilip Guenther
2016-10-02Some HABs reset parts of AHCI_PREG_CMD when AHCI_PREG_SCTL_DET_INITPatrick Wildt
2016-10-02Some HBAs report NCQ capability despite only supporting one commandPatrick Wildt
2016-10-02Given that ahci_port_alloc() grabs one CCB for use during NCQ errorPatrick Wildt
2016-10-02Contrary to e. g. the xHCI specification, the AHCI rev. 1.3 specPatrick Wildt
2016-10-02add integer and float encoding macrosJasper Lievisse Adriaanse
2016-10-02Save and restore the (non-standard) USBMODE register around a reset of theMark Kettenis
2016-09-30sync ofp.h from switchd, add missing commentsReyk Floeter
2016-09-30Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboardMark Kettenis
2016-09-30Drop a now unneeded variable initialization; spotted by bluhm@Jeremie Courreges-Anglas
2016-09-30Make read(2) return EISDIR on directories.Jeremie Courreges-Anglas
2016-09-30Accept a packet smaller than ETHERMIN.YASUOKA Masahiko
2016-09-30Compute CR3 target count. Needed for upcoming debugging diff.Mike Larkin
2016-09-30Revert sending router solicitations when a prefix expires and go backFlorian Obser
2016-09-29typo: send ofp messages instead of massages.Reyk Floeter
2016-09-29Make set-field action about tunneling work with bridge_tunneltag.YASUOKA Masahiko
2016-09-29Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoidReyk Floeter
2016-09-28Cast enum to u_int when doing a bounds check to avoid a clang warning thatMark Kettenis
2016-09-28Hide RT_TABLEID_MAX behind __BSD_VISIBLEJeremie Courreges-Anglas
2016-09-28Kill empty ifdef; ok fcambus@Jeremie Courreges-Anglas
2016-09-28Tweak video BIOS pointer check. Current Loongson EFI firmware imagesVisa Hankala
2016-09-28Fix vxlan to use the destination address correctly.YASUOKA Masahiko
2016-09-28Fix the way of checking the length of vxlan packet and made it strict.YASUOKA Masahiko
2016-09-28Add logic for figuring out CPU clock rate and usable memory areasVisa Hankala
2016-09-28Fix a kernel panic that happened when destroying interfaces attached toRafael Zalamena
2016-09-28Do not truncate packets that are attached to PACKET_IN.Reyk Floeter
2016-09-27Protect sbappendaddr() and sorwakeup() with splsoftnet inAlexander Bluhm
2016-09-27Wait until the BSSID is known before adding the MAC context to iwm firmware.Stefan Sperling
2016-09-27Remove empty #ifdef and #ifndef blocksFrederic Cambus
2016-09-27Print the type of operation space that failed as there seem to be more ofMike Larkin
2016-09-27clarify a comment whose text became out of date with the previous commitMike Larkin
2016-09-27read and cache VMFUNC capability during boot. for use in an upcoming diffMike Larkin
2016-09-27typoTheo de Raadt
2016-09-27roll back turning RB into RBT until i get better at this process.David Gwynne
2016-09-27move from RB macros to RBT functionsDavid Gwynne
2016-09-27move pf from the RB macros to the RBT functions.David Gwynne
2016-09-27replace the use of RB macros with the RBT functions.David Gwynne
2016-09-26Avoid calculating offset several times. This was done for a few functions alr...Frederic Cambus
2016-09-26typo in commentStuart Henderson