Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-18 | Bad idea to reset mac68k_vidphys/videorowbytes here. | briggs | |
1997-03-18 | Handle DAFB better. Only configure if we think a monitor is attached and | briggs | |
disable interrupts from the bloody card in any case. Also snag video address and rowbytes from the controller, too, just for fun. | |||
1997-03-18 | Add bus handle and bus tag to grfbus_softc. | briggs | |
1997-03-18 | Integrate local changes | Thorsten Lockert | |
1997-03-18 | Files missed from previous import | Thorsten Lockert | |
1997-03-18 | New release from Cyclic Software | Thorsten Lockert | |
1997-03-18 | From 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-17 | Don't consider an account disabled just because the password length != 13. | gene | |
Also, take into account users w/ the blowfish cypher. | |||
1997-03-17 | Removed static specifiers. Align bpf headers on sizeof(long) boundaries | Niklas 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-17 | Flip 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-17 | Serial console trouble again... | Per Fogelstrom | |
1997-03-17 | Fix typo. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs | |
1997-03-17 | Integrate a couple of changes suggested by Scott Reynolds and Takeshi ↵ | briggs | |
Yanagisawa. | |||
1997-03-16 | Added NetBSD fix for overflow. Probably not exploitable because it's a static. | bitblt | |
1997-03-16 | Slight rearrangement, addition of ROMP values. | Jason Downs | |
1997-03-16 | allow 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-15 | res_close is defined in a macro and should apperently not be used as _res_close. | Per Fogelstrom | |
1997-03-15 | remove space from tsleep() message | kstailey | |
1997-03-15 | AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC. | briggs | |
1997-03-15 | Fix so yppush will err out if it can't find the ypservers map. This whole | gene | |
code wants lots of attention, but at least it won't dump core on a virgin installation now. | |||
1997-03-14 | Add missing line, doh! | Todd C. Miller | |
1997-03-14 | Update from 4.4BSD-lite2 | Todd C. Miller | |
1997-03-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen | |
1997-03-14 | Possible fix for SE/30 internal video problems. Thanks to Denny Gentry for | briggs | |
figuring out what was going wrong there. | |||
1997-03-14 | Use macro to truncate page. | briggs | |
1997-03-14 | Updates from Yanagisawa and Denny. This seems to work. | briggs | |
1997-03-14 | Correct usage of S_IFREG. | Todd C. Miller | |
1997-03-14 | Fix 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-14 | fix 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-14 | Change an occurrence of if (fromatty) -> if (edit) -- from Thorsten. | Todd C. Miller | |
1997-03-14 | Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter | Todd C. Miller | |
and setting times. | |||
1997-03-14 | Iterate over signals correctly | Thorsten Lockert | |
1997-03-14 | Switch 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-13 | BIND 4.9.5 includes. | Jason Downs | |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs | |
Includes the DNS aware getnetby*() routines and IPv6 support. | |||
1997-03-13 | Copy the scanner_type from the quirkdata to the sio for userland to see. | kstailey | |
1997-03-13 | Add scanner_type and compute_sizes() to quirks. | kstailey | |
Adjust attach() messages for scanners with quirk table entries. | |||
1997-03-13 | Add support for secure maps and master.passwd. -moj | Mats O Jansson | |
1997-03-13 | This isn't a linux distribution. | Jason Downs | |
1997-03-13 | No dynamic loading on vax. -moj | Mats O Jansson | |
1997-03-13 | Do obj dir correctly. | Jason Downs | |
1997-03-13 | UMAX SuperVista S-12 also needs a NOLUNS quirk. | briggs | |
1997-03-12 | Fix a conflict. | briggs | |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom | |
1997-03-12 | Need this for arc/pci... | Per Fogelstrom | |
1997-03-12 | Mips ARC systems (hmmm..) can also have PCI buses... | Per Fogelstrom | |