| Commit message (Expand) | Author | Age | Files | Lines |
* | o Improve the example a bit. | maxim | 2005-03-14 | 1 | -1/+1 |
* | - new sentence, new line | brueffer | 2005-03-14 | 1 | -2/+3 |
* | Forgot cvs rm in last file. | phk | 2005-03-14 | 1 | -169/+0 |
* | Use vfs_hash() instead of home-rolled | phk | 2005-03-14 | 9 | -134/+61 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 10 | -270/+52 |
* | Instead of documenting every standard subcommand's argument everywhere, | pjd | 2005-03-14 | 7 | -98/+56 |
* | Document subcommands' arguments. | pjd | 2005-03-14 | 1 | -2/+18 |
* | Document '-s' option of 'status' subcommand. | pjd | 2005-03-14 | 1 | -0/+6 |
* | Add '-s' option to 'status' subcommand. It produces script-friendly output: | pjd | 2005-03-14 | 1 | -26/+50 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 3 | -112/+52 |
* | Use vfs_hash instead of home-rolling. | phk | 2005-03-14 | 4 | -127/+27 |
* | Sort xrefs | maxim | 2005-03-14 | 1 | -2/+2 |
* | o Replace OpenBSD-specific example by FreeBSD's one. | maxim | 2005-03-14 | 1 | -4/+4 |
* | Move the creation of a Src structure into its own function. | harti | 2005-03-14 | 1 | -43/+33 |
* | Split off two function from VarParseLong to handle modifiers and the | harti | 2005-03-14 | 1 | -172/+221 |
* | - ktrace(1) has nothing to do with schedgraph. Remove that from the | jeff | 2005-03-14 | 1 | -1/+0 |
* | Cleanup accidentally include #if 0 section. | phk | 2005-03-14 | 1 | -35/+0 |
* | Remove ufs_ihash.c here as well. | phk | 2005-03-14 | 1 | -1/+1 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 7 | -192/+13 |
* | Currently (almost) all filesystems maintain a local inode hash table | phk | 2005-03-14 | 3 | -0/+197 |
* | - Increment the holdcnt once for each usecount reference. This allows us | jeff | 2005-03-14 | 2 | -12/+9 |
* | - Don't directly adjust v_usecount, use vref() instead. | jeff | 2005-03-14 | 1 | -3/+1 |
* | Use int instead of size_t (%*s needs int). | pjd | 2005-03-14 | 1 | -9/+9 |
* | - We do not have to check the object's ref_count in VSHOULDFREE or | jeff | 2005-03-14 | 2 | -4/+4 |
* | Convert a couple of other uses of Lst_ForEach to LST_FOREACH and | harti | 2005-03-14 | 1 | -48/+40 |
* | - Retire OLOCK and OWANT. All callers hold the vnode lock when creating | jeff | 2005-03-14 | 2 | -19/+0 |
* | - Slightly rearrange vrele() to move the common case in one indentation | jeff | 2005-03-14 | 1 | -20/+17 |
* | - Rework vget() so we drop the usecount in two failure cases that were | jeff | 2005-03-14 | 1 | -24/+24 |
* | Remove debugging printfs. | phk | 2005-03-14 | 1 | -8/+3 |
* | printf(3) expects that %*s having an int parameter, which generates | delphij | 2005-03-14 | 1 | -5/+5 |
* | Minor grammar fixes: jail(8) chflags, rescue(8) and bsdtar. | bmah | 2005-03-14 | 2 | -6/+6 |
* | Add support for the ethernet port in the JVC MP-PRX1 port replicator. | iedowse | 2005-03-14 | 2 | -0/+2 |
* | Set the split transaction interrupt C-mask correctly. This is the | iedowse | 2005-03-14 | 1 | -1/+1 |
* | A handful of minor portability and style improvements. | kientzle | 2005-03-14 | 3 | -15/+16 |
* | Style correction: one tab after #define. | kientzle | 2005-03-14 | 1 | -46/+47 |
* | Re-unbreak the distfile target. | kientzle | 2005-03-13 | 1 | -3/+4 |
* | The EHCI qTD token has a number of error status bits that are not | iedowse | 2005-03-13 | 1 | -9/+9 |
* | Fix a compile warning, fix the build. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | "make depend" with .y files is trickier than it looks. <sigh> | kientzle | 2005-03-13 | 1 | -3/+2 |
* | Brain-o. Missing quote. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | - Document 'status' subcommand. | pjd | 2005-03-13 | 8 | -17/+68 |
* | Add 'status' command which prints general information about devices. | pjd | 2005-03-13 | 1 | -0/+176 |
* | Update copyrights. | pjd | 2005-03-13 | 1 | -1/+1 |
* | Change function names related to 'list' command from 'show_one_*' to | pjd | 2005-03-13 | 1 | -7/+7 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 9 | -39/+1067 |
* | Remove an unused #define. md5's with and without this commit match. | ceri | 2005-03-13 | 1 | -1/+0 |
* | The NVE driver doesn't cleanly compile on PAE. | scottl | 2005-03-13 | 1 | -0/+1 |
* | When listing all devices (geoms) from the given class, skip geoms without | pjd | 2005-03-13 | 1 | -0/+2 |
* | Add myself as a maintainer of geom_shsec. | pjd | 2005-03-13 | 1 | -0/+1 |
* | Correct macro usage. | brueffer | 2005-03-13 | 1 | -1/+1 |