aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs
Commit message (Collapse)AuthorAgeFilesLines
* Add option '-o' for one-line output in combination with '-d'.Lukas Ertl2004-05-242-7/+24
| | | | | | | | PR: bin/62911 (patch slightly adopted) Submitted by: Corris Randall <corris@line6.net> Notes: svn path=/head/; revision=129659
* Diff reduction to NetBSD.Lukas Ertl2004-05-241-3/+3
| | | | | | | | | | | | | MFNetBSD 1.21; author: itojun use bounded string op MFNetBSD 1.22; author: grant s/netbsd.org/NetBSD.org/i Obtained from: NetBSD Notes: svn path=/head/; revision=129655
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
| | | | Notes: svn path=/head/; revision=99968
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* mdoc(7) police: fix list width.Ruslan Ermilov2002-03-151-1/+1
| | | | Notes: svn path=/head/; revision=92349
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-13/+13
| | | | | | | | | | | | c++ keywords. This keeps us in sync with NetBSD because they actually committed my delta first. Ok'd by: lennard Notes: svn path=/head/; revision=90996
* Merge from NetBSD:Josef Karthauser2002-02-162-43/+56
| | | | | | | | * Add a -d flag to show the device drivers associated with each device. * Update to use the new speed structure entry. Notes: svn path=/head/; revision=90733
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
| | | | Notes: svn path=/head/; revision=81586
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* Use releaseNo, not release. release is evil and should go away.Nick Hibma1999-11-231-2/+2
| | | | Notes: svn path=/head/; revision=53615
* Deconfuse release and revisionNick Hibma1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51992
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Syncing with NetBSD version 1998/12/14Nick Hibma1999-04-113-7/+12
| | | | Notes: svn path=/head/; revision=45606
* Added IdNick Hibma1998-12-143-1/+3
| | | | Notes: svn path=/head/; revision=41784
* Made this actually work when there is an obj dir.Bruce Evans1998-12-131-2/+2
| | | | | | | | | Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs. Notes: svn path=/head/; revision=41731
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-263-0/+287
Notes: svn path=/head/; revision=41366