Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge sync of head | sjg | 2015-05-27 | 2 | -2/+5 |
| |\ | |/ |/| | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | | |||||
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | | |||||
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | |||||
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | Expose the constants for internal new-bus device flags to userland. The | jhb | 2015-02-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | flag value is already exposed via dv_flags, just not the meaning of the flags themselves. Use these constants to annotate devices that are disabled or suspended in devinfo output. | ||||
* | | | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| |/ |/| | | | | | Reduce overlinking | ||||
* | | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -1/+1 |
|/ | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | Mark global functions and/or variables in devinfo(8) static where possible. | ed | 2011-11-06 | 1 | -2/+2 |
| | | | | This allows compilers and static analyzers to do more thorough analysis. | ||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
| | |||||
* | Collapse devinfo_state_t with device_state_t in order to avoid a | attilio | 2009-11-15 | 1 | -1/+1 |
| | | | | | | | structure replication and improve manteneability. Reviewed by: jhb, imp Tested by: Riccardo Torrini <riccardo at torrini dot org> | ||||
* | Bump up the limit for when to print the resources for a given resource | jhb | 2007-10-27 | 1 | -1/+1 |
| | | | | | | | manager in hex vs decimal to 1000 from 100 so that IRQs are printed in decimal. MFC after: 3 days | ||||
* | Sync usage() and SYNOPSIS. | ru | 2006-09-29 | 2 | -2/+6 |
| | |||||
* | Follow the rules for the .Dd macro use: use unabbreviated month names. | jkoshy | 2005-11-28 | 1 | -1/+1 |
| | | | | Submitted by: ru | ||||
* | Use a separate synopsis line for -u as devinfo will ignore other | jkoshy | 2005-11-28 | 1 | -3/+7 |
| | | | | options when -u is specified. Xref device(9) and devclass(9). | ||||
* | Remove unused local variable. | charnier | 2004-01-04 | 1 | -4/+3 |
| | |||||
* | -v now also prints the pnpinfo and location information for the devices | imp | 2003-02-17 | 1 | -1/+6 |
| | | | | whose bus' provide this information. | ||||
* | o Don't print devices that aren't attached unless run with the newly | imp | 2002-09-20 | 2 | -5/+13 |
| | | | | | | | | minted -v flag. o Print devices that don't return a name as 'unknown' in -v mode. # Yea! Now I wont think I have 10 different ISA network adapters in my # laptop. | ||||
* | Typo fix: syste -> system | keramida | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Make this look like an average manpage. | ru | 2002-05-30 | 1 | -20/+17 |
| | |||||
* | o Uncapitalize .Nd macro arguments and remove punctuation | keramida | 2002-05-13 | 1 | -10/+10 |
| | | | | | | | | o Minor grammar fixes. o Sort SEE ALSO references, and add iostat(8). o Delete punctuation at end of AUTHORS' section only line Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org> | ||||
* | Remove EOL space. | keramida | 2002-05-13 | 1 | -7/+7 |
| | | | | | | This is a whitespace only change. Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org> | ||||
* | Add a man page for the devinfo command; I'd argue devinfo is the single | rwatson | 2002-05-12 | 2 | -1/+73 |
| | | | | | | | most useful new command added to FreeBSD 5.0, but maybe that's just me :-). Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> | ||||
* | Reorder WARNS line for style. | mikeh | 2001-12-10 | 1 | -2/+1 |
| | | | | Pointed out by: bde | ||||
* | WARNS=2 cleanup and fix potential unitialized variable bug. | mikeh | 2001-12-09 | 2 | -4/+13 |
| | | | | | PR: bin/32567 MFC after: 2 weeks | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | ||||
* | Fixed missing DPADD. | bde | 2001-05-12 | 1 | -2/+2 |
| | | | | | | Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs. | ||||
* | Simple tool to print the device tree and resource usage by devices. Also | msmith | 2001-04-21 | 2 | -0/+222 |
serves as an example of libdevinfo usage. |