summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15Moxa CP-168U, from Olaf SchreckTheo de Raadt
2016-01-15intr_barrier for sh/landisk; tobiasu noticed the need as wellTheo de Raadt
2016-01-15add missing HISTORY section to iwm and iwn man pages; ok jmctj
2016-01-15Cleanup dmesg output, disable debugging; prodding and suggestions from reyk@Mike Belopuhov
2016-01-15All emulated networking interfaces are taken over by xnf(4) nowMike Belopuhov
2016-01-15Convert to uiomove(); from Martin NatanoStefan Kempf
2016-01-15remove a macro that was made an identity function by my previous commitmmcc
2016-01-15Initialize a struct kill_info and an associated int in the declarationsmmcc
2016-01-15Two more for the attic.Kenneth R Westerback
2016-01-15Replace bitfield_get() and bitfield_set() abstraction with simple maskingKenneth R Westerback
2016-01-15Detach emulated network devices if Netfront driver is enabledMike Belopuhov
2016-01-15Move files.hid above files.i2c to fix armish buildTobias Ulmer
2016-01-15Introduce the 'eigrpctl clear neighbors' command.Renato Westphal
2016-01-15For each prefix, order routes by their nexthop.Renato Westphal
2016-01-15Better handle explicit nexthops.Renato Westphal
2016-01-15Fix detection of the Stuck-in-Active (SIA) state.Renato Westphal
2016-01-15Several fixes in the Conditionally Received (CR) mode.Renato Westphal
2016-01-15Fix bug that happened when a passive interface was shut down and thenRenato Westphal
2016-01-15Minor tweaks.Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Do not set the EoT flag in the last startup update.Renato Westphal
2016-01-15Split TLV constants into subcomponents to simplify the code.Renato Westphal
2016-01-15Avoid the use of inet_pton() whenever possible.Renato Westphal
2016-01-15Order the routing instances by AF and then by AS.Renato Westphal
2016-01-15Improve the socket panic messages further. claudio@ wants to seeAlexander Bluhm
2016-01-15KASSERT on refcnt underflow.David Gwynne
2016-01-15document "show socket".David Gwynne
2016-01-15Clear the environment properly by looping until it is empty rather thanNicholas Marriott
2016-01-15A couple of missing printflike attributes, from Andrey Starodubtsev.Nicholas Marriott
2016-01-15print TAILQ_NEXT(so, so_qe) tooDavid Gwynne
2016-01-15add a "show socket" command to ddbDavid Gwynne
2016-01-15Add support for parsing 'hyper' and 'quad' types, as per RFC4506.Jasper Lievisse Adriaanse
2016-01-15when enabling the controller, wait till CSTS.RDY lights up.David Gwynne
2016-01-15feng shui.David Gwynne
2016-01-15fix calculation of the max queue entries supported valueDavid Gwynne
2016-01-15handle the version register like ahci.David Gwynne
2016-01-15wrap up dma syncs for the whole mapping.David Gwynne
2016-01-15Remove preprocessor conditions (checking for ancient OSs) that try tommcc
2016-01-15rs_malloc() does not need to be castmmcc
2016-01-15syncTheo de Raadt
2016-01-14fd leaks; report Qualys Security Advisory team; ok deraadt@Markus Friedl
2016-01-14Check the return value of snprintf() for potential overflow insteadTodd C. Miller
2016-01-14Avoid potential read of one byte before the start of a malloc()edTodd C. Miller
2016-01-14Use _PATH_DEFPATH if no PATH in the environment when invoked as which.Todd C. Miller
2016-01-14Attach dwiic(4) on the Intel Bay Trail i2c controllers as well.Mark Kettenis
2016-01-14Several fixes for dwiic(4).Mark Kettenis
2016-01-14Use I2C_F_POLL flag when acquiring and releasing the i2c bus in theMark Kettenis
2016-01-14When iterating over the report IDs to calculate the maximum size, takeMark Kettenis
2016-01-14Eable ikbd(4).Mark Kettenis
2016-01-14Driver for HID-over-i2c keyboards.Mark Kettenis