]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add -F to flush output after each write. With this, I can
[FreeBSD/FreeBSD.git] / sys /
2013-12-05 delphijEnable Hyper-V support in i386 GENERIC.
2013-12-05 delphijSupport Hyper-V on i386:
2013-12-04 delphijApply vendor improvements to oce(4) driver:
2013-12-04 dumbbelldrm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI...
2013-12-04 nwhitehornRename sysctl kern.supported_abis to kern.supported_arc...
2013-12-04 hselaskyFix what looks like a typo after r258732.
2013-12-04 hselaskyFix external compiler warning(s). Avoid pointer derefer...
2013-12-04 traszChange comment to match code.
2013-12-04 traszAdd "null" backend to mdconfig(8). This does exactly...
2013-12-04 pfgext2fs: add two new reserved inodes.
2013-12-04 pjdBreak the loop once we know we have the SYF_CAPENABLED...
2013-12-03 cpercivaAdd a new sysctl / loader tunable kern.panic_reboot_wai...
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 npcxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE...
2013-12-03 traszProperly report an error instead of panicing when user...
2013-12-03 jhbFix an off-by-one error in r228960. The maximum priori...
2013-12-03 neelThe 'protection' field in the VM exit collateral for...
2013-12-03 neelRename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event...
2013-12-02 attilioRight now LOCK_DEBUG is enabled if KTR is on.
2013-12-02 nwhitehornFix typo.
2013-12-02 nwhitehornRemove fdtbus_bs_tag definition, which is now obsolete...
2013-12-02 zbbEnable missing Access Flag for secondary cores on ARMv6/v7
2013-12-02 kevloThe RUN_MAX_TXSZ constat is defined as Tx desc + Tx...
2013-12-02 adrian* Sort the copyright lines by date
2013-12-02 yongariAdd support for BCM57764, BCM57767, BCM57782, BCM57786...
2013-12-02 adrianOverhaul the iwn(4) scan infrastructure to be slightly...
2013-12-02 ianAdd a nand flash controller driver for Atmel at91 famil...
2013-12-02 adrianLog the rx ring offset as part of the debug message.
2013-12-02 adrianOops - fix bad indent. Sorry!
2013-12-02 adrianAdd some sanity checks to the TLV fetch.
2013-12-02 adrianAdd some code to double-check whether we're correctly...
2013-12-02 eadlerPartial revert of r258779 and r258780:
2013-12-02 eadlerIn a situation where:
2013-12-02 ianAdd definitions for the additional PIO pins found on...
2013-12-02 nwhitehornAdd new sysctl, kern.supported_abis, containing the...
2013-12-01 glebiusRemove unused variable.
2013-12-01 nwhitehornRevert last few revisions; apologies for the noise...
2013-12-01 nwhitehornDeleted one line too many.
2013-12-01 nwhitehornNo actual hardware supported by FreeBSD requires this...
2013-12-01 nwhitehornRearchitect platform memory map parsing to make it...
2013-12-01 nwhitehornReal OF systems have an ihandle under /chosen/stdout...
2013-12-01 nwhitehornOpen Firmware mandates that certain cross-references...
2013-12-01 nwhitehornRemove unnecessary double-setting of the thread's onfau...
2013-12-01 nwhitehornThe kernel stack guard pages are only below the stack...
2013-12-01 nwhitehornMake uart_cpu_powerpc work on both FDT and OFW systems...
2013-12-01 traszFix hang on reboot with active iSCSI connections.
2013-12-01 mckusickWe needlessly panic when trying to flush MKDIR_PARENT...
2013-12-01 adrianMigrate the sendfile_sync structure into a public(ish...
2013-12-01 eadlerr258780 should not have applied to .S files.
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-30 eadlerSimilar to the (1 << 31) case it is not defined to...
2013-11-30 andreastAdd a printf to inform about the logical memory block...
2013-11-30 pjdMake process descriptors standard part of the kernel...
2013-11-30 tuexenIn
2013-11-29 adrianDisable this debugging - it's far too verbose when...
2013-11-29 adrianUse the correct endian-ness accessor for this TLV field.
2013-11-29 adrianMake sure any waiters on the scan results get notified...
2013-11-29 nwhitehornUse the Open Firmware-based CPU frequency determination...
2013-11-29 andreastFix typo.
2013-11-29 eadlerFix typo
2013-11-29 eadlerFix typo
2013-11-29 avgzfs: add zfs_freebsd_putpages
2013-11-29 avgzfs: add dmu_write_pages variant for freebsd
2013-11-29 avgzfs: make zfs_map_page / zfs_unmap_page public
2013-11-29 avgdrop ZUT_OBJ, zfs unit testing driver never materialzie...
2013-11-29 ianSet the PGA_WRITEABLE flag when the protections indicat...
2013-11-29 ianLook up a nand chip by id in the static table before...
2013-11-29 avgzfs mappedread_sf: assert that a page is never partiall...
2013-11-29 rodrigcIn keg_dtor(), print out the keg name in the "Freed...
2013-11-29 rpauloFix typo in comment.
2013-11-29 rpauloMove KDTRACE_FRAME to "options" since it's used by...
2013-11-29 kevloChange run_rt2870_rf_write() prototype (no functional...
2013-11-29 kevloOn the RT2870, rf registers are now 64-bit, not 32...
2013-11-29 rpauloAdd an interface for the Wii IOS kernels.
2013-11-28 andreastGive some output about the CPU clock on IBMPOWER machin...
2013-11-28 avgMFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
2013-11-28 emastePurely cosmetic change: order DT_REL* and DT_RELA*...
2013-11-28 peterjail_v0.ip_number was always in host byte order. This...
2013-11-28 avgMFV r258371,r258372: 4101 metaslab_debug should allow...
2013-11-28 mav - Add bucket size column to `show uma` DDB command.
2013-11-28 avgopensolaris compat: add taskq_wait emulation
2013-11-28 avgadd taskqueue_drain_all
2013-11-28 melifaroSimplify O_NAT opcode handling.
2013-11-28 melifaroCheck ipfw table numbers in both user and kernel space...
2013-11-28 avgfix a serious bug in r258632: offset parameter must...
2013-11-27 neelAdd support for level triggered interrupt pins on the...
2013-11-27 nwhitehornThis driver doesn't need the /options node, so don...
2013-11-27 nwhitehornbadaddr() is used only in the grackle PCI driver, so...
2013-11-27 nwhitehornMake RTAS calls, which call setfault() to recover from...
2013-11-27 mavMake UMA to not blindly force offpage slab header alloc...
2013-11-27 gnnAdd constants for use in interrogating various fiber...
2013-11-27 mavDon't count bucket allocation failures for UMA zones...
2013-11-27 mavFix bug introduced at r252226, when udata argument...
2013-11-27 npDisable an assertion that relies on some code[1] that...
2013-11-27 mavEscape special XML chars, returned by some devices...
2013-11-27 loosFix the led 'gpios' definition to match the description on
2013-11-27 pluknetBandaid for compiling with gcc.
2013-11-27 glebiusFix build.
2013-11-26 pluknet- Nuke a second copy of nfscl_attrcache extern declarat...
2013-11-26 glebiusFix build, attempt two.
next