Index: stable/9/contrib/smbfs/README =================================================================== --- stable/9/contrib/smbfs/README (revision 292707) +++ stable/9/contrib/smbfs/README (revision 292708) @@ -1,53 +1,53 @@ SMB/CIFS protocol and SMB/CIFS file system implementation for FreeBSD, version 1.4. This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD. It is a complete, kernel side implementation of SMB requester and filesystem. Supported platform Comment FreeBSD 4.X Port FreeBSD 4.5 Everything available in the base system. FreeBSD-current Everything available in the base system. Darwin maintained in the Darwin's tree. - I'm would be very grateful for any feedback, bug reports etc. + I would be very grateful for any feedback, bug reports etc. Supported SMB servers: Samba Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6) IBM LanManager NetApp - An updated versions of this package can be retrieved from ftp server: + An updated version of this package can be retrieved from ftp server: ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz - Perfomance + Performance ========== - There is some perfomance benchmarks over 10Mbit network: + These are some performance benchmarks over a 10Mbit network: Win95 machine as server: IOZONE: auto-test mode MB reclen bytes/sec written bytes/sec read 1 512 339791 323416 1 1024 481067 431568 1 2048 648394 588674 1 4096 630130 583555 1 8192 671088 618514 Samba 2.0.6 as server: IOZONE: auto-test mode MB reclen bytes/sec written bytes/sec read 1 512 409200 437191 1 1024 545600 596523 1 2048 729444 798915 1 4096 871543 919299 1 8192 900790 1024562 Author: Boris Popov Index: stable/9/contrib/smbfs =================================================================== --- stable/9/contrib/smbfs (revision 292707) +++ stable/9/contrib/smbfs (revision 292708) Property changes on: stable/9/contrib/smbfs ___________________________________________________________________ Added: svn:mergeinfo ## -0,0 +0,6 ## Merged /projects/head_mfi/contrib/smbfs:r233621 Merged /head/contrib/smbfs:r226343,226347-226349,226353,226388,226702,226785,227006,227518,227524,227526,228191,228193,228199,228475,228487,228761,229067,229809,229997,230127,230135,230587,231544,232274,233713,234313,234449,234690,234782,235122,235638,235879,235939,236338-236339,236346-236347,236365,236592-236594,236620-236623,236637,236959,236977,237005-237006,237011,237279,237350,237357,237574,237625,237794,238051,238896-238897,238933,239347-239348,240295-240296,240336,241002,241972,241974,242137-242138,242202,242998,243147,243798,243800,244008,244039,244058,244673,245848,245952,246256,247285,247671,247675,248370,248388,248690,248706,248708,248752,248983,249526,249563,249600,249658,249701,249807,249893,250423,250487,250550,250566,250574,250667,250812,250823,251212,251223,251368,251382,251480,251561-251562,251612,251810,252348,252363,252397,252503,253325,253725-253726,253814,253992,254121-254123,254734,254941,254960,254970,255048,255107,255307,255369,255371,255376,255384-255385,255393,255413,255765,255932,255969-255970,255972-255973,256116,256179,256269,256281,256448,256470,256642,256682,256836,256895,256995,257029,257054,257864,257867,258017,258081,258115,258132,258137-258138,258143,258157,258179,258204-258207,258276,258311,258321,258428-258429,258445,258501,258507,258530,258573,258578,258580-258581,258651,258683,258712,258731,258748,258817,258826,258904,258943,259005,259022,259092,259108,259168,259197,259240,259339,259525,259529,259544-259547,259555,259558,259608,259632,259649,259655,259659,259662,259666,259696,259765,259780,259812,259828,259841,259873,259877,259920,259939,259944,260014,260031,260036,260097,260099,260219,260229,260236,260258,260267,260310,260332,260361,260367,260390,260407,260459,260486,260542,260545,260648,260844,260874,260883,260949,260996,261042,261068,261118,261124,261175,261283,261330,261449,261538,261604,261608-261609,261719,261801,261832-261834,262142,262277,262334,262398,262465,262530,262553,262575,262975,263160,263312-263313,263320,263892,264350,264826-264828,265477,265925,266630,266675,268314,269387,269861-269862,270522,271127,272407,273066,273381-273382,273434,273774,275109,275328,275330,275651,275747,275760,275772,276238,276417,276804,276806,276815,276823,276981,277212,277217,277272,277944,278010,278016,279757-279758,280264,280849,280864,280915-280916,281015-281016,282097,282115,282152,282201,282408,282415,283542,284864,285169-285170,285435,286519,286699,288099,289764,292263 Merged /vendor/resolver/dist/contrib/smbfs:r1540-186085 Merged /projects/largeSMP/contrib/smbfs:r221273-222812,222815-223757 Merged /stable/10/contrib/smbfs:r275508-275509,286033-286034 Merged /projects/quota64/contrib/smbfs:r184125-207707 Index: stable/9/tools/debugscripts/README =================================================================== --- stable/9/tools/debugscripts/README (revision 292707) +++ stable/9/tools/debugscripts/README (revision 292708) @@ -1,21 +1,21 @@ $FreeBSD$ This directory contains gdb macros for kernel debugging. When you build a debug kernel, the target "gdbinit" in the kernel Makefile will create the correct .gdbinit files in the kernel build directory. To perform kernel debugging, you would do: # cd /usr/obj/usr/src/sys/GENERIC (or name of kernel config) # make gdbinit # gdb kernel.debug This GDB was configured as "i386-undermydesk-freebsd"... Ready to go. Enter 'tr' to connect to remote target and 'getsyms' after connection to load kld symbols. (kgdb) -This directory also contains a kgdb script that given a crash dump number -automatically extract the path to the kernel source, run gdb to extract -information about kernel modules loaded, and then rerun gdb loading the +This directory also contains a kgdb script that, given a crash dump number, +automatically extracts the path to the kernel source, runs gdb to extract +information about kernel modules loaded, and then reruns gdb loading the necessary symbols for the modules. You need to make sure you build the modules w/ debugging symbols separately to get things to work. Index: stable/9/tools =================================================================== --- stable/9/tools (revision 292707) +++ stable/9/tools (revision 292708) Property changes on: stable/9/tools ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head/tools:r292263