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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the new arch_loadaddr I/F to align ELF objects to PBVM page
marcel
2011-04-03
1
-1
/
+5
*
Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.
kib
2011-04-01
2
-0
/
+20
*
Eliminate an unused definition.
alc
2011-03-26
1
-3
/
+0
*
Fix switching to physical mode as part of calling into EFI runtime
marcel
2011-03-21
10
-273
/
+304
*
Change region 4 to be part of the kernel. This serves 2 purposes:
marcel
2011-03-21
5
-46
/
+40
*
For now remove options FLOWTABLE from the remaining GENERIC kernel
bz
2011-03-19
1
-2
/
+0
*
o Move the IVT and supporting functions to the front of the text
marcel
2011-03-18
3
-31
/
+74
*
Remove inclusion of unneeded bootinfo.h header.
marcel
2011-03-18
1
-1
/
+0
*
Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about
marcel
2011-03-18
6
-26
/
+26
*
MFaltix:
marcel
2011-03-16
2
-2
/
+49
*
Mostly revert r219468, as I had misremembered the C standard regarding
mdf
2011-03-11
1
-1
/
+1
*
Use MAXPATHLEN rather than the size of an extern array when copying the
mdf
2011-03-10
1
-1
/
+1
*
Extend struct sysvec with new method sv_schedtail, which is used for an
dchagin
2011-03-08
1
-0
/
+1
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memory
marcel
2011-02-06
1
-1
/
+2
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
1
-2
/
+1
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
1
-3
/
+2
*
Remove empty dev_mem_md_init() stubs.
jkim
2011-01-17
1
-5
/
+0
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
1
-1
/
+4
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
kib
2011-01-09
1
-11
/
+0
*
The highest-precision floating point type on ia64 has 64 bits of
das
2011-01-09
1
-1
/
+1
*
On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
tijl
2011-01-08
1
-2
/
+2
*
Fix types of some values in machine/_limits.h.
tijl
2011-01-08
1
-9
/
+7
*
Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the
kib
2011-01-07
1
-1
/
+2
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-31
/
+24
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-24
/
+31
*
phys_avail[] is correctly defined as an array of vm_paddr_t's in
alc
2010-12-01
1
-1
/
+1
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-70
/
+0
*
Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.
jhb
2010-11-09
3
-3
/
+0
*
Reduce diff between platforms and fix style(9) bugs.
jkim
2010-11-09
1
-11
/
+17
*
Adjust the order of operations in spinlock_enter() and spinlock_exit() to
jhb
2010-11-05
1
-4
/
+10
*
Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.
neel
2010-09-29
1
-1
/
+1
*
Remove clauses 3 and 4, per changes to NetBSD versions of these files.
imp
2010-09-25
2
-14
/
+0
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Remove unused KTRACE includes.
jhb
2010-08-19
1
-6
/
+0
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-2
/
+8
*
Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS
kib
2010-08-07
1
-7
/
+9
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
2
-0
/
+11
*
Mark the __curthread() functions as __pure2 and remove the volatile keyword
jhb
2010-07-29
1
-2
/
+2
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
When compat32 binary asks for the value of hw.machine_arch, report the
kib
2010-07-22
1
-0
/
+3
*
Add acpi_find_table() -- a convenience function for looking up an
marcel
2010-07-07
2
-2
/
+38
*
Remove pointless BOOTP conditional.
marcel
2010-07-07
1
-5
/
+0
*
Provide more examples for error injection.
marcel
2010-07-06
1
-1
/
+6
*
Allocate and setup an interrupt vector for corrected machine checks.
marcel
2010-07-03
3
-0
/
+37
*
When compiling with profiling, we define PROF for userspace and GPROF
marcel
2010-07-01
1
-1
/
+1
*
While functions are ideally aligned to a 32-byte boundary, don't
marcel
2010-06-30
1
-1
/
+1
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
[prev]
[next]