]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-08-25 Edward Tomasz... Revert r210194, adding a comment explaining why calls...
2010-08-25 Jung-uk KimIncrease maximum number of page table entries per VM86...
2010-08-25 Jung-uk KimAdd x86bios_set_intr() to set interrupt vectors for...
2010-08-25 Jung-uk KimCheck opcode for short jump as well. Some option ROMs...
2010-08-25 Nathan WhitehornAllow ABIs to provide their own LIBC_ARCH in a more...
2010-08-25 John BaldwinCorrectly ensure that the CPU family is 0x6, not non...
2010-08-25 John BaldwinIntel QPI chipsets actually provide two extra "non...
2010-08-25 Sergey A. OsokinAdd one more new memory day for Russian Federation...
2010-08-25 Brian SomersIf we read zero bytes from the directory, early out...
2010-08-25 Nathan WhitehornFix build of ppc32 loader.
2010-08-25 Jaakko HeinonenCall devfs_populate_vp() from devfs_getattr(). It was...
2010-08-25 Jayachandran C.Provide timecounter based on XLR PIC timer.
2010-08-25 Rui PauloAdd the necessary DTrace function pointers.
2010-08-25 Jayachandran C.XLR PIC code update.
2010-08-25 Jayachandran C.XLR PIC code update and style(9) fixes.
2010-08-25 Jayachandran C.Rename on_chip.c to fmn.c, as the file has just the...
2010-08-25 Gabor Kovesdan- Regen after adding WITH_BSD_GREP and removing WITH_GN...
2010-08-25 Rui PauloCall the necessary DTrace function pointers when we...
2010-08-25 Jayachandran C.RMI XLR platform code clean-up.
2010-08-25 Maxim Konovalovo Correct typo.
2010-08-25 Alexander Leidinger- Change the threshold from 'running next scrub the...
2010-08-25 Jayachandran C.Sync up XLR tick.c with the new MIPS tick.c
2010-08-25 David XuIf a thread is removed from umtxq while sleeping, reset...
2010-08-25 Warner LoshOn second thought, we need to force 16-bit mode
2010-08-25 Warner LoshProdded by Yongari, add support for Holtek HT80232...
2010-08-25 Rick MacklemIf the first iteration of the do loop in replay_prune()
2010-08-24 Rui PauloPort dtruss to FreeBSD.
2010-08-24 Nathan WhitehornMake RTLD work on powerpc64 again. If there is a sub...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 Rui PauloRemove this directory for an attempt to merge from...
2010-08-24 Edward Tomasz... s/ithread/interrupt thread/
2010-08-24 Warner LoshFix an accidental sed...
2010-08-24 Warner LoshPowerpc is special here. powerpc and powerpc64 use...
2010-08-24 Nathan WhitehornUnify 32-bit and 64-bit PowerPC libthr support. This...
2010-08-24 Pyun YongHyeonRemove unnecessary controller reinitialization.
2010-08-24 Pyun YongHyeonRemove unnecessary controller reinitialization.
2010-08-24 Pyun YongHyeonvr_init_locked() will stop and reset the controller...
2010-08-24 Pyun YongHyeonRemove unnecessary controller reinitialization.
2010-08-24 Pyun YongHyeonAdd PNP id for Compex RL2000.
2010-08-24 Alexander MotinWhen ACPI reports current battery consumption rate...
2010-08-24 Andriy Gaponzfs arc_reclaim_thread: no need to call arc_reclaim_nee...
2010-08-24 Warner LoshChange the logic here to match Makefile.inc1. Having...
2010-08-24 Warner LoshThe order was correct before. I'd talked to Nathan...
2010-08-24 Alexander MotinEnable timer interrupt before starting timer. This...
2010-08-24 Rui PauloSome fixes so we can build libstdc++ with clang:
2010-08-24 Rui PauloEnable fasttrap and make dtraceall depend on fasttrap...
2010-08-24 Rui PauloAdd two DTrace trap type values. Used by fasttrap.
2010-08-24 Rui PauloAdd a trap code for DTrace induced traps.
2010-08-24 Konstantin... Remove extra FreeBSD tag.
2010-08-24 Konstantin... Remove exports table. Export control by the version...
2010-08-24 Konstantin... Move the __stack_chk_fail_local@FBSD_1.0 compat symbol...
2010-08-24 Rui PauloReplace structure assignments with explicity memcpy...
2010-08-24 Rui PauloUpdate for the recent location of the fasttrap code.
2010-08-24 Rui PauloReplace a pksignal() call with tdksignal().
2010-08-24 Rui PauloMD fasttrap implementation.
2010-08-24 Konstantin... Remove unused source.
2010-08-24 Konstantin... The __hidden definition is provided by sys/cdefs.h.
2010-08-24 Konstantin... Use preferred spelling for the __attribute__.
2010-08-24 Rui PauloPort the fasttrap provider to FreeBSD. This provider...
2010-08-24 David XuAdd wrapper for setcontext() and swapcontext(), the...
2010-08-24 David XuBump __FreeBSD_version for revision 211732.
2010-08-24 David XuOptimize thr_suspend, if timeout is zero, don't call...
2010-08-24 David Xu- According to specification, SI_USER code should only...
2010-08-24 Warner LoshCreate a checklist and call one of the *printw() functi...
2010-08-24 Warner LoshIndent things consistently
2010-08-24 Rui PauloMark the following static variables as __used__ instead...
2010-08-23 Warner LoshMFtbemd:
2010-08-23 Marius StroblUse real atomic operations for sparc64.
2010-08-23 Pyun YongHyeonFix a possible unaligned access to savebyte array.
2010-08-23 Pyun YongHyeonImplement basic WOL support. Note, not all xl(4) contro...
2010-08-23 Pyun YongHyeonMove xl_reset() to xl_init_locked(). This will make...
2010-08-23 Nathan WhitehornAdd powerpc64 to the list of architectures with real...
2010-08-23 Konstantin... On shared object unload, in __cxa_finalize, call and...
2010-08-23 Konstantin... Introduce implementation-private rtld interface _rtld_a...
2010-08-23 Konstantin... Style.
2010-08-23 Gabor Kovesdan- Change default grep back to GNU version. BSD grep...
2010-08-23 Warner LoshThis should really be MACHINE not MACHINE_ARCH, and...
2010-08-23 Warner LoshMFtbemd:
2010-08-23 Brian Somersuio_resid isn't updated by VOP_READDIR for nfs filesyst...
2010-08-23 Warner LoshMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 Warner LoshMF tbemd: move to using specific architecture makefiles
2010-08-23 Warner LoshMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 Warner LoshMF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generall...
2010-08-23 Warner LoshIt turns out that the OUTPUT_FORMAT should do the right...
2010-08-23 Warner LoshMF tbemd: differentiate between arm and armeb
2010-08-23 Warner LoshMinor tweak from tbemd
2010-08-23 Pyun YongHyeonRemove unnecessary controller reinitialization by checking
2010-08-23 Pyun YongHyeonClean up SIOCSIFCAP handler and allow RX checksum offlo...
2010-08-23 Pyun YongHyeonBetter wording and fix wrong explanation.
2010-08-22 Pyun YongHyeonDocument tunable dev.rl.%unit.prefer_iomap
2010-08-22 Pyun YongHyeonIt seems some newer RTL8139 controllers provides only...
2010-08-22 Jilles Tjoelkersh: Remove remnants of '!!' to negate pattern.
2010-08-22 Ed SchoutenAdd missing mlink for insmntque1().
2010-08-22 Jaakko HeinonenIntroduce and use devfs_populate_vp() to unlock a vnode...
2010-08-22 Jilles Tjoelkersh: Test that all bytes from 128 to 255 can be used...
2010-08-22 Jilles Tjoelkersh(1): Add a brief summary of arithmetic expressions.
2010-08-22 Dag-Erling... UTFize my name.
2010-08-22 Rui PauloPort this to FreeBSD. We miss some suword functions...
2010-08-22 Rui PauloCall the systrace_probe_func() when the error value.
2010-08-22 Rui PauloAdd an extra comment to the SDT probes definition....
next