| .. |
|
alpha-gdbstub.c
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
api_up1000.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
atomic.s
|
Fix the atomic arithmetic primitives for address where (p&7) >= 4.
|
1999-11-04 09:55:07 +00:00 |
|
autoconf.c
|
Include opt_nfs.h
|
1999-12-27 07:51:05 +00:00 |
|
busdma_machdep.c
|
Support bounce buffers for ISA DMA on the alpha. This is required for the
|
2000-06-19 18:41:27 +00:00 |
|
clock.c
|
Avoid dividing by zero when beeping with a zero pitch. This was bad.
|
2000-03-30 22:39:48 +00:00 |
|
clock_if.m
|
* Factor out the object system from new-bus so that it can be used by
|
2000-04-08 14:17:18 +00:00 |
|
cpuconf.c
|
- print out the correct cputype & string for unconfigured API systems
|
2000-06-25 20:41:49 +00:00 |
|
db_disasm.c
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
db_instruction.h
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
db_interface.c
|
Add a new mechanism, cndbctl(), to tell the console driver that
|
2000-01-11 14:54:01 +00:00 |
|
db_trace.c
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
dec_1000a.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_2100_a50.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_2100_a500.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_3000_300.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_3000_500.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_axppci_33.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_eb64plus.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_eb164.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_kn8ae.c
|
Remove an OBE comment.
|
2000-07-18 18:27:06 +00:00 |
|
dec_kn20aa.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_kn300.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_st550.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
dec_st6600.c
|
KNF'ize.
|
2000-07-18 18:26:03 +00:00 |
|
divrem.m4
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
elf_machdep.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
exception.s
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
fp_emulate.c
|
Re-organise the code which manages the owner of the FP state (fpcurproc).
|
1999-11-10 21:14:25 +00:00 |
|
genassym.c
|
Separate the struct bio related stuff out of <sys/buf.h> into
|
2000-05-05 09:59:14 +00:00 |
|
gensetdefs.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
ieee_float.c
|
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
|
1999-12-29 04:46:21 +00:00 |
|
ieee_float.h
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
in_cksum.c
|
Fix checksum calculations. This should fix the network problems
|
2000-05-07 16:41:15 +00:00 |
|
interrupt.c
|
Avoid useless check against NULL, since we assign the checked value
|
2000-06-10 19:48:19 +00:00 |
|
ipl_funcs.c
|
Add taskqueue system for easy-to-use SWIs among other things.
|
2000-05-28 15:45:30 +00:00 |
|
locore.s
|
It is not necessary to wrap usage of $f28 with ".set noat/at" pairs.
|
2000-06-10 20:42:27 +00:00 |
|
machdep.c
|
Set `boothowto' approapiately if our console is a serial one.
|
2000-07-18 10:05:10 +00:00 |
|
mem.c
|
Get the memory range stuff properly declared.
|
2000-06-25 21:07:43 +00:00 |
|
pal.s
|
Add $FreeBSD$
|
2000-05-01 20:32:07 +00:00 |
|
pmap.c
|
Brucify the pmap_enter_temporary() changes.
|
2000-05-29 19:21:01 +00:00 |
|
procfs_machdep.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
prom.c
|
Alpha 8200: Redo console attachment to be more 'normal'. Make sure the
|
2000-03-18 08:03:48 +00:00 |
|
prom_disp.s
|
useracc() the prequel:
|
1999-10-29 18:09:36 +00:00 |
|
promcons.c
|
Alpha 8200: redo prom console code to be more up to date, etc. This
|
2000-03-18 08:02:35 +00:00 |
|
setdef0.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
setdef1.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
sgmap.c
|
useracc() the prequel:
|
1999-10-29 18:09:36 +00:00 |
|
support.s
|
Fix two bugs in the fault handler for copy{in,out} and friends.
|
2000-02-25 03:26:10 +00:00 |
|
swtch.s
|
Re-organise the code which manages the owner of the FP state (fpcurproc).
|
1999-11-10 21:14:25 +00:00 |
|
sys_machdep.c
|
The kernel side of per-process unaligned access control (printing, fixing &
|
2000-01-16 07:07:33 +00:00 |
|
timerreg.h
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
trap.c
|
Eliminate a couple of evil common declarations.
|
2000-05-18 23:38:33 +00:00 |
|
vm_machdep.c
|
Support bounce buffers for ISA DMA on the alpha. This is required for the
|
2000-06-19 18:41:27 +00:00 |