Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-03 | const happyness | Niklas Hallqvist | |
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 | 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-02 | Adjust selection time out (all of my devices still work, does everyone elses?) | Jason Downs | |
1997-07-02 | fix neglected _FLEN's + reserve_spi + output reserved spi's without alg. | Niels Provos | |
correctly. | |||
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller | |
not rpc-specific and other stuff uses it now. | |||
1997-07-01 | gestures in the direction of TurboSpPARC compatibility | grr | |
1997-07-01 | only need one encap device now | Niels Provos | |
1997-07-01 | major restructuring | Niels Provos | |
1997-07-01 | make powerdown conditional | grr | |
1997-07-01 | smooth char waiting loop | Michael Shalayeff | |
1997-06-30 | remove obj@ dependency again | kstailey | |
1997-06-30 | Add lib* so obj links get made. Duh, Todd. | Todd C. Miller | |
1997-06-30 | install libs mode 444 like other libs | kstailey | |
1997-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist | |
disklabel types, and for other architectures if they chose. Both read/write supported for both alpha and i386/arc disklabels. ISO9660 spoofing kept and tested. Add "option DISKLABEL_ALL" to your config to use. | |||
1997-06-29 | constrain lowwater >= highwater | Theo de Raadt | |
1997-06-29 | another nasty long | Theo de Raadt | |
1997-06-28 | fix the types | Theo de Raadt | |
1997-06-27 | Add a missing space in usage message. | Todd C. Miller | |
1997-06-27 | udp icmp errors had ip_len 20 bytes too large; stevens p774; ↵ | Theo de Raadt | |
koji@math.human.nagoya-u.ac.jp | |||
1997-06-26 | Hard-code definition of HZ if undefined (not spec'ed in an 'option' | gene | |
statement). This is fallout from the recent config changes; pointed out by Steven Campbel. | |||
1997-06-26 | fixup crazy indentation in Bread() | kstailey | |
1997-06-26 | Compile sun4m-only kernels with -mv8. | Jason Downs | |
1997-06-26 | Obviously, those assignments weren't wanted at all... | Jason Downs | |
1997-06-25 | Switch to genassym.cf and sync Makefile with other ports. | Jason Downs | |
1997-06-25 | Add proto. | Jason Downs | |
1997-06-25 | == is not an assignment. | Jason Downs | |
1997-06-25 | Add power.h for powerdown() proto. | Jason Downs | |
1997-06-25 | Add netinet/in.h for in_cksum() proto. | Jason Downs | |
1997-06-25 | Kill unused variables. | Jason Downs | |
1997-06-25 | remove unused variable | Jason Downs | |
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Sigh, Revert changes to endian.h - it was all confusion due to incorrect | grr | |
usage in new ip_* code, since fixed. Added usage notes to prevent future confusion in this regard. | |||
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-06-25 | ..and EXT2FS for all. | Jason Downs | |
1997-06-25 | hard and soft limits for SPI's per absolute timer, relative since establish, | Niels Provos | |
relative since first use timers, packet and byte counters. notify key mgmt on soft limits. key mgmt can now specify limits. new encap messages: EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI | |||
1997-06-25 | remove _STANDALONE | Michael Shalayeff | |
be carefull about leap years (; | |||
1997-06-24 | move master definition for the interrupt register to vaddrs.h with all | grr | |
of the other special virtual addresses and also provide visibility needed for bsd_fd.s to reference it... | |||
1997-06-24 | use ntohs instead of NTOHS for counters | Niels Provos | |