angelos [Wed, 19 Mar 1997 03:21:49 +0000 (03:21 +0000)]
Fixed minor bug with next/prev/replay commands.
maja [Tue, 18 Mar 1997 20:48:46 +0000 (20:48 +0000)]
Added ${DESTDIR} in -I/usr/include/kerberosIV. -moj
flipk [Tue, 18 Mar 1997 06:36:51 +0000 (06:36 +0000)]
fix a memory-leak problem in MDXEnd -- even when given
a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway.
briggs [Tue, 18 Mar 1997 05:54:01 +0000 (05:54 +0000)]
Bad idea to reset mac68k_vidphys/videorowbytes here.
briggs [Tue, 18 Mar 1997 05:37:50 +0000 (05:37 +0000)]
Handle DAFB better. Only configure if we think a monitor is attached and
disable interrupts from the bloody card in any case. Also snag video
address and rowbytes from the controller, too, just for fun.
briggs [Tue, 18 Mar 1997 05:35:24 +0000 (05:35 +0000)]
Add bus handle and bus tag to grfbus_softc.
tholo [Tue, 18 Mar 1997 02:09:39 +0000 (02:09 +0000)]
Integrate local changes
tholo [Tue, 18 Mar 1997 02:05:33 +0000 (02:05 +0000)]
Files missed from previous import
tholo [Tue, 18 Mar 1997 01:54:58 +0000 (01:54 +0000)]
New release from Cyclic Software
briggs [Tue, 18 Mar 1997 01:02:50 +0000 (01:02 +0000)]
From Scott Reynolds <scottr@netbsd.org> (, but compilable ;-)
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.
gene [Mon, 17 Mar 1997 20:17:57 +0000 (20:17 +0000)]
Don't consider an account disabled just because the password length != 13.
Also, take into account users w/ the blowfish cypher.
niklas [Mon, 17 Mar 1997 16:29:37 +0000 (16:29 +0000)]
Removed static specifiers. Align bpf headers on sizeof(long) boundaries
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.
briggs [Mon, 17 Mar 1997 13:09:05 +0000 (13:09 +0000)]
Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I was a bit hasty
in removing.
briggs [Mon, 17 Mar 1997 12:20:22 +0000 (12:20 +0000)]
*Blush* It's Denton, not Dennis, Gentry.
pefo [Mon, 17 Mar 1997 08:11:11 +0000 (08:11 +0000)]
Serial console trouble again...
briggs [Mon, 17 Mar 1997 04:26:15 +0000 (04:26 +0000)]
Fix typo.
briggs [Mon, 17 Mar 1997 04:16:59 +0000 (04:16 +0000)]
A couple of cleanup items suggested by is@netbsd.org.
briggs [Mon, 17 Mar 1997 04:04:32 +0000 (04:04 +0000)]
Integrate a couple of changes suggested by Scott Reynolds and Takeshi Yanagisawa.
bitblt [Sun, 16 Mar 1997 22:15:20 +0000 (22:15 +0000)]
Added NetBSD fix for overflow. Probably not exploitable because it's a static.
downsj [Sun, 16 Mar 1997 02:54:19 +0000 (02:54 +0000)]
Slight rearrangement, addition of ROMP values.
flipk [Sun, 16 Mar 1997 01:18:48 +0000 (01:18 +0000)]
allow settimeofday() at securelevel < 2, rather than < 1.
the consensus was that it was too annoying to not be able to change
the clock at securelevel == 1.
pefo [Sat, 15 Mar 1997 21:53:50 +0000 (21:53 +0000)]
res_close is defined in a macro and should apperently not be used as _res_close.
kstailey [Sat, 15 Mar 1997 17:18:07 +0000 (17:18 +0000)]
remove space from tsleep() message
briggs [Sat, 15 Mar 1997 05:51:15 +0000 (05:51 +0000)]
AV macs don't have SONIC, they have MACE, and 040 PBs do have SONIC.
gene [Sat, 15 Mar 1997 00:08:58 +0000 (00:08 +0000)]
Fix so yppush will err out if it can't find the ypservers map. This whole
code wants lots of attention, but at least it won't dump core on a virgin
installation now.
millert [Fri, 14 Mar 1997 23:25:46 +0000 (23:25 +0000)]
Add missing line, doh!
millert [Fri, 14 Mar 1997 20:44:55 +0000 (20:44 +0000)]
Update from 4.4BSD-lite2
graichen [Fri, 14 Mar 1997 18:11:07 +0000 (18:11 +0000)]
add an empty frame.h so that there is one (just like on the arc)
briggs [Fri, 14 Mar 1997 14:16:52 +0000 (14:16 +0000)]
Possible fix for SE/30 internal video problems. Thanks to Denny Gentry for
figuring out what was going wrong there.
briggs [Fri, 14 Mar 1997 14:15:22 +0000 (14:15 +0000)]
Use macro to truncate page.
briggs [Fri, 14 Mar 1997 14:11:34 +0000 (14:11 +0000)]
Updates from Yanagisawa and Denny. This seems to work.
millert [Fri, 14 Mar 1997 05:40:20 +0000 (05:40 +0000)]
Correct usage of S_IFREG.
millert [Fri, 14 Mar 1997 05:36:02 +0000 (05:36 +0000)]
Fix problem where tty mode could get clobbered when ftp was suspended.
Call el_parse() to catch editrc(5) commands if the command is not known
to ftp. Thorsten did all the real work for this :-)
millert [Fri, 14 Mar 1997 05:12:41 +0000 (05:12 +0000)]
fix el_source() - a block needed braces around it (from NetBSD)
Some strcpy() -> strncpy (from NetBSD)
Some KNF
Add current NetBSD tags
millert [Fri, 14 Mar 1997 05:03:45 +0000 (05:03 +0000)]
Change an occurrence of if (fromatty) -> if (edit) -- from Thorsten.
millert [Fri, 14 Mar 1997 04:32:12 +0000 (04:32 +0000)]
Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter
and setting times.
tholo [Fri, 14 Mar 1997 04:15:38 +0000 (04:15 +0000)]
Iterate over signals correctly
downsj [Fri, 14 Mar 1997 03:40:30 +0000 (03:40 +0000)]
Switch to linking with the resolver in libc.
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.
etheisen [Fri, 14 Mar 1997 02:12:35 +0000 (02:12 +0000)]
./usr/include/g++ not ./include/g++
downsj [Thu, 13 Mar 1997 19:11:49 +0000 (19:11 +0000)]
BIND 4.9.5 includes.
downsj [Thu, 13 Mar 1997 19:07:19 +0000 (19:07 +0000)]
Integrate BIND 4.9.5 resolver and associated routines.
Includes the DNS aware getnetby*() routines and IPv6 support.
kstailey [Thu, 13 Mar 1997 12:22:37 +0000 (12:22 +0000)]
Copy the scanner_type from the quirkdata to the sio for userland to see.
kstailey [Thu, 13 Mar 1997 12:19:59 +0000 (12:19 +0000)]
Add scanner_type and compute_sizes() to quirks.
Adjust attach() messages for scanners with quirk table entries.
maja [Thu, 13 Mar 1997 09:50:26 +0000 (09:50 +0000)]
Add support for secure maps and passwd. -moj
downsj [Thu, 13 Mar 1997 09:40:06 +0000 (09:40 +0000)]
This isn't a linux distribution.
maja [Thu, 13 Mar 1997 09:39:52 +0000 (09:39 +0000)]
No dynamic loading on vax. -moj
downsj [Thu, 13 Mar 1997 08:57:57 +0000 (08:57 +0000)]
Do obj dir correctly.
briggs [Thu, 13 Mar 1997 05:30:02 +0000 (05:30 +0000)]
UMAX SuperVista S-12 also needs a NOLUNS quirk.
briggs [Wed, 12 Mar 1997 22:51:42 +0000 (22:51 +0000)]
Fix a conflict.
pefo [Wed, 12 Mar 1997 20:17:37 +0000 (20:17 +0000)]
The stupid "use console before configured" scheeme strikes again :-)
pefo [Wed, 12 Mar 1997 20:13:01 +0000 (20:13 +0000)]
Need this for arc/pci...
pefo [Wed, 12 Mar 1997 19:52:56 +0000 (19:52 +0000)]
Mips ARC systems (hmmm..) can also have PCI buses...
pefo [Wed, 12 Mar 1997 19:51:33 +0000 (19:51 +0000)]
Add a define for another compatible chip.
pefo [Wed, 12 Mar 1997 19:16:33 +0000 (19:16 +0000)]
Addition of support for a PCI based Vr4300 board from Algorithmics, the P-4032.
Changes to io macros were done to handle sparse bus addressing dynamically.
This is a first cut (rough).
briggs [Wed, 12 Mar 1997 15:59:01 +0000 (15:59 +0000)]
Add options LKM.
downsj [Wed, 12 Mar 1997 14:54:15 +0000 (14:54 +0000)]
I'm much too tired.
downsj [Wed, 12 Mar 1997 14:51:57 +0000 (14:51 +0000)]
Remove %INDOT%.
briggs [Wed, 12 Mar 1997 13:36:56 +0000 (13:36 +0000)]
Remove some more warnings left over from NetBSD's new config.
briggs [Wed, 12 Mar 1997 13:34:23 +0000 (13:34 +0000)]
Remove reference to obsolete SONICSPACE.
downsj [Wed, 12 Mar 1997 13:30:42 +0000 (13:30 +0000)]
Move AF_SIP and put AF_INET6 in the same location as BSD/OS.
I couldn't find any use of AF_SIP in the kernel, didn't check user land.
briggs [Wed, 12 Mar 1997 13:29:38 +0000 (13:29 +0000)]
Move prototype for physaccess.
briggs [Wed, 12 Mar 1997 13:26:37 +0000 (13:26 +0000)]
Fix for bizarre internal framebuffers that don't start on page boundaries.
Dave Huang found this one...
briggs [Wed, 12 Mar 1997 13:24:15 +0000 (13:24 +0000)]
New sn arrangements.
briggs [Wed, 12 Mar 1997 13:20:31 +0000 (13:20 +0000)]
Bring in some fresh SONIC code from Dennis Gentry and Yanagisawa Takeshi.
Much hacked by me to merge and partially busify.
Add code that I lost a while back for digging the proper mac address for
internal ethernet.
Still needs work, but checkpointed--works at least as well as the last
version.
briggs [Wed, 12 Mar 1997 13:15:58 +0000 (13:15 +0000)]
cleanup.
downsj [Wed, 12 Mar 1997 11:32:30 +0000 (11:32 +0000)]
Fix rcsid.
downsj [Wed, 12 Mar 1997 11:30:34 +0000 (11:30 +0000)]
Add the rest of the 4.9.5 tools.
downsj [Wed, 12 Mar 1997 11:21:14 +0000 (11:21 +0000)]
Repair rcsids.
downsj [Wed, 12 Mar 1997 11:08:48 +0000 (11:08 +0000)]
Cruft.
downsj [Wed, 12 Mar 1997 10:41:45 +0000 (10:41 +0000)]
BIND 4.9.5-P1.
libresolv and include are required until the new resolver gets integrated
into libc.
gene [Tue, 11 Mar 1997 21:03:02 +0000 (21:03 +0000)]
Second parameter of *match functions should be void (thank you ISA bus) and
*stop functions return int's under OpenBSD. This cleans up a
bunch of compile-time warnings for the mac68k.
tholo [Tue, 11 Mar 1997 18:53:30 +0000 (18:53 +0000)]
Do not build GNU cpio
tholo [Tue, 11 Mar 1997 18:50:56 +0000 (18:50 +0000)]
Use pax(1) for cpio(1) emulation
kstailey [Tue, 11 Mar 1997 15:46:01 +0000 (15:46 +0000)]
more about disconnect
kstailey [Tue, 11 Mar 1997 12:06:48 +0000 (12:06 +0000)]
adjust comments
downsj [Tue, 11 Mar 1997 09:54:09 +0000 (09:54 +0000)]
sync
maja [Tue, 11 Mar 1997 09:12:25 +0000 (09:12 +0000)]
Now with support for "secure" maps a'la FreeBSD. Support exists in makedbm
and ypxfrd since dawn of time. Support is missing in YP-makefile and in
libc. I have the changes for YP-makefile to support master.passwd but since
the support is missing in libc I will not commit them yet. -moj
kstailey [Tue, 11 Mar 1997 04:00:15 +0000 (04:00 +0000)]
Added GENERIC_SCSI2 scanner type.
kstailey [Tue, 11 Mar 1997 03:53:55 +0000 (03:53 +0000)]
added GENERIC_SCSI2
kstailey [Tue, 11 Mar 1997 03:40:49 +0000 (03:40 +0000)]
move init. code to m.i. section
kstailey [Tue, 11 Mar 1997 03:23:10 +0000 (03:23 +0000)]
the PINT scanner utilities for now
kstailey [Tue, 11 Mar 1997 03:19:16 +0000 (03:19 +0000)]
added whitespace.
kstailey [Tue, 11 Mar 1997 02:34:25 +0000 (02:34 +0000)]
Added notes about how to use the driver.
kstailey [Tue, 11 Mar 1997 00:45:19 +0000 (00:45 +0000)]
Add comment about generic trigger missing.
gene [Mon, 10 Mar 1997 05:06:42 +0000 (05:06 +0000)]
Include macinfo.h and more synch'ing with our mi sbc code. This makes it
actually compile.
millert [Mon, 10 Mar 1997 04:27:41 +0000 (04:27 +0000)]
Allow noaccesstime as a synonym for noatime.
kstailey [Mon, 10 Mar 1997 03:20:30 +0000 (03:20 +0000)]
Do not increase buffer bp->b_bcount in get_buffer_status().
kstailey [Mon, 10 Mar 1997 02:34:42 +0000 (02:34 +0000)]
SCSI 2 scanners use READ_BIG not READ
kstailey [Mon, 10 Mar 1997 02:29:39 +0000 (02:29 +0000)]
do GET_BUFFER_STATUS in special minphys
kstailey [Mon, 10 Mar 1997 02:28:46 +0000 (02:28 +0000)]
stuff about halftone
briggs [Mon, 10 Mar 1997 01:15:30 +0000 (01:15 +0000)]
Comment out use of bitmask_snprintf and make this work with OpenBSD mi SCSI.
kstailey [Mon, 10 Mar 1997 01:06:11 +0000 (01:06 +0000)]
SCSI-2 scanner use READ_BIG, not READ.
kstailey [Mon, 10 Mar 1997 00:56:59 +0000 (00:56 +0000)]
Start of generic scanner read().
millert [Sun, 9 Mar 1997 19:41:16 +0000 (19:41 +0000)]
Mention MNT_NOATIME and pull in some changes from the lite2 version.
millert [Sun, 9 Mar 1997 19:27:59 +0000 (19:27 +0000)]
noatime changed to noaccesstime for consistency with BSD/OS.
millert [Sun, 9 Mar 1997 19:26:05 +0000 (19:26 +0000)]
Move MNT_NOATIME so numbers are consecutive.
kstailey [Sun, 9 Mar 1997 17:45:01 +0000 (17:45 +0000)]
deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_sw
member.
angelos [Sun, 9 Mar 1997 07:03:20 +0000 (07:03 +0000)]
Change the reference to the standards document.
angelos [Sun, 9 Mar 1997 01:34:26 +0000 (01:34 +0000)]
Added the "replay" command.
kstailey [Sat, 8 Mar 1997 22:52:58 +0000 (22:52 +0000)]
Smaller names for quirks.
Many changes based on examination of the AIX 3 version of PINT.