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
*
Linux' shm_open() fails because it wants to find some funky shmfs
netchild
2011-02-09
1
-1
/
+9
*
Yet another unimplemented futex operation, print out about.
dchagin
2011-01-31
2
-0
/
+8
*
Implement a futex BITSET op.
dchagin
2011-01-31
2
-25
/
+46
*
Update interface stats counters to match the current format in linux and
bz
2011-01-31
1
-8
/
+31
*
Style(9) fixes.
dchagin
2011-01-28
1
-28
/
+28
*
Implement a variation of the linux_common_wait() which should
dchagin
2011-01-28
2
-63
/
+28
*
Style(9) fix.
dchagin
2011-01-28
1
-1
/
+1
*
Add macro to test the sv_flags of any process. Change some places to test
dchagin
2011-01-26
1
-1
/
+1
*
Style(9) fix.
dchagin
2011-01-23
1
-1
/
+1
*
In linuxolator getdents_common(), it seems there is no reason to loop
kib
2011-01-19
1
-3
/
+4
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-2
/
+3
*
Create shared (readonly) page. Each ABI may specify the use of page by
kib
2011-01-08
3
-8
/
+22
*
Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the
scf
2010-12-30
2
-2
/
+7
*
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
[next]