davide
793cdde76e
Fix panic due to page faults while in kernel mode, under conditions of
...
VM pressure. The reason is that in some codepaths pointers to stack
variables were passed from one thread to another.
In collaboration with: pho
Reported by: pho's stress2 suite
Sponsored by: iXsystems inc.
2012-10-31 03:34:07 +00:00
joel
e0860804e3
Switch to our preferred 2-clause BSD license.
...
Approved by: bp
2010-04-07 16:50:38 +00:00
imp
a50ffc2912
/* -> /*- for license, minor formatting changes
2005-01-07 01:45:51 +00:00
peter
44b5ea3111
size_t != int. Make this compile on 64 bit platforms (eg: amd64).
...
Also, "u_short value; if (value > 0xffff)" can never be true.
2003-07-24 01:59:18 +00:00
obrien
8b64eb1925
Use __FBSDID().
2003-06-11 05:37:42 +00:00
phk
424a669d9a
Add missing #include <sys/mbuf.h>
2002-09-18 14:21:52 +00:00
bp
79c6756989
Permit an empty username which is useful for browsing.
2002-09-18 07:43:21 +00:00
bp
a414f03f5d
Import kernel part of SMB/CIFS requester.
...
Add smbfs(CIFS) filesystem.
Userland part will be in the ports tree for a while.
Obtained from: smbfs-1.3.7-dev package.
2001-04-10 07:59:06 +00:00