summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function int fi() {return 0;}eivind1999-04-111-4/+1
* Staticize.eivind1999-04-111-2/+2
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-062-2/+4
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-022-0/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-252-0/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-4/+6
* Fixed parenthesization botch in previous commit. Async update of inodesbde1999-01-292-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2718-124/+124
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* Avoid warning for unused variable.eivind1999-01-112-4/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-0712-82/+42
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-062-2/+2
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* PR: kern/8819dillon1998-12-131-55/+55
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-076-30/+16
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-152-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-316-14/+12
* error return assignment was less than ideal. Fix the part that causedpeter1998-10-292-4/+4
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanpeter1998-10-292-6/+8
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-272-4/+6
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-262-8/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-252-2/+4
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* OOPS!peter1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-9/+29
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,bde1998-10-138-16/+16
* Quick fix for not being able to sync all the buffers in boot() ifbde1998-10-034-16/+20
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenbde1998-09-292-2/+6
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-262-84/+126
* Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-262-16/+24
* Fixed clean flag handling:bde1998-09-264-20/+72
* Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-092-2/+70
* Don't forget to initialize the inode lock. This bug causedbde1998-09-092-0/+2
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-09-092-38/+40
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-072-6/+6
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-242-21/+17
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-232-16/+18
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-182-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-166-22/+28
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-151-1/+3
* Remove some #if 0'd and commented-out code.brian1998-08-121-34/+2
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-122-2/+0
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-121-52/+27
* Fixed printf format errors.bde1998-08-121-7/+6
OpenPOWER on IntegriCloud