summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1993-07-19kill damned RCS Logcgd
1993-07-19Add ${DEBUG} to CFLAGS and -f to dbsym.mycroft
1993-07-19Reading file marks or writing end of tape return 0 bytes, AND THEYcgd
1993-07-19replace jolitz's vfs__bio with a better one from CMU via mw.cgd
1993-07-19Clean up deleted files.mycroft
1993-07-19replace jolitz's vfs__bio with a better one from CMU via mw.cgd
1993-07-19from Bruce Evans <bde@kralizec.zeta.org.au>:cgd
1993-07-19kernvers="NetBSD 0.9"cgd
1993-07-19add isofs/isofs_rrip.c if using "options ISOFS"cgd
1993-07-19according to andrew, the bit with the comment:cgd
1993-07-19Rockridge support added a la mods by Atsushi Murai. (amurai@spec.co.jp)cgd
1993-07-19add ISOFSMNT_NORRIP, arguably in the wrong place, butcgd
1993-07-19patches from allen briggs to fix a minor bug in *attach()cgd
1993-07-19Change open and close routines for swapdev back to enodev. What a kluge.mycroft
1993-07-19Fix open and close entries for swap in bdevsw.mycroft
1993-07-19allocate out of kmem_map, not buffer_map. buffer_map is forcgd
1993-07-19disable all AUTO_EOI's, at bde's suggestion--cgd
1993-07-19Move flushq() macro into tty.h.mycroft
1993-07-19Make sure there are character in the ring before flushing.mycroft
1993-07-19Use flushq() macro instead.mycroft
1993-07-19Use ndflush(), not while(getc()).mycroft
1993-07-18Phooey. Need a better mechanism for dealing with multiple sets of localmycroft
1993-07-18CC should be cc. cc is gcc2...cgd
1993-07-18Add DUMMY_NOPS.mycroft
1993-07-18my bucket of mud has changed a bit..deraadt
1993-07-18rework the way effectual NOPs are enabled/disabled to make they delaycgd
1993-07-18Change to work with new config stuff for specifying load address.mycroft
1993-07-18set mountroot to ufs_mountroot. swapgeneric is currently broken for othercgd
1993-07-18Oops. Back out a change that shouldn't be committed...mycroft
1993-07-18Use new -T option to dbsym.mycroft
1993-07-18Add a `XXX'...mycroft
1993-07-18* copyin/out(), copyin/outstr(), s/fubyte() et al protection fixes,andrew
1993-07-18vm_protect() of the user area is no longer required for i386 machines; theandrew
1993-07-18* don't used copyout() to relocate icode - use bcopy() insteadandrew
1993-07-18Clean up deleted files.mycroft
1993-07-18Nuke a kluge from Net/2. The argument list ocreat() creates for open() canmycroft
1993-07-18Only declare these variables extern in buf.h; define them only once inmycroft
1993-07-17Add some kitchen sinks.mycroft
1993-07-17Stylistic change to attach message to match others.mycroft
1993-07-17Make these files GCC 2 happy.mycroft
1993-07-17Finish moving struct definitions outside of function declarations.mycroft
1993-07-17Finish moving struct definitions outside of function declarations.mycroft
1993-07-17Fixed two occarances of ldos which should have been lods.cgd
1993-07-17gcc-2.4.5's ffs() has been rendered safe for kernel compiling...cgd
1993-07-17scsi_switch had wrong entries for these controllers...deraadt
1993-07-16#include cpufunc,h so inb() and outb() are inlined.mycroft
1993-07-16ANSI mods.cgd
1993-07-16fix for macklem's bogus use of the va_flags field, supplied bycgd
1993-07-16more rcs id adding and header cleanup. i like vi macros!cgd
1993-07-15gcc2 cleanup, and break args out of procedure def'nscgd