summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-011-5/+1
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Silence warning about unused debug function. (I'll turn this functioneivind1999-01-121-3/+3
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callbde1998-11-291-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+25
* Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This wasbde1998-02-131-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Staticized.bde1997-11-221-2/+6
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
* VFS mega cleanup commit (x/N)phk1997-10-161-15/+13
* Update a number of panic messages to reflect the actual namempp1997-03-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make ffs_subr.c compile when DIAGNOSTIC is defined.mpp1997-02-101-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-11/+16
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Staticize.phk1995-12-171-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-101-5/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+238
OpenPOWER on IntegriCloud