]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-04-15 kientzleThanks to Colin for catching my mixup. The original...
2007-04-15 kientzleConsolidate numeric limit macros in one place; include...
2007-04-14 pjdForce commit to actually document what was changed:
2007-04-14 kientzlePass through error message if any operation fails,...
2007-04-14 kientzleOverhaul of 'ar' support:
2007-04-14 kientzleInvoke utime(2) properly. (It's only used on platforms
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 kientzleFix the build by temporarily disabling 'ar' support...
2007-04-14 maximo Add bsm and security to a list of cscope dirs.
2007-04-14 gshapiroInclude a note about recompiling ports which use the...
2007-04-14 maximo IFNAMSIZ includes a terminating null byte.
2007-04-14 bmahNew (but slightly overdue) release notes: snd_envy24ht(4),
2007-04-14 pjdMFp4: Hmm, it seems to work now.
2007-04-14 simokawaIn FreeBSD,
2007-04-14 acheUse proper type cast for ctype macro
2007-04-14 desFurther pseudofs improvements:
2007-04-14 blackendElexol USB MOD1 is supported by the uftdi driver.
2007-04-14 pjdCleanup sysconf(3) a bit. sysconf(3) assumes in some...
2007-04-14 ruAdd ports-net-im, ports-net-p2p and ports-ports-mgmt...
2007-04-14 ruAdd src-cddl and src-rescue.
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 stas- Add new 'a' switch and runtime option that allows...
2007-04-14 rrs- fix source address selection when picking an acceptab...
2007-04-14 kientzleFix the build.
2007-04-14 kientzleFixes from Joerg Sonnenberger, reviewed by Kai Wang.
2007-04-14 kientzleConventionally, tar archives have always included a...
2007-04-14 kientzlePortability: Don't use mkdtemp() when mkdir() will...
2007-04-14 kientzleMore portability improvements from Martin Koeppe:
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 phkAlign -p output in TAB built columns suitable for ...
2007-04-13 pjdFix overflow, which was causing endless loops when...
2007-04-13 desRemove the shutdown keyword. It just adds noise to...
2007-04-13 maximo Extend the list of supported CDMA-2000 terminals.
2007-04-13 kientzlePortability.
2007-04-13 alcEliminate the misuse of PG_FRAME to truncate a virtual...
2007-04-13 kientzlePortability.
2007-04-13 emasteThe minimum size of an RFC3442 destination descriptor...
2007-04-13 csjpFix the handling of IPv6 addresses for subject and...
2007-04-13 ahzePav and marcus co-mentored me for a few weeks while...
2007-04-13 pjd- Create an empty /etc/zfs/exports file when zfs_enable...
2007-04-13 pjdmountd(8) was changed to only abort when all given...
2007-04-13 pjdFatal error is only when cannot open any of the given...
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-13 mtmo Look for a zfs(1) exports file only if it exists...
2007-04-13 pjdInstall only types.h from sys/rpc/.
2007-04-12 pjdMFp4: Synchronize with vendor (mostly 'zfs rename ...
2007-04-12 pjdMFp4: Bring back comments.
2007-04-12 julianFound the right date for davidxu
2007-04-12 julianAdd myself and some others according to my dusty memory.
2007-04-12 mavAdd myself and glebius.
2007-04-12 ruIn .error and .warning, prefer command-line variables
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 stefanAdd myself and my mentor, arved.
2007-04-12 acheMerge
2007-04-12 bmsNuke ipblock. A more complete multicast regression...
2007-04-12 ruFix PAE on SMP by enabling EFER_NXE on all APs.
2007-04-12 jkoshyFix a bug in the description of the "p6-div" event...
2007-04-12 ceriBump .Dd for r1.5; fix grammatical problem.
2007-04-12 mtmSpecify the correct way to modify this file, and warn...
2007-04-12 ruRestore the ".Sh BUGS" line that was accidentally removed
2007-04-12 mtmThere are a couple of bugs in rev. 1.27:
2007-04-12 mtmErrm... I don't see how rev. 1.26 could have possibly...
2007-04-12 kmacyrestore sense to get_imm_packet
2007-04-12 kientzleMake it easier to support more platforms.
2007-04-12 kientzleNow that libarchive is being built in more environments,
2007-04-12 kientzleMake Lint happier.
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 kuriyama- Fix compilaton with DUMP_FILELOCK_VERBOSE.
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 desRemove irrelevant comment about T/TCP in BUGS.
2007-04-11 desRemove -T from getopt() spec and usage string.
2007-04-11 emasteBelatedly bump Dd for my recent changes.
2007-04-11 desBump Dd.
2007-04-11 desRemove T/TCP support, and the -T option which was neede...
2007-04-11 ticsoAdd myself plus a template for Andrew Gallatin for...
2007-04-11 bmahModified release note: Reword sg note to make more...
2007-04-11 rwatsonRemove obsolete comment about privileges: SUSER_ALLOWJA...
2007-04-11 rwatsonRemove now-obsolete comment regarding mqueue privileges...
2007-04-11 stas- Add IANA-assigned ports for HP status & services...
2007-04-11 stas- Add IANA assigned port for amanda server control...
2007-04-11 bmahNew release notes: kern.hostuuid, trunk(4), sg (+MFC),
next