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
*
Don;t call teh thread setup routines from here..
julian
2002-07-04
1
-1
/
+0
*
Retrofit changes from i386/pmap.c rev 1.328-1.331.
peter
2002-07-04
1
-43
/
+31
*
Don't free pages we never allocated..
julian
2002-07-04
2
-14
/
+4
*
Slight restatement of the code and remove some unused variables.
julian
2002-07-04
2
-22
/
+16
*
Add comments and slightly rearrange the thread stack assignment code
julian
2002-07-03
2
-18
/
+38
*
Remove vestiges of old code...
julian
2002-07-03
2
-42
/
+24
*
o Make the reservation of KVA space for kernel map entries a function
alc
2002-07-03
1
-1
/
+2
*
Remove trailing whitespaces.
maxim
2002-07-03
1
-2
/
+2
*
o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".
maxim
2002-07-03
1
-3
/
+3
*
Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()
mux
2002-07-03
2
-71
/
+44
*
Try clean up some of the mess that resulted from layers and layers
julian
2002-07-03
2
-59
/
+32
*
Remove an unused argument in vfs_mountroot().
mux
2002-07-03
3
-3
/
+3
*
Add missing kernal tunables to loader.conf.
mini
2002-07-03
1
-0
/
+16
*
White space commit.
julian
2002-07-03
1
-10
/
+10
*
Hold the sched lock across call to forward_signal() in tdsignal() to
gallatin
2002-07-03
1
-1
/
+4
*
Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug
des
2002-07-03
3
-25
/
+27
*
Actually use the fini callback.
jeff
2002-07-03
1
-0
/
+1
*
I didn't pay enough attention when copy/pasting disclaimers.
mux
2002-07-02
1
-2
/
+2
*
Move every code related to mount(2) in a new file, vfs_mount.c.
mux
2002-07-02
7
-2629
/
+1214
*
check in the version if this that compiles, not the one that doesn't
julian
2002-07-02
1
-1
/
+1
*
Make some more debugging code go away when debugging is not turned on.
julian
2002-07-02
1
-1
/
+4
*
Check retifma for NULL before using it.
mini
2002-07-02
1
-1
/
+2
*
When going back to SLEEP state, make sure our
julian
2002-07-02
1
-0
/
+1
*
Fix failure to correctly transition back to sleep mode.
julian
2002-07-02
1
-0
/
+4
*
Make interrupt driven EC transaction optional.
takawata
2002-07-02
1
-0
/
+2
*
#include <sys/ktrace.h> would be useful too. (for ktrace_mtx)
peter
2002-07-01
1
-0
/
+3
*
The jail syscall calls chroot, which is not mpsafe, so put back a
iedowse
2002-07-01
1
-0
/
+2
*
Add #include "opt_ktrace.h"
peter
2002-07-01
1
-0
/
+2
*
Use indirect function pointer hooks instead of #ifdef SOFTUPDATES
iedowse
2002-07-01
5
-14
/
+21
*
- Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).
robert
2002-07-01
1
-5
/
+7
*
Remove trailing whitespace
brian
2002-07-01
10
-142
/
+142
*
Add the ffs bits necessary to support unloading of the ufs kernel
iedowse
2002-07-01
4
-2
/
+38
*
- In thread_userret(), remove the Giant locking and unlocking around the
arr
2002-07-01
2
-4
/
+0
*
o Remove some long dead code: from revision 1.41 of vm/vm_pager.c
alc
2002-07-01
2
-22
/
+0
*
Fix a build problem for the ACPI CA 20020404 import.
iwasaki
2002-06-30
1
-1
/
+2
*
IF_HANDOFF is no longer in -stable
imp
2002-06-30
1
-12
/
+0
*
Fix if_timer logic so that there is always a timeout pending if there
luigi
2002-06-30
1
-2
/
+4
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
2
-10
/
+8
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
2
-12
/
+12
*
Make sure that if_timer does not get reset if there are packets
luigi
2002-06-30
2
-19
/
+11
*
Extend the effect of the sysctl net.inet.tcp.icmp_may_rst
jesper
2002-06-30
2
-2
/
+2
*
Resolve conflicts arising from the ACPI CA 20020404 import.
iwasaki
2002-06-30
15
-263
/
+324
*
This commit was generated by cvs2svn to compensate for changes in r99146,
iwasaki
2002-06-30
64
-825
/
+1394
|
\
|
*
Vendor import of the Intel ACPI CA 200200404 drop.
iwasaki
2002-06-30
74
-1083
/
+1701
*
|
MFi386: revision 1.521
nyan
2002-06-30
2
-2
/
+2
*
|
This is the start of the FreeBSD/x86_64 kernel.
obrien
2002-06-30
3
-0
/
+555
*
|
This is the start of the FreeBSD/x86_64 kernel.
obrien
2002-06-30
3
-0
/
+180
*
|
Remove one useless variable.
luigi
2002-06-30
1
-3
/
+1
*
|
If the process is a zombie, then you must not try dereference the thread
julian
2002-06-30
1
-53
/
+55
*
|
This is the start of the FreeBSD/x86_64 kernel.
obrien
2002-06-30
1
-0
/
+138
[next]