]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix some CLANG warnings. One clang warning is left
[FreeBSD/FreeBSD.git] / sys /
2010-09-05 rrsFix some CLANG warnings. One clang warning is left
2010-09-05 fabientFix invalid class removal when IAF is not the last...
2010-09-05 mavInitialize buffer for case of empty string. Happens...
2010-09-05 daichiAllowed unionfs to use whiteout not supporting file...
2010-09-05 rmacklemChange the code in ncl_bioread() in the experimental NFS
2010-09-05 rmacklemDisable use of the NLM in the experimental NFS client...
2010-09-04 avgstruct device: widen type of flags and order fields...
2010-09-04 bzFix a compile problem introduced with r212008 on 32bit:
2010-09-04 bzIn case of RADIX_MPATH do not leak the IN_IFADDR read...
2010-09-03 yongariFix another bug introduced in r212109. We should unload...
2010-09-03 mdfUse a better #if guard.
2010-09-03 mdfStyle(9) fixes and eliminate the use of min().
2010-09-03 mdfFix user-space libsbuf build. Why isn't CTASSERT avail...
2010-09-03 mdfFix brain fart when converting an if statement into...
2010-09-03 mdfUse math rather than iteration when the desired sbuf...
2010-09-03 rdivackyChange the parameter passed to the inline assembly...
2010-09-03 avgvm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use...
2010-09-03 avgacpi: update stale comments about order of cpu devices...
2010-09-03 grehan- Bump MAXCPU to 4. Tested on a quad G5 with both 32...
2010-09-03 yongariInitial WOL support. NS DP8315 was tested but SiS900...
2010-09-02 yongariImplement initial device suspend/resume method.
2010-09-02 nwhitehornIn the case of non-sequential mappings, ofw_mapmem...
2010-09-02 gibbsCorrect bioq_disksort so that bioq_insert_tail() offers...
2010-09-02 yongariEnable sis(4). sis(4) should work on all architectures.
2010-09-02 yongariUnlike most other controllers, NS DP83815/DP83816 contr...
2010-09-02 yongariFix the last endianness issue on handling station addre...
2010-09-02 bzMFp4 CH=183052 183053 183258:
2010-09-02 jkimDisable video ROM shadowing by default as I originally...
2010-09-02 mdfFix UP build.
2010-09-02 bzMFp4 CH=183259:
2010-09-02 desRemove the freelist, which simply duplicates some of...
2010-09-02 emasteRemove trailing whitespace.
2010-09-02 mavAdd fix for SiI3114 and SiI3512 chips bug, which caused...
2010-09-02 mavSATA1.x SiliconImage controllers on power-on reset...
2010-09-02 thompsaReduce the need to accesss struct usb_device by providi...
2010-09-02 thompsaAdd support for power mode filtering as some USB hardwa...
2010-09-02 thompsaChange argument for usbd_get_dma_delay() from USB bus...
2010-09-02 thompsaFix setting of the rx_max and tx_max variables. If...
2010-09-02 thompsaFix UMS_BUTTON_MAX define name
2010-09-02 thompsaFix build breakage from r212127
2010-09-02 thompsaAdd GPIO programming for more PHY hardware.
2010-09-02 thompsaAdd support for extra buttons on the Kensington Slimbla...
2010-09-02 thompsaSilence debug error by default.
2010-09-02 thompsaWe need to grab a node reference count to vap->iv_bss...
2010-09-02 rmacklemModify pxe.c to use the version of nfs_getrootfh()...
2010-09-02 yongariFix stupid error in r212109 which didn't swap DMA maps...
2010-09-01 rmacklemModify nfs_diskless.c to recognize the environment...
2010-09-01 thompsaAdd missing MODULE_VERSION() definitions, this resolves...
2010-09-01 yongariMove sis_reset() to sis_initl(). This ensures driver...
2010-09-01 yongariAvoid controller reinitialization which could be trigge...
2010-09-01 yongariDo not reinitialize controller whenever promiscuous...
2010-09-01 yongariReport result of link state change to caller. Previousl...
2010-09-01 yongariOverhaul link state change handling. Previously sis...
2010-09-01 mdfFix a bug with sched_affinity() where it checks td_pinn...
2010-09-01 yongaris/u_intXX_t/uintXX_t/g
2010-09-01 mlaierrmlock(9) two additions and one change/fix:
2010-09-01 yongaribus_dma(9) cleanup.
2010-09-01 yongariNuke unnecessary return at the end of function.
2010-09-01 yongaristyle(9) - space after keywords.
2010-09-01 yongariRemove leading and trailing white spaces.
2010-09-01 jchandraUpdates for the RMI MIPS platform code
2010-09-01 emasteAdd a sysctl knob to accept input packets on any link...
2010-09-01 tuexenFix a bug which results in peer IPv4 addresses a.b...
2010-09-01 dimUse a cleaner expression to retrieve the memory size...
2010-09-01 emasteAs long as we are going to panic anyway, there's no...
2010-09-01 rpauloMake the /dev/dtrace/helper node have the mode 0660...
2010-09-01 mavIncrease device reset timeout from 10 to 15 seconds...
2010-09-01 lulf- Remove duplicate comment.
2010-09-01 davidxurescure comments from RELENG_4.
2010-08-31 yongariRemove unnecessary atomic operation in bge_poll. bge...
2010-08-31 jkimMake sure the interrupt entry point is within the video...
2010-08-31 yongaribge_txeof() already checks whether it has to free trans...
2010-08-31 delphijFor consistency, change all 'i386' and MACHINE_ARCH...
2010-08-31 yongariHandle PAE case correctly. You cannot effectively speci...
2010-08-31 dimAvoid directly manipulating a NULL pointer (which could...
2010-08-31 mdfHave memguard(9) crash with an easier-to-debug message...
2010-08-31 dimAlways compile pc98 boot2 with gcc instead of clang...
2010-08-31 yongariSplit common parent DMA tag into ring DMA tag and TX...
2010-08-31 dimUse a more robust way to substitute gcc for clang,...
2010-08-31 mdfThe realloc case for memguard(9) will copy too many...
2010-08-31 nwhitehornRestructure how reset and poweroff are handled on Power...
2010-08-31 nwhitehornRemove some code made obsolete by the powerpc64 import.
2010-08-31 davidxuIf a process is being debugged, skips job control cause...
2010-08-31 jchandraAdd the workaround for 4xx lite boards after it was...
2010-08-31 nwhitehornMissed one place the SLB lock should be held in r211967.
2010-08-31 rmacklemAdd a null_remove() function to nullfs, so that the...
2010-08-30 delphijDrain watchdog callouts before detaching. This prevent...
2010-08-30 jkimSave MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly...
2010-08-30 delphijVendor update to version 3.80.06.003 to fix a panic...
2010-08-30 rpauloWhen DTrace is enabled, make sure we don't overwrite...
2010-08-30 jhexecve(2) has a special check for file permissions...
2010-08-30 kibRegen
2010-08-30 kibMake the syscalls reserved for AFS usable by OpenAFS...
2010-08-30 jchandraMove debug.h to the the rge driver directory. rge.c...
2010-08-30 jchandraClean up header files in RMI platform code (sys/mips...
2010-08-30 maximo Some programs could send broadcast/multicast traffic...
2010-08-30 jchandraRemove misleading comment in pte.h. MIPS PTE entries...
2010-08-29 tuexenFix the the SCTP_WITH_NO_CSUM option when used in combi...
2010-08-29 nwhitehornAvoid a race in the allocation of new segment IDs that...
2010-08-29 jchandraApply MIPS pmap clean up patch from alc@ (with minor...
next