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
/
conf
/
files.ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the IA-32 trap handling from trap() to ia32_trap(). Move the
marcel
2004-09-25
1
-0
/
+1
*
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
marcel
2004-08-16
1
-7
/
+7
*
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
markm
2004-08-01
1
-1
/
+1
*
Hook the GDB backend into the build.
marcel
2004-07-10
1
-1
/
+1
*
Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build.
njl
2004-06-30
1
-0
/
+1
*
o De-support fdc(4). No ia64 has ever been made with PC floppy and
marcel
2004-05-17
1
-3
/
+0
*
Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were
imp
2004-05-17
1
-1
/
+1
*
Remove unwinder files that are commented-out.
marcel
2004-05-07
1
-3
/
+0
*
- Add uiomove_fromphys() implementations to alpha and ia64. These only
alc
2004-03-20
1
-0
/
+1
*
Add ffsl(), fls() flsl() to platforms that don't already have them.
des
2004-01-13
1
-0
/
+3
*
Assimilate ia64 back into the fold with the common freebsd32/ia32 code.
peter
2003-12-11
1
-3
/
+6
*
Use gcc's superior ffs() builtin.
peter
2003-12-10
1
-1
/
+0
*
Remove unused file. db_disasm() has been implemented in db_interface.c
marcel
2003-10-24
1
-1
/
+0
*
Hook-up the new disassembler.
marcel
2003-10-23
1
-0
/
+3
*
Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These
marcel
2003-09-20
1
-0
/
+1
*
Hook-up the uart(4) driver to the build. For a detailed description
marcel
2003-09-06
1
-0
/
+1
*
Add rules for font.h and ukbdmap.h. Needed for LINT.
marcel
2003-08-23
1
-0
/
+10
*
Add ptrace_machdep.c.
marcel
2003-08-15
1
-0
/
+1
*
Fix ordering bug created by previous commit. While here, make ppc(4)
marcel
2003-08-01
1
-1
/
+1
*
Add printer support to puc(4) driver.
ambrisko
2003-08-01
1
-1
/
+1
*
The .s files were repo-copied to .S files.
ru
2003-07-02
1
-7
/
+7
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
1
-1
/
+15
*
Sort lines.
marcel
2003-04-29
1
-44
/
+44
*
Separate the encoding/decoding functions for struct disklabel into a
phk
2003-04-17
1
-0
/
+1
*
Move the functions for encoding decoding struct dos_partition into
phk
2003-04-12
1
-0
/
+1
*
Standardize handling of locore.[sS] etc. files.
ru
2003-02-28
1
-3
/
+1
*
Remove special casing for running in the simulator from the kernel
marcel
2003-02-01
1
-2
/
+0
*
Remove entries for files we don't have.
phk
2003-01-30
1
-3
/
+0
*
NO_GEOM cleanup: subr_disklabel.c no longer needed.
phk
2003-01-28
1
-1
/
+0
*
ia64 didn't need subr_diskslice.c and subr_diskmbr.c either.
phk
2003-01-17
1
-2
/
+0
*
Move subr_disklabel.c and subr_diskslice.c from being MI to MD files,
phk
2003-01-17
1
-0
/
+2
*
Improve the way that an elf image activator for an alternate word size is
jake
2003-01-04
1
-0
/
+1
*
Rename 'device acpica' to 'device acpi'.
jhb
2002-10-24
1
-4
/
+4
*
Make the unwind functions standard and not optional on ddb. They
marcel
2002-10-19
1
-1
/
+1
*
geom_mbr.c and geom_bsd.c would be kinda useful here too, at least
peter
2002-10-10
1
-0
/
+2
*
NB: This commit does *NOT* make GEOM the default in FreeBSD
phk
2002-10-05
1
-0
/
+1
*
hookup new crypto support to the config/build process
sam
2002-10-04
1
-0
/
+2
*
de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' and
peter
2002-08-19
1
-2
/
+2
*
Move sio_isa.c back to MD files files due to PC98 brain damage.
jhb
2002-07-24
1
-0
/
+1
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-1
/
+2
*
Move all the sio(4) attachments (except for pc98's cbus attachment) to the
jhb
2002-07-15
1
-3
/
+0
*
${MACHINE_ARCH}dump.c -> dump_machdep.c.
jake
2002-05-13
1
-1
/
+1
*
Add mca.c.
marcel
2002-04-28
1
-0
/
+1
*
Add IA32 option for emulation of i386 binaries on the ia64 platform.
dfr
2002-04-10
1
-0
/
+2
*
Actually have ia64dump.c be included in the build. Can't be bad.
marcel
2002-04-03
1
-0
/
+1
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+1
*
- Speedup 3DES by using assembly code for i386.
ume
2002-03-05
1
-0
/
+2
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-4
/
+2
*
OLDCARD isn't supported on alpha or ia64, so don't pretend that it is by
imp
2001-10-30
1
-1
/
+0
*
Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-)
imp
2001-10-30
1
-1
/
+1
[next]