summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-04missed from last commit.Michael Shalayeff
from MACH: add {in,out}[wb] functions and dr* operations.
1996-05-04from MACH: add {in,out}[bw] functions and dr* operations.Michael Shalayeff
1996-05-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
More cleanup for -Wall with DEBUG.
1996-05-04From NetBSD:Niklas Hallqvist
Define BSR_MASK and use BSR_MASK to get the current bank select register. Clean up the debugging code a bit and the warnings from -Wall. Don't define ESDEBUG - it can now be set from the config file. If the Ethernet chip gets reset during the copy of the transmit buffer, requeue the current packet and reinitialize the controller. This recovers from an apparent hardware bug when running on my A2000/Zeus system.
1996-05-04From NetBSD:Niklas Hallqvist
Cleanup for -Wall if CL5426CONSOLE, CV64CONSOLE, ULOWELLCONSOLE or RETINACONSOLE is not defined.
1996-05-04From NetBSD:Niklas Hallqvist
Give example for INSECURE option in the GENERIC config file in a comment. Closes PR 2355 giving a different explanation of the option than proposed.
1996-05-04Remove lots of stuff to remain below 960k limit of my machine :-(Niklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
<sys/cpu.h> is no longer needed
1996-05-04use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works.Theo de Raadt
netbsd pr#2164; from seebs@taniemarie.solon.com
1996-05-04dk_establish() now returns void.Niklas Hallqvist
1996-05-04Remove small glitch in last commitNiklas Hallqvist
1996-05-04mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵Theo de Raadt
davide@PIPER.NECTAR.CS.CMU.EDU
1996-05-04NetBSD RCS Id updateNiklas Hallqvist
1996-05-04Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.orgTheo de Raadt
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header.
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header. Missed a prototype for kernel_reload().
1996-05-04imagine a page that actually gives information; netbsd pr#2176, written byTheo de Raadt
banshee@gabriella.resort.com
1996-05-04clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.seTheo de Raadt
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-05-04document largest possible value; netbsd pr#2338; from ↵Theo de Raadt
banshee@gabriella.resort.com
1996-05-04correct -P, $PRINTER, and DEFLP interactions. bug reported by ↵Theo de Raadt
scott.burns@labatt.com
1996-05-04permit NOMAN to work here; netbsd pr#2357; lukem@supp.cpr.itg.telecom.com.auTheo de Raadt
1996-05-04this is installed from elsewhere now..Theo de Raadt
1996-05-04Just update the $OpenBSD$ tag, it seems to have got in during theNiklas Hallqvist
LOCALID was lost.
1996-05-04Include psl.h to get spl* funcsNiklas Hallqvist
1996-05-04Sorted entries, and added com, lpt and ipl declarationsNiklas Hallqvist
1996-05-04let the dog inTheo de Raadt
1996-05-04bring back change in rev 1.4: we do not do SIGBUS the wrong wayTheo de Raadt
1996-05-04ie0 changes, ahe0 at eisa, and ep* at eisaTheo de Raadt
1996-05-04+MSDOSFS, pcvt->pccons till it gets fixedTheo de Raadt
1996-05-04every dog needs one...Theo de Raadt
1996-05-04Drop sys/cpu.hNiklas Hallqvist
1996-05-04beforeinstall -> includesTheo de Raadt
1996-05-04Add a SCSI scanner cdev entryNiklas Hallqvist
1996-05-04commented out includes install renamedTheo de Raadt
1996-05-04call errx instead of errTheo de Raadt
1996-05-04traverse obj for arch-dependent utils tooTheo de Raadt
1996-05-04old 4.4 symlink behaviour no long validTheo de Raadt
1996-05-04i386 requires -fno-strength-reduce because -O2 generates incorrect codeTheo de Raadt
1996-05-04yp.no -> ypTheo de Raadt
1996-05-04smm/03.fsck -> smm/03.fsck_ffsTheo de Raadt
1996-05-04strdup re-generated path in pwd_mkdb; "make distribution" passwd files withTheo de Raadt
proper arguments
1996-05-04Actually declare and initialize nowtime... Oops.Thorsten Lockert
1996-05-04Actually declare and initialize nowtime... Oops.Thorsten Lockert
1996-05-04Set Start from nowtime, not now->time, which may not be setThorsten Lockert
1996-05-04Don't use the result of "diff" if just sending the new file would be shorterThorsten Lockert
1996-05-03Don't enable Kerberos password changing by default unless a local kerberosThorsten Lockert
domain has been defined in the configuration file
1996-05-03Make it possible to have a commented-out local realm in krb.conf to allowThorsten Lockert
using Kerberos for remote authentication but not for local authentication