summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-03-18Bad idea to reset mac68k_vidphys/videorowbytes here.briggs
1997-03-18Handle DAFB better. Only configure if we think a monitor is attached andbriggs
disable interrupts from the bloody card in any case. Also snag video address and rowbytes from the controller, too, just for fun.
1997-03-18Add bus handle and bus tag to grfbus_softc.briggs
1997-03-18Integrate local changesThorsten Lockert
1997-03-18Files missed from previous importThorsten Lockert
1997-03-18New release from Cyclic SoftwareThorsten Lockert
1997-03-18From Scott Reynolds <scottr@netbsd.org> (, but compilable ;-)briggs
Some cards we identify as InterLAN cards do not seem to have the MAC address in the configuration ROM. For these, fall back to the old method if we can't find the expected sResource record.
1997-03-17Don't consider an account disabled just because the password length != 13.gene
Also, take into account users w/ the blowfish cypher.
1997-03-17Removed static specifiers. Align bpf headers on sizeof(long) boundariesNiklas Hallqvist
as it begins with a timeval struct. This fixes the alpha bpf panics. Removed double prototypes. Reordered includes. The last change came from NetBSD. Updated $NetBSD$ tags. Slight KNF too.
1997-03-17Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I ↵briggs
was a bit hasty in removing.
1997-03-17*Blush* It's Denton, not Dennis, Gentry.briggs
1997-03-17Serial console trouble again...Per Fogelstrom
1997-03-17Fix typo.briggs
1997-03-17A couple of cleanup items suggested by is@netbsd.org.briggs
1997-03-17A couple of cleanup items suggested by is@netbsd.org.briggs
1997-03-17Integrate a couple of changes suggested by Scott Reynolds and Takeshi ↵briggs
Yanagisawa.
1997-03-16Added NetBSD fix for overflow. Probably not exploitable because it's a static.bitblt
1997-03-16Slight rearrangement, addition of ROMP values.Jason Downs
1997-03-16allow settimeofday() at securelevel < 2, rather than < 1.flipk
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1.
1997-03-15res_close is defined in a macro and should apperently not be used as _res_close.Per Fogelstrom
1997-03-15remove space from tsleep() messagekstailey
1997-03-15AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC.briggs
1997-03-15Fix so yppush will err out if it can't find the ypservers map. This wholegene
code wants lots of attention, but at least it won't dump core on a virgin installation now.
1997-03-14Add missing line, doh!Todd C. Miller
1997-03-14Update from 4.4BSD-lite2Todd C. Miller
1997-03-14add an empty frame.h so that there is one (just like on the arc)Thomas Graichen
1997-03-14Possible fix for SE/30 internal video problems. Thanks to Denny Gentry forbriggs
figuring out what was going wrong there.
1997-03-14Use macro to truncate page.briggs
1997-03-14Updates from Yanagisawa and Denny. This seems to work.briggs
1997-03-14Correct usage of S_IFREG.Todd C. Miller
1997-03-14Fix problem where tty mode could get clobbered when ftp was suspended.Todd C. Miller
Call el_parse() to catch editrc(5) commands if the command is not known to ftp. Thorsten did all the real work for this :-)
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
Some strcpy() -> strncpy (from NetBSD) Some KNF Add current NetBSD tags
1997-03-14Change an occurrence of if (fromatty) -> if (edit) -- from Thorsten.Todd C. Miller
1997-03-14Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meterTodd C. Miller
and setting times.
1997-03-14Iterate over signals correctlyThorsten Lockert
1997-03-14Switch to linking with the resolver in libc.Jason Downs
Pull a few of our changes into this resolver; don't delete it yet. I'm not entirely sure it should be deleted, simply because of the baseline it provides against our massivelt modified libc resolver.
1997-03-14./usr/include/g++ not ./include/g++etheisen
1997-03-13BIND 4.9.5 includes.Jason Downs
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.
1997-03-13Copy the scanner_type from the quirkdata to the sio for userland to see.kstailey
1997-03-13Add scanner_type and compute_sizes() to quirks.kstailey
Adjust attach() messages for scanners with quirk table entries.
1997-03-13Add support for secure maps and master.passwd. -mojMats O Jansson
1997-03-13This isn't a linux distribution.Jason Downs
1997-03-13No dynamic loading on vax. -mojMats O Jansson
1997-03-13Do obj dir correctly.Jason Downs
1997-03-13UMAX SuperVista S-12 also needs a NOLUNS quirk.briggs
1997-03-12Fix a conflict.briggs
1997-03-12The stupid "use console before configured" scheeme strikes again :-)Per Fogelstrom
1997-03-12Need this for arc/pci...Per Fogelstrom
1997-03-12Mips ARC systems (hmmm..) can also have PCI buses...Per Fogelstrom