summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
1997-07-07DOH! I got this right in the mem case but not in the io one.Niklas Hallqvist
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
1997-07-06DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acdNiklas Hallqvist
1997-07-06DDB files + some major number specifications that were missingNiklas Hallqvist
1997-07-06Safer implementations of *_raw_multi_* funcsNiklas Hallqvist
1997-07-06wd and acd supportNiklas Hallqvist
1997-07-06Fix the register saving when entering the debugger. Present the trap inNiklas Hallqvist
1997-07-06Use a string array to get the name of a trapNiklas Hallqvist
1997-07-06Enter DDB via CTL+ALT+ESC + style nitsNiklas Hallqvist
1997-07-06DDB support (much not yet implemented).Niklas Hallqvist
1997-07-06Add kernel versions of setjmp/longjmp, needed for DDB. Add an esym pointerNiklas Hallqvist
1997-07-06If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboardNiklas Hallqvist
1997-07-06Make traps go into DDB if configuredNiklas Hallqvist
1997-07-06Make DDB support more complete (still faking a lot)Niklas Hallqvist
1997-07-06Erase the correct amount of columns. Remove static specifiers.Niklas Hallqvist
1997-07-06maxpartitions 16Todd C. Miller
1997-07-06Remove -Wcast-qual unless someone has a way to make it not careTodd C. Miller
1997-07-05disable fxp for nowTheo de Raadt
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
1997-07-05Remove obsolete filesNiklas Hallqvist
1997-07-05The vga console bug is now fixed, argument ordering problem.Niklas Hallqvist
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-06-30Add lib* so obj links get made. Duh, Todd.Todd C. Miller
1997-06-30Add MBR & i386/disklabel probing in a generic fashion usable for moreNiklas Hallqvist
1997-06-27Add a missing space in usage message.Todd C. Miller
1997-06-25Include usage notes in the rest of the endian.h files for consistancy.grr
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-06-24happy birthdaykstailey
1997-06-05non-DEBUG __abs_nonsingle correct use; grrTheo de Raadt
1997-06-05fix DEBUG thingTheo de Raadt
1997-06-05optionTheo de Raadt
1997-06-02EXEC_SCRIPT is not an optionTheo de Raadt
1997-06-02VNODEPAGER is not an optionTheo de Raadt
1997-06-02UCONSOLE is long deadTheo de Raadt
1997-05-28KNFNiklas Hallqvist
1997-05-20Add -s -e cd9660 hacks for making bootable alpha cd's.Todd C. Miller
1997-05-14Don't need bpf or vnd -- shave a few bytes.Todd C. Miller
1997-05-08comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI edTodd C. Miller
1997-05-08Some trimming, add necessary stuff like ed, CD9660 & KERNFSNiklas Hallqvist
1997-05-07axppci33-only GENERICTodd C. Miller
1997-05-06Add IP filter log into cdevswNiklas Hallqvist
1997-05-05Remove comment about an XXX that has been fixed.Todd C. Miller
1997-05-05add ccd to GENERICThomas Graichen
1997-05-05Updates from NetBSD (cgd):Todd C. Miller
1997-05-04Don't use head when we already use awk.Todd C. Miller
1997-05-04Remove unnecesary call to head(1) that was giving me some grief.Todd C. Miller
1997-04-20Use ${ALPHA} instead of ../..Niklas Hallqvist
1997-04-20My new toyThorsten Lockert
1997-04-19Fix a compile warningThorsten Lockert
1997-04-19.depend needs cpuconf.cThorsten Lockert