Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | NWD for wd devices, include wd.h | Jason Downs | |
1997-07-03 | fxp support, turned off in alpha until tested | Theo de Raadt | |
1997-07-02 | Adjust selection time out (all of my devices still work, does everyone elses?) | Jason Downs | |
1997-07-01 | gestures in the direction of TurboSpPARC compatibility | grr | |
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-27 | Add a missing space in usage message. | Todd C. Miller | |
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 | 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 | change like sparc/include/endian.h | grr | |
1997-06-24 | The HTONS class of macros are defined as HTONS(x) <- (void) (x), which | grr | |
really doesn't make a lot of sense if you're actually going to use these as some recent changes to netinet/* want to do. (x) or (u_int*_t) (x) would be the ticket, and since the rest of the ports settle for (x)... Note that powerpc has this same problem and needs to be fixed! | |||
1997-06-24 | happy birthday | kstailey | |
1997-06-24 | add ppp compression | kstailey | |
1997-06-24 | New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved, | Jason Downs | |
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...) | |||
1997-06-23 | remove @obj dependency | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" | kstailey | |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey | |
Chris Jones via Gene Skonicki. | |||
1997-06-23 | Upon discussion w/ Theo, the only options in std.mac68k that would be of use | gene | |
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the machine-specific files to reflect this. | |||
1997-06-23 | regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification | gene | |
options out of std.mac68k. This means that people will have to add them to their local kernel config files. Please test. | |||
1997-06-22 | Only call powerdown() if SUN4M is defined. | Jason Downs | |
1997-06-22 | Fix comment. | Jason Downs | |
1997-06-22 | Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() is | Jason Downs | |
supported on that machine, it just turns off...) | |||
1997-06-22 | Allow powerdown() to be blindly called on machines with no power device. | Jason Downs | |
1997-06-22 | Add appropiate `maxusers' everywhere it was lacking. | Jason Downs | |
1997-06-20 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out by | gene | |
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment that this change obsoletes. | |||
1997-06-20 | add my builds | kstailey | |
1997-06-20 | add my builds, alpha sort | kstailey | |
1997-06-20 | PORTAL goes back in with improved comment | kstailey | |