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
*
Add casts so all these quantities are a constant type.
obrien
2004-06-24
1
-1
/
+1
*
Finally implement bus_config_intr() support for I/O APIC interrupt sources.
jhb
2004-06-23
1
-20
/
+27
*
Fetch the actual acpi0 device_t and use device_is_attached() to see if
jhb
2004-06-23
1
-2
/
+3
*
el(4) stopped needing to me a count device in December 2000.
brooks
2004-06-23
1
-1
/
+1
*
Various cleanups in support of a future ioapic_config_intr() function:
jhb
2004-06-23
3
-32
/
+117
*
MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.
bms
2004-06-23
1
-1
/
+2
*
Implement the protection check required by the pmap_extract_and_hold()
alc
2004-06-22
1
-8
/
+24
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
2
-0
/
+7
*
- Simplify pmap_remove_pages(), eliminating unnecessary indirection.
alc
2004-06-20
1
-13
/
+12
*
Add pmap locking to pmap_is_prefaultable().
alc
2004-06-20
1
-6
/
+9
*
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
bde
2004-06-20
1
-1
/
+1
*
Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the
bde
2004-06-20
1
-1
/
+1
*
Clear any pending exceptions before using frstor (in the non-FXSR case)
bde
2004-06-19
1
-0
/
+4
*
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
[next]