summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-04-08syncReyk Floeter
2016-04-08Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)Reyk Floeter
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-08add m_purge for freeing a list of mbufs linked via m_nextpktDavid Gwynne
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-07Return -ENOSPC if idr_alloc() fails to allocate an unused id instead ofMark Kettenis
2016-04-07Instead of panicking if an mbuf(9) already has a statekey dump itsMartin Pieuchot
2016-04-07Always call bread_cluster() instead of calling it only if the currentMartin Pieuchot
2016-04-07Share clone bitmap between aliased vnodes. This prevents duplicate cloneMartin Natano
2016-04-06Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.Mark Kettenis
2016-04-06Remove some pre-idr leftovers.Mark Kettenis
2016-04-06Another "idr" conversion.Mark Kettenis
2016-04-06Convert memory extract routine to return errno-based errors.Patrick Wildt
2016-04-06Add support for bus space translation.Patrick Wildt
2016-04-06define number of exit/entry save/load MSRs as a #define instead of a magicMike Larkin
2016-04-06correct the order of arguments to m_get in m_dup_pktDavid Gwynne
2016-04-05Use the "idr" API here as well, reducing the diffs to Linux.Mark Kettenis
2016-04-05Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind().Vincent Gross
2016-04-05Add $OpenBSD$ markers.Mark Kettenis
2016-04-05Now that we the "idr" API, we can get rid of a lot ofMark Kettenis
2016-04-05Add an implementation of the Linux "idr" API.Mark Kettenis
2016-04-05Remove completely out-of-date comment about locking protocol.Mark Kettenis
2016-04-05Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport()Vincent Gross
2016-04-05Increase size of the clone bitmap (revised diff after revert). I haveMartin Natano
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-05Split out the generic GEM code (like Linux did) and switch it over toMark Kettenis
2016-04-05Add vma offset manager code.Mark Kettenis
2016-04-05Add atomic_add_unless(), another strange linux interface.Mark Kettenis
2016-04-05Add a linux-compatible rbtree interface on top of our implementation inMark Kettenis
2016-04-04Enable creation of softraid volumes using disks with non-512 byteKenneth R Westerback
2016-04-04Deallocate guest vm_map when the guest gets terminated.Stefan Kempf
2016-04-04UVM_FLAG_AMAPPAD has no effect anymore, nuke it.Stefan Kempf
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2016-04-04mbuf.h doenst need queue.h.David Gwynne
2016-04-04Store curcpu pointer in TPIDRPRW.Patrick Wildt
2016-04-04Read cache line sizes from CP15 Cache Type Register.Patrick Wildt
2016-04-04use fixed size unsigned variables for reading/writing the control registerJonathan Gray
2016-04-04turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl).David Gwynne
2016-04-04Set the SMP/coherency bit in ACTLR on Cortex A models it is documentedJonathan Gray
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Move the setting of pcb_fsbase out of reset_segs() into its callersPhilip Guenther
2016-04-03Teach ddb's disassembler about {rd,wr}[fg]sbasePhilip Guenther
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Remove sparc special-casing from ufsdirhash_init(). This is not requiredMartin Natano
2016-04-03Add cpu_auxcontrol() to clear and set bits in the implementation/modelJonathan Gray
2016-04-03Remove erroneous whitespace added in previous change.Patrick Wildt
2016-04-03Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.Patrick Wildt
2016-04-03Implement a way to extract memory information from a node. This can bePatrick Wildt
2016-04-03Remove XSCALE preprocessor checks from a file which is only for ARMv7.Patrick Wildt
2016-04-03The callers of fdt_next_node() expect it to return NULL if a next nodePatrick Wildt