Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs | |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs | |
1996-02-20 | Define HZ to be 60. | briggs | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten 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-20 | Sync. w/ NetBSD | briggs | |
1996-02-20 | Name saved dump and kernel "bsd*", not "netbsd*" | Thorsten Lockert | |
1996-02-20 | Sync. w/ NetBSD: vm prototype changes. | briggs | |
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make a message more verbose for folks who try to boot in 24-bit mode. | |||
1996-02-20 | Sync. 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-20 | Sync. 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-20 | Sync w/ NetBSD: | briggs | |
- Implement DIOCLOCK and DIOCEJECT. DIOCEJECT is limited to removable media. Fixes PR #1975. - scsi prototypes | |||
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs | |
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs | |
1996-02-20 | Sync w/ NetBSD: scsi prototypes. | briggs | |
1996-02-20 | Sync 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-20 | Several 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-20 | Name kernel 'bsd', not 'netbsd' | Thorsten Lockert | |
1996-02-19 | Make swap accounting actually work... | Thorsten Lockert | |
1996-02-19 | Count number of forks, vforks, rforks; still need to count VM pages affected | Thorsten Lockert | |
by the various fork types | |||
1996-02-19 | Add support for fork accounting | Thorsten Lockert | |
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1996-02-18 | Count swapins and swapouts in the sum structure | Thorsten Lockert | |
1996-02-18 | Compile with -fno-strength-reduce for now | Thorsten Lockert | |
1996-02-18 | Use MAXPHYS for MAXBSIZE for all platforms but i386; use 32K on i386 until | Thorsten Lockert | |
pmap can be fixed | |||
1996-02-18 | gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used to | etheisen | |
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it. | |||
1996-02-18 | More files to shred for cleandir. | etheisen | |
1996-02-18 | Add another PCI vendor / product | Thorsten Lockert | |
1996-02-18 | From netbsd: | Niklas Hallqvist | |
Remove -lstdc++ until it exists. Don't forget to revert this back when the new libg++ gets imported. | |||
1996-02-18 | Check the for GCC >= 3.X (no it's not even started on yet :-) ) in the | Niklas Hallqvist | |
name mangling dependent code. | |||
1996-02-18 | From 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-17 | From netbsd: | Niklas Hallqvist | |
Removed "extern int errno"; Added #include <errno.h> if not already present. | |||
1996-02-17 | elliminating unnecessary printf w/ DEBUG in pmap_collect. | Michael Shalayeff | |
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Make grf units 2 and 3. | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
fix PR/1245. From Rolf Grossmann <grossman@kiss.informatik.tu-muenchen.de> | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Add fd to all; stdin, stdout, and stderr to std | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Fixed typo. Closes PR #2000. From Thorsten Frueauf <frueauf@ira.uka.de> | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from enami tsugutomo | |||
1996-02-17 | From 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-17 | From 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-17 | Moved INCLUDE_DEFAULTS path define into openbsd.h. openbsd.h now has | etheisen | |
OPENBSD_NATIVE section. Please use this to overload manifest constants. Added more files to CLEANFILES in Makefile.bsd-wrapper. | |||
1996-02-17 | added nqnfs option to nfs mounts | dm | |
1996-02-16 | Fixes 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-15 | Welcome to 'OpenBSD'... | David Krause | |
1996-02-15 | Install elf_abi.h in /usr/include. | etheisen | |
1996-02-15 | Cleaned up comments. | etheisen | |
1996-02-15 | ELF Application Binary Interface (ABI) compliant header file. | etheisen | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |