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
*
Fix some trivial bugs.
iwasaki
2001-08-12
2
-20
/
+24
*
Remove unused nmdmpoll function.
mp
2001-08-11
1
-63
/
+0
*
If we've panic'd already, then just bail in lockmgr rather than blocking or
jhb
2001-08-10
1
-0
/
+5
*
Make the protoswitch definitiosn checkable in the same way that
julian
2001-08-10
2
-30
/
+30
*
Fix some of the GDB linkage setup. The l_name member of the gdb linkage
wpaul
2001-08-10
2
-4
/
+28
*
Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHED
jhb
2001-08-10
1
-0
/
+10
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
29
-225
/
+111
*
Make witness compile w/o DDB.
jhb
2001-08-10
1
-1
/
+7
*
Style cleanup.
obrien
2001-08-10
1
-2
/
+2
*
Arbitrarily limit to 64k the number of bytes that can be read at
iedowse
2001-08-10
2
-0
/
+6
*
Work around a race between msleep() and endtsleep() where it was possible
jhb
2001-08-10
1
-3
/
+23
*
Change callout_stop() to return an integer. If callout_stop() succeeds in
jhb
2001-08-10
2
-3
/
+4
*
Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).
jhb
2001-08-10
1
-3
/
+3
*
mdoc(7) police: join split punctuation to macro calls.
ru
2001-08-10
1
-2
/
+2
*
Do NOT allocate a 1K buffer on the kernel stack.
julian
2001-08-10
1
-2
/
+12
*
Fix missing splx().
yokota
2001-08-10
1
-0
/
+1
*
Eliminate the hot-spare 'r' in Arrray.
phk
2001-08-10
1
-1
/
+1
*
DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!
julian
2001-08-10
1
-12
/
+25
*
- Remove asleep(), await(), and M_ASLEEP.
jhb
2001-08-10
2
-15
/
+2
*
- Remove asleep(), await(), and M_ASLEEP.
jhb
2001-08-10
1
-9
/
+0
*
- Remove asleep(), await(), and M_ASLEEP.
jhb
2001-08-10
7
-220
/
+4
*
Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so
imp
2001-08-10
3
-75
/
+73
*
Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char
imp
2001-08-10
2
-3
/
+3
*
Rearrange the pcic_irq_type enum (and specifically tag the first one
imp
2001-08-10
1
-1
/
+1
*
Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.
jhb
2001-08-10
2
-2
/
+2
*
Correct copyright language.
jake
2001-08-10
2
-4
/
+4
*
Add code to program the tick register and to setup its interrupt handler.
jake
2001-08-10
2
-0
/
+99
*
Add early code to support interrupts.
jake
2001-08-10
3
-0
/
+164
*
Fake up the frame pointers on a process's initial stack so they can be
jake
2001-08-10
1
-9
/
+19
*
Handle all types of mmu misses from user mode.
jake
2001-08-10
1
-5
/
+16
*
Use the macro for getting the trap type from the trapframe.
jake
2001-08-10
1
-25
/
+68
*
Store 8 bytes instead of 4 in suword. Use a temporary stack that's known
jake
2001-08-10
2
-4
/
+56
*
Pass a context to tlb_store_slot, use a member(Sync) after setting the
jake
2001-08-10
1
-7
/
+19
*
1. Start the clock running early for testing.
jake
2001-08-10
1
-7
/
+43
*
Set the pil to something sane on startup.
jake
2001-08-10
2
-0
/
+2
*
Add definitions needed by new assembler code.
jake
2001-08-10
1
-12
/
+20
*
1. Add code to handle traps and interrupts from user mode.
jake
2001-08-10
2
-98
/
+970
*
Add code to handle stack traces that go all the way back to userland.
jake
2001-08-10
1
-9
/
+26
*
Add trap types for interrupts. Ad definitions to get the interrupt level
jake
2001-08-10
1
-5
/
+17
*
1. Add code to demap pages from the tlb for user contexts.
jake
2001-08-10
1
-20
/
+43
*
Add fields that point to per-cpu interrupt data.
jake
2001-08-10
2
-0
/
+6
*
Add a field to trapframe for saving the pil.
jake
2001-08-10
1
-0
/
+1
*
Add asis for interrupt registers.
jake
2001-08-10
1
-0
/
+14
*
Axe spl's obsoleted by the callout mutex.
jhb
2001-08-10
1
-26
/
+4
*
Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.
simokawa
2001-08-10
1
-2
/
+2
*
Allow for text section alignment to properly align the "end" symbol at the
mp
2001-08-09
4
-0
/
+4
*
Trim trailing whitespace.
jhb
2001-08-09
4
-24
/
+24
*
The author isn't a [UC] Regents. Correct the copyright language.
obrien
2001-08-09
20
-42
/
+42
*
Fix VCS ID spamage.
obrien
2001-08-09
1
-2
/
+0
*
Restore the proper copyright on this and remove the gratuitous changes from
obrien
2001-08-09
1
-29
/
+56
[next]