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_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-1
/
+3
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-4
/
+8
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Lock proc while manipulating p_sigmask p_sigignore and p_siglist.
tjr
2003-02-14
1
-1
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
robert
2002-12-16
1
-1
/
+1
*
- Change mb_copy_t to take a size_t as the length argument instead of an
jhb
2002-11-08
1
-2
/
+2
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-3
/
+2
*
Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>
jmallett
2002-09-30
1
-2
/
+3
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Recongnize more error codes returned by W2K servers.
bp
2002-04-17
1
-1
/
+8
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
1
-5
/
+5
*
Map errdos:67 to the ENOENT.
bp
2001-08-21
1
-0
/
+1
*
Remove unnecessary "#if __FreeBSD_version".
bp
2001-08-21
1
-8
/
+0
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+359