summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-03-08move to 2.3Theo de Raadt
1998-03-07please the anal compilerTheo de Raadt
1998-03-07Prototype pmap_map here so we can use it in machdep.c.gene
Eventually, pmap_activate and pmap_deactivate will go away completely in favor of a better m68k framework, but we're not ready for that.
1998-03-06Keep gcc from addint an implicit memset() behind our back. ThanksTodd C. Miller
to Niklas and Theo for help in tracking down what was going on.
1998-03-06After talk w/ developers, revert gcc 2.8 changes again.gene
We're striving for progressiveness. If you want to build a kernel now, though, you /need/ gcc 2.8.
1998-03-06Please gcc 2.8Todd C. Miller
1998-03-06please gcc 2.8Todd C. Miller
1998-03-06Back out gcc 2.8 warning stubs.gene
Obviously, they break earlier versions of which there are still a great number floating around.
1998-03-06main returns intTodd C. Miller
1998-03-05main returns intTheo de Raadt
1998-03-05add OpenBSD tagMats O Jansson
1998-03-05please gcc 2.8Mats O Jansson
1998-03-05Completely deprecate register.gene
1998-03-05Fix fallout from gcc 2.8 - use trapsignal() correctly with a real union.gene
As long as I'm here, deprecate some register's and do some KNF.
1998-03-04please gcc 2.8Theo de Raadt
1998-03-04Update CWARNFLAGS.ryker
1998-03-04Backout HZ comments I added, which are not appropriate for inclusion injohns
kernel config files.
1998-03-04Corrected comments for machines with oclock0...johns
1998-03-04Improved error/warning messages for clock/statclock rate stuff, addedjohns
missing mesg for oclock on 4/100 and 4/200..
1998-03-04added support for the TIOCM* ioctl'sJason Wright
1998-03-04Added comments about changing HZ to custom values on sparc. Only supportedjohns
for sun4c and sun4m machines. sun4 will only run at the default HZ=100. Added commented out option for HZ=1000 along with info for GENERIC, SUN4C, and SUN4M configs. Added note to SUN4 config warning that HZ is ignored.
1998-03-04Adapt comments to realityNiklas Hallqvist
1998-03-04nicer printJason Downs
1998-03-04typoNiklas Hallqvist
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-03GCC 2.8 -Wall (missed one)ryker
1998-03-03fix attach messageTheo de Raadt
1998-03-03GCC 2.8 -Wallryker
1998-03-03GCC 2.8 -Wallryker
1998-03-02"Whoops" last commit contained stuff not meant to be committedNiklas Hallqvist
1998-03-02gcc may generate references to libgcc.a at any time, we lucked out in previousjohns
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a, to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld link line(s), whenever we see things like this.
1998-03-02NULLFS is required by UMAPFS, don't know when this got messed up, perhapsjohns
its a gcc 2.8 related thing.
1998-03-01Fix int overflowTobias Weingartner
1998-03-01Make it look much more like sys/conf/GENERIC, so when DDB comesNiklas Hallqvist
we can just switch to an include. Use new MDB option.
1998-03-01Use MDB instead of DEBUG to enable minidebugNiklas Hallqvist
1998-03-01GCC 2.8 type safety + explicit typingNiklas Hallqvist
1998-03-01-Wmissing-prototypes cleanNiklas Hallqvist
1998-03-01Remove unused objectNiklas Hallqvist
1998-03-01GCC 2.8 -Wall explicit typingNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 requires explicit typesNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 type safetyNiklas Hallqvist
1998-03-01GCC 2.8 requires explicit typesNiklas Hallqvist
1998-03-01GCC 2.8 type safetyNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01make int explicit for GCC 2.8 -WallNiklas Hallqvist
1998-03-01make int explicitNiklas Hallqvist
1998-03-01unused decl removedNiklas Hallqvist