summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1997-07-06Remove -Wcast-qual unless someone has a way to make it not careTodd C. Miller
1997-07-05disable fxp for nowTheo de Raadt
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
1997-07-05implement unimplemented.....Michael Shalayeff
1997-07-05Remove obsolete filesNiklas Hallqvist
1997-07-05The vga console bug is now fixed, argument ordering problem.Niklas Hallqvist
1997-07-04NWD for wd devices, include wd.hJason Downs
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-07-02Adjust selection time out (all of my devices still work, does everyone elses?)Jason Downs
1997-07-01gestures in the direction of TurboSpPARC compatibilitygrr
1997-07-01make powerdown conditionalgrr
1997-07-01smooth char waiting loopMichael Shalayeff
1997-06-30remove obj@ dependency againkstailey
1997-06-30Add lib* so obj links get made. Duh, Todd.Todd C. Miller
1997-06-30install libs mode 444 like other libskstailey
1997-06-30Add MBR & i386/disklabel probing in a generic fashion usable for moreNiklas Hallqvist
1997-06-27Add a missing space in usage message.Todd C. Miller
1997-06-26Hard-code definition of HZ if undefined (not spec'ed in an 'option'gene
1997-06-26fixup crazy indentation in Bread()kstailey
1997-06-26Compile sun4m-only kernels with -mv8.Jason Downs
1997-06-26Obviously, those assignments weren't wanted at all...Jason Downs
1997-06-25Switch to genassym.cf and sync Makefile with other ports.Jason Downs
1997-06-25Add proto.Jason Downs
1997-06-25== is not an assignment.Jason Downs
1997-06-25Add power.h for powerdown() proto.Jason Downs
1997-06-25Add netinet/in.h for in_cksum() proto.Jason Downs
1997-06-25Kill unused variables.Jason Downs
1997-06-25remove unused variableJason Downs
1997-06-25Include usage notes in the rest of the endian.h files for consistancy.grr
1997-06-25Sigh, Revert changes to endian.h - it was all confusion due to incorrectgrr
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-06-25remove _STANDALONEMichael Shalayeff
1997-06-24move master definition for the interrupt register to vaddrs.h with allgrr
1997-06-24change like sparc/include/endian.hgrr
1997-06-24The HTONS class of macros are defined as HTONS(x) <- (void) (x), whichgrr
1997-06-24happy birthdaykstailey
1997-06-24add ppp compressionkstailey
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
1997-06-23remove @obj dependencykstailey
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23add "option IPFILTER_LOG"kstailey
1997-06-23In zs_abort, wrap a #ifdef DDB around a Debugger() invocation.kstailey
1997-06-23Upon discussion w/ Theo, the only options in std.mac68k that would be of usegene
1997-06-23regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busificationgene
1997-06-22Only call powerdown() if SUN4M is defined.Jason Downs
1997-06-22Fix comment.Jason Downs
1997-06-22Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() isJason Downs
1997-06-22Allow powerdown() to be blindly called on machines with no power device.Jason Downs
1997-06-22Add appropiate `maxusers' everywhere it was lacking.Jason Downs
1997-06-20In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out bygene