summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-03-30my recent fixesMichael Shalayeff
1997-03-30fix commentMichael Shalayeff
1997-03-30ifdef out some vars used only w/ NFSCLIENT definedMichael Shalayeff
1997-03-30Previous commit was in error, definition of MANDIR was correctTodd 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/manTodd C. Miller
NetBSD PR #3401
1997-03-29Increase 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-29Do not register an interrupt handler unless we know that we can clearbriggs
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-29Update 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-29DrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card.briggs
1997-03-29Do not include mmap'ed device memory in coredumps; from Matthias DrochnerThorsten Lockert
<drochner@zel024.zel.kfa-juelich.de> in NetBSD PR 3252
1997-03-29Return EISDIR for directories; idea from NetBSDThorsten Lockert
1997-03-29uninitialized variable; koji@math.human.nagoya-u.ac.jpTheo de Raadt
1997-03-29__NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS).briggs
1997-03-29Do return values from issetuid() correctlyThorsten Lockert
1997-03-29Use genassym.shThorsten Lockert
1997-03-29Switch to genassym.cf.Jason Downs
1997-03-29A bit more DAFB initialization.briggs
1997-03-29Fix bug that would have prevented PB5xx series from detecting the SONIC.briggs
Bug noticed by Denny Gentry.
1997-03-28sync (regen)kstailey
1997-03-28added 34 - nicekstailey
1997-03-28Use more from m68k/m68k.briggs
1997-03-28copy new iv only if existantNiels Provos
1997-03-27Various fixes for ZMAGIC. Thanks TheoTobias Weingartner
1997-03-27Oops, used #ifdef, instead of ifdef, by habit.Niklas Hallqvist
1997-03-27DOH! Of course genassym.sh should be fed CC not HOSTCC,Niklas Hallqvist
that was the entire meaning of it... shoot me!
1997-03-27Be more careful about enabling nubus interrupts.briggs
1997-03-27Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300)Niklas Hallqvist
1997-03-27Use genassym.shNiklas Hallqvist
1997-03-27Import genassym.sh method from NetBSDNiklas Hallqvist
1997-03-27Add NCR variant of SVR4, as it has some specificsNiklas Hallqvist
1997-03-27Implement 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-27Make kern.osrevision (sysctl) and /kern/osrev report value ofTodd C. Miller
OpenBSD define, not BSD which is a bit more useful.
1997-03-26Add OpenBSD tag. Remove redundant test.Niklas Hallqvist
1997-03-26Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS.Niklas Hallqvist
Use HOSTCC for genassym.
1997-03-26Add ast, tel and IPSECNiklas Hallqvist
1997-03-26Got rid of an unused functionNiklas Hallqvist
1997-03-26use support.s from m68k/Niklas Hallqvist
1997-03-26Just some initial KNF in preparation for some other changes coming soonNiklas Hallqvist
1997-03-26Remove stuff now in m68k/Niklas Hallqvist
1997-03-26copy.s gets done from files.m68k nowNiklas Hallqvist
1997-03-26proper englishTheo de Raadt
1997-03-26loginname copying in fill_eproc; gwing@primenet.com.auTheo de Raadt
1997-03-26Replace "isa_io" with "bus". Not isa specific.Per Fogelstrom
1997-03-26syncJason Downs
1997-03-26Merge 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-26Merge 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-26Regen.Jason Downs
1997-03-26Merge in NetBSD changes as if 3/19/97, undo some of ours.Jason Downs
1997-03-26deal with CD drives that indicate 2352 bytes per block...Theo de Raadt
1997-03-25Get rid of userland includesNiklas Hallqvist