aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-1413-1366/+423
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,Dag-Erling Smørgrav2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():Dag-Erling Smørgrav2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disableDag-Erling Smørgrav2005-03-141-6/+14
* Add PSEUDOFS_TRACE option.Dag-Erling Smørgrav2005-03-143-0/+5
* o Use subr_unit allocator. This simplifies code much:Gleb Smirnoff2005-03-141-95/+33
* fbsdidize.Dag-Erling Smørgrav2005-03-144-8/+20
* Mangle a manpage.Poul-Henning Kamp2005-03-141-10/+13
* Do not attach MBR on top of an MBR. This removes some confusingPoul-Henning Kamp2005-03-141-0/+2
* Be sure that class name storaed in 'class_name' is lower case.Pawel Jakub Dawidek2005-03-141-0/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-145-67/+33
* Define subcommands' usage inside g_command structure.Pawel Jakub Dawidek2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definePawel Jakub Dawidek2005-03-142-56/+52
* o Improve the example a bit.Maxim Konovalov2005-03-141-1/+1
* - new sentence, new lineChristian Brueffer2005-03-141-2/+3
* Forgot cvs rm in last file.Poul-Henning Kamp2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-149-134/+61
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-1410-270/+52
* Instead of documenting every standard subcommand's argument everywhere,Pawel Jakub Dawidek2005-03-147-98/+56
* Document subcommands' arguments.Pawel Jakub Dawidek2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.Pawel Jakub Dawidek2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:Pawel Jakub Dawidek2005-03-141-26/+50
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-143-112/+52
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-144-127/+27
* Sort xrefsMaxim Konovalov2005-03-141-2/+2
* o Replace OpenBSD-specific example by FreeBSD's one.Maxim Konovalov2005-03-141-4/+4
* Move the creation of a Src structure into its own function.Hartmut Brandt2005-03-141-43/+33
* Split off two function from VarParseLong to handle modifiers and theHartmut Brandt2005-03-141-172/+221
* - ktrace(1) has nothing to do with schedgraph. Remove that from theJeff Roberson2005-03-141-1/+0
* Cleanup accidentally include #if 0 section.Poul-Henning Kamp2005-03-141-35/+0
* Remove ufs_ihash.c here as well.Poul-Henning Kamp2005-03-141-1/+1
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-147-192/+13
* Currently (almost) all filesystems maintain a local inode hash tablePoul-Henning Kamp2005-03-143-0/+197
* - Increment the holdcnt once for each usecount reference. This allows usJeff Roberson2005-03-142-12/+9
* - Don't directly adjust v_usecount, use vref() instead.Jeff Roberson2005-03-141-3/+1
* Use int instead of size_t (%*s needs int).Pawel Jakub Dawidek2005-03-141-9/+9
* - We do not have to check the object's ref_count in VSHOULDFREE orJeff Roberson2005-03-142-4/+4
* Convert a couple of other uses of Lst_ForEach to LST_FOREACH andHartmut Brandt2005-03-141-48/+40
* - Retire OLOCK and OWANT. All callers hold the vnode lock when creatingJeff Roberson2005-03-142-19/+0
* - Slightly rearrange vrele() to move the common case in one indentationJeff Roberson2005-03-141-20/+17
* - Rework vget() so we drop the usecount in two failure cases that wereJeff Roberson2005-03-141-24/+24
* Remove debugging printfs.Poul-Henning Kamp2005-03-141-8/+3
* printf(3) expects that %*s having an int parameter, which generatesXin LI2005-03-141-5/+5
* Minor grammar fixes: jail(8) chflags, rescue(8) and bsdtar.Bruce A. Mah2005-03-142-6/+6
* Add support for the ethernet port in the JVC MP-PRX1 port replicator.Ian Dowse2005-03-142-0/+2
* Set the split transaction interrupt C-mask correctly. This is theIan Dowse2005-03-141-1/+1
* A handful of minor portability and style improvements.Tim Kientzle2005-03-143-15/+16
* Style correction: one tab after #define.Tim Kientzle2005-03-141-46/+47
* Re-unbreak the distfile target.Tim Kientzle2005-03-131-3/+4
* The EHCI qTD token has a number of error status bits that are notIan Dowse2005-03-131-9/+9