index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netsmb
/
smb_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a f_vnode field to struct file.
phk
2003-06-22
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
Remove fragments of support for the FreeBSD 3.x and 4.x branches.
tjr
2003-03-06
1
-3
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Use noread(), nowrite() and nopoll() instead of our own stub functions.
tjr
2003-02-27
1
-24
/
+3
*
NODEVFS cleanup: Don't call cdevsw_{add,remove}()
phk
2003-02-26
1
-2
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Pass a minor number instead of a unit number to make_dev().
tjr
2003-02-07
1
-3
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
*
When compiling the kernel do not implicitly include filedesc.h from proc.h,
alfred
2003-01-01
1
-0
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+1
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-8
/
+19
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
1
-14
/
+16
*
Remove unnecessary "#if __FreeBSD_version".
bp
2001-08-21
1
-17
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+7
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+448