summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-18add missing call to db_ctf_init().Jasper Lievisse Adriaanse
2016-09-18Fix compilation by replacing old m_copym2() usage with the newerRafael Zalamena
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-17Make the flag tests consistent in buf_realloc_pages() and explain what'sPhilip Guenther
2016-09-17rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the publicJasper Lievisse Adriaanse
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-17garbage collect dead prototypeJasper Lievisse Adriaanse
2016-09-17remove unused pmap_dump functionsMike Larkin
2016-09-17*** empty log message ***Peter Hessler
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-17remove duplicated CPUIDECX_PDCM useJonathan Gray
2016-09-17Document why <sys/core.h> is still neededPhilip Guenther
2016-09-17NPF > 0 is a better test than SMALL for presence of pf.Ted Unangst
2016-09-17clean old cruft out of mbstatTheo de Raadt
2016-09-16Switch over to the generic RNDIS headerMike Belopuhov
2016-09-16Suppress debugging output about CSD entries that say nothing we care aboutPhilip Guenther
2016-09-16teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64Jasper Lievisse Adriaanse
2016-09-16drop unneeded casting noiseJasper Lievisse Adriaanse
2016-09-16Define PT_ARM_EXIDX.Mark Kettenis
2016-09-16Fix the data storage size check. When we exceed the amount of availableRafael Zalamena
2016-09-16unifdef SAVE_MEMORY which is no longer set nor usedJasper Lievisse Adriaanse
2016-09-16Switch urndis(4) over to the generic RNDIS headerMike Belopuhov
2016-09-16Introduce a common header files for RNDIS protocol definitionsMike Belopuhov
2016-09-16Enable Hyper-V guest driversMike Belopuhov
2016-09-16Reconfigure interface capabilities after switching trunkproto; ok mpiMike Belopuhov
2016-09-16move RBT_PROTOTYPE under #ifdef _KERNELDavid Gwynne
2016-09-16put RBT_PROTOTYPE inside #ifdef _KERNELDavid Gwynne
2016-09-16move the namecache_rb_tree from RB macros to RBT functions.David Gwynne
2016-09-16move buf_rb_bufs from RB macros to RBT functionsDavid Gwynne
2016-09-16fix some DEBUG code so its using the right rb tree codeDavid Gwynne
2016-09-16fix spelling of RBT_NEXT in a commentDavid Gwynne
2016-09-16move uvm_pmemrange_addr from RB macros to RBT functionsDavid Gwynne
2016-09-16move the vm_page struct from being stored in RB macro trees to RBT functionsDavid Gwynne
2016-09-16move uaddr_free_rbtree from RB macros to RBT functionsDavid Gwynne
2016-09-16move the uvm_map_addr RB tree from RB macros to the RBT functionsDavid Gwynne
2016-09-16remove a trailing \David Gwynne
2016-09-15Add omwugen(4) a driver for the TI logic that generates wakeup eventsJonathan Gray
2016-09-15adjust whitespace and remove an unused structPeter Hessler
2016-09-15protect a kernel only structure with _KERNEL, means userland doesn'tPeter Hessler
2016-09-15print local and remote discr as decimal, easier to compare with remote systemsPeter Hessler
2016-09-15chase dlg@'s change of merging pool_setipl into pool_initPeter Hessler
2016-09-15add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYsDavid Gwynne
2016-09-15fix $OpenBSD$ tagDavid Gwynne
2016-09-15rename the members of rb_entry so they dont keep working with RB macrosDavid Gwynne
2016-09-15move from RB macros to RBT functionsDavid Gwynne
2016-09-15move from RB macros to the RBT functions.David Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-15bring back r1.53David Gwynne