summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary dynamic memory allocation in athn_usb_newauth().stsp2018-12-061-10/+5
* Use a time-based method for tracking motion states of touches.bru2018-12-051-50/+81
* Correctly disable pvclock(4) on old hardware that lack a stable clockreyk2018-12-051-3/+24
* usb_block_allocmem() won't sleep.gerhard2018-12-051-4/+1
* Do not call usbd_delay_ms() from interrupt context.mpi2018-12-051-2/+1
* free(9) sizes for softcs.mpi2018-12-051-6/+8
* free(9) size for temporary buffer.mpi2018-12-051-7/+7
* Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg2018-12-0510-10/+20
* Add processor IDs for several OCTEON II and III SoCs.visa2018-12-045-5/+39
* Use m_align() and while there reorder the pkthdr initalisation a bit.claudio2018-12-041-8/+6
* Unify messaged printed when we can't estiblish an interrupt.kettenis2018-12-044-8/+8
* Add support for RTL8192EU adapters, partly taken from netbsd.jmatthew2018-12-044-193/+1207
* Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDRclaudio2018-12-033-14/+17
* Do not process the top 32 bits of the 64 bit interrupt mask registervisa2018-12-031-3/+3
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-038-21/+17
* In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter freesclaudio2018-12-031-2/+4
* Avoid uint32_t in _lock.h so users of rwlock.h mutex.h etc don't have tojsg2018-12-031-2/+2
* Include "com.h" to fix using a puc(4) based serial port as serial consolekettenis2018-12-021-1/+3
* Remove artefacts from 'C', 'c' and 'F' characters, to match the otherfcambus2018-12-021-4/+4
* Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.fcambus2018-12-025-1/+31577
* regenmlarkin2018-11-302-2/+12
* Add another Xeon E3-1200 v6/7 host device.mlarkin2018-11-301-1/+3
* MH_ALIGN -> m_alignclaudio2018-11-301-2/+2
* MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so thatclaudio2018-11-301-3/+4
* MH_ALIGN -> m_align and make the spacing look the same in all three places.claudio2018-11-301-6/+6
* Switch MH_ALIGN to m_align which is the same.claudio2018-11-301-2/+2
* Trivial MH_ALIGN/M_ALIGN to m_align conversions.claudio2018-11-302-7/+7
* allow configuration of ecn processingdlg2018-11-292-16/+131
* restrict setting ecn to rootdlg2018-11-291-1/+2
* allow configuration of ecn propagation on tunnel interfaces.dlg2018-11-291-1/+4
* Further cleanup of icmp_do_error.claudio2018-11-281-19/+13
* EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload.cheloha2018-11-271-2/+6
* Free sizes for the subdevs array.mpi2018-11-272-5/+9
* Attach the driver only if the stack managed to set the configuration.mpi2018-11-271-2/+3
* spelling; from miodjmc2018-11-252-8/+8
* regendaniel2018-11-252-2/+7
* Add core4g thermal id; ok mlarkin.daniel2018-11-251-1/+2
* print more details about the join'd networks we have saved when a user runsphessler2018-11-253-3/+59
* only attach pvclock(4) inside a KVM guestphessler2018-11-241-2/+4
* Change rtable_mpath_reprio() to take the prefixlen as argument instead ofclaudio2018-11-233-14/+10
* Add the pvclock(4) guest driver for paravirtual clocksreyk2018-11-235-4/+243
* Remove useless assignment, value is overwritten right after being set.fcambus2018-11-221-2/+1
* In unp_internalize() check the length more carefully preventing anclaudio2018-11-211-1/+3
* When using MSG_PEEK to peak into packets skip control messages holdingclaudio2018-11-212-11/+20
* free(9) sizes for bread_cluser().mpi2018-11-211-5/+5
* fix whitespace in debugging functionphessler2018-11-201-6/+6
* Add support for TIOCGPGRP ioctl commands to wscons.anton2018-11-203-3/+24
* No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton2018-11-203-22/+3
* Revert free sizes for `subdevs' array, it is incorrect.mpi2018-11-202-9/+5
* Make rtable_satoplen() a bit more strict when parsing netmasks. Ensureclaudio2018-11-201-19/+12