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
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
1
-0
/
+95
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
1
-2
/
+10
*
Minor style cleanups.
njl
2003-08-28
3
-4
/
+2
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
4
-7
/
+3
*
Eliminate the last (direct) uses of vm_page_lookup() on the pte object.
alc
2003-08-24
1
-18
/
+3
*
AMD64 mtrr driver.
peter
2003-08-23
1
-75
/
+80
*
Switch to using the emulator in the common compat area.
peter
2003-08-23
15
-4269
/
+15
*
Initial sweep at dividing up the generic 32bit-on-64bit kernel support
peter
2003-08-22
1
-0
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Regen
peter
2003-08-21
4
-14
/
+14
*
This is too funny for words. Swap syscalls 416 and 417 around. It works
peter
2003-08-21
1
-2
/
+2
*
- Lock the pte object when performing vm_page_grab().
alc
2003-08-20
1
-6
/
+9
*
Fixup the ELF branding information to point to the new home of rtld.
gordon
2003-08-17
1
-1
/
+1
*
In pmap_copy(), since we have the page table page's physical address
alc
2003-08-17
1
-3
/
+2
*
In vm_thread_swap{in|out}(), remove the alpha specific conditional
marcel
2003-08-16
1
-0
/
+10
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-3
/
+3
*
Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()
alc
2003-08-16
1
-40
/
+4
*
- Fix a duplicated typo.
jhb
2003-08-15
1
-3
/
+3
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
2
-4
/
+48
*
Halted CPU's should not accumulate time.
ps
2003-08-12
3
-18
/
+18
*
Rename pmap_changebit() to pmap_clear_ptes() and remove the last
alc
2003-08-10
1
-25
/
+19
*
MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().
alc
2003-08-08
1
-0
/
+2
*
In _bus_dmamap_load_buffer(), only count the number of bounce pages needed if
scottl
2003-08-04
1
-1
/
+2
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
2
-13
/
+0
*
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().
alc
2003-08-02
1
-1
/
+1
*
Fix a dumbass mistake. I had the 'set' and 'get' reversed in the
peter
2003-08-02
1
-2
/
+2
*
Make sure that when the PV ENTRY zone is created in pmap, that it's
bmilekic
2003-07-31
1
-1
/
+1
*
KSTACK_PAGES is a global option.
peter
2003-07-31
1
-0
/
+2
*
Cosmetic: fix disorder of opt_kstack_pages.h include.
peter
2003-07-31
1
-1
/
+1
*
Use PSL_KERNEL as upcall thread's initial rflags, don't use
davidxu
2003-07-29
1
-1
/
+1
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
2
-8
/
+12
*
Use __FBSDID().
obrien
2003-07-25
36
-73
/
+119
*
Use __FBSDID().
obrien
2003-07-25
3
-6
/
+10
*
MFi386 revision 1.416
alc
2003-07-25
1
-7
/
+10
*
Align upcall stack top to odd times of 8. GCC accounts return address
davidxu
2003-07-25
1
-0
/
+1
*
Implement cpu_set_upcall and cpu_set_upcall_kse.
davidxu
2003-07-24
1
-0
/
+68
*
Set fault address to si_addr.
davidxu
2003-07-24
1
-0
/
+3
*
Make the breakpoint instruction trap gate available to users.
peter
2003-07-23
1
-1
/
+1
*
Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops.
peter
2003-07-23
1
-1
/
+1
*
Annotate pmap_changebit() as __always_inline. This function was
alc
2003-07-23
1
-1
/
+2
*
Use macros from apic.h to when writing to the ICR to send IPIs to startup
jhb
2003-07-23
3
-15
/
+36
*
Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved
jhb
2003-07-23
1
-0
/
+1
*
Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on
peter
2003-07-22
2
-16
/
+18
*
Extend the machine/ieeefp.h that was inherited from i386 to support
peter
2003-07-22
1
-55
/
+165
*
Rename thread_siginfo to cpu_thread_siginfo.
davidxu
2003-07-15
1
-1
/
+1
*
Protect lint(1) from a #error.
markm
2003-07-10
3
-0
/
+6
*
unifdef -DLAZY_SWITCH and start to tidy up the associated glue.
peter
2003-07-10
4
-13
/
+0
*
Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending
peter
2003-07-09
2
-17
/
+21
*
Fix up bogus index/offset/mask calculations in the allocpte and the
peter
2003-07-09
1
-9
/
+16
*
Turn the 2MB page mappings that cover the kernel text+data+bss area back
peter
2003-07-09
1
-2
/
+0
[next]