Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-08 | move to 2.3 | Theo de Raadt | |
1998-03-07 | moving towards 2.3 now | Theo de Raadt | |
1998-03-07 | improve performance by avoiding unnecessary copies. | Niels Provos | |
1998-03-07 | please the anal compiler | Theo de Raadt | |
1998-03-07 | Prototype 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-07 | sync | Jason Downs | |
1998-03-07 | more Symbios products (from ncr.c) | Jason Downs | |
1998-03-06 | Keep gcc from addint an implicit memset() behind our back. Thanks | Todd C. Miller | |
to Niklas and Theo for help in tracking down what was going on. | |||
1998-03-06 | Just alter the tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | Just set the OS tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | NCR is handled per process now | Niklas Hallqvist | |
1998-03-06 | regen | Niklas Hallqvist | |
1998-03-06 | Make NCR rdebug behaviour dependent on p_os field | Niklas Hallqvist | |
1998-03-06 | Ensure the correct probe will be run for an OLF binary | Niklas Hallqvist | |
1998-03-06 | After 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-06 | Please gcc 2.8 | Todd C. Miller | |
1998-03-06 | please gcc 2.8 | Todd C. Miller | |
1998-03-06 | Back out gcc 2.8 warning stubs. | gene | |
Obviously, they break earlier versions of which there are still a great number floating around. | |||
1998-03-06 | main returns int | Todd C. Miller | |
1998-03-05 | main returns int | Theo de Raadt | |
1998-03-05 | add OpenBSD tag | Mats O Jansson | |
1998-03-05 | please gcc 2.8 | Mats O Jansson | |
1998-03-05 | guard against multiple inclusion | Marco S Hyman | |
1998-03-05 | please GCC 2.8 | Niklas Hallqvist | |
1998-03-05 | Completely deprecate register. | gene | |
1998-03-05 | Fix 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-04 | don't print "IP Filter: initialized" | dgregor | |
1998-03-04 | please gcc 2.8 | Theo de Raadt | |
1998-03-04 | Update CWARNFLAGS. | ryker | |
1998-03-04 | Backout HZ comments I added, which are not appropriate for inclusion in | johns | |
kernel config files. | |||
1998-03-04 | Corrected comments for machines with oclock0... | johns | |
1998-03-04 | Improved error/warning messages for clock/statclock rate stuff, added | johns | |
missing mesg for oclock on 4/100 and 4/200.. | |||
1998-03-04 | added support for the TIOCM* ioctl's | Jason Wright | |
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 |