summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
1997-04-14typo for us.michaels
1997-04-14Add PCI ed*Todd C. Miller
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
1997-04-10__C -> __abs_c for consistency with usage in tc_*Todd C. Miller
1997-04-10Add missing __C #defineTodd C. Miller
1997-04-10Fix typo (aligend -> aligned)Todd C. Miller
1997-04-09the theTheo de Raadt
1997-04-08minor cleanup regarding forward scrolling usage, also only scroll one linemichaels
1997-04-08use a different, smaller font.michaels
1997-04-07Use MAXPARTITIONS not ``8''Todd C. Miller
1997-04-0716 partitionsTodd C. Miller
1997-04-07We run OpenBSD. Also note that installboot may be run on the ``c''Todd C. Miller
1997-04-06Add CD9660 now that it works.Todd C. Miller
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-05so strlen.c compiles again...Todd C. Miller
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
1997-04-02Better implementation of buf_space_*_raw_multi_* that deals wellNiklas Hallqvist
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