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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the badsw* INVARIANTS checks. The events that this attempts
peter
2004-02-06
1
-96
/
+10
*
Turn of ath since it causes a link failure without the hal till sam's
peter
2004-02-06
1
-1
/
+1
*
Rename cn_unavailable to cnunavailable for little more consistency.
kan
2004-02-05
1
-2
/
+2
*
Eliminate global cons_unavailable flag and replace it by the status
kan
2004-02-05
1
-2
/
+2
*
Don't cast a pointer to an int that isn't big enough.
peter
2004-02-05
1
-1
/
+1
*
Fix long/int printf format problems exposed by PMAP_DIAGNOSTIC
peter
2004-02-05
1
-7
/
+7
*
Checkpoint a NOTES file I had as of Nov 23rd. It doesn't quite compile
peter
2004-02-04
1
-0
/
+419
*
Remove a device that will compile fine, isn't 64-bit clean.
obrien
2004-02-02
1
-1
/
+0
*
GRR. MFi386: white space spam
peter
2004-01-30
1
-49
/
+49
*
Merge some more changes from i386.
peter
2004-01-30
4
-10
/
+46
*
Re-add debug register support.
peter
2004-01-29
1
-19
/
+218
*
Re-add user_dbreg_trap() for debug register support
peter
2004-01-29
2
-0
/
+20
*
Take another shot at the invariants calls to __panic. They hadn't been
peter
2004-01-29
1
-17
/
+73
*
deal with dbregs for fork etc
peter
2004-01-28
1
-17
/
+25
*
Un-stub the hardware debug register stuff.
peter
2004-01-28
1
-33
/
+3
*
Export PCB_DR* symbols
peter
2004-01-28
1
-5
/
+7
*
We can simplify a lot of things now that we don't have to worry about
peter
2004-01-28
2
-43
/
+9
*
Add dbreg struct definitions for /proc/*/dbregs and a place to store the
peter
2004-01-28
2
-3
/
+23
*
Re-add debug register functions
peter
2004-01-28
1
-2
/
+129
*
MFi386: mp_topology().
peter
2004-01-28
3
-1
/
+46
*
MFi386: add THERMTRIP msr values
peter
2004-01-28
1
-0
/
+3
*
Diff reduction with i386
peter
2004-01-28
1
-4
/
+12
*
MFi386: change an outb to a DELAY()
peter
2004-01-28
1
-1
/
+1
*
MFi386 revision 1.230
alc
2004-01-25
1
-1
/
+0
*
- Recruit some new ULE users by making it the default scheduler in GENERIC.
jeff
2004-01-24
1
-1
/
+1
*
Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so
nectar
2004-01-24
1
-0
/
+1
*
Unbreak amd64: Rename calls from panic to __panic
peter
2004-01-23
1
-3
/
+3
*
remove elan_mmcr, I'm not sure I understand what it did here in the
phk
2004-01-17
1
-1
/
+0
*
Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm
nectar
2004-01-09
1
-1
/
+2
*
Remove `static' prototype from header file.
nectar
2004-01-06
1
-1
/
+0
*
Use i8259A register defines from shared header sys/dev/ic/i8259.h instead
jhb
2004-01-06
2
-53
/
+4
*
Make sigaltstack as per-threaded, because per-process sigaltstack state
davidxu
2004-01-03
2
-20
/
+20
*
- Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is much
alc
2004-01-01
1
-6
/
+1
*
Track three new sendfile-related statistics:
silby
2003-12-28
1
-0
/
+1
*
Move the declaration of sfbufspeak and sfbufsused to mbuf.h,
silby
2003-12-28
1
-2
/
+1
*
Track current and peak sfbuf usage, export the values via sysctl.
silby
2003-12-27
1
-0
/
+4
*
GC the unused <machine/kse.h> file.
peter
2003-12-24
1
-42
/
+0
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
1
-2
/
+17
*
- Significantly reduce the number of preallocated pv entries in
alc
2003-12-22
1
-14
/
+1
*
Since we have additional kernel virtual address space, allow the buffer
alc
2003-12-20
1
-1
/
+1
*
MFi386: remove APIC_IRQ* defines that are no longer used.
peter
2003-12-11
1
-32
/
+0
*
MFi386: (jhb): Deal with MAXCPU etc correctly
peter
2003-12-11
2
-4
/
+4
*
Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.h
obrien
2003-12-10
1
-0
/
+109
*
Use the ACPI-CA definitions for the various APIC tables instead of our
njl
2003-12-09
1
-59
/
+55
*
Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
alc
2003-12-07
1
-1
/
+1
*
Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead
peter
2003-12-06
1
-5
/
+5
*
Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin
peter
2003-12-06
1
-1
/
+40
*
Various whitespace and cosmetic sync-up's with i386.
peter
2003-12-06
9
-12
/
+13
*
amd64_protection_init and the protection_codes[] array was overkill.
peter
2003-12-06
1
-50
/
+8
*
Kill the ASM versions of the mtx_lock_spin and friends. They were never
peter
2003-12-06
1
-31
/
+0
[next]