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
*
style(9)
netchild
2006-09-20
1
-4
/
+4
*
Bring the i386 linux mmap code more into line with how linux (2.4.x)
netchild
2006-09-20
1
-2
/
+42
*
Fix 'interrupt interrupt' -> 'interrupt' in the comment.
wkoszek
2006-09-20
1
-1
/
+1
*
Remove duplicated code. Declare functions non-static that shouldn't be
scottl
2006-09-13
1
-43
/
+33
*
document that PAE kernels needs twice the value of non-PAE kernels
jmg
2006-09-13
1
-1
/
+5
*
Add a new ddb command 'show lapic' to dump details about the local APIC
jhb
2006-09-11
1
-0
/
+70
*
Actually hook up the IPI_INVLCACHE IDT vectors backing
jhb
2006-09-11
1
-1
/
+5
*
- Fix rman_manage_region() to be a lot more intelligent. It now checks
jhb
2006-09-11
1
-11
/
+3
*
The run_filter() procedure is a means of working around DMA engine bugs in
scottl
2006-09-11
1
-33
/
+55
*
Change futex lock from mutex to sx. Make futex_get atomic (protected by the
netchild
2006-09-09
1
-3
/
+3
*
Audit sysarch() operation argument.
rwatson
2006-09-09
1
-0
/
+3
*
Use a single constant to define the sizes of the physmap[], phys_avail[],
jhb
2006-09-07
1
-4
/
+4
*
Unbreak in the case when device apic is compiled into non-SMP kernel.
sobomax
2006-09-06
1
-0
/
+2
*
Refine previous revision to allow acpi_wakecode.h to be safely built
ru
2006-09-06
1
-1
/
+7
*
The FreeBSD by default "disables" hyper-threading cores, by not scheduling
sobomax
2006-09-05
1
-0
/
+10
*
Implement casuword32, compare and set user integer, thank Marcel Moolenarr
davidxu
2006-08-28
1
-0
/
+2
*
Fix video playing and network connections in realplayer (and most likely
netchild
2006-08-27
1
-14
/
+11
*
regen
netchild
2006-08-27
3
-5
/
+6
*
Add the linux statfs64 call. This allows Tivoli backup to proceed a little
netchild
2006-08-27
2
-2
/
+1
*
Emulate what vfork does instead of using it in linux_vfork. This way
netchild
2006-08-25
1
-1
/
+13
*
Get rid of some nested includes.
netchild
2006-08-19
1
-4
/
+0
*
Move some stuff into headers where they belong.
netchild
2006-08-17
2
-8
/
+1
*
Style fixes to comments.
netchild
2006-08-16
2
-9
/
+18
*
- Fix typo in #error pragma: compitable -> compatible
pav
2006-08-15
1
-1
/
+1
*
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
jhb
2006-08-15
6
-212
/
+519
*
- Remove unused sysvec variables from various syscalls.conf.
jhb
2006-08-15
5
-2050
/
+4
*
No need for opt_global.h here
imp
2006-08-15
1
-1
/
+0
*
Remove the include of opt_global.h. It's included globally by a command
netchild
2006-08-15
1
-1
/
+0
*
Add include of opt_global.h, else the futex operations aren't locked on
netchild
2006-08-15
1
-0
/
+1
*
add autogenerated systrace_args stuff for dtrace
netchild
2006-08-15
1
-0
/
+2046
*
Add the linux 2.6.x stuff (not used by default!):
netchild
2006-08-15
4
-45
/
+487
*
regen
netchild
2006-08-15
3
-337
/
+387
*
Add new syscalls in the linuxolator (only used when the sysctl
netchild
2006-08-15
1
-28
/
+39
*
- Add some ASM stuff needed for futexes (linuxolator).
netchild
2006-08-15
1
-0
/
+111
*
Eliminate an unnecessary initialization from trap_pfault() that also
alc
2006-08-14
1
-1
/
+1
*
Don't try to preserve PAT bits in pmap_enter(). We currently on pages that
jhb
2006-08-14
1
-4
/
+0
*
First pass at allowing memory to be mapped using cache modes other than
jhb
2006-08-11
4
-9
/
+181
*
Add some more errno mappings (bsd -> linux) and a comment about the status..
netchild
2006-08-10
1
-1
/
+6
*
Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a
imp
2006-08-09
2
-9
/
+2
*
Minor style(9) nit.
imp
2006-08-09
1
-2
/
+2
*
If a beep was enabled, turn it off 3 seconds after resume.
njl
2006-08-08
1
-0
/
+11
*
Eliminate the acquisition and release of the page queues lock around a call
alc
2006-08-06
1
-2
/
+1
*
Dont overwrite cpu_model in the case of Via's C3-CPU.
mr
2006-08-04
1
-1
/
+2
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-2
/
+2
*
Complete the transition from pmap_page_protect() to pmap_remove_write().
alc
2006-08-01
1
-18
/
+1
*
Correct spelling of 3DNow!.
obrien
2006-08-01
1
-2
/
+2
*
Remove sio(4) and related options from MI files to amd64, i386
marcel
2006-07-29
1
-0
/
+38
*
Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is
jhb
2006-07-28
1
-1
/
+1
*
Regen for MPSAFE flag removal.
jhb
2006-07-28
11
-401
/
+401
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
7
-415
/
+394
[next]