summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
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
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
1995-06-18define and call "pci_devinfo()", which creates a string from thecgd
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
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
1995-06-14lose extraneous commajtc
1995-06-14add explicit return typejtc