Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-30 | my recent fixes | Michael Shalayeff | |
1997-03-30 | fix comment | Michael Shalayeff | |
1997-03-30 | ifdef out some vars used only w/ NFSCLIENT defined | Michael Shalayeff | |
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd C. Miller | |
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk. | |||
1997-03-30 | /usr/share/man/cat -> /usr/share/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-03-29 | Increase timeout by a factor of ten in cd_size(). | briggs | |
NetBSD PR#3409 from Koji Imada <koji@imada.math.human.nagoya-u.ac.jp> | |||
1997-03-29 | Do not register an interrupt handler unless we know that we can clear | briggs | |
interrupts properly. Take a stab at clearing interrupts correctly for stupid Samsung video card that masquerades as a Toby Frame Buffer card. Break out interrupt routines by card type, including the cards that just need a byte cleared to clear the interrupt. | |||
1997-03-29 | Update from Denton Gentry with minor bug fixes by me. | briggs | |
Denny says: if_sn.c: - allocate sc->space using malloc (Scott wanted this). - make csr accesses use NIC_PUT/GET, remove sc->sc_csr. - add multicast and IFF_PROMISC support. multicast isn't well tested, but I made sure the unicast case still works. - finish the new arp interface, remove sc->sc_enaddr if_snreg.h: - remove struct sonic_reg if_snvar.h: - add NIC_PUT and NIC_GET macros a la if_ae - remove sc_txhead, it isn't used. if_sn_nubus.c: - clean up support for my SE/30 card. - Move add_nubus_intr from if_sn.c (to keep if_sn.c MI) if_sn_obio.c: - make Q610, C610, Q650, C650, Q800 use EXBUS. - PB500 had a "return" where "break" was intended. PB500 probably wasn't working. - move add_nubus_intr from if_sn.c. - add an "explanation" why Apple's ethernet addr is encoded in token ring format in the PROM. | |||
1997-03-29 | DrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card. | briggs | |
1997-03-29 | Do not include mmap'ed device memory in coredumps; from Matthias Drochner | Thorsten Lockert | |
<drochner@zel024.zel.kfa-juelich.de> in NetBSD PR 3252 | |||
1997-03-29 | Return EISDIR for directories; idea from NetBSD | Thorsten Lockert | |
1997-03-29 | uninitialized variable; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-03-29 | __NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS). | briggs | |
1997-03-29 | Do return values from issetuid() correctly | Thorsten Lockert | |
1997-03-29 | Use genassym.sh | Thorsten Lockert | |
1997-03-29 | Switch to genassym.cf. | Jason Downs | |
1997-03-29 | A bit more DAFB initialization. | briggs | |
1997-03-29 | Fix bug that would have prevented PB5xx series from detecting the SONIC. | briggs | |
Bug noticed by Denny Gentry. | |||
1997-03-28 | sync (regen) | kstailey | |
1997-03-28 | added 34 - nice | kstailey | |
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 | |