Commit Graph

21 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Russell Bryant 9009cfcf79 revert the previous change, which actually modified the deprecated command,
19 years ago
Russell Bryant 38be3e38e2 Fix argument parsing for the "core show profile" CLI command
19 years ago
Russell Bryant 15ba13f1ec fix "core show version" to reflect the new number of arguments for this
19 years ago
Russell Bryant 789234df2d Really fix the "core set debug" and "core set verbose" CLI commands.
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
19 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Joshua Colp 54790d5ceb Don't modify things if we are using vfork as this is very bad and may cause unexpected behavior (issue #7970 reported by Nick Gavrikov)
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Kevin P. Fleming fc72291807 ensure that local include files are always used
19 years ago
Jason Parker 2a5feb5485 Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core debug'.
19 years ago
Russell Bryant 8857675a88 (This was actually BE-65)
19 years ago
Matt O'Gorman d0a1a0033d similar patch for verbose vs debug with minor changes
19 years ago
Kevin P. Fleming c97841dbf7 always use fork() when available
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Russell Bryant d770396e23 Identify what the columns mean in the output of "show profile"
19 years ago
Jason Parker ec23dcb172 Solaris didn't like this.
19 years ago
Kevin P. Fleming 26fa229138 restore 'preload' functionality in loader
19 years ago
Kevin P. Fleming a394f4ad64 use a customized configure macro to tell the script that uCLinux does not have fork() that works
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago