]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Implement initial device suspend/resume method.
[FreeBSD/FreeBSD.git] / sys /
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...
2010-08-28 rmacklemAdd acquisition of a reference count on nfsv4root_lock...
2010-08-28 rmacklemThe timer routine in the experimental NFS server did...
2010-08-28 tuexenBugfix: Do not send a packet drop report in response...
2010-08-28 pjdReturn NULL pointer instead of B_FALSE as it is done...
2010-08-28 pjdMove ZUT_OBJS in the same place that is used in vendor...
2010-08-28 jchandraNew driver nlge for XLR/XLS Network Accelerator. This...
2010-08-28 tuexenFix the switching on/off of CMT using sysctl and socket...
2010-08-28 kibFor some file types, select code registers two selfd...
2010-08-28 alcAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-28 mmImport changes from OpenSolaris that provide
2010-08-28 mmUpdate ZFS metaslab code from OpenSolaris.
2010-08-28 pjdThere is a bug in vfs_allocate_syncvnode() failure...
2010-08-28 rpauloRemove debugging.
2010-08-28 pjdRun all tasks from a proper context, with proper priori...
2010-08-28 pjdCorrect offset conversion to little endian. It was...
2010-08-28 rpauloAdd the path necessary to find fasttrap_isa.h to CFLAGS.
2010-08-28 rpauloReplace a memory barrier with a mutex barrier.
2010-08-28 rpauloRegister an interrupt vector for DTrace return probes...
2010-08-28 jchandraInitial code for XLR CompactFlash driver.
2010-08-28 mavMFata(4):
next