summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-151-0/+2
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-231-0/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-2/+2
* Fixed printing of a dev_t in a panic message. Fixed the function nameBruce Evans1999-05-131-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-1/+1
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-5/+2
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valueBruce Evans1999-01-061-1/+1
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenBruce Evans1998-09-291-1/+3
* Fixed printf format errors.Bruce Evans1998-07-301-2/+2
* Removed unused includes.Bruce Evans1998-06-211-1/+0
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Fixed corruption of the per-group used directories count. It wasn'tBruce Evans1997-12-031-3/+4
* Use the same algorithm as ffs for generation numbers.Bruce Evans1997-12-021-5/+2
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-11/+0
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-1/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-25/+18
* I think my previous change may have opened a race conditio.Poul-Henning Kamp1997-10-141-2/+0
* ufs_ihashrem() should not be called from the UFS layer, but from thePoul-Henning Kamp1997-10-141-0/+2
* Removed unused #includes.Bruce Evans1997-06-141-4/+0
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-011-3/+5
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-7/+6
* Clean up -Wunused warnings.Gary Palmer1996-06-121-0/+4
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-0/+2
* Restored variables that are used iff QUOTA is defined.Bruce Evans1995-12-101-0/+3
* Get rid of the last debug sysctl variables of the old style.Poul-Henning Kamp1995-11-141-1/+1
* Cleaned up some lint and some obvious prototyping errors.John Dyson1995-11-081-3/+1
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+572