summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_quota.c
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+6
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-14/+14
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-5/+5
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+1
* o Substitute suser() calls for direct credential checks, which is nowrwatson2000-09-181-2/+2
* Minor tweak - removed unused variable 'struct mount *mp';peter2000-07-281-1/+0
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+2
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* When files are given to users by root, the quota system failed tomckusick2000-04-281-0/+10
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Removed unused includes.bde1998-06-211-2/+1
* Don't cast a pointer to an int in DQHASH.dfr1998-06-041-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-11/+11
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+6
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Update a number of routines to reflect the actual namempp1997-03-091-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-89/+62
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Quiet a couple of -Wunused warnings.wollman1996-07-091-2/+4
* Convert QUOTA to new-style option.wollman1996-01-051-1/+4
* Staticize.phk1995-12-221-12/+24
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-14/+27
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-8/+8
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+938
OpenPOWER on IntegriCloud