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
*
o Move the contents of <machine/floatingpoint.h> over to
marcel
2003-01-19
2
-88
/
+80
*
wi now needs wlan
sam
2003-01-16
1
-0
/
+1
*
Merge all the various copies of vm_fault_quick() into a single
dillon
2003-01-16
1
-17
/
+0
*
Merge all the various copies of vmapbuf() and vunmapbuf() into a single
dillon
2003-01-15
1
-74
/
+0
*
Remove earlysetcpuclass() as it has been OBE.
jhb
2003-01-09
2
-17
/
+0
*
Rework part of the previous processor name changes so that we read
jhb
2003-01-09
5
-53
/
+28
*
Consistently use spaces in between arguments to strcmp(). Whitespace
jhb
2003-01-08
1
-3
/
+3
*
- Use cpu_exthigh instead of executing cpuid again to retrieve it for the
jhb
2003-01-08
1
-36
/
+51
*
- Add a cpu_exthigh variable to hold the highest extended cpuid value
jhb
2003-01-08
4
-0
/
+52
*
Bah, get the test for more than one logical CPU right so we don't bogusly
jhb
2003-01-08
1
-1
/
+1
*
Enumerate logical hyperthread CPUs manually if they aren't already listed
jhb
2003-01-08
3
-0
/
+240
*
If the boot processor supports hyperthreading and contains more than one
jhb
2003-01-08
1
-0
/
+9
*
Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with
jhb
2003-01-08
4
-0
/
+4
*
- Fix the name of the hyperthreading cpuid feature flag to be HTT instead
jhb
2003-01-08
1
-1
/
+9
*
Document bit 31 of the cpuid features word as PBE (Pending Break Enable).
jhb
2003-01-03
1
-1
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
3
-5
/
+5
*
Return an error when r/w is requested on an unsupported device instead of
njl
2002-12-31
1
-0
/
+3
*
Synchronize to kern/syscalls.master:1.139.
rwatson
2002-12-29
1
-0
/
+4
*
Add the if_bge driver. I can't find any reason why it's not here, and it's
scottl
2002-12-28
1
-0
/
+1
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
1
-2
/
+50
*
Assert that the page queues lock is held in pmap_testbit().
alc
2002-12-28
1
-1
/
+1
*
- Hold the page queues lock around calls to vm_page_wakeup() and
alc
2002-12-24
1
-2
/
+8
*
Outdent the string rather than use concatenation.
phk
2002-12-23
1
-2
/
+2
*
MB_LEN_MAX is not MD, move it to the MI limits.h.
tjr
2002-12-22
2
-2
/
+0
*
Export the physical address of the RSDP to userland by means
marcel
2002-12-18
1
-11
/
+29
*
Back out 1.19 to rethink approach
njl
2002-12-17
1
-2
/
+2
*
Automatically issue a "continue" along with the "detach" command. This
njl
2002-12-17
1
-2
/
+2
*
Reformat last change
julian
2002-12-16
1
-5
/
+7
*
Don't dump core into a partition that is too small for it.
julian
2002-12-16
1
-0
/
+9
*
Add the trm(4) driver.
cognet
2002-12-16
1
-0
/
+1
*
Regen: swapoff
marcel
2002-12-16
3
-4
/
+5
*
Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.
marcel
2002-12-16
1
-1
/
+1
*
This is David Schultz's swapoff code which I am finally able to commit.
dillon
2002-12-15
1
-0
/
+1
*
Only dump the BIOS geometry table from bootinfo on PC98, we don't use
phk
2002-12-14
1
-1
/
+5
*
Add page locking to pmap_mincore().
alc
2002-12-14
1
-12
/
+20
*
SCARGS removal take II.
alfred
2002-12-14
2
-133
/
+128
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
2
-128
/
+133
*
Remove SCARGS.
alfred
2002-12-13
2
-133
/
+128
*
Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage
julian
2002-12-10
1
-1
/
+12
*
Add "disabled" hints to all of the uncommon ISA devices that are in
jhb
2002-12-05
1
-0
/
+12
*
Hold the page queues lock around calls to pmap_remove().
alc
2002-12-04
1
-0
/
+2
*
Use the correct value when writing the Day Of Week byte in the CMOS.
phk
2002-12-04
2
-2
/
+2
*
Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().
alc
2002-12-03
1
-1
/
+3
*
Align the FPU state in the ucontext and sigcontext to 16 bytes
deischen
2002-12-02
6
-29
/
+45
*
Hold the page queues lock when calling pmap_unwire_pte_hold() or
alc
2002-12-02
1
-3
/
+10
*
Assert that the page queues lock is held in pmap_changebit()
alc
2002-12-01
1
-2
/
+2
*
Assert that the page queues lock is held in pmap_page_exists_quick().
alc
2002-11-30
1
-1
/
+1
*
Assert that the page queues lock is held in pmap_remove_pages().
alc
2002-11-25
1
-1
/
+1
*
Add page queues locking to vunmapbuf(); reduce differences with respect
alc
2002-11-24
1
-3
/
+3
*
Add `if (!cold)' checkings for functions which is called via SYSINIT.
iwasaki
2002-11-24
1
-0
/
+3
[next]