]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-04-30 kmacy- acquire the page lock in vm_contig_launder_page befor...
2010-04-30 jillestelnet: Fix infinite loop if local output generates...
2010-04-30 kmacy- don't check hold_count without the page lock held
2010-04-30 yongariMarvell 88E8059(Yukon Optima) is now supported.
2010-04-30 yongariAdd Marvell PHYG65G Gigabit PHY which is found on 88E80...
2010-04-30 yongariAdd basic support for Marvell 88E8059 Yukon Optima.
2010-04-30 yongariDisable non-ASF packet flushing on Yukon Extreme as...
2010-04-30 rrsBug in the memory mapping module. The wrong
2010-04-30 zmlHandle taskqueue_drain(9) correctly on a threaded taskq...
2010-04-30 kibUnlock page lock instead of recursively locking it.
2010-04-30 alcMFamd64/i386 r207205
2010-04-30 philipFix typo in usage message. Add -n to the list of valid...
2010-04-30 mavRevert r198705.
2010-04-30 mavAdd Target/LUN ID checks.
2010-04-30 mavAdd Target/LUN ID checks and deny access to targets...
2010-04-30 mavAdd Target/LUN ID checks and deny access to targets...
2010-04-30 mavReport PMP absence using target 15, same as for precenc...
2010-04-30 mmFix improper pool write throughput calculation.
2010-04-30 traszAvoid undefined behaviour.
2010-04-30 jeff - Use the path to the filesystem mountpoint to look...
2010-04-30 kmacymerge 194209 in to the i386/xen pmap
2010-04-30 alfredAvoid allocating MAXHOSTNAMELEN bytes on the stack...
2010-04-30 alfredDon't leak core_buf or gzfile if doing a compressed...
2010-04-30 alfredDo not set IO_NODELOCKED while writing to vnodes as...
2010-04-30 kmacydon't allow unsynchronized free in vm_page_unhold
2010-04-30 davidch- Enable flow control.
2010-04-30 kmacyOn Alan's advice, rather than do a wholesale conversion...
2010-04-30 yongariBoth RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits...
2010-04-29 thompsausb_controller.c requires opt_ddb.h
2010-04-29 davidch- Pass flow control settings back to bce(4).
2010-04-29 pjdDefault connection timeout is way too long. To make...
2010-04-29 delphijAdd FreeBSD 8.1 to known list as it's being referenced...
2010-04-29 delphijbwn(4) will first appear in FreeBSD 8.1-RELEASE.
2010-04-29 yongariNow sge(4) supports hardware VLAN tag insertion/stripping.
2010-04-29 yongariEnable VLAN hardware tag insertion/stripping. Due to...
2010-04-29 yongariEnable FCS stripping and padding 10 bytes bit of RX...
2010-04-29 yongariExplicitly marks SiS190 to differentiate it from SiS191.
2010-04-29 yongariRemove wrong link state chage.
2010-04-29 yongariPreserve unknown bits of RX MAC control register when...
2010-04-29 alcSimplify the inner loop of vm_pageout_object_deactivate...
2010-04-29 alcMFamd64/i386 r207205
2010-04-29 pjd- Check if the worker process was killed by signal...
2010-04-29 pjdFix a problem where hastd will stuck in recv(2) after...
2010-04-29 rpauloDecrement rxa_pad due to the addition of rxa_private.
2010-04-29 bzMFP4: @176978-176982, 176984, 176990-176994, 177441
2010-04-29 avgffs_vfsops: restore alphabetic order of options in...
2010-04-29 kibWhen doing kstack swapin, read as much pages in one...
2010-04-29 kibIn swap pager, do not free the non-requested pages...
2010-04-29 kibRemove caddr_t casts.
2010-04-29 avgkern_ntptime: drop a comment that became stale after...
2010-04-29 avgperiodically save system time to hardware time-of-day...
2010-04-29 avgkern_ntptime: abstract time error check into a function
2010-04-29 nyanMFi386: revision 206553
2010-04-29 sobomaxOn certain chipsets AT keyboard controller isn't presen...
2010-04-28 rmacklemFor the experimental NFS client, it should always flush...
2010-04-28 rmacklemDelete a diagnostic statement that is no longer useful...
2010-04-28 pjdRestart worker thread only if the problem was temporary.
2010-04-28 pjdMark temporary issues as such.
2010-04-28 dougbIn the case where named_chroot_autoupdate is NOT set...
2010-04-28 pjdUse WEXITSTATUS() to obtain real exit code.
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 pjdDon't assume that "resource" property is in metadata.
2010-04-28 jkimImport ACPICA 20100428.
2010-04-28 jfvAddress the LOD that some are seeing, put the RX lock
2010-04-28 jhbInitialize the callout structure earlier in attach...
2010-04-28 pjdBackport fix for 'zfs_znode_dmu_init: existing znode...
2010-04-28 jfvChange default WOL back to MAGIC only, having
2010-04-28 jkimRemove dead code. Calculated greatest common divisor...
2010-04-28 attilio- Extract the IODEV_PIO interface from ia64 and make...
2010-04-28 rpauloAdd a private field to struct ieee80211_rx_ampdu do...
2010-04-28 rpauloAdd ic_rxstream and ic_txstream. These variables hold...
2010-04-28 rpauloCouple of fixes from DragonFly (typos).
2010-04-28 rpauloWhen in the RUN -> AUTH -> RUN FSM transition happens...
2010-04-28 rpauloFix typo. No functional change.
2010-04-28 rpauloBump man page date.
2010-04-28 rpauloFix typos.
2010-04-28 desUpgrade to OpenSSH 5.5p1.
2010-04-28 rnolandfx->lock is used as an index, correct test case.
2010-04-28 jeff - When canceling jaddrefs they may not yet be in the...
2010-04-28 jeff - Fix builds without SOFTUPDATES defined in the kernel...
2010-04-28 alcSetting PG_REFERENCED on a page at the end of vm_fault...
2010-04-28 alcChange vm_object_madvise() so that it checks whether...
2010-04-28 alcAdapt i386 r207205 to mips: Clearing PV_TABLE_REF and...
2010-04-27 kmacyneed to initialize the lock before it is used
2010-04-27 mariusOn sparc64 obtain the initiator ID to be used for SPI...
2010-04-27 mariusReplace a magic value with the appropriate macro.
2010-04-27 marius- On sparc64 obtain the initiator ID from the Open...
2010-04-27 delphijUse _exit(2) system call directly instead of using...
2010-04-27 delphijLanguage improvements to make the BUGS section easier...
2010-04-27 mavUpdate device identify data and serial number when...
2010-04-27 mariusTake advantage of OF_getscsinitid().
2010-04-27 bzMFP4: @177254
2010-04-27 bzEnhance the historic behaviour of raw sockets and jails...
2010-04-27 bzMake sure IPv6 source address selection does not change...
2010-04-27 bmsFix a regression where DVMRP diagnostic traffic, such...
2010-04-27 kibStyle: use #define<TAB> instead of #define<SPACE>.
2010-04-27 kibProvide 32bit compat for SIOCGDEFIFACE_IN6.
2010-04-27 impRequire the option that's mapped be listed in the optio...
2010-04-27 impRedo how we add compat options so as to be compatible...
2010-04-27 alcMFi386 r207205
next