]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix incorrect RX BD producer updates. The producer index was
[FreeBSD/FreeBSD.git] / sys /
2010-09-16 yongariFix incorrect RX BD producer updates. The producer...
2010-09-16 mavAdd support for dumping kernel to gconcat.
2010-09-16 mdfRe-add r212370 now that the LOR in powerpc64 has been...
2010-09-16 mavFix panic, when due to some kind of congestion on FIS...
2010-09-16 andreImprove comment to TCP_MINMSS by taking the wording...
2010-09-16 mariusRemove accidentally committed test code which effective...
2010-09-16 mariusMerge from powerpc:
2010-09-16 mariusMerge r207585 from cas(4):
2010-09-16 desImplement proc/$$/environment.
2010-09-16 nwhitehornSplit the SLB mirror cache into two kinds of object...
2010-09-16 mavFew whitespace cleanups and comments tunings.
2010-09-16 nwhitehornReplace the SLB backing store splay tree used on 64...
2010-09-15 tuexenRemove old debug code.
2010-09-15 tuexenRemove unused variable/assignment.
2010-09-15 tuexenDelay the assignment of a path for DATA chunk until...
2010-09-15 tuexenUse TAILQ_EMPTY() for testing if a tail queue is empty.
2010-09-15 npFix t3_gate_rx_traffic and t3_open_rx_traffic. Parts...
2010-09-15 mariusAdd a VIS-based block copy function for SPARC64 V and...
2010-09-15 tuexenRemove unused variable/assignment.
2010-09-15 pjdChange message when setting or unsetting attribute...
2010-09-15 mariusAdd macros for alternate entry points.
2010-09-15 tuexenRemove assignment without effect.
2010-09-15 pjdMake the message that informs about bootcode being...
2010-09-15 tuexen* Use !TAILQ_EMPTY() for checking if a tail queue is...
2010-09-15 tuexenRemove unused variables.
2010-09-15 mmFix kernel panic when moving a file to .zfs/shares
2010-09-15 andreastIncrease register access delay to deal with the high...
2010-09-15 mariusSync with other platforms:
2010-09-15 marius- Update the comment in swi_vm() regarding busdma bounc...
2010-09-15 attilioFix bogus busying mechanism from cdevsw callbacks:
2010-09-15 jhRemove empty devfs directories automatically.
2010-09-15 avgzfs vn_has_cached_data: take into account v_object...
2010-09-15 avgzfs mappedread, update_pages: use int for offset and...
2010-09-15 avgzfs mappedread: use uiomove_fromphys where possible
2010-09-15 andreChange the default MSS for IPv4 and IPv6 TCP connection...
2010-09-15 avgzfs: catch up with vm_page_sleep_if_busy changes
2010-09-15 avgtmpfs, zfs + sendfile: mark page bits as valid after...
2010-09-15 avgsys/pcpu.h: remove a workaround for a fixed ld bug
2010-09-15 neelAdd 64-bit SWARM board kernel configs.
2010-09-15 neelFactor out the common parts of the swarm board in SWARM...
2010-09-15 neelMake the meaning of the 'mask' argument to 'set_intr_ma...
2010-09-15 emasteAdd some enums and constants from Adaptec's latest...
2010-09-15 grehanIntroduce inheritance into the PowerPC MMU kobj interface.
2010-09-14 mariusUse saner nsegments and maxsegsz parameters when creati...
2010-09-14 mariusRemove a KASSERT which will also trigger for perfectly...
2010-09-14 mariusRemove redundant raising of the PIL to PIL_TICK as...
2010-09-14 kibRename the field to not confuse readers. The bytes...
2010-09-14 mckusickUpdate comments in soft updates code to more fully...
2010-09-14 kenMFp4: (//depot/projects/mps/...)
2010-09-14 pjd- Change all places where G_TYPE_ASCNUM is used to...
2010-09-14 mmRemove duplicated VFS_HOLD due to a mismerge.
2010-09-14 pjdSimplify the code a bit.
2010-09-14 mmAdd missing vop_vector zfsctl_ops_shares
2010-09-14 mavFix panic on NULL dereference possible after r212541.
2010-09-14 mavMake kern_tc.c provide minimum frequency of tc_ticktock...
2010-09-14 mavReplace spin lock with the set of atomics. It is imprac...
2010-09-14 mavAdd some foot shooting protection by checking singlemul...
2010-09-14 grehanResurrect PSIM support by moving the cacheline size...
2010-09-14 emasteAvoid repeatedly spamming the console while a timed...
2010-09-14 neelPort r212559 to mips.
2010-09-14 neelEnforce that pmap_mapdev() always returns uncacheable...
2010-09-13 nwhitehornFix a missing set of parantheses that could cause recen...
2010-09-13 jkimFix segment:offset calculation of interrupt vector...
2010-09-13 pjdRemove the page queues lock around vm_page_undirty...
2010-09-13 mdfRevert r212370, as it causes a LOR on powerpc. powerpc...
2010-09-13 rpauloBump __FreeBSD_version to reflect the userland DTrace...
2010-09-13 impTARGET_64BIT isn't needed anymore, GC it (partial merge...
2010-09-13 nwhitehornFix a subtle bug uncovered by the recent one-shot timer...
2010-09-13 mavChange call order to enable interrupts only after timer...
2010-09-13 pjd- Remove gc_argname field. It was introduced for gpart...
2010-09-13 jchandrasys/mips/rmi/msgring.h - fixes and clean up.
2010-09-13 jchandrabus_add_child method is needed now.
2010-09-13 avgacpi_cpu: do not apply P_LVLx_LAT rules to latencies...
2010-09-13 pjd- Allow to specify value as const pointers.
2010-09-13 avgbus_add_child: add specialized default implementation...
2010-09-13 impSimplify atomic selection
2010-09-13 impPrefer MACHINE_CPUARCH over MACHINE_ARCH
2010-09-13 mavRefactor timer management code with priority to one...
2010-09-13 impUse MACHINE_CPUARCH as appropriate
2010-09-13 mavAdd tunable 'hint.hpet.X.per_cpu' to specify how much...
2010-09-13 jchandraThe functions in sys/mips/mips/psraccess.S can be imple...
2010-09-13 impMFtbemd: use MACHINE_CPUARCH
2010-09-13 impUse :T:Micc here like everywhere else we test icc
2010-09-12 cognetIn pmap_remove_all(), do not decrease pm_stats.wired_co...
2010-09-12 kibDo not fork nfsiod directly from the vop methods. This...
2010-09-12 qingliAdding an address on an interface also requires the...
2010-09-12 kibAdd DF_1_LOADFLTR.
2010-09-12 kibFix typo.
2010-09-12 ivorasList low-level Blowfish ECB module in the SRCS. It...
2010-09-12 rpauloRevamp locking a bit. This fixes three problems:
2010-09-12 mavInstead of storing last event timestamp, store the...
2010-09-11 nwhitehornATAPI DMA does not seem to work completely reliably...
2010-09-11 mavDo not print "frequency 0 Hz", when frequency is unknown.
2010-09-11 kanAdd missing pointer increment to sbuf_cat.
2010-09-11 mariusChange OF_interpret() to also take an array of cell_t...
2010-09-11 kibProtect mnt_syncer with the sync_mtx. This prevents...
2010-09-11 rpauloAvoid a LOR (sleepable after non-sleepable) in
2010-09-11 mavFix the build after r212453. IPI_STATCLOCK declaration...
2010-09-11 avgmake acpi_hp device a child of acpi_wmi
2010-09-11 mavSparc64 uses dummy cpu_idle() method. It's CPUs never...
next