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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-07-25
6
-13
/
+23
*
Use __FBSDID().
obrien
2003-06-02
1
-1
/
+3
*
Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base
peter
2003-05-12
1
-2
/
+8
*
Style nits.
jhb
2003-05-07
1
-2
/
+4
*
Repocopy *.s to *.S
peter
2003-05-03
4
-300
/
+1
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
16
-1693
/
+333
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Define ovbcopy() as a macro which expands to the equivalent bcopy() call,
des
2003-04-04
1
-4
/
+2
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
1
-1
/
+5
*
- In npxgetregs() use the td argument to save the fpu state from and not
jeff
2003-04-01
1
-2
/
+1
*
- In npxsetregs don't set the floating point if td == fpcurthread not if
jeff
2003-03-31
1
-1
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-2
/
+3
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
3
-3
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Move a bunch of flags from the KSE to the thread.
julian
2003-02-17
1
-1
/
+1
*
Switch to using the TSC code in i386/i386/tsc.c.
phk
2003-02-11
1
-114
/
+1
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-6
/
+22
*
Make tsc_freq a 64bit quantity.
phk
2003-01-29
1
-5
/
+7
*
Use the correct value when writing the Day Of Week byte in the CMOS.
phk
2002-12-04
1
-1
/
+1
*
Add getcontext, setcontext, and swapcontext as system calls.
deischen
2002-11-16
1
-2
/
+2
*
Fix typo. ioport_rid should be irq_rid.
davidxu
2002-11-05
1
-1
/
+1
*
Finish fixing the 5.x FPU code for dealing with signal handlers.
peter
2002-10-25
1
-0
/
+1
*
Remove a boatload of '&' which are surplus to the requirements.
phk
2002-10-20
2
-82
/
+82
*
Hide inline assembly if lint is defined.
phk
2002-10-20
1
-1
/
+1
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
1
-12
/
+8
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there
phk
2002-09-21
1
-2
/
+0
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
1
-0
/
+1
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
1
-35
/
+152
*
Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)
peter
2002-09-07
1
-0
/
+7
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-7
/
+13
*
The clock is already allocated as 'fast' - no need to try and intercept a
peter
2002-07-08
2
-16
/
+0
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-1
/
+1
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
1
-2
/
+2
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
1
-6
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
1
-2
/
+2
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-2
/
+0
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
7
-70
/
+36
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-2
/
+2
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-6
/
+6
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
3
-366
/
+366
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
8
-174
/
+619
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
2
-22
/
+22
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
1
-12
/
+12
*
Remove __P.
alfred
2002-03-20
6
-45
/
+44
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
3
-13
/
+23
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
8
-734
/
+297
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
8
-297
/
+734
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
3
-23
/
+13
[next]