]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Instead of stating GIANT_REQUIRED, just acquire and release Giant where
[FreeBSD/FreeBSD.git] / sys /
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.
2007-04-13 alcEliminate the misuse of PG_FRAME to truncate a virtual...
2007-04-13 csjpFix the handling of IPv6 addresses for subject and...
2007-04-13 pjdFix vnodes starvation caused by DNLC (ZFS name cache):
2007-04-13 pjdWhen we are running low on vnodes, there is currently...
2007-04-12 pjdMFp4: Synchronize with vendor (mostly 'zfs rename ...
2007-04-12 pjdMFp4: Bring back comments.
2007-04-12 le-) Correct sdcount for a plex when removing or adding...
2007-04-12 leAvoid infinite loop if the device string given for...
2007-04-12 alcMFamd64
2007-04-12 ruFix PAE on SMP by enabling EFER_NXE on all APs.
2007-04-12 kmacyrestore sense to get_imm_packet
2007-04-12 kmacyswitch over to per-txq dma tag to facilitate parallelis...
2007-04-12 kmacyexplicitly check TSO flag
2007-04-12 kmacyAdd ETHER_HDR_LEN to hardware accepted mtu
2007-04-12 thompsaFix a case where the multicast addresses were not remov...
2007-04-11 andreAdd m_last() inline function.
2007-04-11 desAdd a flag to struct pfs_vdata to mark the vnode as...
2007-04-11 rwatsonRemove obsolete comment about privileges: SUSER_ALLOWJA...
2007-04-11 rwatsonRemove now-obsolete comment regarding mqueue privileges...
2007-04-11 ruMake "struct tcp_timer" visible only to the kernel...
2007-04-11 jhbFix m_freem_vec() to actually traverse the mbuf chain...
2007-04-11 jhbGroup the loop to acquire/release Giant with the WITNES...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 ruUnbreak world build.
2007-04-11 andreChange the TCP timer system from using the callout...
2007-04-11 njlPut some overly verbose prints under bootverbose. ...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-11 yongariAdd work around for hardware Tx checksum offload bug...
2007-04-10 pjdMove rpc/types.h under sys/, as this is used by ZFS...
2007-04-10 wkoszekstrchr() and strrchr() are already present in the kerne...
2007-04-10 pjdRemove trailing '.' for consistency!
2007-04-10 scottlWhitespace fixes
2007-04-10 mariusLet brgphy(4) attach for the Broadcom BCM5755 ASIC...
2007-04-10 mariusOn i386 compile the back-end with EISA support as well...
2007-04-10 scottlA fix for the SG_GET_TIMEOUT function slipped into...
2007-04-10 pjdAdd UFS_GJOURNAL options to the GENERIC kernel.
2007-04-10 rwatsonUpdate comment regarding how we check privilege on...
2007-04-10 rwatsonAllow PRIV_NETINET_REUSEPORT in jail.
2007-04-10 rwatsonAdd a new privilege, PRIV_NETINET_REUSEPORT, which...
2007-04-10 rwatsonRemove unnecessary suser() check in the sysctl to set...
2007-04-10 rwatsonDo allow POSIX mqueue unlink privilege inside a jail...
2007-04-10 pjdMinor style cleanups (mostly removal of trailing whites...
2007-04-10 pjdCorrect typos.
2007-04-10 pjdMFp4: Allow to set zfs_recover via vfs.zfs.recover...
2007-04-10 pjdMFp4: Hide under '#ifdef _KERNEL' only what's really...
2007-04-10 keramidaMinor typo fix, noticed while I was going through ...
2007-04-10 kibFix the NAMEI zone leak when snapshot was successfully...
2007-04-10 kibRecalculate the NEWBLOCK flag for pagedep structure...
2007-04-10 kibWhen LK_NOWAIT is passed as argument to process_worklis...
2007-04-10 thompsaFix an uninitialized variable warning.
2007-04-10 thompsaFix build, trunk is a device not an option.
2007-04-10 pjdTry to stabilize ZFS with regard to memory consumption:
2007-04-10 pjdReduce diff against vendor - we have now stronger check...
2007-04-10 thompsaAdd trunk(4) module.
2007-04-10 thompsaHook trunk(4) up to the build.
2007-04-10 thompsaAdd the trunk(4) driver for providing link aggregation...
2007-04-09 pjdRemove unused #define.
2007-04-09 thompsaFix a compiler warning so hash.h can be included in...
2007-04-09 pjdFix build breakage.
2007-04-09 pjdAdd zfs_load here.
2007-04-09 njlRestore the locking for the sleep/wakeup to avoid waiti...
2007-04-09 njlClean up the root mount and mount wait code. No mutexe...
2007-04-09 pjdAdd kern.hostuuid sysctl, which will be used to keep...
2007-04-09 pisoThe old PacketAlias* API is not exported when
next