aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-09revert the previous change, which actually modified the deprecated command,russell1-12/+12
2006-11-09Fix argument parsing for the "core show profile" CLI commandrussell1-6/+6
2006-11-09fix "core show version" to reflect the new number of arguments for thisrussell1-1/+1
2006-11-04Really fix the "core set debug" and "core set verbose" CLI commands.russell1-2/+2
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-14/+14
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-1/+1
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-18Don't modify things if we are using vfork as this is very bad and may cause u...file1-0/+4
2006-10-04update thread creation code a bitkpfleming1-4/+4
2006-10-04ensure that local include files are always usedkpfleming1-1/+1
2006-09-29Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core ...qwell1-2/+2
2006-09-26(This was actually BE-65)russell1-13/+11
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18always use fork() when availablekpfleming1-3/+3
2006-09-18merge qwell's CLI verbification workkpfleming1-37/+128
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-2/+6
2006-08-25Identify what the columns mean in the output of "show profile"russell1-1/+3
2006-08-22Solaris didn't like this.qwell1-2/+2
2006-08-21restore 'preload' functionality in loaderkpfleming1-1/+6
2006-08-21use a customized configure macro to tell the script that uCLinux does not hav...kpfleming1-5/+20
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+2727