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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused pt_entry_ts. Remove an unneeded semicolon.
alc
2004-06-19
1
-10
/
+5
*
Removed foot-shooting setting of CR0_TS in exec_setregs(). It is
bde
2004-06-19
1
-25
/
+7
*
Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.
bde
2004-06-18
1
-0
/
+9
*
Revert last change. If acpi is loaded or compiled into the kernel, its
njl
2004-06-17
1
-1
/
+1
*
Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are not
alc
2004-06-17
1
-4
/
+0
*
o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but
imp
2004-06-16
2
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
18
-68
/
+68
*
MFamd64
alc
2004-06-16
2
-4
/
+54
*
MFamd64
alc
2004-06-16
1
-32
/
+1
*
Nice, is a property of a process as a whole..
julian
2004-06-16
1
-2
/
+2
*
Remove a stale comment.
alc
2004-06-15
1
-6
/
+0
*
s/device_get_handle/acpi_get_handle
njl
2004-06-15
1
-1
/
+1
*
Catch one more use of acpi_MatchHid and update for new API.
njl
2004-06-15
1
-1
/
+1
*
We only need the devclass_find() result, not the softc.
njl
2004-06-15
1
-1
/
+1
*
Fix a couple of typos.
jhb
2004-06-14
1
-2
/
+2
*
Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
njl
2004-06-14
2
-3
/
+5
*
Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().
alc
2004-06-13
1
-1
/
+1
*
- Remove an unused declaration.
alc
2004-06-13
1
-2
/
+2
*
In a multiprocessor, the PG_W bit in the pte must be changed atomically.
alc
2004-06-12
1
-1
/
+2
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-6
/
+6
*
- Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is
jhb
2004-06-10
3
-9
/
+3
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
10
-6
/
+9
*
Completely ignore disabled CPU entries as their APIC IDs tend to be
jhb
2004-06-10
1
-13
/
+8
*
Remove filename+line number from panic messages.
phk
2004-06-06
1
-9
/
+3
*
Fixed misclassification of npx interrupts caused by npx_probe().
bde
2004-06-06
1
-12
/
+1
*
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
tjr
2004-06-05
1
-1
/
+1
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-5
/
+5
*
Use ttymalloc() instead of ttyregister().
phk
2004-06-04
4
-15
/
+12
*
Automatically recognize the WRAP.1C and Soekris 4801 platforms and configure
phk
2004-06-03
1
-14
/
+35
*
Add new bios_string() which will hunt for a string inside a given range
phk
2004-06-03
2
-0
/
+23
*
The NatSemi (now AMD) Geode SC1100 needs special treatment here and there
phk
2004-06-03
3
-0
/
+9
*
Remove checks for curthread == NULL - it can't happen.
tjr
2004-06-03
1
-5
/
+3
*
Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
tjr
2004-06-03
1
-9
/
+4
*
Move TDF_SA from td_flags to td_pflags (and rename it accordingly)
tjr
2004-06-02
1
-1
/
+1
*
- Add a function ioapic_program_intpin() that completely programs an I/O
jhb
2004-06-01
1
-69
/
+91
*
Allow the pir0 device add to fail since pir0 may already exist. This should
jhb
2004-06-01
1
-2
/
+2
*
Fix legacy_add_child() to properly handle the case where
jhb
2004-06-01
1
-7
/
+9
*
Use the local APIC ID rather than the ACPI Processor ID to index the array
jhb
2004-06-01
1
-28
/
+30
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-8
/
+1
*
Remove debugging printf that never triggered because acpi is the first
njl
2004-06-01
1
-2
/
+0
*
Bring in mbuma to replace mballoc.
bmilekic
2004-05-31
1
-0
/
+7
*
Add missing #include <sys/module.h>
phk
2004-05-30
8
-0
/
+8
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
9
-0
/
+9
*
struct cpu_nameclass is a private to identcpu.c, move it there.
phk
2004-05-30
2
-6
/
+4
*
Remove a broken micro-optimization from pmap_enter(). The ill effect
alc
2004-05-28
1
-8
/
+0
*
Reenable ithread preemption for interrupts that occur while executing in
jhb
2004-05-28
1
-2
/
+2
*
First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...
tackerman
2004-05-28
1
-0
/
+1
*
Retire cpu_sched_exit(); it is not used any more.
tmm
2004-05-26
1
-6
/
+0
*
Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in struct
bde
2004-05-26
1
-3
/
+10
[next]