]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24ht
[FreeBSD/FreeBSD.git] / sys /
2007-04-20 ariffUnbreak module / driver attach breakage. Both snd_envy2...
2007-04-19 scottlRetire the spl() markers. Add in some minor missed...
2007-04-19 scottlInline cam_periph_lock|unlock to make debugging easier...
2007-04-19 scottlFix a leaked lock in dashutdown.
2007-04-19 scottlUp until now, the free SCB pool received only a small...
2007-04-19 scottlAvoid problems with make_dev.
2007-04-19 jhbOops, fix intsmb(4) attach. Don't overwrite the 'value...
2007-04-19 mtmMake inet6_rth_* family of functions more compliant...
2007-04-19 scottlZero the CCBs when mallocing them.
2007-04-19 scottlSplit the camisr into per-SIM done queues. This optimi...
2007-04-19 ariff- AC97 quirk / patch cleanups. Most quirks doesn't...
2007-04-19 sephe- Fix mbuf/node leakage in drivers' raw_xmit().
2007-04-19 rrs- More work on making send lock contention.
2007-04-19 phkstyle nit
2007-04-19 jkoshyFix witness(4) warnings about mutex use.
2007-04-19 pjdFix a bug in sendfile(2) when files larger than page...
2007-04-19 alcCorrect contigmalloc2()'s implementation of M_ZERO...
2007-04-19 alcCorrect two comments.
2007-04-19 njlBump the interrupt storm detection counter to 1000...
2007-04-18 jkimFix style(9) and comments.
2007-04-18 ariffsndbuf_alloc() now accept dmaflags argument which will...
2007-04-18 ariffBreak ABI / module compatibility for the upcoming sndbu...
2007-04-18 andreMake tcp_twrespond() use tcp_addoptions() instead of...
2007-04-18 jkimstyle(9) says sizeof's are not be followed by a space...
2007-04-18 jkimImplement settimeofday() for Linuxulator/amd64.
2007-04-18 pjdMFp4: Fix automatic snapshot mount when unprivileged...
2007-04-18 pjdMFp4: We check for PRIV_VFS_MOUNT already in mount...
2007-04-18 phkOn AMD's Geode LX: Force the TSC to run through core...
2007-04-18 scottlMissed locking the dump and shutdown entry points in...
2007-04-18 scottlRevert a driver API change to xpt_alloc_ccb that isn...
2007-04-18 yongariDon't reinitialize the hardware if only PROMISC flag...
2007-04-17 phkAdd support for hw-assisted checksums on 6105M.
2007-04-17 pjdSimplify.
2007-04-17 pjd- Fix a leftover - vfs_mount_alloc() is now exported...
2007-04-17 pjdExport vfs_mount_alloc() as it is used in ZFS.
2007-04-17 jhbHonor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc...
2007-04-17 pjdIgnore hostid check for root-on-ZFS configurations...
2007-04-17 phkNo need to throw tag+handle around on the stack.
2007-04-17 andreWhen we run into the syncache entry limits syncache_add...
2007-04-17 jhbWhen trying to allocate a PnP BIOS memory resource...
2007-04-17 rwatsonChange $P4$ ID strings to P4 ID strings so that they...
2007-04-17 rwatsonRemove $P4$ that snuck into CVS from Perforce.
2007-04-17 phkImprove the if_vr driver ever so slightly.
2007-04-17 rwatsonShorten text string for ip_fw2 dynamic rules zone by...
2007-04-17 scottlBasic MPSAFE locking for the AHC and AHD drivers.
2007-04-17 impDon't use spinlocks here. The iicbus transactions...
2007-04-17 scottlDon't delete the devalias, as per the man page.
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...
2007-04-16 jhb- Add a 'show rman <rm>' DDB command to dump the resour...
2007-04-16 scottlFor the XPT_SASYNC_CB operation, only decouple the...
2007-04-16 scottlDrop the topology lock before calling the periph oninva...
2007-04-16 scottlDrop the periph/sim lock when calling disk_destroy().
2007-04-16 scottlDestroy the devalias before destroying the dev.
2007-04-16 rwatsonMerge OpenBSM 1.0 alpha 14 changes to src/sys/security...
2007-04-16 rwatsonUpdate src/sys/bsm for OpenBSM 1.0 alpha 14 import.
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 pjds/destory/destroy/ (except for the code in contrib/).
2007-04-16 pjdUncomment forgotten check. Without this check in-place...
2007-04-15 kmacyPHYS_TO_VM_PAGE requires explicit vm_page.h include...
2007-04-15 rwatsonRemove unused variable tcbinfo_mtx.
2007-04-15 desAvoid "unused variable" warning when building without...
2007-04-15 mjacobUse %j and args cast to uintmax_t to print bus_addr_t...
2007-04-15 csjpAdd an entry for AUT_ZONENAME and the prototype for...
2007-04-15 desMake pseudofs (and consequently procfs, linprocfs and...
2007-04-15 desInstead of stating GIANT_REQUIRED, just acquire and...
2007-04-15 desWhitespace cleanup.
2007-04-15 rwatsonIn nfsrv_rcv(), don't reacquire the nfs server lock...
2007-04-15 kmacyAdd pmap includes needed by i386
2007-04-15 desFix the same bug as in procfs_doproc{,db}regs(): check...
2007-04-15 desDon't reset uio_offset to 0 before returning. Instead...
2007-04-15 rrsFix stupid syntax error - Pointy hat to me :-(
2007-04-15 desAdd macros to assert that the process is / isn't held...
2007-04-15 rrs- Add more comments to sctps_stats struture in sctp_uio.h
2007-04-15 pjdMFp4: Start DNLC after desiredvnodes variable is initia...
2007-04-15 scottlRemove Giant from CAM. Drivers (SIMs) now register...
2007-04-15 kmacyback out option to disable packet zone
2007-04-15 kmacysuck in more of busdma to enable more efficient mappings
2007-04-15 kmacyAdd sysctl for disabling/enabling mbuf chain collapsing
2007-04-15 kmacyImplement ZERO_COPY_SOCKETS check in a way that doesn...
2007-04-14 pjdFix RAID-Z resilvering.
2007-04-14 kmacyAdd support for mbuf iovec in the TX path
2007-04-14 kmacyadd reference count pointer to mbuf iovec
2007-04-14 kmacyhide static declaration
2007-04-14 kmacyremove now invalid check from m_sanity
2007-04-14 kmacyAdd option for disabling allocation from the packet...
2007-04-14 kmacypad out m_hdr to make pkthdr word-aligned
2007-04-14 mlaierFix a typeo - unbreak the build.
2007-04-14 maximo Add bsm and security to a list of cscope dirs.
2007-04-14 pjdMFp4: Hmm, it seems to work now.
2007-04-14 desFurther pseudofs improvements:
2007-04-14 pjdMFp4: Use max_ncpus, which is used in other places...
2007-04-14 pjdMFp4: Add more debug, so we can see if zpool.cache...
2007-04-14 pjdMFp4: Allow to tune vfs.zfs.debug from loader.conf.
2007-04-14 pjdMFp4: - Allow to tune number of spa_zio_* threads.
2007-04-14 rwatsonSome Linux applications (ping) pass a non-NULL msg_cont...
2007-04-14 rrs- fix source address selection when picking an acceptab...
2007-04-14 bmsIn member interface detach event handler, do not attemp...
2007-04-13 pjdFix jails and jail-friendly file systems handling:
2007-04-13 pjdFix overflow, which was causing endless loops when...
2007-04-13 maximo Extend the list of supported CDMA-2000 terminals.
next