Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-04 | Added comments about changing HZ to custom values on sparc. Only supported | johns | |
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-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 | GCC 2.8 -Wall | ryker | |
1998-03-03 | fix attach message | Theo de Raadt | |
1998-03-03 | gcc 2.8 -Wall, noted by toddf@acm.org | Todd C. Miller | |
1998-03-03 | cleanup printfs | Theo de Raadt | |
1998-03-03 | regen | Todd T. Fries | |
1998-03-03 | Add CL-GD5480 | Todd T. Fries | |
1998-03-03 | GCC 2.8 -Wall | ryker | |
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 | Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/want | Niklas Hallqvist | |
them virtualized | |||
1998-03-02 | improve blowfish performance. | Niels Provos | |
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 | Please gcc 2.8 | Todd T. Fries | |
1998-03-02 | Please GCC 2.8 -Wall | Todd T. Fries | |
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 | crank f_count/f_msgcount to long; when incrementing try to leave 2 slots | Theo de Raadt | |
empty for unp_gc() in case of cross referenced sockets. part by millert | |||
1998-03-01 | crank f_count/f_msgcount to long; when incrementing try to leave 2 slots | Theo de Raadt | |
empty for unp_gc() in case of cross referenced sockets . | |||
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 | Use __alpha__ and __mips__ instead of alpha & arc | Niklas Hallqvist | |
1998-03-01 | mips and alpha GCC does not unwind the stack beyond the current frame | Niklas Hallqvist | |
1998-03-01 | remove unnecessary decls | 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 | Use correct comment syntax for RCS Ids | 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 | An actual bug the "stupid" missing braces around else clause | Niklas Hallqvist | |
warning in GCC 2.8, found. |