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
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-7
/
+2
*
Restore the ABI of struct kinfo_proc32 after r213536.
kib
2010-12-19
1
-0
/
+1
*
Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in
bschmidt
2010-12-06
5
-0
/
+40
*
Add a dummy for IoOpenDeviceRegistryKey().
bschmidt
2010-11-29
1
-0
/
+10
*
Some drivers rely on the existence of certain keys. The Atheros 9xxx
bschmidt
2010-11-29
1
-0
/
+10
*
Add prototype for InitializeSListHead().
bschmidt
2010-11-23
1
-0
/
+1
*
Add a few functions used in newer drivers. Fix RtlCompareMemory() while
bschmidt
2010-11-23
3
-6
/
+149
*
Update MNT_ROOTFS comments after changes in the root mount logic.
pluknet
2010-11-23
1
-1
/
+2
*
Add include guards.
kib
2010-11-23
2
-0
/
+10
*
Resurrect amd64 support.
bschmidt
2010-11-22
4
-8
/
+95
*
Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().
bschmidt
2010-11-22
1
-1
/
+7
*
Fix linux kernel module breakage introduced in r215675, by including
dim
2010-11-22
1
-0
/
+1
*
Add the ability for GDB to printout the thread name along with other
attilio
2010-11-22
1
-0
/
+5
*
Do not take the process lock. The assignment to u_short inside the
netchild
2010-11-22
1
-5
/
+3
*
Remove trailing dot from the unimplemented futex messages to make
netchild
2010-11-22
1
-5
/
+5
*
By using the 32-bit Linux version of Sun's Java Development Kit 1.6
netchild
2010-11-22
3
-22
/
+53
*
Fix a panic on i386 for drivers using MmAllocateContiguousMemory()
bschmidt
2010-11-17
1
-2
/
+2
*
Use kmem_alloc_contig() to honour the cache_type variable.
bschmidt
2010-11-17
2
-6
/
+41
*
Remove no-op assignment.
des
2010-11-15
1
-2
/
+2
*
Some style(9) fixes.
netchild
2010-11-15
1
-5
/
+5
*
- print out the PID and program name of the program trying to use an
netchild
2010-11-15
2
-15
/
+54
*
According to specs for MmAllocateContiguousMemorySpecifyCache() physically
bschmidt
2010-11-11
1
-6
/
+3
*
Break long line.
des
2010-11-08
1
-1
/
+2
*
Fix CPU ID in /proc/cpuinfo.
des
2010-11-08
1
-4
/
+4
*
Remove 4.x, 5.x and 6.x compatibility bits.
bschmidt
2010-11-04
3
-68
/
+0
*
Remove stale comment.
kib
2010-10-14
1
-5
/
+0
*
Add macro DECLARE_MODULE_TIED to denote a module as requiring the
kib
2010-10-12
1
-1
/
+1
*
Simplify timeout check in futex_wait() using itimerfix() and return error
jkim
2010-10-06
1
-22
/
+10
*
Fix a comparision of an uninitialised pointer.
netchild
2010-10-06
1
-1
/
+1
*
Use the printf-like capability from kproc_create().
thompsa
2010-10-05
1
-8
/
+3
*
Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change
jkim
2010-10-05
1
-1
/
+1
*
In linprocfs_doargv():
kib
2010-09-28
1
-97
/
+117
*
Implement proc/$$/environment.
des
2010-09-16
1
-2
/
+110
*
Replace sbuf_overflowed() with sbuf_error(), which returns any error
mdf
2010-09-10
1
-2
/
+2
*
Add x86bios_set_intr() to set interrupt vectors for real mode and simplify
jkim
2010-08-25
2
-3
/
+15
*
Check opcode for short jump as well. Some option ROMs do short jumps
jkim
2010-08-25
1
-1
/
+2
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-3
/
+26
*
Place spinlock_enter() and spinlock_exit() just around X86EMU calls.
jkim
2010-08-10
1
-4
/
+4
*
Tidy up locking and memory allocation for the real mode emulator wrapper.
jkim
2010-08-10
1
-36
/
+26
*
Tidy up printf() calls for debugging.
jkim
2010-08-09
1
-46
/
+30
*
Initialize a variable just before its use.
jkim
2010-08-09
1
-1
/
+1
*
Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() and
jkim
2010-08-09
1
-23
/
+29
*
Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS
kib
2010-08-07
1
-1
/
+2
*
Add compat32 definition for (old) struct ostat.
kib
2010-08-07
1
-0
/
+18
*
Do not block any I/O port on amd64.
jkim
2010-08-07
1
-4
/
+8
*
Optimize interrupt vector lookup. There is no need to check the page table.
jkim
2010-08-07
1
-1
/
+1
*
Consistently use architecture specific macros.
jkim
2010-08-06
1
-3
/
+3
*
Fix allocation of multiple pages, which forgot to increase page number.
jkim
2010-08-06
1
-1
/
+5
*
Re-add flag register for output. Some BIOS calls actually use it to return
jkim
2010-08-05
1
-0
/
+1
*
Do not copy stack pointer and flags. These registers are unconditionally
jkim
2010-08-05
1
-6
/
+0
[next]