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
*
Added "memory" to clobber list in invlpg(). It needs it if invltlb()
bde
1996-09-29
1
-20
/
+21
*
Essentially rename pmap_update to be invltlb. It is a very machine
dyson
1996-09-28
5
-53
/
+52
*
Restored my change in rev.1.119 which was clobbered by the previous commit.
bde
1996-09-28
1
-2
/
+4
*
Move pmap_update_1pg to cpufunc.h. Additionally,
dyson
1996-09-28
2
-49
/
+39
*
part 2 of the bsdi compat tweak attempt. I believe that BSDI use both
peter
1996-09-27
1
-1
/
+4
*
Apparently, BSDI have a new system call gate. I was experimenting
peter
1996-09-27
1
-2
/
+3
*
I've been meaning to commit this for months. Implement select()
peter
1996-09-27
1
-2
/
+18
*
Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned
bde
1996-09-24
1
-6
/
+13
*
Changed an arg name in the pseudo-prototype for bzero() to match
bde
1996-09-20
2
-46
/
+56
*
Add APM_IDLE_CPU option, that is off by default.
phk
1996-09-19
2
-4
/
+4
*
Attached simple external ddb commands `show rtc', `show pgrpdump'
bde
1996-09-14
2
-10
/
+14
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
2
-4
/
+4
*
Made debugging code (pmap_pvdump()) compile again so that I can test LINT.
bde
1996-09-13
1
-2
/
+4
*
Another round of merge/update.
asami
1996-09-12
1
-49
/
+1
*
Primarily a fix so that pages are properly tracked for being
dyson
1996-09-12
1
-35
/
+62
*
Make userconfig two (default: on) options:
phk
1996-09-11
2
-2
/
+9
*
A minor fix to the new pmap code. This might not fix the global problems
dyson
1996-09-11
1
-2
/
+2
*
Removed more devconf leftovers.
bde
1996-09-10
1
-2
/
+1
*
Removed bogus LARGMEM code and option. The code paniced when
bde
1996-09-10
1
-12
/
+1
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
3
-15
/
+19
*
Addition of page coloring support. Various levels of coloring are afforded.
dyson
1996-09-08
2
-11
/
+14
*
Improve the scalability of certain pmap operations.
dyson
1996-09-08
2
-292
/
+611
*
Yet another merge. Remove support.s by deleting memcopy. Remove
asami
1996-09-07
1
-1
/
+16
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
5
-138
/
+5
*
Cleaned up version of my 'extended BIOS' patch. This one is commented
nate
1996-09-03
1
-30
/
+48
*
Change an splclock that needs to be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
If the basemem value supplied by the bootblocks, differs from the value
nate
1996-09-01
1
-6
/
+33
*
Improvements from Bruce Evans
pst
1996-08-30
2
-17
/
+29
*
Cleaned up interrupt masking by declaring the state variable in a
bde
1996-08-28
1
-10
/
+15
*
Clean up formatting and fix an & -> && bug pointed out by bde
pst
1996-08-28
1
-87
/
+52
*
Support for GDB remote debug protocol.
pst
1996-08-27
2
-4
/
+591
*
Add hints to the file ./LINT and the handbook.
wosch
1996-08-27
1
-1
/
+10
*
Collect all the functioons concerned with rebooting into one place
julian
1996-08-19
1
-160
/
+6
*
Back out mistaken local change that sneaked in on the last commit.
wollman
1996-08-12
1
-0
/
+40
*
Don't declare the user_ldt functions unless USER_LDT is defined.
wollman
1996-08-12
2
-42
/
+4
*
Add support for i686 machine check trap.
dg
1996-08-11
4
-6
/
+12
*
Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.
dg
1996-08-11
1
-2
/
+3
*
Add recognition for the AMD 5x86 CPU models.
peter
1996-08-10
1
-1
/
+15
*
Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to the
peter
1996-08-10
1
-3
/
+5
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
3
-29
/
+15
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
1
-8
/
+6
*
Add an fls() inline function which does the opposite operation to
wollman
1996-08-01
1
-1
/
+12
*
Eliminated pcb_inl. It was always 0 because context switches don't occur
bde
1996-07-31
4
-18
/
+6
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
3
-43
/
+11
*
Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'
bde
1996-07-30
1
-10
/
+7
*
Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were
bde
1996-07-30
3
-38
/
+88
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
2
-412
/
+519
*
Fix a problem with a DEBUG section of code.
dyson
1996-07-29
1
-1
/
+1
*
Fix an error in statement order in pmap_remove_pages, remove the pmap
dyson
1996-07-29
1
-39
/
+10
*
Fix a problem that pmap update was not being done for kernel_pmap. Also
dyson
1996-07-28
1
-13
/
+11
[next]