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
*
Implement PAL_HALT_LIGHT now that the kernel halts the processor
marcel
2003-11-09
2
-0
/
+18
*
Do not strip skiload when installed. The stripped binary does not load
marcel
2003-11-09
2
-0
/
+2
*
- Rename vm_map_clean() to vm_map_sync(). This better reflects the fact
alc
2003-11-09
5
-61
/
+78
*
Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking the
scottl
2003-11-09
1
-0
/
+58
*
Make this driver a little more style(9) compliant
imp
2003-11-09
4
-206
/
+176
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
12
-36
/
+48
*
Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out there
marcel
2003-11-08
2
-16
/
+0
*
divert socket fixups:
sam
2003-11-08
3
-16
/
+75
*
assert optional inpcb is passed in locked
sam
2003-11-08
1
-0
/
+2
*
add locking assertions
sam
2003-11-08
1
-4
/
+29
*
assert inpcb is locked in udp_output
sam
2003-11-08
1
-0
/
+1
*
o correct locking problem: the inpcb must be held across tcp_respond
sam
2003-11-08
4
-36
/
+46
*
use local values instead of chasing pointers
sam
2003-11-08
1
-3
/
+2
*
replace mtx_assert by INP_LOCK_ASSERT
sam
2003-11-08
1
-3
/
+1
*
add some missing locking
sam
2003-11-08
1
-17
/
+75
*
the sbappendaddr call in socket_send must be protected by Giant
sam
2003-11-08
1
-0
/
+3
*
add locking assertions that turn into noops if INET6 is configured;
sam
2003-11-08
1
-0
/
+17
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
17
-57
/
+81
*
Move post dmamap_load processes into the callback function.
simokawa
2003-11-08
1
-19
/
+20
*
I've had a couple of reports that the Sony Clie_40 doesn't need the
joe
2003-11-08
1
-1
/
+1
*
Don't be so chatty when performing manual sense. This should make ATAPICAM
scottl
2003-11-08
1
-2
/
+2
*
Remove the NOGIANT flag again, it was premature.
sos
2003-11-08
1
-1
/
+1
*
Move a MD 32 bit binary support routine into the MD areas. exec_setregs
peter
2003-11-08
3
-45
/
+43
*
Regen
peter
2003-11-08
4
-7
/
+7
*
"implement" vfork(). Add comments next to the other syscalls that need
peter
2003-11-08
1
-1
/
+12
*
Update the graffiti.
peter
2003-11-08
13
-3
/
+18
*
Switch from having a fpu "device" to something that is more like the
peter
2003-11-08
3
-129
/
+32
*
must use RTFREE instead of rtfree for proper locking
sam
2003-11-08
2
-2
/
+2
*
Remove some duplicated comments that refer to npx. XXX The setregs
peter
2003-11-08
1
-11
/
+0
*
The great s/npx/fpu/gi
peter
2003-11-08
12
-183
/
+128
*
-Wunused
imp
2003-11-08
1
-1
/
+1
*
Converge with i386/GENERIC
peter
2003-11-08
1
-14
/
+15
*
Return a reasonable number for top or ps to display for M:N thread,
davidxu
2003-11-08
1
-0
/
+2
*
- Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,
alc
2003-11-08
3
-25
/
+57
*
Rename npx.c to fpu.c (it isn't an extension, its part of the core
peter
2003-11-08
1
-1
/
+1
*
Rename npx* to fpu*. I haven't done the flags/function names yet.
peter
2003-11-08
7
-848
/
+8
*
Point the description of the fpu data in the context structures to
peter
2003-11-08
1
-1
/
+1
*
unbreak compilation of FAST_IPSEC
sam
2003-11-08
1
-1
/
+1
*
Replace a '-' with a ')'. Update copyright.
rwatson
2003-11-08
1
-2
/
+2
*
There isn't much point printing 'npx0: INT 16 interface' because that is
peter
2003-11-08
2
-2
/
+0
*
Dump the trigger and polarity of each intpin's default setting in the
jhb
2003-11-07
2
-4
/
+10
*
MFp4: reminder that random id code is not reentrant
sam
2003-11-07
1
-0
/
+1
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
5
-0
/
+20
*
Move uid/gid checking logic out of line and lock inpcb usage. This
sam
2003-11-07
1
-40
/
+60
*
Remove channeling interrupts to IRQ1. Some chipsets don't do the
imp
2003-11-07
1
-0
/
+7
*
Assert GIANT_REQUIRED where sockets are manipulated. This is
sam
2003-11-07
6
-0
/
+22
*
When allocation of a socket peer label fails, scrub what was
rwatson
2003-11-07
1
-1
/
+1
*
Ahh, the joys of badge engineering. Tell the sk driver that the
peter
2003-11-07
4
-0
/
+32
*
Regen.
jhb
2003-11-07
3
-74
/
+76
*
Sync up MP safe flags with global syscalls.master for the first time. This
jhb
2003-11-07
1
-68
/
+68
[next]