summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1995-06-18reenable kernel debugger; new location more amenable to tweaking.cgd
1995-06-18convert pcb lists to CIRCLEQs, so that the end can be looked at morecgd
easily, and so that the original (insque/remque) logic can be effectively mimiced. (This fixes a bug in the previous set of list changes.) also (since terminator is no longer null) reinstate uninitted list checks, but mark them XXX.
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-18Checkpointing ... still has a couple of problems but it is better.phil
(include/{icu.h,psl.h} should be listed as part of this checkpoint.)
1995-06-18Updating to be like i386 version.phil
1995-06-18Add another CD-ROM drive to The List.mycroft
1995-06-18use new pcireg.h macroscgd
1995-06-18macros to split out various parts of PCI registers, adjust constantscgd
to match. (now, comparisons are comparisons, code doing them doesn't have to mask.) define types for the various parts of the registers' contents, where practical.
1995-06-18define and call "pci_devinfo()", which creates a string from thecgd
vendor & product IDs and class information, which is printed if device isn't found. Optionally (via "PCIVERBOSE" option) does table lookup to try to see if it knows what the device really is (informational only...).
1995-06-18prototype for pci_devinfo functioncgd
1995-06-18add include for the alpha, alphabetizecgd
1995-06-18make a comment reflect the way things should be donecgd
1995-06-18built from pcidevs listcgd
1995-06-18learn about some PCI vendor and product numbers. not yet usedcgd
1995-06-17oops; forgot this in last commitcgd
1995-06-17more appropriate name, as this only has PCI support subroutines.cgd
1995-06-16rudimentary DDB support.ragge
1995-06-16d_reset reference removed. Calling of ubareset must be solved.ragge
1995-06-16DELAY() moved to common place.ragge
1995-06-16Some flags added to use in boot blocks.ragge
1995-06-16DDB support. splddb() and trapcode for ddb.ragge
1995-06-16DELAY() removed, now common.ragge
1995-06-16ddb file added.ragge
1995-06-16Passing symtab address to kernel.ragge
1995-06-16Pass symtab address to kernel.ragge
1995-06-16copy some format specifiers from kprintf to sprintf. b & r still missingcgd
1995-06-16Use ${.CURDIR} in S macro definition so makefile works with obj directories.jtc
1995-06-16Rearrange slightly.briggs
1995-06-16Put parentheses around macro argumentsmellon
1995-06-15compensate for timeval/timespec/stat structure changes.cgd
1995-06-15posixization of timeval, timespec, and stat structscgd
1995-06-15adjust for the other day's structure changes; make it compile.cgd
1995-06-14lose extraneous commajtc
1995-06-13Fix cpuspeed values for Carerra and similar.gwr
Enable the virtual address cache on the 3/260
1995-06-13Moved delay2us to param.h (now an inline function).gwr
1995-06-13Provide delay2us as an inline and make it reasonably accurate,gwr
but conservative (long) by a factor of about 1.25
1995-06-13Fix several missing (and REQUIRED) calls to ZS_DELAY()gwr
1995-06-13Fix warning about setjmp arggwr
1995-06-13Change llinfo_x25 to use queue.h.mycroft
1995-06-13Clean this up a bit. Use queue.h more; de-uglify casts.mycroft
1995-06-13Change llinfo_llc to use queue.h.mycroft
1995-06-13Replace an insque()/remque() pair I missed.mycroft
1995-06-13Touch this up so it compiles again.mycroft
1995-06-13Clean this up a bit. Use queue.h more; de-uglify casts.mycroft
1995-06-13clear m_ext.ext_free when marking an mbuf has having external storage.cgd
From Jonathan Stone <jonathan@DSG.Stanford.EDU>.
1995-06-13Update to match data structure changes.mycroft
1995-06-13Update to match data structure changes.mycroft
1995-06-13Update to match data structure changes.mycroft
1995-06-13There's no reason to set if_next here.mycroft
1995-06-12Leave pseudo-device prom in for now (even though it doesn't work)gwr
so config will create prom.h