Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-06-09 | Bye. | Jason Downs | |
1997-04-25 | fix broken tag | kstailey | |
1996-11-11 | Update support, from Thorsten. | Jason Downs | |
1996-11-09 | make kernel compile and link | Jason Downs | |
1996-11-06 | Change suggested by Manuel Bouyer. | Jason Downs | |
1996-11-05 | sync | Jason Downs | |
1996-11-01 | Pull in changes from Manuel Bouyer | Jason Downs | |
1996-10-18 | fix -Wall happiness | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-09-23 | use ffs's docluster{read,write}. | Michael Shalayeff | |
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. | |||
1996-07-15 | kill some more FreeBSD-isms, bring back some Lite-isms. | Jason Downs | |
1996-07-14 | kill off some unneeded(?) code | Jason Downs | |
1996-07-14 | use VT_EXT2FS | Jason Downs | |
1996-07-14 | enable and sync ext2_mountroot with FFS | Jason Downs | |
1996-07-14 | fix the silly printf | Jason Downs | |
1996-07-14 | fix bugs and sync with FFS. | Jason Downs | |
1996-07-14 | vnode_pager initializations, changes to vnode/inode initializations. | Jason Downs | |
1996-07-14 | Proper ext2_fsync, ext2_reclaim, memory type. | Jason Downs | |
1996-07-13 | a. new way of doing inline bit operations. | Jason Downs | |
b. add support for alpha and m68k from linux; more to come. | |||
1996-06-27 | Make ext2fs_vfsops non-static | Jason Downs | |
1996-06-27 | Changed to match UFS changes; remove old file. | Jason Downs | |
1996-06-24 | ufs: sorry, one more pointer in struct inode. | Jason Downs | |
THREADWAY: good example of a really tweaked PeeCee. | |||
1996-06-24 | ufs changes: add the notion of directory operators. | Jason Downs | |
gnu/ext2fs: add the second extended filesystem. Note that I'm commiting this now for the sake of the ufs changes; ext2fs is not yet fully integrated into the system. |