]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
whitespace change:
[FreeBSD/FreeBSD.git] / sys /
2015-02-14 Luigi Rizzowhitespace change:
2015-02-14 Ian LeporeAdd logic for handling new-style ARM cpu ID info.
2015-02-14 Hiroki SatoFix a panic when tearing down a vnet on a VIMAGE-enable...
2015-02-14 Adrian ChaddMove the lock destruction/creation to earlier in the...
2015-02-14 Adrian ChaddMore fixes to wpi(4), again not by me! Woo!
2015-02-14 Adrian ChaddComment out a double declaration of this particular...
2015-02-14 Adrian ChaddQuieten a clang warning.
2015-02-14 John BaldwinInclude OBJT_PHYS VM objects in ELF core dumps. In...
2015-02-14 John BaldwinAdd two new counters for vnode life cycle events:
2015-02-14 Adrian ChaddRemove the reserved pin 11 from the HAL check.
2015-02-14 Konstantin BelousovDetect whether x2APIC on VMWare is usable without interrupt
2015-02-14 Adrian ChaddUpdate the AR9300 HAL to the latest public available...
2015-02-13 Simon J. Gerratysbspace: size of bleft, mleft must match sockbuf fields...
2015-02-13 Alan CoxPreset the object's color, or alignment, to maximize...
2015-02-13 John-Mark Gurneysrandom has no influence on read_random, at least not...
2015-02-13 Hans Petter SelaskyAdd more functions to the Linux kernel compatibility...
2015-02-13 Alexey DokuchaevImprove vt(4) default mouse pointer image. Previous...
2015-02-13 Alexander MotinTeach CTL to ask GEOM devices about BIO_DELETE support.
2015-02-13 Ruslan Bukino Correct the calculation how many pages we need
2015-02-13 Ruslan Bukino Correct the condition in reset procedure
2015-02-13 Oleksandr TymoshenkoFix build without INVARIANTS/INVARIANT_SUPPORT:
2015-02-13 Mark JohnstonAdd support for decoding multibyte NOPs.
2015-02-12 Gleb SmirnoffRevise default limit for maximum of netgraph data items.
2015-02-12 Alexander MotinMake XCOPY and WUT commands respect physical block...
2015-02-12 Randall StewartThis fixes a bug I in-advertantly inserted when I updat...
2015-02-12 Alexander MotinMake WRITE SAME commands respect physical block size.
2015-02-12 Oleksandr Tymoshenko- Perform bus_dmamap_sync on pagelist structure
2015-02-11 Konstantin BelousovRegisters definitions for the new capabilities from...
2015-02-11 Konstantin Belousovvm_page_lookup() accepts read-locked object.
2015-02-11 Alexander MotinDo not dereference NULL clearing UA that was not set...
2015-02-11 Rui PauloRemove check against NULL after M_WAITOK.
2015-02-11 George V. Neville... Clean up machine dependent code for DTrace on ARM.
2015-02-11 Alexander MotinAdd support for General Statistics and Performance...
2015-02-11 John BaldwinMFi386:
2015-02-11 George V. Neville... Summary: Update CPU identification call to recent version.
2015-02-11 Andrew TurnerRemove the non-EABI code from the DDB stack unwinder...
2015-02-11 Andrew TurnerThe cpu_id macro was renamed in r278529, catch up with...
2015-02-11 Kevin LoAdd preliminary support for the Ralink RT5390 and RT539...
2015-02-11 Rui PauloRestore the data array in coredump(), but use a differe...
2015-02-10 Marius StroblFix compilation with GCC in the PAE case.
2015-02-10 George V. Neville... Initial version of DTrace on ARM32.
2015-02-10 Rui PauloRemove a printf and an strlen() from the coredump code.
2015-02-10 Konstantin BelousovMountd iterating over the mount points may race with...
2015-02-10 Edward Tomasz Napi... Restore ABI compatibility, broken in r273127. Note...
2015-02-10 Warner LoshProperly quote EXTRA_MODULES and WITHOUT_MODULES to...
2015-02-10 Zbigniew BodekResolve cache line size from CP15
2015-02-10 Hans Petter SelaskyRevert r274918 and make a better solution. Poll the...
2015-02-10 Alexander MotinDo not abort already aborted tasks.
2015-02-10 Rui PauloRemove FreeBSD/wii.
2015-02-10 Rui PauloSanitise the coredump file names sent to devd.
2015-02-10 Navdeep Parharcxgbe(4): allow the SET_FILTER_MODE ioctl to change...
2015-02-10 Nathan WhitehornAdd error reporting to interrupt CPU binding.
2015-02-10 Nathan WhitehornSet thread priorities on multithreaded CPUs so that...
2015-02-09 Rui PauloNotify devd(8) when a process crashed.
2015-02-09 Rui PauloAdd the ability to print a vendor copyright in dmesg.
2015-02-09 Hans Petter SelaskyFix DMA address casts. Regression issue after r278279.
2015-02-09 John BaldwinUse __builtin_popcountl() instead of __builtin_popcount().
2015-02-09 John BaldwinUse __builtin_popcnt() to implement a BIT_COUNT() opera...
2015-02-09 Konstantin BelousovAdd x2APIC support. Enable it by default if CPU is...
2015-02-09 Randall StewartThis fixes a bug in the way that the LLE timers for nd6
2015-02-09 Nathan WhitehornDistribute interrupts across multiple CPUs in SMP confi...
2015-02-09 Randall StewartThis fixes two conditions that can incur when migration
2015-02-09 Warner LoshPrefer install over mkdir to create the directory....
2015-02-09 Warner LoshMove these definitions to bsd.own.mk along side the...
2015-02-09 Warner LoshFix typo.
2015-02-09 Warner LoshWe need to create /boot/dtb since some use cases don...
2015-02-09 Warner LoshMake sure that we define DTB{OWN,GRP,MODE} so install...
2015-02-09 Warner LoshPass MODULES_EXTRA to the modules build. While I'm...
2015-02-09 Warner LoshEnforce that MK_foo options shall be either "yes" or...
2015-02-09 Nathan WhitehornMark invalid page table entries correctly for PMAP...
2015-02-09 Bjoern A. ZeebProperly hide a variable under #ifdef as it is only...
2015-02-09 Xin LIChase r278433: bump __FreeBSD_version for xz 5.2.0...
2015-02-09 Dimitry AndricAfter r278004 was committed, Bruce Evans noted that...
2015-02-09 Nathan WhitehornFix typo in PTE insertion overflow handling: use the...
2015-02-09 Rui PauloMerge xz 5.2.0.
2015-02-09 Oleksandr TymoshenkoDo not mark shared structures as __packed, it leads...
2015-02-09 Oleksandr TymoshenkoRemove unused variables
2015-02-09 Nathan WhitehornFix an extremely subtle concurrency bug triggered by...
2015-02-09 Nathan WhitehornTechnically speaking, using one virtal processor area...
2015-02-09 Nathan WhitehornSimplify trapcode setup by placing a copy of the generi...
2015-02-08 Alan CoxPreset the object's color, or alignment, to maximize...
2015-02-08 Edward Tomasz Napi... Fix ordering of "*logout" and "*terminate"; no function...
2015-02-08 Edward Tomasz Napi... Extend ICL to add receive offload methods. For softwar...
2015-02-08 Nathan WhitehornAdd some error checking on the supplied page size list...
2015-02-08 Dmitry ChaginAdd Neoway WM620 module ID.
2015-02-08 Edward Tomasz Napi... Make output of "iscsictl -v" and "ctladm islist -v...
2015-02-08 Navdeep Parharcxgbe(4): tidy up some of the interaction between the...
2015-02-08 Navdeep Parharcxgbe(4): adapter_full_init is always a synchronized...
2015-02-08 Navdeep Parharcxgbe(4): a change to the synchronization rules within...
2015-02-08 Mark JohnstonFix a typo in r278137: make sure to free provider state.
2015-02-08 Oleksandr TymoshenkoAdd VideoCore audio driver for Rasperry Pi (BCM2835)
2015-02-08 Oleksandr TymoshenkoAct as a bus in attach method: probe and attach devices
2015-02-07 Adrian ChaddBig wpi(4) overhaul! Not by me!
2015-02-07 Adrian ChaddAdd WPI_DEBUG option.
2015-02-07 Enji CooperRemove kdb_backtrace extern; get the definition for...
2015-02-07 Edward Tomasz Napi... Tidy up; no functional changes.
2015-02-07 Dimitry AndricFix a number of -Wcast-qual warnings in ath's ar9300_at...
2015-02-07 Navdeep Parharcxgbe(4): fix a test made while enabling TOE.
2015-02-07 Oleksandr TymoshenkoMake VCHI driver optional and add "device vchiq" to...
2015-02-07 Warner LoshPull in the rpi.dts -> rpi.dtb module (dtb/rpi) and...
next