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_ncp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add missing zero flag argument.
phk
2004-10-12
1
-1
/
+1
*
size_t != int. Make this compile on 64 bit platforms (eg: amd64).
peter
2003-07-24
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- 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
-2
/
+3
*
Catch up with KSE changes.
fjoe
2003-02-26
1
-26
/
+31
*
Lock proc while accessing p_siglist p_sigmask and p_sigignore.
tjr
2003-02-14
1
-1
/
+5
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+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
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'
peter
2001-06-15
1
-0
/
+1
*
Use new kernel_sysctlbyname function. Remove private copy.
jlemon
2001-05-19
1
-2
/
+2
*
Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay
bp
2001-03-22
1
-0
/
+101
*
Properly set flags on the broken connection.
bp
2001-03-22
1
-3
/
+3
*
Major update of NCP requester:
bp
2001-03-10
1
-421
/
+202
*
Add missing initialization which could lead to kernel panic.
bp
1999-10-29
1
-0
/
+1
*
Remove unnessary includes.
bp
1999-10-12
1
-3
/
+0
*
Import kernel part of ncplib: netncp and nwfs
bp
1999-10-02
1
-0
/
+613