summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-14Tally interrupts in a way that "vmstat -i" can find; temporary measureThorsten Lockert
until "vmstat -i" learns how to read the device chains and show interrupts per device.
1996-02-14Tally all interrupts, not only FASTINTR onesThorsten Lockert
1996-02-14Command line arguments were not being handled correctly. Modified foretheisen
proper funtionality and for compliance with manpage.
1996-02-13Recognize 3c595 (same as 3c590, according to FreeBSD if_vx)dm
1996-02-13passwd should be setuid rootdm
1996-02-13added isadmavar.h includedm
1996-02-12Added check for null pointer while processing cmdline options. Pointeretheisen
overrun was causing SEGV if any cmdline options were specified.
1996-02-10Upgraded to latest version of DES libraryThorsten Lockert
1996-02-09NetBSD PR 2048. Prototype st_erase.briggs
1996-02-08- moved disk_busy() call from xdstrategy() to xdc_startbuf()chuck
[prevents disk_unbusy panic when disk is loaded (if no free IOPBs, xdstrategy() would queue the buffer for pickup by xdcintr() but xdcintr() would never call disk_busy(). xdc_startbuf() is a better place since all bufs are routed through here] problem detected by girish@dworkin.wustl.edu, diagnosed and corrected by me. - move disk_unbusy() call in xdc_remove_iorq() before the call to XDC_FREE() [don't want to access a data structure that was just put on a free list]
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h...
1996-02-06Added support for a new (well, I've run it locally for a year or two)Niklas Hallqvist
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h...
1996-02-06Include path /usr/include no longer needed.etheisen
1996-02-06Set default include path to '/usr/include/g++' for g++ and '/usr/include'etheisen
for gcc. Should help eliminate header file conflicts.
1996-02-06Pass CFLAGS into gnu build.etheisen