aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-076-30/+16
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+1
* Fixed a misspelling of boolean true as MNT_WAIT.Bruce Evans1998-11-152-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-316-14/+12
* error return assignment was less than ideal. Fix the part that causedPeter Wemm1998-10-292-4/+4
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanPeter Wemm1998-10-292-6/+8
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-272-4/+6
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-262-8/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-252-2/+4
* Initialize earlier (ie: before npx) in case it makes any difference.Peter Wemm1998-10-181-4/+8
* OOPS!Peter Wemm1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-9/+29
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-138-16/+16
* Quick fix for not being able to sync all the buffers in boot() ifBruce Evans1998-10-034-16/+20
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenBruce Evans1998-09-292-2/+6
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYBruce Evans1998-09-262-84/+126
* Fixed missing newlines in messages in ext2_check_descriptors().Bruce Evans1998-09-262-16/+24
* Fixed clean flag handling:Bruce Evans1998-09-264-20/+72
* Fixed the usual missing permissions checks in mount(). As for cd9660,Bruce Evans1998-09-092-2/+70
* Don't forget to initialize the inode lock. This bug causedBruce Evans1998-09-092-0/+2
* Support compiling with `gcc -pedantic' (don't use hard newlines inBruce Evans1998-09-092-38/+40
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-072-6/+6
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-242-21/+17
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-232-16/+18
* Quick fix for breakage of read clustering on non-IDE drives. ReadBruce Evans1998-08-182-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-166-22/+28
* Use offsetof() to avoid some casts from pointers to integers (of aBruce Evans1998-08-151-1/+3
* Remove some #if 0'd and commented-out code.Brian Somers1998-08-121-34/+2
* "The releaseing of the reference and lock is not temporary and belongsMike Smith1998-08-122-2/+0
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingBruce Evans1998-08-121-52/+27
* Fixed printf format errors.Bruce Evans1998-08-121-7/+6
* Add Id keywordBrian Somers1998-08-053-2/+9
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-044-0/+7023
* Fixed printf format errors.Bruce Evans1998-07-302-4/+4
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)Julian Elischer1998-07-302-0/+4
* Fixed printf format errors.Bruce Evans1998-07-116-8/+12
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 toJulian Elischer1998-07-082-2/+4
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-044-6/+6
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-034-16/+18
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-032-32/+8
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cacheBruce Evans1998-06-212-6/+12
* Removed unused function ll_w_block(). It has always had races dueBruce Evans1998-06-214-38/+0
* Removed unused includes.Bruce Evans1998-06-212-4/+0
* Removed unused includes.Bruce Evans1998-06-212-2/+0
* Added a missing options include.Bruce Evans1998-06-212-0/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Don't use "ffs" in an ext2fs sleep message string.Bruce Evans1998-05-162-6/+28
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepBruce Evans1998-05-162-2/+2