]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Bugfix: Do not send a packet drop report in response to a received
[FreeBSD/FreeBSD.git] / sys /
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):
2010-08-28 mavAdd Intel Cougar Point PCH SATA Controller DeviceIDs...
2010-08-28 yongariDo not allocate multicast array memory in multicast...
2010-08-28 jfvAdd Intel Cougar Point PCH HD Audio Controller ID
2010-08-28 yongariIf em(4) failed to allocate RX buffers, do not call...
2010-08-28 jfvAdd Intel Cougar Point PCH LPC Controller Device IDs
2010-08-28 yongariDo not call voluntary panic(9) in case of if_alloc...
2010-08-27 yongariMake sure not to access unallocated stats memory.
2010-08-27 jfvAdd support for Intel Cougar Point SMBus controller.
2010-08-27 bzMFp4 CH=182972:
2010-08-27 pjdUse ZFS_CTLDIR_NAME instead of hardcoding ".zfs".
2010-08-27 jchandraRevamp XLR interrupt handling, the previous scheme...
2010-08-27 jhbSimplify the tcp pcblist estimate logic slightly.
2010-08-27 andreUse timestamp modulo comparison macro for automatic...
2010-08-27 kibUse private namespace for visibility keyword.
2010-08-27 jchandraWhitespace fixes in mips/include, remove unused 'struct...
2010-08-27 nwhitehornpmap_mapdev() does not appear to actually need GIANT...
2010-08-26 pjdUpdate comment now that I finally committed r211854.
2010-08-26 pjd- When VFS_VGET() is not supported, switch to VOP_LOOKUP().
2010-08-26 pjd- Check the result of malloc(M_NOWAIT) in replay_alloc...
2010-08-26 jhSet de_dir for user created symbolic links. This will...
2010-08-26 rpauloSync DTrace bits with amd64 and fix the build.
2010-08-26 kibFix typo.
2010-08-25 rmacklemAdd mutex locking for the call to replay_prune() in
2010-08-25 jkimFix a debugging message under bootverbose. This addres...
2010-08-25 jkimAdd an experimental feature to shadow video BIOS. ...
2010-08-25 traszRevert r210194, adding a comment explaining why calls...
2010-08-25 jkimIncrease maximum number of page table entries per VM86...
2010-08-25 jkimAdd x86bios_set_intr() to set interrupt vectors for...
2010-08-25 jkimCheck opcode for short jump as well. Some option ROMs...
2010-08-25 jhbCorrectly ensure that the CPU family is 0x6, not non...
2010-08-25 jhbIntel QPI chipsets actually provide two extra "non...
2010-08-25 brianIf we read zero bytes from the directory, early out...
2010-08-25 nwhitehornFix build of ppc32 loader.
2010-08-25 jhCall devfs_populate_vp() from devfs_getattr(). It was...
2010-08-25 jchandraProvide timecounter based on XLR PIC timer.
2010-08-25 rpauloAdd the necessary DTrace function pointers.
2010-08-25 jchandraXLR PIC code update.
2010-08-25 jchandraXLR PIC code update and style(9) fixes.
2010-08-25 jchandraRename on_chip.c to fmn.c, as the file has just the...
2010-08-25 rpauloCall the necessary DTrace function pointers when we...
2010-08-25 jchandraRMI XLR platform code clean-up.
2010-08-25 jchandraSync up XLR tick.c with the new MIPS tick.c
2010-08-25 davidxuIf a thread is removed from umtxq while sleeping, reset...
2010-08-25 impOn second thought, we need to force 16-bit mode
2010-08-25 impProdded by Yongari, add support for Holtek HT80232...
2010-08-25 rmacklemIf the first iteration of the do loop in replay_prune()
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 yongariRemove unnecessary controller reinitialization.
2010-08-24 yongariRemove unnecessary controller reinitialization.
2010-08-24 yongarivr_init_locked() will stop and reset the controller...
2010-08-24 yongariRemove unnecessary controller reinitialization.
2010-08-24 yongariAdd PNP id for Compex RL2000.
2010-08-24 avgzfs arc_reclaim_thread: no need to call arc_reclaim_nee...
2010-08-24 mavEnable timer interrupt before starting timer. This...
2010-08-24 rpauloEnable fasttrap and make dtraceall depend on fasttrap...
2010-08-24 rpauloAdd two DTrace trap type values. Used by fasttrap.
2010-08-24 rpauloAdd a trap code for DTrace induced traps.
2010-08-24 rpauloReplace structure assignments with explicity memcpy...
2010-08-24 rpauloUpdate for the recent location of the fasttrap code.
2010-08-24 rpauloReplace a pksignal() call with tdksignal().
2010-08-24 rpauloMD fasttrap implementation.
2010-08-24 kibUse preferred spelling for the __attribute__.
2010-08-24 rpauloPort the fasttrap provider to FreeBSD. This provider...
2010-08-24 davidxuBump __FreeBSD_version for revision 211732.
2010-08-24 davidxuOptimize thr_suspend, if timeout is zero, don't call...
2010-08-24 davidxu- According to specification, SI_USER code should only...
2010-08-23 impMFtbemd:
2010-08-23 yongariFix a possible unaligned access to savebyte array.
2010-08-23 yongariImplement basic WOL support. Note, not all xl(4) contro...
2010-08-23 yongariMove xl_reset() to xl_init_locked(). This will make...
2010-08-23 kibIntroduce implementation-private rtld interface _rtld_a...
2010-08-23 gabor- Change default grep back to GNU version. BSD grep...
2010-08-23 impThis should really be MACHINE not MACHINE_ARCH, and...
2010-08-23 impMFtbemd:
2010-08-23 brianuio_resid isn't updated by VOP_READDIR for nfs filesyst...
2010-08-23 impMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 impMF tbemd: move to using specific architecture makefiles
2010-08-23 impMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 impMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 impIt turns out that the OUTPUT_FORMAT should do the right...
2010-08-23 impMF tbemd: differentiate between arm and armeb
2010-08-23 yongariRemove unnecessary controller reinitialization by checking
next