summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-12-06When building ND packets use m_align() to pack the mbuf as optimal asClaudio Jeker
2018-12-06Avoid unnecessary dynamic memory allocation in athn_usb_newauth().Stefan Sperling
2018-12-05Use a time-based method for tracking motion states of touches.Ulf Brosziewski
2018-12-05Correctly disable pvclock(4) on old hardware that lack a stable clockReyk Floeter
2018-12-05usb_block_allocmem() won't sleep.Gerhard Roth
2018-12-05Do not call usbd_delay_ms() from interrupt context.Martin Pieuchot
2018-12-05free(9) sizes for softcs.Martin Pieuchot
2018-12-05free(9) size for temporary buffer.Martin Pieuchot
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-12-04Add processor IDs for several OCTEON II and III SoCs.Visa Hankala
2018-12-04Use m_align() and while there reorder the pkthdr initalisation a bit.Claudio Jeker
2018-12-04Unify messaged printed when we can't estiblish an interrupt.Mark Kettenis
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-12-03Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDRClaudio Jeker
2018-12-03Do not process the top 32 bits of the 64 bit interrupt mask registerVisa Hankala
2018-12-03Remove the unused interrupt type (edge/level) from the mace interruptVisa Hankala
2018-12-03In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter freesClaudio Jeker
2018-12-03Avoid uint32_t in _lock.h so users of rwlock.h mutex.h etc don't have toJonathan Gray
2018-12-02Include "com.h" to fix using a puc(4) based serial port as serial consoleMark Kettenis
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherFrederic Cambus
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.Frederic Cambus
2018-11-30regenMike Larkin
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
2018-11-30MH_ALIGN -> m_alignClaudio Jeker
2018-11-30MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so thatClaudio Jeker
2018-11-30MH_ALIGN -> m_align and make the spacing look the same in all three places.Claudio Jeker
2018-11-30Switch MH_ALIGN to m_align which is the same.Claudio Jeker
2018-11-30Trivial MH_ALIGN/M_ALIGN to m_align conversions.Claudio Jeker
2018-11-29allow configuration of ecn processingDavid Gwynne
2018-11-29restrict setting ecn to rootDavid Gwynne
2018-11-29allow configuration of ecn propagation on tunnel interfaces.David Gwynne
2018-11-28Further cleanup of icmp_do_error.Claudio Jeker
2018-11-27EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload.cheloha
2018-11-27Free sizes for the subdevs array.Martin Pieuchot
2018-11-27Attach the driver only if the stack managed to set the configuration.Martin Pieuchot
2018-11-25spelling; from miodJason McIntyre
2018-11-25regenDaniel Dickman
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-24only attach pvclock(4) inside a KVM guestPeter Hessler
2018-11-23Change rtable_mpath_reprio() to take the prefixlen as argument instead ofClaudio Jeker
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-21In unp_internalize() check the length more carefully preventing anClaudio Jeker
2018-11-21When using MSG_PEEK to peak into packets skip control messages holdingClaudio Jeker
2018-11-21free(9) sizes for bread_cluser().Martin Pieuchot
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20Add support for TIOCGPGRP ioctl commands to wscons.anton
2018-11-20No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton
2018-11-20Revert free sizes for `subdevs' array, it is incorrect.Martin Pieuchot