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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use __packed.
alfred
2002-09-23
3
-14
/
+14
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
1
-0
/
+1
*
Make bn_name a const char * to quieten some warnings.
dwmalone
2002-07-27
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-4
/
+1
*
CURSIG() is not a macro so rename it cursig().
julian
2002-05-29
1
-1
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+4
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Add character translation table between Unix and NetWare according
bp
2002-04-20
1
-0
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
4
-10
/
+10
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-4
/
+2
*
KSE Milestone 2
julian
2001-09-12
2
-19
/
+19
*
Mark some functions as __printflike() and/or taking const char * arguments
kris
2001-08-20
1
-1
/
+1
*
Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'
peter
2001-06-15
1
-0
/
+1
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+0
*
Use new kernel_sysctlbyname function. Remove private copy.
jlemon
2001-05-19
3
-22
/
+2
*
Include sys/lock.h and sys/mutex.h so that this compiles.
jhb
2001-05-15
1
-0
/
+2
*
Back out scanning file descriptors with holding a process lock.
tanimura
2001-05-15
1
-2
/
+16
*
- Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).
tanimura
2001-05-14
1
-9
/
+13
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-3
/
+5
*
Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay
bp
2001-03-22
7
-170
/
+178
*
Properly set flags on the broken connection.
bp
2001-03-22
4
-13
/
+24
*
Major update of NCP requester:
bp
2001-03-10
14
-1254
/
+916
*
Specify packing for an entire structure, not for each element of it.
bp
2001-03-10
1
-95
/
+95
*
Implement m_getm() which will perform an "all or nothing" mbuf + cluster
bmilekic
2001-02-14
1
-27
/
+2
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
2
-6
/
+6
*
Common option '-N' do not require an argument.
bp
2001-01-07
1
-2
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
2
-9
/
+9
*
Make malloc use M_ZERO in some more locations.
dwmalone
2000-10-29
1
-6
/
+3
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
3
-0
/
+10
*
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
3
-13
/
+13
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
3
-13
/
+13
*
nwfs depends on ncp
peter
2000-04-29
1
-0
/
+2
*
Do not panic if request issued by kernel.
bp
2000-04-05
1
-1
/
+2
*
Enable '=' character in the filename.
bp
2000-01-29
1
-1
/
+1
*
Forward declare some structs so that this header is more self-suifficent.
bde
2000-01-14
4
-0
/
+17
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
4
-10
/
+10
*
Update to version 1.3.4 of ncplib. Cleanup header files.
bp
1999-12-12
9
-35
/
+42
*
Change structure field named 'toupper' to 'to_upper' to avoid conflict
archie
1999-11-02
2
-8
/
+8
*
Bump internal version number with next release of ncplib.
bp
1999-10-31
1
-1
/
+1
*
Add support for C++ in the headers. Some style cleanup.
bp
1999-10-31
3
-146
/
+134
*
Add missing initialization which could lead to kernel panic.
bp
1999-10-29
1
-0
/
+1
*
Initial import of ncp library sources.
bp
1999-10-12
4
-0
/
+423
*
Remove unnessary includes.
bp
1999-10-12
8
-28
/
+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
18
-0
/
+5652