]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Allow simplebus to attach in less strict way, when "simple-bus" listed on not
[FreeBSD/FreeBSD.git] / sys /
2013-03-18 rayAllow simplebus to attach in less strict way, when...
2013-03-18 jkimList TrackPoint device before generic model.
2013-03-18 jkimAdd preliminary support for IBM/Lenovo TrackPoint.
2013-03-18 rstoneCorrect the definition for Exar XR17V258IV: we must...
2013-03-18 jhbTweak some comments.
2013-03-18 jhbPartially revert r195702. Deferring stops is now imple...
2013-03-18 rayo Switch to use physical addresses in rman for FDT.
2013-03-18 hselaskyAdd new USB ID.
2013-03-18 jhibbitsAdd FBT for PowerPC DTrace. Also, clean up the DTrace...
2013-03-18 yongarir119712 introduced SIS_TYPE_83816 but it was not actual...
2013-03-18 adrianPrint out the current fifo queue depth correctly -...
2013-03-18 adrianDump out information about the RX descriptor free list...
2013-03-18 adrianLog some more information when the RX buffer allocation...
2013-03-18 attilioSync back vmcontention branch into HEAD:
2013-03-17 attilioCommit new file FreeBSD tags.
2013-03-17 attilioMFC
2013-03-17 alcFix a couple typos.
2013-03-17 alcThe calls to vm_radix_lookup_ge() by vm_reserv_alloc_...
2013-03-17 alcThe M_ZERO can be eliminated from the uma_zalloc()...
2013-03-17 ianEliminate an intermediate buffer and some memcpy()...
2013-03-17 alcMost allocation of pages to objects proceeds from lower...
2013-03-17 alcSimplify the interface to vm_radix_insert() by eliminat...
2013-03-17 mmFix typo in sysctl description
2013-03-17 attilioExpand ambiguous comments some more.
2013-03-17 kibRemove negative name cache entry pointing to the target...
2013-03-17 glebiusIn m_align() add assertions that mbuf is virgin, simila...
2013-03-17 glebiusAdd MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALI...
2013-03-17 glebiusIn m_megapullup() instead of reserving some space at...
2013-03-17 rpauloFix a typo in a comment.
2013-03-17 andrewIn the uart module build ofw_bus_if.h on arm along...
2013-03-17 ianAdd a macro that gets the physical address of a memory...
2013-03-17 andrewThe -mno-apcs-frame argument is unavaliable on clang...
2013-03-16 pjdRequire CAP_SEEK if both O_APPEND and O_TRUNC flags...
2013-03-16 andrewAdd __aeabi_memset to libkern, implemented using memset...
2013-03-16 neelFix the '-Wtautological-compare' warning emitted by...
2013-03-16 neelAllow vmm stats to be specific to the underlying hardwa...
2013-03-16 pjdStyle: Whitespace fixes.
2013-03-16 pjdStyle: Remove redundant space.
2013-03-16 joelHide version string under verbose.
2013-03-16 glebius- Replace compat macros with function calls.
2013-03-16 glebius- Replace compat macros with function calls.
2013-03-16 glebiusContrary to what the deleted comment said, the m_move_p...
2013-03-16 andrewAdd END to ARM libkern assembly functions
2013-03-16 andrewMove the __aeabi_unwind_cpp_pr{0,1,2} functions to...
2013-03-16 andrewThe compiler argument -mno-apcs-frame has no meaning...
2013-03-16 andrewImplement the required but unused __aeabi_unwind_cpp_...
2013-03-16 andrewFix the indentation for a few commands that were missed...
2013-03-16 andrewAdjust the indentation of the trampoline compilation...
2013-03-16 andrewAdd an END macro to ARM. This is mostly used to tell...
2013-03-15 pjdSort syscalls properly.
2013-03-15 adrianWhy'd I keep this here? remove it entirely now.
2013-03-15 adrianFix two bugs:
2013-03-15 rstoneAdd support for Exar XR17V358 8-port serial device...
2013-03-15 kibSeparate the copyright lines and the informational...
2013-03-15 glebius- Use m_getcl() instead of hand allocating.
2013-03-15 glebiusWe can, and should use M_WAITOK here.
2013-03-15 kibAdd my copyright for the 2012 year work, in particular...
2013-03-15 glebiusUse m_get/m_gethdr instead of compat macros.
2013-03-15 glebius- Use m_getcl() instead of hand allocating.
2013-03-15 glebius- Use m_getcl() instead of hand allocating.
2013-03-15 glebius- Use m_getcl() instead of hand allocating.
2013-03-15 glebiusUse m_getcl() instead of hand made allocation.
2013-03-15 kibImplement the helper function vn_io_fault_pgmove()...
2013-03-15 glebiusUse m_get() and m_getcl() instead of compat macros.
2013-03-15 glebiusUse m_get2() + m_align() instead of hand made key_alloc...
2013-03-15 glebius- Use m_get2() instead of hand allocating.
2013-03-15 glebiusMake m_get2() never use clusters that are bigger than...
2013-03-15 adrianRemove a now incorrect comment.
2013-03-15 adrianAdd locking around the new holdingbf code.
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-14 traszWhen throttling a process to enforce RACCT limits,...
2013-03-14 traszAccessing td_state requires thread lock to be held.
2013-03-14 pjdWe don't need buffer to handle BIO_DELETE, so don't...
2013-03-14 brooksFDT_DTS_FILE is expanded in a Makefile so use :R to...
2013-03-14 kibSome style fixes.
2013-03-14 kibAdd currently unused flag argument to the cluster_read(),
2013-03-14 kibAdd pmap function pmap_copy_pages(), which copies the...
2013-03-14 kibRemove excessive and inconsistent initializers for...
2013-03-14 kibRewrite the vfs_bio_clrbuf(9) to not access the b_data...
2013-03-14 joelFix minor spelling error in a comment.
2013-03-14 adrianImplement "holding buffers" per TX queue rather than...
2013-03-14 attilioMFC
2013-03-14 adrianDisable warning/errors for two files for now - they...
2013-03-13 tijl- Fix two possible overflows when testing if ELF progra...
2013-03-13 jhbRevert 195703 and 195821 as this special stop handling...
2013-03-13 delphijAdd quirk for Lenovo T530 headphone redirection.
2013-03-13 hselaskyFix typo.
2013-03-13 hselasky- Make quirk for reading device descriptor from broken...
2013-03-13 mavFix incorrect assertion that caused panic when periodic...
2013-03-13 attilioMFC
2013-03-13 yongariDisable TX IP header checksum offloading on RL_HWREV_81...
2013-03-13 yongarir241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).
2013-03-13 attilioFix compilation.
2013-03-13 attilioMFC
2013-03-13 attilioUse the _KERNEL protectors.
2013-03-13 attilioAdd a further safety belt to prevent inconsistencies.
2013-03-13 attilioFor uniformity, use the user provided index.
2013-03-12 attilioBump __FreeBSD_version after r248084, breaking VM KPI...
2013-03-12 bryanvRemove netncp cscope entry missed in r248097
2013-03-12 glebiusFunctions m_getm2() and m_get2() have different order...
next