Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-04 | Adapt comments to reality | Niklas Hallqvist | |
1998-03-04 | nicer print | Jason Downs | |
1998-03-04 | typo | Niklas Hallqvist | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-03 | GCC 2.8 -Wall (missed one) | ryker | |
1998-03-03 | fix attach message | Theo de Raadt | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
1998-03-02 | "Whoops" last commit contained stuff not meant to be committed | Niklas Hallqvist | |
1998-03-02 | gcc may generate references to libgcc.a at any time, we lucked out in previous | johns | |
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-02 | NULLFS is required by UMAPFS, don't know when this got messed up, perhaps | johns | |
its a gcc 2.8 related thing. | |||
1998-03-01 | Fix int overflow | Tobias Weingartner | |
1998-03-01 | Make it look much more like sys/conf/GENERIC, so when DDB comes | Niklas Hallqvist | |
we can just switch to an include. Use new MDB option. | |||
1998-03-01 | Use MDB instead of DEBUG to enable minidebug | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety + explicit typing | Niklas Hallqvist | |
1998-03-01 | -Wmissing-prototypes clean | Niklas Hallqvist | |
1998-03-01 | Remove unused object | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall explicit typing | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 requires explicit types | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 requires explicit types | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | make int explicit for GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | make int explicit | Niklas Hallqvist | |
1998-03-01 | unused decl removed | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall + a little KNF | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | Make kernel compilable. -moj | Mats O Jansson | |
1998-03-01 | Conditionalize decl | Niklas Hallqvist | |
1998-03-01 | Fixes for gcc 2.8 | johns | |
Added explicit type of integer to register variable i.. | |||
1998-03-01 | Fixes required for gcc 2.8, trapsignal() takes a union sigval as its | johns | |
fifth parameter, gcc 2.8 will not allow us to pass in an integer anymore. | |||
1998-03-01 | Changed declaration of maddr in the dumpsys() so it is an unsigned int, | johns | |
old code semantics let it default to an int. AFter careful inspection of the surrounding code, it would appear that maddr has to be unsigned, and that the original code was a bug. Also added correct return type for sunos_exec_aout_makecmds() declaration. Both fixes are required for building on gcc 2.8... | |||
1998-03-01 | trapsignal() requires parameter five to be of type "union sigval". | johns | |
gcc 2.8 will not allow us to pass in a caddr_t, changes based on Niklas' stuff in i386 trap.c | |||
1998-03-01 | Fixed declaration of iorqno in xd_piodriver(), | johns | |
should have been int, used to be a char. Prototype for xd_piodriver() also said int.. Fix required for gcc 2.8 ... | |||
1998-03-01 | enable wdc1--cdroms often live there. | Todd C. Miller | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-28 | Add IDE | Todd C. Miller | |
1998-02-26 | Fix boot flags not working. The latest gas patches, which caught some | Tobias Weingartner | |
problems in our locore (which were then fixed), caused this latest bug to appear. Basically the clearing of the BSS was being done after the boothowto integer was already filled in. The new bootblocks already clear the BSS, so the clearing of the BSS could well be removed from locore. However, for backwards compatibility we might still need it in there for a while. (I believe the 2.1 boot- blocks did not clear the BSS). | |||
1998-02-26 | Oops. Pull ddb/db_var.h in. Should db_console be in db_extern.h, maybe? | gene | |
1998-02-26 | Backout of cpu init changes, breaks on sun4m currently.. | johns | |
1998-02-26 | Backout of Jason's cpu init changes, causes an immediate panic on sun4m | johns | |
machines.. | |||
1998-02-26 | updated to reflect cpu initialization | Jason Wright | |
1998-02-26 | Change order of cpu initialization to force the correct dmesg output. | Jason Wright | |
1998-02-26 | 150ms delay | Theo de Raadt | |