Peter Wemm
db75019614
Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer to
...
size_t not int.
Reviewed by: bp
2003-07-26 04:03:18 +00:00
Peter Wemm
26c4b7deaa
Use #include <string.h> rather than <strings.h> so that the strdup()
...
prototype gets brought into scope. This is a big deal for 64 bit
systems where the default return value of 'int' is != pointer.
Reviewed by: bp
2003-07-26 04:02:22 +00:00
Tim J. Robbins
b97916da44
Pass getvfsbyname() the address of a struct xvfsconf instead of
...
struct vfsconf. This silences a warning, but could also prevent
stack corruption problems if xvfsconf ever became larger than vfsconf.
PR: 53863
Submitted by: Lukas Ertl
2003-07-20 11:27:54 +00:00
David E. O'Brien
c04949c564
The author wanted stringification, not concatenation.
2003-05-03 19:22:47 +00:00
Tim J. Robbins
81b431dba3
Fix a typo in the -O parsing code that caused a crash when the -O option
...
is used without supplying "sowner:sgroup".
Obtained from: NetBSD (jdolecek)
PR: 37171
2003-04-12 12:11:14 +00:00
Boris Popov
955d4650ea
This commit was generated by cvs2svn to compensate for changes in r100490,
...
which included commits to RCS files with non-trunk default branches.
2002-07-22 09:50:09 +00:00
Boris Popov
b4bd78b0cf
Import smbfs 1.4.5. This release intended to fix problem with iconv
...
library.
MFC after: 1 week
2002-07-22 09:50:09 +00:00
Sheldon Hearn
34ffbc80d6
Import smbfs-1.4.4.
2002-04-22 16:15:20 +00:00
Sheldon Hearn
696e0ff1f6
This commit was generated by cvs2svn to compensate for changes in r95267,
...
which included commits to RCS files with non-trunk default branches.
2002-04-22 16:15:20 +00:00
Sheldon Hearn
8d4076f081
Import smbfs-1.4.3.
2001-12-26 15:35:10 +00:00
Sheldon Hearn
8908973ae2
This commit was generated by cvs2svn to compensate for changes in r88492,
...
which included commits to RCS files with non-trunk default branches.
2001-12-26 15:35:10 +00:00
Sheldon Hearn
df3342d686
Import smbfs-1.4.2.
2001-12-20 16:16:25 +00:00
Sheldon Hearn
2731c8aafa
This commit was generated by cvs2svn to compensate for changes in r88282,
...
which included commits to RCS files with non-trunk default branches.
2001-12-20 16:16:25 +00:00
Sheldon Hearn
adbc0684a0
Detail the smbfs-1.4.1 import.
2001-12-14 11:11:31 +00:00
Sheldon Hearn
f1b9d12761
Import smbfs-1.4.1.
...
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD.
Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
2001-12-14 11:06:03 +00:00