summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Collapse)Author
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-11Add AST and wdc1, pretty someNiklas Hallqvist
1997-11-11Reality updateNiklas Hallqvist
1997-11-10typoNiklas Hallqvist
1997-11-10DOH! conflicts from meNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-10-18do not create spoofed partition for DOSTYP_OPENBSDTheo de Raadt
1997-10-02no more ESRCH from writedisklabel()Theo de Raadt
1997-09-29DOSMBR_SIGNATURE, DOSACTIVE; weingartTheo de Raadt
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-09-24make this compile.. bad Per..Theo de Raadt
1997-09-23Make disksubr byte order independent. This code is now so generic that itPer Fogelstrom
should be able to use it for i386, arc, powerpc, sgi, and more....
1997-09-15kill Locore.cTheo de Raadt
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-02silence messages that we do not needTheo de Raadt
1997-08-01geez, DEBUG is two things...Theo de Raadt
1997-08-01wrap proto in DEBUG tooTheo de Raadt
1997-08-01fix DIAGNOSTIC vs DEBUG confusionTheo de Raadt
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-08-01obj...Per Fogelstrom
1997-08-01option not optionsTheo de Raadt
1997-08-01ho ho ho what a neat typoTheo de Raadt
1997-08-01move MACHINE_NONCONTIG to an includeTheo de Raadt
1997-08-01option not optionsTheo de Raadt
1997-08-01turn off DEBUG...Theo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-07I forgot: Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
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-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-14correct printouts about L2 cacheTheo de Raadt
1997-05-24Close shave.. lpr -> lptPer Fogelstrom
1997-05-22Move kernel start back to 0x80100000Per Fogelstrom
1997-05-21Missing devs...Per Fogelstrom
1997-05-21Remove genassym dependency build, spotted by DalePer Fogelstrom
1997-05-19Hmm, to fast after issuing reset.Per Fogelstrom
1997-05-19Make PICA's really reboot on rebbot commandPer Fogelstrom
1997-05-19More ramdiskPer Fogelstrom
1997-05-19MBR for ARC'sPer Fogelstrom
1997-05-19ARC has no boot right now...Per Fogelstrom
1997-05-18RAMDISK additionsPer Fogelstrom
1997-05-18RAMDISK additionsPer Fogelstrom
1997-05-11More profiling gunk...Per Fogelstrom
1997-05-11Allow ABICALLS set outside filePer Fogelstrom
1997-05-11Make "make tags" work. (I hope...)Per Fogelstrom
1997-05-08sync to i386Theo de Raadt
1997-05-02One step towards working profilingPer Fogelstrom