summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-27native emul is now called "native"Theo de Raadt
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
1996-03-24Do not define __indr_reference when running lint(1)Thorsten Lockert
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
1996-01-12from netbsd;Theo de Raadt
1996-01-12SIGBUS is an alignment fault. SIGSEGV is an access violationTheo de Raadt