| Age | Commit message (Expand) | Author |
| 1995-06-18 | update for new networking queue structures | cgd |
| 1995-06-18 | update for posixified stat structure | cgd |
| 1995-06-18 | reenable kernel debugger; new location more amenable to tweaking. | cgd |
| 1995-06-18 | convert pcb lists to CIRCLEQs, so that the end can be looked at more | cgd |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-18 | don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated | cgd |
| 1995-06-18 | Checkpointing ... still has a couple of problems but it is better. | phil |
| 1995-06-18 | Updating to be like i386 version. | phil |
| 1995-06-18 | Add another CD-ROM drive to The List. | mycroft |
| 1995-06-18 | use new pcireg.h macros | cgd |
| 1995-06-18 | macros to split out various parts of PCI registers, adjust constants | cgd |
| 1995-06-18 | define and call "pci_devinfo()", which creates a string from the | cgd |
| 1995-06-18 | prototype for pci_devinfo function | cgd |
| 1995-06-18 | add include for the alpha, alphabetize | cgd |
| 1995-06-18 | make a comment reflect the way things should be done | cgd |
| 1995-06-18 | built from pcidevs list | cgd |
| 1995-06-18 | learn about some PCI vendor and product numbers. not yet used | cgd |
| 1995-06-17 | oops; forgot this in last commit | cgd |
| 1995-06-17 | more appropriate name, as this only has PCI support subroutines. | cgd |
| 1995-06-16 | rudimentary DDB support. | ragge |
| 1995-06-16 | d_reset reference removed. Calling of ubareset must be solved. | ragge |
| 1995-06-16 | DELAY() moved to common place. | ragge |
| 1995-06-16 | Some flags added to use in boot blocks. | ragge |
| 1995-06-16 | DDB support. splddb() and trapcode for ddb. | ragge |
| 1995-06-16 | DELAY() removed, now common. | ragge |
| 1995-06-16 | ddb file added. | ragge |
| 1995-06-16 | Passing symtab address to kernel. | ragge |
| 1995-06-16 | Pass symtab address to kernel. | ragge |
| 1995-06-16 | copy some format specifiers from kprintf to sprintf. b & r still missing | cgd |
| 1995-06-16 | Change return type of {get,set}{domain,host}name() from long to int. | jtc |
| 1995-06-16 | Use ${.CURDIR} in S macro definition so makefile works with obj directories. | jtc |
| 1995-06-16 | <sys/termios.h> -> <termios.h> | jtc |
| 1995-06-16 | getsubopt() uses strcmp(), so include <string.h> | jtc |
| 1995-06-16 | Use standard conditional for rcsid definition. | jtc |
| 1995-06-16 | Don't cast void functions to void. | jtc |
| 1995-06-16 | Rearrange slightly. | briggs |
| 1995-06-16 | Put parentheses around macro arguments | mellon |
| 1995-06-15 | compensate for timeval/timespec/stat structure changes. | cgd |
| 1995-06-15 | posixization of timeval, timespec, and stat structs | cgd |
| 1995-06-15 | adjust for the other day's structure changes; make it compile. | cgd |
| 1995-06-15 | Correctly build gcrt0.o | mellon |
| 1995-06-15 | start -> __start in END macro as well | mellon |
| 1995-06-15 | start -> __start to avoid namespace bugs | mellon |
| 1995-06-15 | Private strrchr() not needed for scrt0.o | pk |
| 1995-06-15 | - Correct ownership of ser02/mdm02 (uucp) | leo |
| 1995-06-15 | Honour current umask when turning `x' bits on (from Joerg Wunsch). | pk |
| 1995-06-15 | don't include <sys/cdefs.h>, it's a 'private' header | jtc |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1995-06-14 | lose extraneous comma | jtc |
| 1995-06-14 | add explicit return type | jtc |