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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise & drop IFF_RUNNING upon receival of netgraph flow control
glebius
2005-01-14
1
-0
/
+12
*
Consider IFF_UP as "administratively up" flag, and IFF_RUNNING as
glebius
2005-01-14
1
-2
/
+2
*
Typo fix.
keramida
2005-01-14
1
-1
/
+1
*
o Clean up interface between ip_fw_chk() and its callers:
glebius
2005-01-14
5
-89
/
+120
*
Eliminate unused and constant arguments to smbfs_vinvalbuf()
phk
2005-01-14
4
-26
/
+13
*
Eliminate constant and unused arguments to nwfs_vinvalbuf()
phk
2005-01-14
4
-25
/
+14
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
13
-27
/
+25
*
pcic is no more on i386 port, so remove it from the hints.
imp
2005-01-14
1
-9
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r140216,
njl
2005-01-14
1
-0
/
+7
|
\
|
*
Clean up a small memory leak introduced with the previous commit to
njl
2005-01-14
1
-0
/
+7
*
|
Match the LINUX32's style with existing style
obrien
2005-01-14
12
-68
/
+68
*
|
Fix Linux compat 'uname -m' on AMD64.
obrien
2005-01-14
1
-1
/
+7
*
|
Remove duplicate code.
phk
2005-01-13
1
-4
/
+0
*
|
Use the standard FreeBSD license
imp
2005-01-13
5
-37
/
+25
*
|
Use the standard FreeBSD license for these files.
imp
2005-01-13
4
-28
/
+22
*
|
Whitespace in vop_vector{} initializations.
phk
2005-01-13
14
-54
/
+63
*
|
Allow the dragon and snake screen savers to be statically compiled into a
jhb
2005-01-13
2
-0
/
+4
*
|
Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()
phk
2005-01-13
16
-56
/
+36
*
|
Get rid of the VDESC() macro while the pot is boiling anyway, it is
phk
2005-01-13
2
-3
/
+2
*
|
Change the generated VOP_ macro implementations to improve type checking
phk
2005-01-13
7
-111
/
+103
*
|
Locking and cleanup of tty netgraph node. Tty stack is Giant-locked,
glebius
2005-01-13
1
-176
/
+182
*
|
Improve previous commit with regards to the user check.
trhodes
2005-01-13
1
-2
/
+2
*
|
Fix a TCP SACK related crash resulting from incorrect computation
ps
2005-01-12
1
-6
/
+16
*
|
Reflect reality when a sudo user builds/installs a kernel. [1]
trhodes
2005-01-12
1
-2
/
+3
*
|
Try harder to work with MP table interrupt entries that claim that an
jhb
2005-01-12
1
-7
/
+22
*
|
Include opt_bootp.h for BOOTP_NFSROOT
brian
2005-01-12
1
-0
/
+2
*
|
When re-connecting already connected datagram socket ensure to clean
sobomax
2005-01-12
1
-2
/
+11
*
|
Comment out debugging printf which doesn't compile on amd64.
phk
2005-01-12
1
-0
/
+2
*
|
Use off_t when passing and calculating file offsets. While a single
scottl
2005-01-12
1
-6
/
+11
*
|
Don't allow reads past the end of a file.
scottl
2005-01-12
1
-1
/
+1
*
|
Let _umtx_op directly return error code rather than from errno because
davidxu
2005-01-12
2
-28
/
+29
*
|
This commit was generated by cvs2svn to compensate for changes in r140094,
njl
2005-01-12
1
-1
/
+2
|
\
\
|
|
/
|
*
Fix handling of the implicit return case for methods called from an
njl
2005-01-12
1
-1
/
+2
*
|
Connect SHSEC GEOM class to the build.
pjd
2005-01-11
4
-0
/
+4
*
|
Introduce a new GEOM class - SHSEC. It provides sharing secret between
pjd
2005-01-11
3
-0
/
+943
*
|
Utilize callout_pending() macro
glebius
2005-01-11
2
-3
/
+3
*
|
Silently ignore forced argument to unmount.
phk
2005-01-11
1
-2
/
+0
*
|
- Use ng_callout() instead of timeout(9).
glebius
2005-01-11
1
-12
/
+14
*
|
- Use ng_callout() instead of home-grown implementation.
glebius
2005-01-11
2
-22
/
+4
*
|
- Use ng_callout() instead of callout_reset(9).
glebius
2005-01-11
1
-93
/
+36
*
|
This file fell out of the list when adding bufsync.
phk
2005-01-11
1
-0
/
+1
*
|
Fix a typo in a comment that may be confusing if one doesn't really
keramida
2005-01-11
1
-1
/
+1
*
|
Add BO_SYNC() and add a default which uses the secret vnode pointer
phk
2005-01-11
6
-1
/
+16
*
|
More vnode -> bufobj migration.
phk
2005-01-11
1
-12
/
+13
*
|
Give flushbuflist() a struct bufv as first argument and avoid home-rolling
phk
2005-01-11
1
-36
/
+21
*
|
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
11
-11
/
+14
*
|
- allow a device hint to disable probing a slot on a Uninorth PCI bus.
grehan
2005-01-11
1
-5
/
+12
*
|
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
35
-110
/
+90
*
|
MFp4:
imp
2005-01-11
3
-1
/
+6
*
|
Revert part of last commit that was unintentional
imp
2005-01-11
1
-1
/
+1
[next]