summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-06-18update for new networking queue structurescgd
1995-06-18update for posixified stat structurecgd
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-18don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminatedcgd
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-16Change return type of {get,set}{domain,host}name() from long to int.jtc
1995-06-16Use ${.CURDIR} in S macro definition so makefile works with obj directories.jtc
1995-06-16<sys/termios.h> -> <termios.h>jtc
1995-06-16getsubopt() uses strcmp(), so include <string.h>jtc
1995-06-16Use standard conditional for rcsid definition.jtc
1995-06-16Don't cast void functions to void.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-15Correctly build gcrt0.omellon
1995-06-15start -> __start in END macro as wellmellon
1995-06-15start -> __start to avoid namespace bugsmellon
1995-06-15Private strrchr() not needed for scrt0.opk
1995-06-15- Correct ownership of ser02/mdm02 (uucp)leo
- Correct major device no. of std[in|out|err] to be 18 instead of 21
1995-06-15Honour current umask when turning `x' bits on (from Joerg Wunsch).pk
1995-06-15don't include <sys/cdefs.h>, it's a 'private' headerjtc
1995-06-14- $NetBSD$ rcsidschristos
- Fixed so that .[A-Z]* targets that do not match keywords are ignored as Posix mandates - Added .PHONY target keyword
1995-06-14lose extraneous commajtc
1995-06-14add explicit return typejtc