summaryrefslogtreecommitdiffstats
path: root/sys/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* silence preprocessor.espie2004-01-138-53/+53
* ifdef some debugging crapjason2003-08-081-3/+5
* fix the copyin() size for the instruction (and thus avoid oblittering somejason2003-07-311-9/+6
* Change:jason2003-07-3012-13/+25
* de-ifdef... now this is starting to make sense (it's still ugly and broken, tho)jason2003-07-304-90/+6
* Fix a _C_LABEL() typo.drahn2003-07-031-2/+2
* asm cleanup, binutils gas is more pickey about asm instruction word size.drahn2003-04-172-5/+5
* Remove fetch(9) and store(9) functions from the kernel, and replace the fewmiod2003-01-095-98/+149
* Prepare for ELF (mostly _C_LABEL sprinkling); ok drahn artpvalchev2002-10-1214-80/+157
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* fix starting comment; detected while playing with recent gas.fgsch2001-05-221-2/+2
* Bye.downsj1997-06-0919-6793/+0
* fix broken tagkstailey1997-04-251-1/+1
* Update support, from Thorsten.downsj1996-11-111-1/+18
* make kernel compile and linkdownsj1996-11-092-7/+7
* Change suggested by Manuel Bouyer.downsj1996-11-061-2/+2
* syncdownsj1996-11-051-2/+30
* Pull in changes from Manuel Bouyerdownsj1996-11-014-22/+18
* fix -Wall happinessmickey1996-10-181-2/+6
* -Wall happienessmickey1996-10-1810-72/+99
* use ffs's docluster{read,write}.mickey1996-09-231-1/+6
* Everyone, say hello to a real floating point emulator!downsj1996-08-2745-0/+12376
* kill some more FreeBSD-isms, bring back some Lite-isms.downsj1996-07-154-21/+5
* kill off some unneeded(?) codedownsj1996-07-141-22/+1
* use VT_EXT2FSdownsj1996-07-142-4/+4
* enable and sync ext2_mountroot with FFSdownsj1996-07-141-11/+5
* fix the silly printfdownsj1996-07-141-5/+3
* fix bugs and sync with FFS.downsj1996-07-141-38/+73
* vnode_pager initializations, changes to vnode/inode initializations.downsj1996-07-144-19/+25
* Proper ext2_fsync, ext2_reclaim, memory type.downsj1996-07-142-59/+30
* a. new way of doing inline bit operations.downsj1996-07-134-190/+549
* Make ext2fs_vfsops non-staticdownsj1996-06-271-2/+2
* Changed to match UFS changes; remove old file.downsj1996-06-274-322/+5
* ufs: sorry, one more pointer in struct inode.downsj1996-06-243-10/+16
* ufs changes: add the notion of directory operators.downsj1996-06-2420-0/+6701