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
*
Rearrange so we search for I/O port space as early as possible (i.e.
dfr
2001-09-15
1
-44
/
+53
*
Avoid the region used for thread0's trapframe when setting up the stack
dfr
2001-09-15
2
-2
/
+2
*
Use the MI console code to initialise the console.
dfr
2001-09-15
2
-15
/
+17
*
Implement inx() and outx() functions for accessing I/O ports.
dfr
2001-09-15
1
-6
/
+38
*
Add ia64_mf_a() which executes an mf.a instruction.
dfr
2001-09-15
1
-0
/
+6
*
* Use Intel's EFI headers instead of home-grown ones.
dfr
2001-09-15
1
-23
/
+41
*
Fill out some gaps in ia64 DDB support. This involves generalising DDB's
dfr
2001-09-15
4
-34
/
+131
*
Sync the PCI NIC sections with i386.
dfr
2001-09-15
1
-4
/
+8
*
* Enable dynamically linked kernel. This involves adding a self-relocator
dfr
2001-09-13
6
-73
/
+299
*
KSE Milestone 2
julian
2001-09-12
27
-414
/
+465
*
o Fix struct ssc_time and enable the SSC call to get the RTC.
marcel
2001-09-12
1
-17
/
+11
*
* Make a start on a realistic definition for bootinfo.
dfr
2001-09-10
5
-70
/
+68
*
Rip some well duplicated code out of cpu_wait() and cpu_exit() and move
peter
2001-09-10
1
-25
/
+8
*
Missing part of dillon's coredump commit. cpu_coredump() was still
peter
2001-09-08
1
-2
/
+1
*
Add options to select between 4k, 8k and 16k page sizes on ia64. The
dfr
2001-09-07
1
-0
/
+15
*
Typo in comment.
dfr
2001-09-07
1
-2
/
+2
*
* Track ref/mod information properly when a mapping changes.
dfr
2001-09-07
1
-4
/
+36
*
Remove old setjmp/longjmp stubs.
dfr
2001-09-07
2
-138
/
+0
*
Call sendsig() with the proc lock held and return with it held.
jhb
2001-09-06
1
-3
/
+1
*
Add struct tags to avoid warnings in kernel code.
dfr
2001-09-06
1
-2
/
+2
*
style(9) the structure definitions.
obrien
2001-09-05
2
-2
/
+2
*
Nuke #if 0'ed "setredzone()" stub. We never used it, and probably
peter
2001-09-04
1
-17
/
+0
*
Add a working version of setjmp/longjmp.
dfr
2001-09-03
3
-27
/
+790
*
Since we're cross compiling from x86, ignore the x86 CPUTYPE by default.
peter
2001-09-03
1
-0
/
+1
*
Dont conflict with sysctl debug.mddebug
peter
2001-09-03
1
-1
/
+1
*
Sync with i386 / alpha. Whitespace unindent / style prep for kse.
peter
2001-09-02
1
-79
/
+77
*
Merge from i386: various cleanups including moving the map calculations
peter
2001-09-02
1
-14
/
+26
*
Same as i386/i386/pmap.c: clean up some style. This is irrelevant since
peter
2001-08-31
1
-15
/
+12
*
o Remove some GCCisms in src/powerpc/include/endian.h.
mike
2001-08-30
2
-12
/
+16
*
Enable hardwiring of things like tunables from embedded enironments
peter
2001-08-27
1
-1
/
+4
*
vm_page_zero_idle() is no longer MD.
peter
2001-08-25
1
-1
/
+0
*
Strip out some #if's for old implementations of global data pointers.
peter
2001-08-21
1
-4
/
+0
*
Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this
peter
2001-08-21
1
-0
/
+2
*
style(9) and make consistent across platforms
obrien
2001-08-16
2
-24
/
+26
*
OFF_T -> OFF (more standard style)
ache
2001-08-15
2
-4
/
+4
*
Add OFF_T_MAX/OFF_T_MIN
ache
2001-08-15
2
-0
/
+6
*
Style changes to commonize the various platforms.
obrien
2001-08-15
1
-8
/
+8
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
2
-19
/
+2
*
Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
peter
2001-08-08
2
-58
/
+0
*
Grab Giant arond page faults. ia64 boots again in the simulator now.
jhb
2001-08-07
1
-4
/
+4
*
Make this compile again.
dfr
2001-08-06
1
-0
/
+1
*
Remove usage of nonexistent vm_mtx.
dfr
2001-08-06
2
-6
/
+0
*
GC some obsolete alpha code.
jhb
2001-07-31
1
-390
/
+1
*
Use a machine dependent type, Elf_Hashelt, for the elements of the elf
jake
2001-07-31
1
-0
/
+11
*
Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel
peter
2001-07-27
1
-1
/
+4
*
Call the early tunable setup functions as soon as kern_envp is available.
peter
2001-07-26
1
-0
/
+3
*
- Do not handle the per-CPU containers in mbuf code as though the cpuids
bmilekic
2001-07-26
1
-0
/
+1
*
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
bsd
2001-07-11
1
-0
/
+33
*
A set of changes to reduce the number of include files the kernel
julian
2001-07-08
2
-2
/
+2
*
Move vm_page_zero_idle() from machine-dependant sections to a
dillon
2001-07-05
1
-65
/
+0
[next]