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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. The
marcel
2003-09-09
6
-8
/
+26
*
Introduce a new pmap function, pmap_extract_and_hold(). This function
alc
2003-09-08
1
-0
/
+24
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-0
/
+1
*
Untangle the code in this file to improve understandability. Both
marcel
2003-09-07
1
-159
/
+155
*
MFamd64/i386
alc
2003-09-07
1
-12
/
+19
*
MFp4: Revamped GENERIC (and hints). This is some much more pleasant
marcel
2003-09-07
2
-118
/
+84
*
Replace sio(4) with uart(4). Remove the sio(4) hints and only add
marcel
2003-09-07
2
-9
/
+5
*
Fix a place where I forgot to change the code that checks whether
marcel
2003-09-05
4
-21
/
+9
*
Use pmap_steal_memory() for the msgbuf instead of trying to squeeze
marcel
2003-09-01
1
-25
/
+2
*
Use direct mapped KVA for the sf_buf allocator, as made possible
marcel
2003-09-01
1
-15
/
+8
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
1
-0
/
+101
*
Minor style cleanups.
njl
2003-08-28
3
-13
/
+6
*
Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERT
marcel
2003-08-25
1
-1
/
+1
*
Add the bits for a LINT kernel. It has been verified to compile. We
marcel
2003-08-23
2
-0
/
+51
*
Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace them
marcel
2003-08-23
1
-16
/
+4
*
Remove unused inclusion of opt_acpi.h
marcel
2003-08-23
1
-1
/
+0
*
Regen.
jhb
2003-08-21
3
-5
/
+5
*
Swap sigaction/sigreturn since they are in the wrong order.
jhb
2003-08-21
1
-2
/
+2
*
Undo the mistake made in revision 1.77 of trap.c and which was the
marcel
2003-08-20
2
-25
/
+15
*
Fixup the ELF branding information to point to the new home of rtld.
gordon
2003-08-17
3
-3
/
+3
*
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
6
-56
/
+30
*
Fix a range check bug. Don't left-shift the integer argument 'data'.
marcel
2003-08-16
1
-12
/
+7
*
Fix the generation of coredumps. We did not take the dirty registers
marcel
2003-08-15
1
-1
/
+38
*
Add an instruction group break after the move to application register
marcel
2003-08-15
1
-2
/
+2
*
Introduce two machine specific ptrace(2) requests: PT_GETKSTACK and
marcel
2003-08-15
2
-2
/
+75
*
Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address is
marcel
2003-08-13
1
-2
/
+2
*
Put an instruction group break between the move to ar.rnat and the
marcel
2003-08-13
1
-0
/
+1
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
2
-4
/
+48
*
Extend identifycpu():
marcel
2003-08-12
1
-17
/
+36
*
Cleanup prototypes in cpu.h, including fswintrberr and any references
marcel
2003-08-12
4
-47
/
+8
*
Cleanup and style(9) fixes. No functional change.
marcel
2003-08-11
1
-7
/
+4
*
o move cpu_reset() from vm_machdep.c to machdep.c.
marcel
2003-08-10
2
-79
/
+68
*
Now that we can ignore up to 8KB of dirty registers, remove the RSE
marcel
2003-08-10
1
-45
/
+30
*
MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().
marcel
2003-08-08
1
-0
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
2
-2
/
+2
*
Better define the flags in the mcontext_t and properly set the flags
marcel
2003-08-07
2
-35
/
+121
*
o Fix cut-n-paste whitespace corruption in previous commit
marcel
2003-08-07
1
-5
/
+12
*
In cpu_set_upcall_kse(), create the upcall according to the entry
marcel
2003-08-06
1
-12
/
+19
*
o In revision 1.45 of exception.S we changed exception_restore to
marcel
2003-08-06
2
-4
/
+4
*
o Put the syscall return registers in the context. Not only do we
marcel
2003-08-05
1
-6
/
+50
*
Fix logic bug in the previous commit. Any region less than 5 is a
marcel
2003-08-04
1
-1
/
+1
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
2
-13
/
+0
*
Cleanup the clock code. This includes:
marcel
2003-08-04
8
-459
/
+174
*
Fix handling of external interrupts: we weren't calling ast() when
marcel
2003-08-04
2
-14
/
+51
*
Style sync.
obrien
2003-08-03
1
-8
/
+9
*
Don't use uint64_t. Use unsigned long instead. One is supposed to use
marcel
2003-08-02
1
-2
/
+2
*
Write the preserved registers to (and read them from) struct reg and
marcel
2003-08-01
1
-4
/
+4
*
Make sure that when the PV ENTRY zone is created in pmap, that it's
bmilekic
2003-07-31
1
-2
/
+2
*
Deal with 'options KSTACK_PAGES' being a global option.
peter
2003-07-31
3
-0
/
+6
[prev]
[next]