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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the vm86 support as an LKM, and link it directly into the kernel
jlemon
1997-08-28
1
-4
/
+5
*
Correct some things I forgot about until it was too late with smp_active.
peter
1997-08-26
2
-9
/
+11
*
Clean up the SMP AP bootstrap and eliminate the wretched idle procs.
peter
1997-08-26
4
-376
/
+147
*
Restored rev.1.92 which was clobbered by the previous commit.
bde
1997-08-26
2
-2
/
+6
*
Uncut&paste cache_lookup().
phk
1997-08-26
1
-1
/
+84
*
Back out some incorrect changes that was worse than the original bug.
dyson
1997-08-26
3
-47
/
+37
*
Don't return EINVAL for negative timespecs in the nanosleep functions.
bde
1997-08-26
1
-12
/
+9
*
Finished staticizing.
bde
1997-08-26
1
-3
/
+5
*
Fixed some formatting and style bugs.
bde
1997-08-26
1
-7
/
+5
*
Print more info in the "calcru: negative time" message.
bde
1997-08-26
1
-2
/
+3
*
Fixed some gratuitous ANSIisms.
bde
1997-08-26
3
-14
/
+21
*
Removed some stale comments.
bde
1997-08-26
1
-4
/
+4
*
Removed redundant test against MAXDSIZ (the rlimit test is stronger).
bde
1997-08-26
2
-8
/
+2
*
Removed a bogus comment.
bde
1997-08-25
1
-2
/
+2
*
Add a new vnode op (cachedlookup) so that filesystems can plug into
phk
1997-08-25
1
-1
/
+13
*
A clean fix for the spl "deadlock before smp_active" problem.
fsmp
1997-08-24
1
-1
/
+3
*
Print a warning if an unsupported (under SMP) shared address space fork
peter
1997-08-22
1
-2
/
+5
*
typo in comment.
phk
1997-08-22
1
-2
/
+2
*
This is a trial improvement for the vnode reference count while on the vnode
dyson
1997-08-22
2
-32
/
+38
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
8
-8
/
+19
*
Added a half dozen casts to eliminate annoying warnings.
fsmp
1997-08-21
1
-7
/
+7
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
1
-5
/
+5
*
Made PEND_INTS default.
fsmp
1997-08-21
1
-1
/
+13
*
Some corrections to the anonymous page managment.
dyson
1997-08-21
1
-5
/
+5
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
2
-2
/
+29
*
Moved splq() to isa/ipl_funcs.c for SMP only.
fsmp
1997-08-20
1
-2
/
+4
*
Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses the
peter
1997-08-19
1
-1
/
+50
*
Regenerate
peter
1997-08-19
2
-6
/
+6
*
SVR4/XPG-style getpgid()/getsid() syscalls.
peter
1997-08-19
1
-3
/
+3
*
Allow lockmgr to work without a current process. Disallowing that
dyson
1997-08-19
1
-3
/
+4
*
Use CS_SECURE macro.
charnier
1997-08-18
1
-5
/
+5
*
Added includes of smp.h for SMP.
fsmp
1997-08-18
1
-1
/
+5
*
Fix kern_lock so that it will work. Additionally, clean-up some of the
dyson
1997-08-18
1
-132
/
+144
*
Take verbal beating by wollman into account and fix DIAGNOSTIC test.
julian
1997-08-18
1
-11
/
+10
*
Delete a bit of debugging code that mistakenly crept in, and as a consequence
wollman
1997-08-17
1
-7
/
+0
*
Use KERNBASE, not 0xf0000000.
tegge
1997-08-17
1
-2
/
+6
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
8
-433
/
+222
*
Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there's
wollman
1997-08-16
1
-4
/
+6
*
The promised "better fix" for "Trap 9 When Boot SMP" problem.
fsmp
1997-08-15
2
-29
/
+18
*
setitimer: if it_value == 0 clear it_interval now
ache
1997-08-14
1
-2
/
+6
*
Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.
fsmp
1997-08-13
1
-1
/
+10
*
add a diagnostic to catch some common cases of tsleep being
julian
1997-08-13
1
-1
/
+8
*
Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts
ache
1997-08-13
1
-46
/
+64
*
Back out a part of the disk scheduling "improvements" :-(. Let me know
dyson
1997-08-12
1
-2
/
+2
*
Cheap fix for kern/4255.
fsmp
1997-08-10
1
-4
/
+10
*
Some fixes towards making "default configs" work again.
fsmp
1997-08-09
1
-13
/
+15
*
Modify the scheduling policy to take into account disk I/O waits
dyson
1997-08-09
3
-3
/
+24
*
Teach both disk drivers how to cope with a hardware watchdog
julian
1997-08-09
1
-1
/
+3
*
Use up 4 precious bytes to give the kernel a hook to
julian
1997-08-09
1
-1
/
+22
*
VM86 kernel support.
dyson
1997-08-09
1
-5
/
+20
[next]