Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-06 | -Wall happiness | Jason Downs | |
1997-07-06 | Add defopt support, from NetBSD; thorpej (I think, I don't have the commit | Jason Downs | |
message). | |||
1997-07-06 | Fix output format for machines up/down > 99 days. | Todd C. Miller | |
From Janjaap van Velthooven <janjaap@stack.nl> | |||
1997-07-06 | maxpartitions 16 | Todd C. Miller | |
1997-07-06 | Remove -Wcast-qual unless someone has a way to make it not care | Todd C. Miller | |
about discarding "volatile". Implicit casts via prototypes cause major headaches in conjunction with volatile variables. | |||
1997-07-05 | <time.h> | Michael Shalayeff | |
1997-07-05 | indent | Theo de Raadt | |
1997-07-05 | Wall | Theo de Raadt | |
1997-07-05 | disable fxp for now | Theo de Raadt | |
1997-07-05 | NULL vs 0 confusion | Theo de Raadt | |
1997-07-05 | build bsd.rd automatically | Theo de Raadt | |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-07-05 | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | Todd C. Miller | |
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness. | |||
1997-07-05 | implement unimplemented..... | Michael Shalayeff | |
implement unimplemented..... implement unimplemented..... in cc -S it looks like it should.... in cc -S it looks like it should.... in cc -S it looks like it should.... | |||
1997-07-05 | Remove obsolete files | Niklas Hallqvist | |
1997-07-05 | The vga console bug is now fixed, argument ordering problem. | Niklas Hallqvist | |
1997-07-05 | Fix some incorrect strncpy usage. | Todd C. Miller | |
From NetBSD (luke@netbsd.org) * verbosity additions displaying total & per-volume transfer times and rates * Add the ability to dump specific files & directories of a single filesystem. This uses fts(3) to access the directory structure (and not the raw device), so the standard access permissions are adhered to (unlike dumping an entire filesystem, which just requires read access to the raw disk device). * Support SIGINFO status reporting. * Remove now unused variables that previously stored the (e)uid. * Be more informative in a couple of error messages. From NetBSD (mrg) * fix NetBSD PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>. don't pass pw->pw_name into functions; make a copy. | |||
1997-07-05 | Mention how to enable bad block remapping on a scsi drive. | Todd C. Miller | |
1997-07-05 | I doubt this fixes this driver, but what *was* there was *obviously* wrong; | Jason Downs | |
at least if *this* is wrong, it matches the wrongness of the surrounding block of code. | |||
1997-07-04 | correct some details in the docs | Theo de Raadt | |
1997-07-04 | -hwaddr.c:140: warning: implicit declaration of function `system' | Todd T. Fries | |
+#include <stdlib.h> | |||
1997-07-04 | -accton.c:56: warning: implicit declaration of function `acct' | Todd T. Fries | |
+#include <unistd.h> | |||
1997-07-04 | Slight fix to last, didn't see it quick enough. | Jason Downs | |
Original log: date: 1997/06/17 15:39:18; author: bouyer; state: Exp; lines: +3 -2 wdcreset should return errors, even if !VERBOSE ! | |||
1997-07-04 | ASUS/Triton support, based on manuel's code (different, busified, should | Jason Downs | |
still amount to the same thing, but I don't have such a board to test). Original log: date: 1997/06/16 13:43:57; author: bouyer; state: Exp; lines: +27 -11 Support pour la nouvelle Asustek TX97-E (avec le nouveau chip Triton). | |||
1997-07-04 | Support ATAPI devices without wd devices, based on manuel's code. | Jason Downs | |
1997-07-04 | NWD for wd devices, include wd.h | Jason Downs | |
1997-07-04 | sync with manuel; atapibus needs flag. | Jason Downs | |
1997-07-04 | sync | Theo de Raadt | |
1997-07-04 | sync | Theo de Raadt | |
1997-07-04 | Base PLEN on the value of LONG_BIT instead of assuming based | Todd C. Miller | |
on MAX size of long and int. | |||
1997-07-03 | MD[45]Final(NULL,&ctx) applies padding to context and can still be used with ↵ | Niels Provos | |
M[45]Update afterwards. | |||
1997-07-03 | There is no undelete(2) manpage. | Jason Downs | |
1997-07-03 | const happyness | Niklas Hallqvist | |
1997-07-03 | doc EPERM properly; kleink | Theo de Raadt | |
1997-07-03 | rm of dir returns EPERM; more careful about ..; netbsd | Theo de Raadt | |
1997-07-03 | print correct sense bytes | Theo de Raadt | |
1997-07-03 | do not whine about failed negotiations | Theo de Raadt | |
1997-07-03 | pretty | Theo de Raadt | |
1997-07-03 | support coredump parsing on alpha | Niklas Hallqvist | |
1997-07-03 | buffer overflow on 64-bit archs fixed | Niklas Hallqvist | |
1997-07-03 | use .Bl for gecos info; lukem | Theo de Raadt | |
1997-07-03 | fix typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-07-03 | fxp support, turned off in alpha until tested | Theo de Raadt | |
1997-07-03 | Intel EtherExpress Pro/100B driver, still needs a fix or two | Theo de Raadt | |
1997-07-03 | sync | Theo de Raadt | |
1997-07-03 | sync to netbsd | Theo de Raadt | |
1997-07-03 | newer man pages from jason@logical.thought.net | Theo de Raadt | |
1997-07-02 | Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places) | Todd C. Miller | |
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong). | |||
1997-07-02 | Adjust selection time out (all of my devices still work, does everyone elses?) | Jason Downs | |
1997-07-02 | typo | Niels Provos | |