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