Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell | |
just be "return foo;". Cleaning out some M's in my tree. | |||
2004-01-13 | silence preprocessor. | Marc Espie | |
ok grange@, deraadt@ | |||
2003-08-08 | ifdef some debugging crap | Jason Wright | |
2003-07-31 | fix the copyin() size for the instruction (and thus avoid oblittering some | Jason Wright | |
stack junk). Remove the math_abort() and bswapw() macros. ok mickey, tested by nick. fpu-less x86 machines now boot but there are still problems. | |||
2003-07-30 | Change: | Jason Wright | |
#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu.gplemu)) To: #define I387 (curproc->p_addr->u_pcb.pcb_savefpu.gplemu) (and add a few includes of sys/user.h to make it work). | |||
2003-07-30 | de-ifdef... now this is starting to make sense (it's still ugly and broken, tho) | Jason Wright | |
2003-07-03 | Fix a _C_LABEL() typo. | Dale Rahn | |
2003-04-17 | asm cleanup, binutils gas is more pickey about asm instruction word size. | Dale Rahn | |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat | |
remaining instances of them with appropriate copy(9) usage. ok art@, tested on all arches unless my memory is non-ECC | |||
2002-10-12 | Prepare for ELF (mostly _C_LABEL sprinkling); ok drahn art | Peter Valchev | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2001-05-22 | fix starting comment; detected while playing with recent gas. | Federico G. Schwindt | |
1996-08-27 | Everyone, say hello to a real floating point emulator! | Jason Downs | |
The fpemul written for Linux by W. Metzenthen: ported to NetBSD and then to FreeBSD, and now back to OpenBSD. |