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
/
netncp
/
ncp_conn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Split the mlock() kernel code into two parts, mlock(), which unpacks
truckman
2004-02-26
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+4
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
1
-1
/
+1
*
Catch up with KSE changes.
fjoe
2003-02-26
1
-86
/
+98
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
1
-0
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-4
/
+2
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+0
*
Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay
bp
2001-03-22
1
-0
/
+25
*
Properly set flags on the broken connection.
bp
2001-03-22
1
-1
/
+13
*
Major update of NCP requester:
bp
2001-03-10
1
-42
/
+119
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Make malloc use M_ZERO in some more locations.
dwmalone
2000-10-29
1
-6
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+8
*
Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal
bp
2000-10-02
1
-1
/
+0
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Do not panic if request issued by kernel.
bp
2000-04-05
1
-1
/
+2
*
Remove unnessary includes.
bp
1999-10-12
1
-2
/
+0
*
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the
bde
1999-10-03
1
-1
/
+1
*
Import kernel part of ncplib: netncp and nwfs
bp
1999-10-02
1
-0
/
+541