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
*
Work around a race condition where an interrupt handler can be removed from
jhb
2001-02-22
2
-3
/
+35
*
Just use the ithread->it_proc directly in a KTR tracepoint instead of
jhb
2001-02-22
1
-2
/
+1
*
Add KTR tracepoints for adding/removing interrupt handlers,
jhb
2001-02-22
1
-0
/
+8
*
- Use the NOCPU constant.
jhb
2001-02-22
3
-9
/
+9
*
Quiet a warning with a uintptr_t cast.
jhb
2001-02-22
1
-1
/
+1
*
- Use the new NOCPU constant.
jhb
2001-02-22
1
-2
/
+2
*
Fix a bug where the 'ithread' variable was being set in a KASSERT()
jhb
2001-02-22
1
-2
/
+2
*
Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't
jhb
2001-02-21
2
-2
/
+4
*
Big round of minor updates:
wpaul
2001-02-21
19
-278
/
+249
*
aic7xxx.c:
gibbs
2001-02-21
6
-122
/
+194
*
Fix the osfulator in the face of Doug's optimized system call return path.
gallatin
2001-02-21
1
-0
/
+2
*
Use the correct device names (now that we have devfs to embarrass us).
mjacob
2001-02-21
1
-7
/
+7
*
Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.
jesper
2001-02-21
1
-12
/
+1
*
Fixed warnings.
nyan
2001-02-21
6
-28
/
+28
*
Add VI_LOCK(), VI_TRYLOCK() and VI_UNLOCK() macros to isolate implementation
bp
2001-02-21
1
-0
/
+4
*
Merged from sys/isa/sio.c revision 1.326.
kato
2001-02-21
2
-4
/
+6
*
Merged from sys/i386/isa/clock.c revision 1.170.
kato
2001-02-21
3
-18
/
+3
*
Merged from sys/i386/i386/machdep.c revision 1.441.
kato
2001-02-21
2
-2
/
+0
*
Fix parameter order in the calls to MGET().
bp
2001-02-21
1
-2
/
+2
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
34
-124
/
+190
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interaction
tegge
2001-02-20
1
-0
/
+4
*
Only call in_pcbnotify if the src port number != 0, as we
jesper
2001-02-20
3
-0
/
+41
*
Fix vinum for both devfs and non-devfs systems.
alfred
2001-02-20
2
-4
/
+11
*
Send a ICMP unreachable instead of dropping the packet silent, if we
jesper
2001-02-20
1
-1
/
+12
*
Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify
jesper
2001-02-20
1
-3
/
+1
*
forced commit to note that the last delta also reordered some code in
alfred
2001-02-20
1
-1
/
+1
*
Take a shot at making vinum devfs aware.
alfred
2001-02-20
4
-19
/
+57
*
This patch corrects two problems with the rate limiting code
mckusick
2001-02-20
1
-4
/
+9
*
- In the KTR_EXTEND case, use a const char * to point to the passed in
jhb
2001-02-20
2
-14
/
+11
*
Typo fixes: prefered -> preferred
kris
2001-02-20
1
-1
/
+1
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
5
-190
/
+120
*
Better detection of duplicated initialization.
simokawa
2001-02-20
1
-2
/
+8
*
- Axe unused macros used by BSD/OS in assembly for KTR tracing.
jhb
2001-02-20
1
-7
/
+1
*
- Abolish the 'show ktr_first' and 'show ktr_next' commands.
jhb
2001-02-20
1
-40
/
+38
*
This time really fix the machine/lock.h thing. This time don't fool make
peter
2001-02-20
1
-1
/
+4
*
Back out a controverial commit.
obrien
2001-02-20
1
-1
/
+1
*
Preserve alignment of first mbuf in m_copypacket.
luigi
2001-02-20
1
-0
/
+4
*
MFS: rev 1.28.2.2 - Support GCC 3.0.
obrien
2001-02-20
1
-1
/
+1
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
25
-131
/
+18
*
Take luigi's suggestion and move the check for nothing to do to before the
imp
2001-02-20
2
-10
/
+8
*
Add DC_UNLOCK before first return. This caused returns when dc was on
imp
2001-02-20
2
-2
/
+6
*
Regen
gallatin
2001-02-20
3
-13
/
+13
*
Sort out the umount breakage introduced in the last 2 revisions.
gallatin
2001-02-20
1
-4
/
+4
*
Correct IPv4 option processing.
kris
2001-02-20
2
-2
/
+22
*
Hook up the linux module for alpha again.
jlemon
2001-02-20
1
-3
/
+3
*
Regenerate.
jlemon
2001-02-20
3
-15
/
+10
*
Fix duplicate linux_mount definition
jlemon
2001-02-20
1
-4
/
+4
*
Move linux to i386 only until it gets fixed for alpha (again).
mjacob
2001-02-19
1
-3
/
+3
*
Back out rev 1.92
peter
2001-02-19
1
-1
/
+0
[next]