Go to file
tron 9c260cf349 Fix detection of SMB capabilities according to the CIFS spec:
1.) SMB_CAP_LARGE_FILES advertises support for 64-bit file offsets.
2.) SMB_CAP_LARGE_READX and SMB_CAP_LARGE_WRITEX advertise support for
    large reads and writes (larger than 64KB).
The code previously only used SMB_CAP_LARGE_READX and SMB_CAP_LARGE_WRITEX
which is not correct and doesn't work for the Apple Time Capsule which
only supports SMB_CAP_LARGE_FILES. With these changes SMBFS can copy a
5GB to a Time Capsule and read it back without problems.

Thanks a lot to Allen Briggs for pointing out the broke assumptions
and explaining the CIFS spec to me. This fixes PR kern/42175.
2009-10-18 22:53:36 +00:00
bin Fix the "dne" handling and chmod behaviour properly: values of dne 2009-10-08 20:36:41 +00:00
common Back out previous. Builds for me and on autobuild cluster. 2009-10-11 12:13:45 +00:00
compat "regenerate" this based on the non-compat version updating. 2009-09-11 22:36:39 +00:00
crypto Use a lua for loop in preference to a while and increment in the lua 2009-10-18 07:23:37 +00:00
dist This hasn't been used in a while. Long live external/bsd/file! 2009-10-17 23:05:32 +00:00
distrib bump minor for puffs_setmntinfo() 2009-10-18 20:26:33 +00:00
doc binutils-2.20 out. 2009-10-18 13:42:17 +00:00
etc Add zfs volinit command, suggested by tnn@ this will initialize all zvols 2009-10-18 21:58:37 +00:00
external Remove generated file "mdnsd.8" in "cleandir" target. 2009-10-18 17:43:11 +00:00
games Disable writing scores when built for /rescue. PR 42009 2009-09-08 13:38:01 +00:00
gnu we have getdelim now! 2009-10-12 22:20:50 +00:00
include In a furious blaze of *facepalm* / "what was i thinking?", fix the 2009-10-13 22:00:31 +00:00
lib bump minor for puffs_setmntinfo() 2009-10-18 20:26:33 +00:00
libexec LDADD+= instead of LDADD= 2009-10-09 20:19:44 +00:00
regress add packed tests. 2009-10-04 15:12:41 +00:00
rescue kill ldd_aout. it didn't work anyway...not since i don't know when. 2009-08-22 06:52:15 +00:00
sbin Do not use .Xo / .Xc without a good reason. 2009-10-14 22:00:55 +00:00
share Move Matthias Pfaller's files to 2-clause license. OK matthias@. 2009-10-18 18:13:59 +00:00
sys Fix detection of SMB capabilities according to the CIFS spec: 2009-10-18 22:53:36 +00:00
tests comment adjustment. hardly any functional change involved. 2009-10-15 16:50:00 +00:00
tools Only brand newer binutils. 2009-10-14 07:30:47 +00:00
usr.bin Move Matthias Pfaller's files to 2-clause license. OK matthias@. 2009-10-18 18:13:59 +00:00
usr.sbin remove abort trap leftover from my testing 2009-10-18 19:58:04 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh There is no variable called __SRC_TOP_OBJ__. Use the correct one instead. 2009-10-15 03:21:45 +00:00
BUILDING If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value 2009-10-10 19:05:28 +00:00
Makefile build & install librumpdev_netsmb and librumpfs_smbfs components 2009-09-04 17:21:33 +00:00
Makefile.inc
UPDATING add a note about accidental compiled/xkb symlinks appearing 2009-10-02 03:13:23 +00:00