]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix the date of texinfo removal
[FreeBSD/FreeBSD.git] / sys /
2015-01-02 dchaginRemove Giant from linux_getcwd() due to VFS is MPSAFE...
2015-01-02 scottlFix a missed comment from r276526.
2015-01-02 emasteUpdate ELF headers to include additional defines
2015-01-02 hselaskyThe "vt_suspend_flush_timer()" function is sometimes...
2015-01-02 brAdd driver for general-purpose I/O (GPIO).
2015-01-02 hselaskyThe "cnputs_mtx" mutex must be allowed to recurse....
2015-01-02 hselaskyRemove duplicate pci_driver class declaration.
2015-01-02 hselaskyFix warning about possible use of uninitialized variable.
2015-01-02 scottlGarbage collect the asr driver. Hardware for it has...
2015-01-02 ianPut in a workaround for bug 196407 (arm modules cause...
2015-01-02 kibCallers of pmap_kextract() cannot distinguish between...
2015-01-02 kibActually remove GIANT_REQUIRED, declared but not done...
2015-01-01 ianRemove -Wa,-march=armv7a from arm kernel configs, it...
2015-01-01 ianDefine a WFI macro that expands to the right form of...
2015-01-01 ianRework the vpf support code so that it compiles with...
2015-01-01 nwhitehornAllow booting with both a real Open Firmware tree and...
2015-01-01 nwhitehornThe path entry for a device tree node and its name...
2015-01-01 dchaginFix Clang -Wpointer-sign warnings.
2015-01-01 dchaginFix Clang warning: passing 'unsigned int *' to paramete...
2015-01-01 dchaginRegen after r276508, r276509.
2015-01-01 dchaginCorrect an argument status of wait4 syscall for Linuxul...
2015-01-01 dchaginCorrect an argument status of wait4 syscall for Linuxul...
2015-01-01 dimRemove the clang -no-integrated-as workaround for smapi...
2015-01-01 rdivackyLLVM integrated assembler can assemble these files...
2015-01-01 npcxgbe(4): remove buf_ring specific restriction on the...
2015-01-01 impMove more of the warnings into kern.mk, as well as...
2015-01-01 bryanvAdd softc flag for when the indirect descriptor feature...
2015-01-01 bryanvUse the appropriate IPv4 or IPv6 TSO HW assist flag
2015-01-01 impFix module builds on arm (and maybe others) by turning...
2014-12-31 npcxgbe(4): major tx rework.
2014-12-31 adrianMigrate the RSS IPv6 hash code to use pointers to the...
2014-12-31 npTemporarily unplug cxgbe(4) from !amd64 builds.
2014-12-31 dimUpgrade our copy of clang, llvm and lldb to 3.5.0 release.
2014-12-31 dimMerge ^/head r274961 through r276475.
2014-12-31 alcEliminate a stale debug message. The per-CPU cache...
2014-12-31 dimMerge ^/head r274961 through r276472.
2014-12-31 ianA couple small fixes to make clang 3.5 happy... Move...
2014-12-31 marius- Switching the mode of Ricoh R5CE823 to SD2.0 causes...
2014-12-31 bzBump copyright year.
2014-12-31 smhCorrect zpool list displaying invalid EXPANDSZ for...
2014-12-31 ianChange the order of operations for the initial cache...
2014-12-31 ianFix a paste-o.
2014-12-31 alcThe physical memory allocator supports the use of disti...
2014-12-30 neelInitialize all fields of 'struct vm_exception exception...
2014-12-30 neelReplace bhyve's minimal RTC emulation with a fully...
2014-12-30 mjgConvert nullfs hash lock from a mutex to an rwlock.
2014-12-30 mjgConvert vfs hash lock from a mutex to an rwlock.
2014-12-30 dimMerge ^/head r274961 through r276418.
2014-12-30 andrewSet the page size in the virtio-mmio driver. Some backe...
2014-12-30 hselaskyAllow systems having a page size greater than 4K to...
2014-12-30 roygervt_vga: fix an off-by-one error
2014-12-30 roygerPartially revert "vt: register the memory regions used...
2014-12-30 hselaskyAdd missed flushing of data which can happen when ...
2014-12-30 ianAdd a new locore.S that #includes the right (v4 or...
2014-12-30 ianRename locore.S to locore-v4.S and add a new locore...
2014-12-30 ianExport MAXCPU to the assembler code, needing by upcomin...
2014-12-30 ianAdd armv6 implementations of these cache operations...
2014-12-30 ianAdd arm option ARM_NEW_PMAP, to allow us to begin addin...
2014-12-30 neelInject #UD into the guest when it executes either ...
2014-12-30 impTurns out, this isn't only called from i386...
2014-12-30 impThe sn driver doesn't actually include microcode at...
2014-12-29 marius- No longer exclude malo(4) and mwl(4), they have been...
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-29 dimFor building sys/boot/powerpc, get rid of the obsolete...
2014-12-29 andrewAttach vtnet to virtio_mmio. Qemu provides this as...
2014-12-29 joelmdoc: remove EOL whitespace.
2014-12-29 andrewAllow virtio_mmio to attach to ofwbus. Qemu places...
2014-12-29 dimMerge ^/head r276347 through r276356.
2014-12-29 dimUse -Wl, to pass options to the linker for PowerPC...
2014-12-29 bryanvRemove dev/virtio/virtio.h include from BERI VirtIO
2014-12-28 mariusDon't use a sub-device/-vendor wildcard for probing...
2014-12-28 ianUpdate comments (r4 is not used anywhere), use non...
2014-12-28 dimMerge ^/head r274961 through r276346.
2014-12-28 rmacklemr245508 modified the NFS client's Setattr RPC to
2014-12-28 marius- Const'ify the ahci_ids table.
2014-12-28 dimMerge ^/head r274961 through r276342.
2014-12-28 mjgsysctl: don't modify oid_running for static nodes
2014-12-28 ianFix a "decl is not a prototype" error noticed by gcc...
2014-12-28 ianAdd cache maintenance functions which will be used...
2014-12-28 ianEliminate an unused macro whose name clashes now with...
2014-12-28 ianAdd new TLB and cache maintainence functions for armv6...
2014-12-28 ianAdd new code to read and parse cpu identification data...
2014-12-28 neelImplement "special mask mode" in vatpic.
2014-12-27 kibChange the way the lcall $7,$0 is reflected to usermode...
2014-12-27 mariusImprove/fix interrupt allocation/setup/release:
2014-12-27 loosRemove unnecessary code and, instead, use the provided...
2014-12-27 loosFix a off-by-one bug.
2014-12-27 loosConvert the BSC (i2c) driver to use the new iicbus_get_...
2014-12-27 mariusConst'ify a firmware image missed in r251142.
2014-12-27 mariusUse the same 6000 series g2{a,b} firmware versions...
2014-12-27 ianUse the proper markup for single quotes.
2014-12-27 julianSubmitted by: rick Maclem
2014-12-27 loosRemoves unused and duplicate headers.
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-27 marius- Make PCI_QUIRK_MSI_INTX_BUG work by using the ID...
2014-12-27 loosRemove the '#undef DEBUG' that should not be committed.
2014-12-27 loosOn interrupt handler, save the actual data read from...
2014-12-27 loosMake consistent use of the correct debug macros across...
2014-12-27 joelmdoc: improvements to SEE ALSO.
2014-12-27 emasteSupport ALT_BREAK_TO_DEBUGGER in vt(4)
next