Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-28 | Use more from m68k/m68k. | briggs | |
1997-03-28 | copy new iv only if existant | Niels Provos | |
1997-03-27 | Various fixes for ZMAGIC. Thanks Theo | Tobias Weingartner | |
1997-03-27 | Oops, used #ifdef, instead of ifdef, by habit. | Niklas Hallqvist | |
1997-03-27 | DOH! Of course genassym.sh should be fed CC not HOSTCC, | Niklas Hallqvist | |
that was the entire meaning of it... shoot me! | |||
1997-03-27 | Be more careful about enabling nubus interrupts. | briggs | |
1997-03-27 | Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300) | Niklas Hallqvist | |
1997-03-27 | Use genassym.sh | Niklas Hallqvist | |
1997-03-27 | Import genassym.sh method from NetBSD | Niklas Hallqvist | |
1997-03-27 | Add NCR variant of SVR4, as it has some specifics | Niklas Hallqvist | |
1997-03-27 | Implement NOFILE_MAX--hard limit on max descriptors per proccess. | Todd C. Miller | |
Future direction, might make sense to make this a kernel symbol tha is sysctl-able. | |||
1997-03-27 | Make kern.osrevision (sysctl) and /kern/osrev report value of | Todd C. Miller | |
OpenBSD define, not BSD which is a bit more useful. | |||
1997-03-26 | Add OpenBSD tag. Remove redundant test. | Niklas Hallqvist | |
1997-03-26 | Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. | Niklas Hallqvist | |
Use HOSTCC for genassym. | |||
1997-03-26 | Add ast, tel and IPSEC | Niklas Hallqvist | |
1997-03-26 | Got rid of an unused function | Niklas Hallqvist | |
1997-03-26 | use support.s from m68k/ | Niklas Hallqvist | |
1997-03-26 | Just some initial KNF in preparation for some other changes coming soon | Niklas Hallqvist | |
1997-03-26 | Remove stuff now in m68k/ | Niklas Hallqvist | |
1997-03-26 | copy.s gets done from files.m68k now | Niklas Hallqvist | |
1997-03-26 | proper english | Theo de Raadt | |
1997-03-26 | loginname copying in fill_eproc; gwing@primenet.com.au | Theo de Raadt | |
1997-03-26 | Replace "isa_io" with "bus". Not isa specific. | Per Fogelstrom | |
1997-03-26 | sync | Jason Downs | |
1997-03-26 | Merge changes from NetBSD, up to 3/19/97; undoes some local changes. | Jason Downs | |
Changed to match new arch/m68k code. genassym.cf is currently just a place holder. | |||
1997-03-26 | Merge changes from NetBSD, 3/19/97; enforce use of new files in file.m68k. | Jason Downs | |
All of the m68k ports need fixing, in various ways. From a casual look, mvme68k and sun3 need the most work. Tested on hp300, from which sig_machdep.c is based. | |||
1997-03-26 | Regen. | Jason Downs | |
1997-03-26 | Merge in NetBSD changes as if 3/19/97, undo some of ours. | Jason Downs | |
1997-03-26 | deal with CD drives that indicate 2352 bytes per block... | Theo de Raadt | |
1997-03-25 | Get rid of userland includes | Niklas Hallqvist | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-25 | Fixed obj-dir building, compacted the bootblock enough to fit (at least) | Niklas Hallqvist | |
the HD one, floppy is still too large. Added our BOOT_CONFIG -c option. Some small style nits. | |||
1997-03-25 | Correct typo | Niklas Hallqvist | |
1997-03-25 | Correct typo + moved Teles S0/16.3 port to what the manual says | Niklas Hallqvist | |
1997-03-25 | Make AS, AR & LD overrideable | Niklas Hallqvist | |
1997-03-25 | Addition of the ed ethernet driver | Niklas Hallqvist | |
1997-03-25 | From scottr@netbsd.org: | briggs | |
Several minor changes: - Indent some comments appropriately per KNF. - Output all diagnostics using the device name rather than a static string. - Fix a (mostly marmless) bug in snintr(), where loss of heartbeat wasn't properly ignored and could mask the `receive descriptors exhausted' diagnostic. | |||
1997-03-25 | From scottr@netbsd.org: | briggs | |
Several more changes to move us toward MI-ness: - Use more consistent and portable types in the softc. - Map registers using an array of bus_size_t offsets, and set up the mapping in the attach code (thanks to Jason Thorpe for suggesting this!). - Disable the ae-specific watchdog, which is no longer necessary in the general case. Still remaining: split out functions used to copy data to/from the card, and retain a way to have a local driver name with the MI code. | |||
1997-03-23 | Adding more arches require more structuring and cleanup. More to come... | Per Fogelstrom | |
1997-03-23 | Some changes for arc local bus com & lpt. | Per Fogelstrom | |
1997-03-23 | Moved from pica since they are not Pica bus specific | Per Fogelstrom | |
1997-03-22 | get __LDPGSZ def | Niklas Hallqvist | |
1997-03-22 | Make this build work with objdirs, at least as links | Niklas Hallqvist | |
Still need work for plain obj dirs. | |||
1997-03-21 | Make struct rusage comments consistent between header file | Todd C. Miller | |
and man page. NetBSD PR #3367 | |||
1997-03-21 | Fix alignment in srt0.c, from NetBSD. | Jason Downs | |
1997-03-21 | cruft | Jason Downs | |
1997-03-21 | Yet more DDB type correctness | Niklas Hallqvist | |
1997-03-21 | Make ddb variables long | Niklas Hallqvist | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-03-21 | Instead of explicit extern, include the include file which should do it | Niklas Hallqvist | |