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
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement 'software completion' for floating point arithmetic. On the
dfr
1998-12-04
10
-14
/
+2622
*
Restore the user HAE all the time, not just when returning to usermode.
dfr
1998-12-02
1
-3
/
+5
*
Enable BWX i/o access. I disabled it by mistake with the last commit.
dfr
1998-12-02
1
-2
/
+2
*
Add support for 'vmstat -i'.
dfr
1998-11-28
6
-19
/
+120
*
Port top to the alpha.
dfr
1998-11-25
1
-1
/
+3
*
Oops, I forgot to update this file when I changed moused recently.
yokota
1998-11-22
1
-1
/
+3
*
Fix things so that pci interrupts can be registered correctly on apecs
dfr
1998-11-18
2
-8
/
+17
*
Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontext
dfr
1998-11-18
6
-40
/
+65
*
Remove -U__NetBSD__
dima
1998-11-18
1
-2
/
+2
*
Definitions for alpha specific device resources.
dfr
1998-11-17
1
-0
/
+44
*
Definitions for alpha specific system calls.
dfr
1998-11-17
1
-0
/
+54
*
* Add hooks to allow the X server to access I/O ports and memory.
dfr
1998-11-15
19
-188
/
+839
*
Don't include link_elf.c twice in the link.
dfr
1998-11-15
1
-2
/
+1
*
* Change 'struct resource' to 'struct config_resource'.
dfr
1998-11-15
1
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-8
/
+2
*
indent
dima
1998-11-15
1
-4
/
+4
*
MF22: Bring in some linux sound ioctl support which I committed to 2.2
jkh
1998-11-12
1
-1
/
+16
*
Use an at_shutdown hook to drop back to the SRM in the case where the system
msmith
1998-11-11
1
-2
/
+14
*
Add some bogus stuff to make systat/vmstat happy.
dima
1998-11-09
1
-1
/
+11
*
Update interface to timecounter to last change to the generic code.
phk
1998-11-08
1
-5
/
+5
*
Update configuration files for the perl based makedevops script.
nsouch
1998-11-08
1
-9
/
+9
*
Add semicolon to INTERFACE declarations
nsouch
1998-11-08
1
-2
/
+2
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-2
/
+2
*
Optimize bzero() by unrolling the aligned quadword loop and moving the length
alex
1998-11-02
1
-2
/
+14
*
* Fix vga_probe() so that it doesn't report a non-vga display adapter as
dfr
1998-10-31
1
-3
/
+3
*
Add the ability to specify where on the at_shutdown queue a handler is
msmith
1998-10-30
2
-12
/
+2
*
Put back MFS_ROOT now that it's been fixed correctly.
jkh
1998-10-30
2
-4
/
+4
*
Fix this correctly - check if mfs_getimage() succeeds before settings
jkh
1998-10-30
1
-2
/
+7
*
Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokes
jkh
1998-10-30
2
-4
/
+4
*
Bump VERSREQ to make ``config'' happy.
dima
1998-10-29
1
-2
/
+2
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-4
/
+3
*
Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.
paul
1998-10-25
1
-3
/
+3
*
Decrement the now unused page table page's wire_count prior to freeing it.
dg
1998-10-21
1
-1
/
+3
*
R_ALPHA_RELATIVE relocations need to add the value to the existing memory
dfr
1998-10-18
1
-3
/
+3
*
fixup for the alpha. tag slid forward, since it's benign for the x86.
jkh
1998-10-16
1
-1
/
+14
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
2
-50
/
+77
*
Fix a typo preventing the correct value of kernend from being picked up
dfr
1998-10-15
1
-8
/
+8
*
Change a bogus cast to the correct one.
dfr
1998-10-15
1
-2
/
+2
*
Fix a warning I missed before.
peter
1998-10-14
1
-2
/
+2
*
Typo fix.
peter
1998-10-14
1
-2
/
+2
*
Initial attempt to update the Alpha loader and kernel to use the machine
peter
1998-10-14
2
-3
/
+17
*
DB_ELF_SYMBOLS doesn't appear to do anything yet, or if it does it's
jkh
1998-10-14
2
-4
/
+4
*
Sync up with some needed x86 options.
jkh
1998-10-13
2
-2
/
+6
*
Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386
alex
1998-10-12
1
-1
/
+4
*
Unregister the glibc2 brand at module unload time.
alex
1998-10-11
1
-5
/
+19
*
Make kernel build on alpha again. New kld stuff needs rindex.
gpalmer
1998-10-10
1
-1
/
+2
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
5
-5
/
+76
*
Add support for adjkerntz (largely untested).
dfr
1998-10-06
4
-6
/
+42
*
Fix unaligned accesses when checking DOS MBRs.
dfr
1998-10-06
1
-4
/
+19
*
Add MFS_ROOT support.
dfr
1998-10-06
1
-18
/
+38
[next]