]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFC
[FreeBSD/FreeBSD.git] / sys /
2013-02-06 attilioMFC
2013-02-06 hselaskyMake sure that all mouse buttons are released when...
2013-02-06 glebiusFixes to QUEUE_MACRO_DEBUG support:
2013-02-06 npBusy-wait when cold.
2013-02-06 neelCompute the number of initial kernel page table pages...
2013-02-06 ganboldUse and set gpio pin to high to power up usb.
2013-02-05 pluknetRemove reference to the rlist code from comments, and...
2013-02-05 andrew* Add the integer div & mod functions and ARM EABI...
2013-02-05 hselaskyAdd defines to more easily allow a single threaded...
2013-02-05 hselaskyFix some nits.
2013-02-05 hselaskyFix depend target.
2013-02-05 ganboldRemove two dead assignments and
2013-02-05 pfgext2fs: move assignment where it is not dead.
2013-02-05 pfgext2fs: Remove unused em_e2fsb definition..
2013-02-05 pfgext2fs: Remove useless rootino local variable.
2013-02-05 pfgext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
2013-02-05 pfgext2fs: Use nitems().
2013-02-05 pfgext2fs: Use EXT2_LINK_MAX instead of LINK_MAX
2013-02-05 ganboldAdd gpio driver and update dts and kernel config accord...
2013-02-05 yongariRework jumbo frame handling. QAC confirmed that the...
2013-02-04 attilioMFC
2013-02-04 avgktr: prevent possible footshooting with KTR_ENTRIES...
2013-02-04 avgktr: copy content from the early static buffer if KTR_E...
2013-02-04 avgng_ether_ifnet_arrival_event: check interface type...
2013-02-04 andrewUse the STACKALIGN macro to alight the stack rather...
2013-02-04 mariusTry to improve r242655 take III: move these SYSCTLs...
2013-02-03 mariusFurther improve r242655 and supply VM_{MIN,MAX}_KERNEL_...
2013-02-03 marius- Make pci_ns8250_ids[] const.
2013-02-03 pfgUFS: Remove dead assignment.
2013-02-03 attilioMFC
2013-02-03 avgzfs: fix, improve and re-organize page_lookup and page_...
2013-02-03 mckusickFor UFS2 i_blocks is unsigned. The current "sanity...
2013-02-03 avgallow for large KTR_ENTRIES values by allocating ktr_bu...
2013-02-03 kientzleAnother overhaul of the CPSW driver for BeagleBone
2013-02-03 jhibbitsFix the PowerPC DTrace copy functions. The kernel...
2013-02-02 pfgext2fs: general cleanup.
2013-02-02 mariusImprove r238673 to additionally allow for odd-aligned...
2013-02-02 avgfix some fat-fingering in r246246
2013-02-02 avgrevert accidentally committed unneeded changes from...
2013-02-02 avgacpi: clear power button status bit after waking up...
2013-02-02 avgacpi: after wakeup from a state > S1 re-enable SCI_EN...
2013-02-02 avgcpususpend_handler: mark AP as resumed only after fully...
2013-02-02 avgx86 suspend/resume: suspend pics and pseudo-pics in...
2013-02-02 avgprint compiler version in the kernel banner
2013-02-02 avgng_ether: track interface renaming
2013-02-02 avgsolaris compat: remove KM_ZERO
2013-02-02 avguart: add resume method and enable it for attachments...
2013-02-02 avgzfs: add MODULE_VERSION for zfsctrl
2013-02-02 kientzleTweaks to standard BEAGLEBONE config, as recently discussed
2013-02-02 adrianAllow IEEE80211_SUPPORT_SUPERG to be defined _and_...
2013-02-02 adrianWrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG...
2013-02-01 sjgMerge bmake-20130123
2013-02-01 eadlerRemove support for plip from the GENERIC kernel as...
2013-02-01 kibThe MSDOSFSMNT_WAITONFAT flag is bogus and broken....
2013-02-01 kibBackup FATs were sometimes marked dirty by copying...
2013-02-01 kibThe directory entry for dotdot was corrupted in the...
2013-02-01 kibThe mountmsdosfs() function had an insane sanity test...
2013-02-01 kibFix a backwards comment in markvoldirty().
2013-02-01 kibAssert that the mbuf in the chain has sane length....
2013-02-01 kibThe change to reduce default smp_tsc_shift caused tsc...
2013-02-01 jhbAdd placeholder constants to reserve a portion of the...
2013-02-01 andreuma_zone_set_max() directly returns the rounded effecti...
2013-02-01 andreRemove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.
2013-02-01 gberGet time of next event from other cores only if SMP...
2013-02-01 andreAdd VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for...
2013-02-01 hselaskyFix for hardware checksum offloading in SMSC driver.
2013-02-01 hselaskyInclude SMSC driver into default kernel build.
2013-02-01 hselaskyMake use of USB ID sections configurable.
2013-02-01 neelDelete the "blackhole" driver - it is not needed anymore.
2013-02-01 neelFix a broken assumption in the passthru implementation...
2013-02-01 neelIncrease the number of passthru devices supported by...
2013-01-31 pjdNow that MPSAFE flag is gone, we can arrange code a...
2013-01-31 pjdRemove leftover label after Giant removal from VFS.
2013-01-31 pjdRemove label that was accidentally moved during Giant...
2013-01-31 pjdSimplify code a bit. This is leftover after Giant remov...
2013-01-31 sbrunoUpdate hwpmc to support the Xeon class of Ivybridge...
2013-01-31 kibUse pmap_kextract() instead of inlining the page table...
2013-01-31 smhFormat CDB output as 2 digit hex correcting the length
2013-01-31 hselaskyInitial version of libusbboot, a fully stand-alone...
2013-01-31 glebius- Move AUTHORS and ACKNOWLEDGEMENTS to the end of the...
2013-01-31 glebiusRetire struct sockaddr_inarp.
2013-01-31 adrianWork around some rather unfortunate race conditions...
2013-01-30 ianDo metadata relocation fixup on all loaded modules...
2013-01-30 glebiusUtilize m_get2() to get mbuf of appropriate size.
2013-01-30 sbzUse DEVMETHOD_END macro defined in sys/bus.h instead...
2013-01-30 hselaskyDo not unnecessarily split a string literal, because
2013-01-30 hselaskyUse string literals in string descriptors for marginally
2013-01-30 hselaskyUse an anonymous struct for generated string descriptors.
2013-01-30 hselaskyProvide one global language string descriptor for
2013-01-30 hselaskyModify the FreeBSD USB kernel code so that it can be...
2013-01-30 kibThe case of pid == WAIT_MYPGRP for the kern_wait()...
2013-01-30 kibRework the __vdso_* symbols attributes to only make...
2013-01-30 kibReduce default shift used to calculate the max frequenc...
2013-01-30 hselaskyAdd missing header file inclusion guard.
2013-01-30 hselaskyAdd missing NULL pointer check.
2013-01-30 neelAdd emulation support for instruction "88/r: mov r...
2013-01-29 glebiusroute_output() always supplies info with RTAX_GATEWAY...
2013-01-29 npProvide a statistic to track the number of drops in...
2013-01-29 glebiusFix typo in debug printf.
2013-01-29 jhbReduce duplication between i386/linux/linux.h and amd64...
next