summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-20Define SONIC device for testing. Same for ss su and uk SCSI devs.briggs
1996-02-20Move VIA_Initialize() back to where it works.briggs
1996-02-20Define HZ to be 60.briggs
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1996-02-20Sync. w/ NetBSDbriggs
1996-02-20Name saved dump and kernel "bsd*", not "netbsd*"Thorsten Lockert
1996-02-20Sync. w/ NetBSD: vm prototype changes.briggs
1996-02-20Sync. w/ NetBSD:briggs
- Make a message more verbose for folks who try to boot in 24-bit mode.
1996-02-20Sync. w/ NetBSD:briggs
- Make delay() match prototype. - Be a bit more careful when setting up timer for calibrating delay(). - Clear interrupt before enabling in calibrate_delay() (from John P. Wittkoski)
1996-02-20Sync. with NetBSD:briggs
- scsi prototypes. - Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes, hacked a but. Needs more work. ss.c: - Truncate to the window size in ssminphys(), not ssread(). - Missed some prototyping foo. - Minor tweak; make sure window size is 0 on close. - Change variable name to avoid GCC warning. - Handle EOF a little differently.
1996-02-20Sync w/ NetBSD:briggs
- Implement DIOCLOCK and DIOCEJECT. DIOCEJECT is limited to removable media. Fixes PR #1975. - scsi prototypes
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync w/ NetBSD: scsi prototypes.briggs
1996-02-20Sync w/ NetBSD:briggs
- Accept DIOCEJECT as a synonym for CDIOCEJECT. Implement DIOCLOCK separately from CDIOCALLOW and CDIOCPREVENT, even though they perform basically the same function (with a different interface XXX). - scsi prototypes
1996-02-20Several changes from NetBSD:briggs
- scsi prototypes - remove #ifdef notdef made unnecessary by previous changes (PR#1597) put in missing "if (error)" that caused tape IO to always fail. (closes PR#2086) - Minor change.
1996-02-20Name kernel 'bsd', not 'netbsd'Thorsten Lockert
1996-02-19Make swap accounting actually work...Thorsten Lockert
1996-02-19Count number of forks, vforks, rforks; still need to count VM pages affectedThorsten Lockert
by the various fork types
1996-02-19Add support for fork accountingThorsten Lockert
1996-02-19netbsd: bind 4.9.3dm
1996-02-19netbsd: bind 4.9.3dm
1996-02-18Count swapins and swapouts in the sum structureThorsten Lockert
1996-02-18Compile with -fno-strength-reduce for nowThorsten Lockert
1996-02-18Use MAXPHYS for MAXBSIZE for all platforms but i386; use 32K on i386 untilThorsten Lockert
pmap can be fixed
1996-02-18gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used toetheisen
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it.
1996-02-18More files to shred for cleandir.etheisen
1996-02-18Add another PCI vendor / productThorsten Lockert
1996-02-18From netbsd:Niklas Hallqvist
Remove -lstdc++ until it exists. Don't forget to revert this back when the new libg++ gets imported.
1996-02-18Check the for GCC >= 3.X (no it's not even started on yet :-) ) in theNiklas Hallqvist
name mangling dependent code.
1996-02-18From netbsd:Niklas Hallqvist
Sync with /sys/arch (i.e. NetBSD's, sooner or later we'll have our own list here, I guess)
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1996-02-17elliminating unnecessary printf w/ DEBUG in pmap_collect.Michael Shalayeff
1996-02-17From netbsd:Niklas Hallqvist
Make grf units 2 and 3.
1996-02-17From netbsd:Niklas Hallqvist
fix PR/1245. From Rolf Grossmann <grossman@kiss.informatik.tu-muenchen.de>
1996-02-17From netbsd:Niklas Hallqvist
Add fd to all; stdin, stdout, and stderr to std
1996-02-17From netbsd:Niklas Hallqvist
Fixed typo. Closes PR #2000. From Thorsten Frueauf <frueauf@ira.uka.de>
1996-02-17From netbsd:Niklas Hallqvist
Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from enami tsugutomo
1996-02-17From netbsd:Niklas Hallqvist
Changed so that COLUMNS environment variable will override the value obtained via the TIOCGWINSIZ ioctl. This is required by POSIX.2, see section 4.39.5.3.
1996-02-17From netbsd:Niklas Hallqvist
fix bug where child% suspend parent% bg parent% fg Fg would not work anymore, it would say Suspended (tty input).
1996-02-17Moved INCLUDE_DEFAULTS path define into openbsd.h. openbsd.h now hasetheisen
OPENBSD_NATIVE section. Please use this to overload manifest constants. Added more files to CLEANFILES in Makefile.bsd-wrapper.
1996-02-17added nqnfs option to nfs mountsdm
1996-02-16Fixes for mvme68k tape and disk bootloaders.Dale S. Rahn
fix argument parsing for disk and tape boot bootsd/boot.c bugcrt/m68k/Makefile.inc tape boot was broken completely bootst/bootst.c minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30). writvid/wrtvid.c
1996-02-15Welcome to 'OpenBSD'...David Krause
1996-02-15Install elf_abi.h in /usr/include.etheisen
1996-02-15Cleaned up comments.etheisen
1996-02-15ELF Application Binary Interface (ABI) compliant header file.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen