summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-08-16fix includesArtur Grabowski
1999-08-16include unistd.hArtur Grabowski
1999-08-16fix includesArtur Grabowski
1999-08-16inculde com_err.hArtur Grabowski
1999-08-16inculude ctype.h for islower()Artur Grabowski
1999-08-16include ctype.h for isspace() and fix some declarationsArtur Grabowski
1999-08-16main() returns an int and include stdio.h to get prototype for putsArtur Grabowski
1999-08-16slight cleanupArtur Grabowski
1999-08-16printf format fixesArtur Grabowski
1999-08-16we need to include sys/wait.h since we use waitpid hereArtur Grabowski
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-16add a missing strerror. (there was already a %s in the format string)Artur Grabowski
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1999-08-16free later; tg@freebsdTheo de Raadt
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1999-08-16nuke unused variableTodd C. Miller
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16don't need sys/file.h now that we include fcntl.hTodd C. Miller
1999-08-16missing fcntl.hTodd C. Miller
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Document the current state of CD-ROM booting.Jason Downs
1999-08-16Kill meaningless reset printf().Jason Downs
1999-08-16Explicitly include <sys/types.h> and some minor style points.Todd C. Miller
1999-08-16prototype mismatch for RMD160Update()Todd C. Miller
1999-08-16Add cdboot...Jason Downs
1999-08-16Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough toJason Downs
1999-08-16bsd.rd is uncompressed, bsd.rd.gz is compressed.Jason Downs
1999-08-16Allow the twiddler to be disabled via a global.Jason Downs
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Remove unnecessary code. Shorten dmesg output.Federico G. Schwindt
1999-08-16Remove netbsd ifdefs.Federico G. Schwindt
1999-08-16Don't establish irq later.Federico G. Schwindt
1999-08-16If the FTS_NOCHDIR flag is set and the final directory is empty,Todd C. Miller
1999-08-16shorten dmesg output.Federico G. Schwindt
1999-08-16Fix typo.Federico G. Schwindt
1999-08-16more shorten dmesg output.Federico G. Schwindt
1999-08-16Remove unnecessary code. Shorten dmesg output.Federico G. Schwindt
1999-08-16even nicerTheo de Raadt
1999-08-16repair output of pcmcia_print() to match pciprint() and others; fgsch and ITheo de Raadt
1999-08-16report unhandled interrupts w/ DEBUG onlyMichael Shalayeff
1999-08-16unscrew the screupMichael Shalayeff
1999-08-16use structures to overlay registers in memory, not offsets, also interrupt st...Michael Shalayeff
1999-08-16evcnt count the interrupts, also optimize diagnostic printingMichael Shalayeff
1999-08-16Indentation.Angelos D. Keromytis
1999-08-16Only print revision if SMC_DEBUG is defined. Shorten dmesg output.Federico G. Schwindt
1999-08-16Comment typoNiklas Hallqvist
1999-08-16We must tell we are little endian by defaultNiklas Hallqvist
1999-08-16Protect against spaces in CC (which is not unlikely) and LDSTATICNiklas Hallqvist
1999-08-15i82586/96 MI stuff currently in 586 mode, tested on hppa; from netbsd i82586Michael Shalayeff
1999-08-15media information shows up in ifconfig -m, does not need to show up in dmesgTheo de Raadt