summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
1997-03-25Addition of the ed ethernet driverNiklas Hallqvist
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-03-21Add the bus_space_{read,write}_raw_multi_[248] extensionsNiklas Hallqvist
1997-02-26Add IP-SECNiklas Hallqvist
1997-02-26Workaround for some weird cpp bug that made cpuconf.o builds failNiklas Hallqvist
1997-02-12fix typecast; janjaap@stack.nlTheo de Raadt
1997-02-09shadowed variable caused si_addr to be incorrectTheo de Raadt
1997-02-06From theo: use VM_PROT_* types and pass address nicelyNiklas Hallqvist
1997-02-06Fixed some missing declarations and such. Still sth to fix for Theo :-)Niklas Hallqvist
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
1997-02-03initial cut at siginfoTheo de Raadt
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1997-01-17don't update battery backed up clock if system time is wrong from beginkstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-11-28Fix a vararg protoNiklas Hallqvist
1996-11-27Make compilable in our env. Involved disabling ELF support,Niklas Hallqvist
1996-11-27include libkern.h prior to stand.h to not to collide m{in,ax} definitions.Michael Shalayeff
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-14Add memcpy entrypoint to bcopy et al. With this, in-tree gcc nowNiklas Hallqvist
1996-11-12Arrival of new bus.h from NetBSDNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06fix mountroot typeTheo de Raadt
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-18-Wall happinessNiklas Hallqvist
1996-10-18device_register proto addedNiklas Hallqvist
1996-10-17-Wall happinessNiklas Hallqvist
1996-10-04syncTheo de Raadt
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, eri...Theo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-23Removed DDB again, as it is missing a lot of stuff. Added COMPAT_OSF1Niklas Hallqvist
1996-08-05Sync with current conf/ directoryNiklas Hallqvist
1996-08-05config file removed in NetBSDNiklas Hallqvist
1996-08-02Add the first OpenBSD/alpha running machine: OPALNiklas Hallqvist
1996-07-31kernel is /bsd, and we are OpenBSDNiklas Hallqvist
1996-07-31We are OpenBSD!Niklas Hallqvist
1996-07-29Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionNiklas Hallqvist
1996-07-29Bring forward alpha configuration files to 0722. Add OpenBSDNiklas Hallqvist
1996-07-28sync 0722Theo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-06-24kernel is /bsdTheo de Raadt
1996-06-18merge in rev 1.6; emul_nativeTheo de Raadt