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
*
Fixed operand order for shld and shrd.
bde
1996-07-12
1
-82
/
+80
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-3
/
+3
*
Merge.
jkh
1996-07-11
1
-1
/
+3
*
Clean out some historical cruft.
jkh
1996-07-10
1
-6
/
+1
*
Fix something that's been bugging me for a long time: move the CPU
wollman
1996-07-08
2
-195
/
+284
*
Fixed lots of warnings about unportable casts of pointers to volatile
bde
1996-07-01
1
-3
/
+10
*
Moved declarations of non-cpu things from <machine/cpufunc.h> to better
bde
1996-07-01
2
-20
/
+10
*
Use the standard timer (interrupt) frequency while calibrating the clocks.
bde
1996-07-01
2
-14
/
+8
*
Enable ktrace by default, accompanied by a small reminder about the
joerg
1996-06-30
1
-2
/
+7
*
When page table pages were removed from process address space, the
dyson
1996-06-26
1
-1
/
+3
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
3
-3
/
+6
*
trap.c:
bde
1996-06-25
4
-107
/
+15
*
Save John Polstra's initial fix for profiling for reference. The
bde
1996-06-25
2
-8
/
+10
*
Limit the scan for preloading pte's to the end of an object.
dyson
1996-06-25
1
-1
/
+4
*
Properly account for non-page aligned buffers.
dg
1996-06-20
1
-3
/
+4
*
Minor KNF formatting change to vmapbuf() and vunmapbuf().
dg
1996-06-20
1
-13
/
+9
*
Clean up vmapbuf and vunmapbuf significantly. The previous code was
dyson
1996-06-19
1
-49
/
+16
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
4
-10
/
+4
*
In getit(), use read_eflags()/write_eflags() to preserve the interrupt
bde
1996-06-17
2
-6
/
+16
*
Several bugfixes/improvements:
dyson
1996-06-17
1
-485
/
+620
*
Explain the options for the `od' driver.
joerg
1996-06-16
1
-2
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
3
-3
/
+62
*
Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide
se
1996-06-13
2
-4
/
+4
*
A fast memory copy for Pentiums using floating point registers.
asami
1996-06-13
3
-3
/
+391
*
Fix a very significant cnt.v_wire_count leak in vm_page.c, and some
dyson
1996-06-12
1
-4
/
+6
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
3
-13
/
+3
*
Move warning messages under bootverbose
pst
1996-06-11
2
-8
/
+16
*
Put clock calibration #defines in opt_clock.h to ease reconfiguration
pst
1996-06-11
2
-2
/
+4
*
Removed unnecessary forward declarations of incomplete structs.
bde
1996-06-08
1
-3
/
+1
*
Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing)
bde
1996-06-08
1
-3
/
+3
*
Removed bogus `altfmt' code. No alternative formats are supported, but
bde
1996-06-08
1
-10
/
+1
*
Removed recently introduced unnecessary #includes of <machine/cpu.h>
bde
1996-06-08
1
-3
/
+1
*
Adjust the threshold for blocking on movement of pages from the cache
dyson
1996-06-08
1
-24
/
+13
*
Fix a bug in the pmap_object_init_pt routine that pages aren't taken
dyson
1996-06-07
1
-1
/
+3
*
I missed a case of the page table page dirty-bit fix.
dyson
1996-06-05
1
-2
/
+4
*
Keep page-table pages from ever being sensed as dirty. This should fix
dyson
1996-06-05
1
-15
/
+40
*
Added missing CR0_NW define for Cyrix 486DLC support. It's still not
sos
1996-06-03
1
-1
/
+3
*
Don't carry the modified or referenced bits through to the child
dyson
1996-06-02
1
-12
/
+30
*
Be slightly more verbose during configure() in the bootverbose case.
joerg
1996-06-02
1
-3
/
+23
*
Fix the problem with pmap_copy that breaks X in small memory machines. Also
dyson
1996-06-01
1
-13
/
+23
*
Jump some hoops to have the *.s code being able to be run through both an
peter
1996-05-31
7
-130
/
+133
*
This commit is dual-purpose, to fix more of the pageout daemon
dyson
1996-05-31
1
-44
/
+57
*
The wrong address (pindex) was being used for the page table directory. No
dyson
1996-05-29
1
-7
/
+5
*
Cleanup the last of the assembly time "-KERNBASE" relocations.
phk
1996-05-27
2
-44
/
+44
*
Fix harmless warning.. pmap_nw_modified was not having it's arg
peter
1996-05-22
1
-2
/
+2
*
A serious error in pmap.c(pmap_remove) is corrected by this. When
dyson
1996-05-22
1
-30
/
+4
*
To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).
dyson
1996-05-21
1
-2
/
+2
*
Initial support for mincore and madvise. Both are almost fully
dyson
1996-05-19
1
-3
/
+51
*
This set of commits to the VM system does the following, and contain
dyson
1996-05-18
5
-611
/
+801
*
Added commented out PCCARD entries to GENERIC, also document and add
nate
1996-05-13
1
-1
/
+5
[next]