]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Rather than repeatedly setting and discarding local variable 'o' based
[FreeBSD/FreeBSD.git] / sys /
2007-05-27 rwatsonRather than repeatedly setting and discarding local...
2007-05-27 rwatsonIn tcp_timer_2msl(), tp can never become NULL, so don...
2007-05-27 rwatsonAdd parens around *free in *free++ in mbp_count() so...
2007-05-27 rwatsonRemove amountpipes counter for pipes -- this replicates...
2007-05-27 rwatsonDon't check curproc->p_comm for NULL as it is an array...
2007-05-27 rwatsonIn ncp_conn_alloc(), a new credential pointer, 'owner...
2007-05-27 rwatsonDon't assign sp to the value of s when we're about...
2007-05-27 simokawaChange default value of hw.firewire.dcons_crom.force_co...
2007-05-27 simokawaMake compile without GDB option.
2007-05-27 rwatsonRemove #if 0'd check for 0-size allocations, which...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() when...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() in...
2007-05-27 rwatsonRather than entering DDB with the message "unexpected...
2007-05-27 samsilence some compiler complaints
2007-05-27 kmacyfix compile warning by removing redundant LOG_ERR define
2007-05-27 kmacyset IFF_OACTIVE to avoid hangs when the tx ring fills up
2007-05-26 pjdThere are too many false positive LORs reported by...
2007-05-26 impA careful reading of the disclaimer that is required...
2007-05-25 pjdTo avoid a deadlock when handling .. directory during...
2007-05-25 pjdWe no longer need to put namecache entries onto tempora...
2007-05-25 pjdThe cache_leaf_test() function seems to be unused,...
2007-05-25 andreThe printf %b list in PRINT_TH_FLAGS has to be in octal...
2007-05-25 gallatin- Use m_getcl() rather than m_getjcl() when we're alloc...
2007-05-25 kmacyadd missed header
2007-05-25 kmacyupdate license headers
2007-05-25 kmacyadd toe device header missed by previous commit
2007-05-25 delphijMake the comparsion more obvious.
2007-05-25 kmacy(MFp4)
2007-05-25 jinmeido not directly call rtfree() to meet an assumption...
2007-05-25 njlAdd a sysctl, 'debug.acpi.suspend_bounce', that causes...
2007-05-25 simokawaInclude stand.h for loader.
2007-05-25 kmacyremove unneccessary curcpu reference in setting mmfsa
2007-05-25 kmacymove trap table initialization for cpu0 into sparc64_init
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienTemporarily add 'WITH_GCC3' that removes -Wno-pointer...
2007-05-24 jfvFix for PR 112937, thanks to Ruslan Ermilov. I am still
2007-05-24 samSearch for a proper ucode image to use by incrementing...
2007-05-24 samo add hints for avila boards; brings back i2c devices...
2007-05-24 samMove to hints for configuring numerous devices so we...
2007-05-24 samDon't muck with the internal state of a uart during...
2007-05-24 samFix interrupt setup; rev 1.3 switched the irq to GPIO_T...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 pjdDNLC_NO_VNODE can't be NULL.
2007-05-24 pjdInitialize ZFS a bit earlier and block root mounting...
2007-05-23 pjdFreeBSD's namecache works quite well with ZFS, so remov...
2007-05-23 pjdAll objects we create using GFS are directories, so...
2007-05-23 jfvTwo minor fixes, keep old 82542 from using jumbo frames...
2007-05-23 andreAdd CWR back into the PRINT_TH_FLAGS list as gcc42...
2007-05-23 andreIn tcp_log_addrs():
2007-05-23 jhbDon't set lo_name and clobber lo_flags in lock_profile_...
2007-05-23 samfix comment typo
2007-05-23 rwatsonComment that tdsignal() may be entered from the debugger.
2007-05-23 rwatsonInitialize time_lock before calling cpu_initclocks...
2007-05-23 gallatinAdd support for "hardware" vlan tag insertion & removal...
2007-05-23 kibFix the dependency for the linux_support.s, explicitely...
2007-05-23 gallatinFix a typo in pcib_alloc_msi{x} which resulted in the
2007-05-23 cognetRemove duplicate includes.
2007-05-23 cognetRemove duplicate includes.
2007-05-23 pjdEliminate VI_LOCK()/VI_UNLOCK() pair from getattr and...
2007-05-23 rwatsonNo need to force __inline__ of currecord(), as the...
2007-05-23 kibMove futex support code from <arch>/support.s into...
2007-05-23 kmacyAdd some early diagnostics under bootverbose
2007-05-22 pjd- Remove redundant initialization.
2007-05-22 pjdLock vnode on lookup. This fixes ZIL replay for rmdir...
2007-05-22 jkimRemove an empty line.
2007-05-22 jkimRemove BCM5704S specific tunable (hw.bge.fake_autoneg...
2007-05-22 jkimRearrange DMA read/write control register settings...
2007-05-22 jkimRemove stale alpha support code.
2007-05-22 jkimFix time out check in EEPROM read and move delays to...
2007-05-22 jkimAdd delays in MI communication register R/W loops.
2007-05-22 glebiusSome minor cleanups:
2007-05-22 gallatinmxge cleanups:
2007-05-22 gallatinHook mxge_lro.c to the build so that the if_mxge.ko...
2007-05-22 mavAdd support for setmode and settarget messages.
2007-05-22 mavAllow node to bypass traffic while no alias address...
2007-05-22 mavReturn back NETGRAPH_MPPC_COMPRESSION depends.
2007-05-22 ddsIncrease precision of time values in the process accounting
2007-05-22 kmacyrestore interrupts to working order after INTR_THREAD...
2007-05-22 alcEliminate the reactivation of cached pages in vm_fault_...
2007-05-22 kanAllow FreeBSD's native ELF image activators to execute...
2007-05-21 dhartmeiFrom OpenBSD, rev. 1.524, 1.528, 1.529
2007-05-21 jkimUse lower cases for UUID string to conform RFC4122...
2007-05-21 gallatinImprove mxge receive performance:
2007-05-21 cognetForce the alignment of the chars arrays, as they are...
2007-05-21 rwatsonShort name of kernel audit worker thread from "audit_wo...
2007-05-21 delphijBump __FreeBSDversion for shared library version bump.
2007-05-21 simokawaMake sure fwsid is not NULL.
2007-05-21 nyanMFi386: revision 1.652
2007-05-21 mjacobPerhaps a better fix- make the called function do the...
2007-05-21 marcelWhen speculation fails (as determined by the chk instru...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-21 simokawaMFp4: Simplify the bus probe routin using a kthread.
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-20 jeff - Move clock synchronization into a seperate clock...
2007-05-20 jeff - Move GDT/LDT locking into a seperate spinlock, remov...
2007-05-20 mjacobInitialize irql to something prior to calls that (might...
2007-05-20 mjacobInitializae lastaddr to 0 in bus_dmamap_load_uio so...
2007-05-20 mjacobMake gcc 4.2 happy by initiatlizing controller && chann...
2007-05-20 mjacobIncrease size of timer counter bitfield to accomodate...
2007-05-20 marius- Staticize cpu_ipi_send() and cpu_mp_unleash() as...
next