summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-01-16add the freebsd joystick driver; converted by matthieu@abel.laas.fr;Theo de Raadt
netbsd pr#1916
1996-01-16the yppasswd command is not needed. the user should always let theTheo de Raadt
passwd command figure out where their password is located. if they really need to change a specific one, they can use the flags - bet noone ever needs to use that.
1996-01-16from netbsd:Theo de Raadt
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146.
1996-01-16update from netbsdTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
Honor cache request and add the SCSI tape device configuration page. Fixes PRs 807, 1201, and 1705. From John Kohl <jtk@kolvir.blrc.ma.us>.
1996-01-16from netbsd; add doshutdownhooks()Theo de Raadt
1996-01-16add ahe supportTheo de Raadt
1996-01-16sync with netbsdTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD.
1996-01-16from netbsd:Theo de Raadt
The changes frpm Paul Goyette with respect to the driver trace require DBG_PID to be defined to an interger value....make it so.
1996-01-16from netbsd:Theo de Raadt
Correct the instructions regarding the password database in ~ftp/etc, from Rob Windsor <windsor@ksu.ksu.edu> in PR #544.
1996-01-16from netbsd; Use err() & warn()Theo de Raadt
1996-01-15Don't feed ${DEBUG} to the assembler, it doesn't take those argsNiklas Hallqvist
anyway.
1996-01-15Whoops! Need this file to make config happy...hvozda
1996-01-15Fix typo so two -L options can be fed to rcsdiff.Niklas Hallqvist
1996-01-15remove dup vm86 defnTheo de Raadt
1996-01-15add aic7xxx driverTheo de Raadt
1996-01-15from netbsd; Add capability to read archives (from Thomas Eberhardt; PR#497)Theo de Raadt
1996-01-15from netbsd; More descriptive message for printer status. Addresses PR #509Theo de Raadt
1996-01-15from betbsd:Theo de Raadt
Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741.
1996-01-15from netbsd:Theo de Raadt
Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093.
1996-01-15Remove vnode_if.[ch] during a "make clean", per PR#536 fromTheo de Raadt
Dan Carosone <danielce@ee.mu.oz.au>.
1996-01-15Updates from Kelly Campbell <camk@ksu.ksu.edu> for some ROM addresses.briggs
1996-01-15define pcmciabus for PCMCIA supporthvozda
1996-01-15config glue for PCMCIA supporthvozda
1996-01-15from netbsd:Theo de Raadt
Use WTDBPRINT() instead of DEBUG() for driver debugging printf()s.. Fixes PR #1927, from Erik Bertelsen <erik@arhpc214.uni-c.dk>
1996-01-15update from netbsdTheo de Raadt
1996-01-15from netbsd:Theo de Raadt
Add the "ahe" driver, autoconfiguration support for the aic7xxx-based Adaptec 2[78]4x SCSI controllers, from Michael Graff <explorer@flame.org>. Fixes PR #1594 from Noriyuki Soda <soda@sra.co.jp> in a different way.
1996-01-15from netbsd:Theo de Raadt
Cross-reference fsinfo(8) and mk-amd-map(8), as per PR #1057. From David Brownlee <abs@mono.city.ac.uk>.
1996-01-15from netbsd:Theo de Raadt
Handle multichar comment and quote delimiters (up to 5 characters, per the manual page). Takes care of PR#485.
1996-01-15from netbsd:Theo de Raadt
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk> in PR #1113.
1996-01-15from netbsd:Theo de Raadt
Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
1996-01-15atari specific libsa shrinkage is nastyTheo de Raadt
1996-01-15proto memcpyTheo de Raadt
1996-01-15from netbsd: The read_inode() function now returns the result of theTheo de Raadt
strategy function instead of success in all cases
1996-01-15from netbsd:Theo de Raadt
Balance calls to disk_busy() and disk_unbusy() properly to avoid dk_busy < 0 panics. Count seeks.
1996-01-15from netbsd; Make a small attempt to deal better with VM86 mode in GDBTheo de Raadt
1996-01-15sync with netbsdTheo de Raadt
1996-01-15Register defs for Intel 82365 PCMCIA controllerhvozda
1996-01-15ISA <-> PCMCIA glue for PCMCIA support.hvozda
1996-01-14New devices for PCMCIA supporthvozda
1996-01-14From NetBSD: (required for last change to scsi_base.c in case we getbriggs
"command aborted" status) Handle cases like the following: - controller calls scsi_done() with error XS_TIMEOUT - scsi_done() calls sddone() - sddone() calls disk_unbusy() - scsi_done() calls controller to retry command (missing the call to disk_busy()) - controller calls scsi_done() - scsi_done() calls sddone() - sddone() calls disk_busy(), which panics because of the imbalance. Bug noticed by Leo Weppleman, who also suggested this fix; pass an additional boolean argument ("complete") to the device's "done" routine, with a value of `0' passed from the previous call to "done", and add an additional call to "done" when the xfer resources are freed.
1996-01-14Retry a command when we get a command aborted message for it.briggs
This might be a transient error. Do complain about it, though.
1996-01-14Preliminary cut at SONIC driver. Quadra only at this point.briggs
Still apparently not getting interrupts for some reason, so this is more or less just a checkpoint.
1996-01-14Use dma_cachectl instead of cachectl when writing into the kernel textNiklas Hallqvist
segment. Ordinary cachectl is for userlevel virtual addresses.
1996-01-14from netbsd: more of PR 1931. Fix code that's not compiled unless DEBUG.briggs
1996-01-14from netbsd -- remove some more dead code (PR #1931)briggs
1996-01-14from netbsd--remove bogus code.briggs
1996-01-14from netbsd: Fixes from PR #1931.briggs
1996-01-14from netbsd:briggs
Patch to at least recognise FOCUS EtherLAN. From Erik Bertelson <erik@sockdev.uni-c.dk>