summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use vfs_hash instead of home-rolled.phk2005-03-145-67/+33
* Define subcommands' usage inside g_command structure.pjd2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definepjd2005-03-142-56/+52
* o Improve the example a bit.maxim2005-03-141-1/+1
* - new sentence, new linebrueffer2005-03-141-2/+3
* Forgot cvs rm in last file.phk2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledphk2005-03-149-134/+61
* Use vfs_hash instead of home-rolled.phk2005-03-1410-270/+52
* Instead of documenting every standard subcommand's argument everywhere,pjd2005-03-147-98/+56
* Document subcommands' arguments.pjd2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.pjd2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:pjd2005-03-141-26/+50
* Use vfs_hash instead of home-rolled.phk2005-03-143-112/+52
* Use vfs_hash instead of home-rolling.phk2005-03-144-127/+27
* Sort xrefsmaxim2005-03-141-2/+2
* o Replace OpenBSD-specific example by FreeBSD's one.maxim2005-03-141-4/+4
* Move the creation of a Src structure into its own function.harti2005-03-141-43/+33
* Split off two function from VarParseLong to handle modifiers and theharti2005-03-141-172/+221
* - ktrace(1) has nothing to do with schedgraph. Remove that from thejeff2005-03-141-1/+0
* Cleanup accidentally include #if 0 section.phk2005-03-141-35/+0
* Remove ufs_ihash.c here as well.phk2005-03-141-1/+1
* Use vfs_hash instead of home-rolled.phk2005-03-147-192/+13
* Currently (almost) all filesystems maintain a local inode hash tablephk2005-03-143-0/+197
* - Increment the holdcnt once for each usecount reference. This allows usjeff2005-03-142-12/+9
* - Don't directly adjust v_usecount, use vref() instead.jeff2005-03-141-3/+1
* Use int instead of size_t (%*s needs int).pjd2005-03-141-9/+9
* - We do not have to check the object's ref_count in VSHOULDFREE orjeff2005-03-142-4/+4
* Convert a couple of other uses of Lst_ForEach to LST_FOREACH andharti2005-03-141-48/+40
* - Retire OLOCK and OWANT. All callers hold the vnode lock when creatingjeff2005-03-142-19/+0
* - Slightly rearrange vrele() to move the common case in one indentationjeff2005-03-141-20/+17
* - Rework vget() so we drop the usecount in two failure cases that werejeff2005-03-141-24/+24
* Remove debugging printfs.phk2005-03-141-8/+3
* printf(3) expects that %*s having an int parameter, which generatesdelphij2005-03-141-5/+5
* Minor grammar fixes: jail(8) chflags, rescue(8) and bsdtar.bmah2005-03-142-6/+6
* Add support for the ethernet port in the JVC MP-PRX1 port replicator.iedowse2005-03-142-0/+2
* Set the split transaction interrupt C-mask correctly. This is theiedowse2005-03-141-1/+1
* A handful of minor portability and style improvements.kientzle2005-03-143-15/+16
* Style correction: one tab after #define.kientzle2005-03-141-46/+47
* Re-unbreak the distfile target.kientzle2005-03-131-3/+4
* The EHCI qTD token has a number of error status bits that are notiedowse2005-03-131-9/+9
* Fix a compile warning, fix the build.kientzle2005-03-131-1/+1
* "make depend" with .y files is trickier than it looks. <sigh>kientzle2005-03-131-3/+2
* Brain-o. Missing quote.kientzle2005-03-131-1/+1
* - Document 'status' subcommand.pjd2005-03-138-17/+68
* Add 'status' command which prints general information about devices.pjd2005-03-131-0/+176
* Update copyrights.pjd2005-03-131-1/+1
* Change function names related to 'list' command from 'show_one_*' topjd2005-03-131-7/+7
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-139-39/+1067
* Remove an unused #define. md5's with and without this commit match.ceri2005-03-131-1/+0
* The NVE driver doesn't cleanly compile on PAE.scottl2005-03-131-0/+1
OpenPOWER on IntegriCloud