summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo in commentmmcc2015-12-011-2/+2
* Add support for the touchpad found on the MacBooPro12,1.kettenis2015-11-301-13/+61
* Make it possible to detach bge(4).kettenis2015-11-292-72/+117
* Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC,kettenis2015-11-292-2/+15
* Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) superkettenis2015-11-291-1/+7
* Convert the simple list of multipath route entries used by ART kernelsmpi2015-11-293-32/+73
* Disk size in blocks is LastBlock+1. Fix whitespace nit.krw2015-11-291-3/+4
* Use if_get() rather than dereferencing rt_ifp in ip6_getpmtu().mpi2015-11-291-14/+25
* Fix an hypotetical NULL dereference which might become true once the TCPmpi2015-11-291-9/+5
* On a SMALL_KERNEL, pledge "pf" has to be a no-op. We cannot matchderaadt2015-11-291-1/+3
* Add pledge "pf" which allows ioctls on pf(4). This will be used bybenno2015-11-292-4/+29
* rework dc_start and dc_encap to take advantage of m_defrag.dlg2015-11-281-97/+73
* Use the same function as kern/subr_disk.c and fdisk/mbr.c to checkkrw2015-11-281-17/+56
* move buffer size adjustment to buf_adjcnt - from Walter Netobeck2015-11-286-13/+21
* Convert pppoe(4) to use if_get()/if_put(): instead of storing areyk2015-11-281-24/+50
* pledge: allow getsockopt IP_IPDEFTTL with promise inetbenno2015-11-281-1/+2
* Delete sc_root_port which became unused when RSTP is merged.yasuoka2015-11-281-2/+1
* regenkettenis2015-11-282-2/+32
* Add a few devices found on the MacBookPro12,1kettenis2015-11-281-1/+7
* Check the protective MBR stricter not to choose a broken GPT.yasuoka2015-11-281-12/+16
* Rework gem_start to check that there's enough space in the ring beforejmatthew2015-11-284-73/+105
* Two additional ioctls for pledge("disklabel"), needed by installboot.jca2015-11-271-1/+3
* Keep "struct vxlan_softc" private to prevent pulling more headers whenmpi2015-11-272-21/+21
* Don't panic in pmap_enter() if we deplete the pool of pv entries and thekettenis2015-11-271-1/+3
* Don't report a bus conflict for bridges that are left (partly) unconfigured bykettenis2015-11-271-2/+2
* Keep lo(4) definitions inside if_loop.cmpi2015-11-272-8/+8
* Document that routing table heads are never freed as suggested by dlg@mpi2015-11-271-141/+51
* Protect the growth of the routing table arrays used by rtable_get()mpi2015-11-273-93/+182
* Attach the iPhone 6 as ugen(4), from Laurent GUALDI.mpi2015-11-272-3/+6
* regenmpi2015-11-272-4/+9
* iPhone 6, from Laurent GUALDI.mpi2015-11-271-1/+2
* correct logic for a IEEE80211_MODE_11N testjsg2015-11-271-2/+2
* Avoid setting mode to GOP if the mode is unchanged. Also don't panicyasuoka2015-11-261-3/+3
* Add SRPL_FOREACH_SAFE_LOCKED(9), needed to turn the single list ofmpi2015-11-261-1/+6
* Fix a typo in comment.yasuoka2015-11-261-2/+2
* Use rtalloc(9) to look for a local address (RTF_LOCAL) in ip_setmoptions().mpi2015-11-261-7/+17
* init pat_default to 0 as it may potentially be used uninitialisedjsg2015-11-261-1/+2
* Automatically start vmm(4) when the first VM is created and after thereyk2015-11-262-23/+28
* Don't bother keeping track of the resident count for the kernel pmap.kettenis2015-11-251-5/+2
* permit kern.maxpartitionsderaadt2015-11-251-1/+5
* Simplify the setup of gather segments.visa2015-11-251-40/+6
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-2517-36/+17
* Small fixes related to the IFF_OACTIVE removal.mpi2015-11-252-4/+4
* add size to freetedu2015-11-252-5/+5
* trim unused variabledlg2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-25135-837/+969
* Add sendsyslog2(), which accepts the syslog/openlog "logopt" flagderaadt2015-11-242-8/+51
* syncderaadt2015-11-244-12/+21
* Add sendsyslog2... this has an additional flags variable to permitderaadt2015-11-241-2/+3
* regenkettenis2015-11-242-2/+17