Commit Graph

231 Commits (7055d9fe45dc00a14151d6ad4be2148c941c60f1)

Author SHA1 Message Date
Brett Bryant dcdfb4aa89 Reinstating patch. This actually fixes the problem, however I was running a development branch without it and mistakenly thought it wasn't fixed.
18 years ago
Brett Bryant 7b9318fedd Reverted changes for earlier revisions 72259 to 72261. Issue #9654, #10010
18 years ago
Brett Bryant 89cc2e4b70 Fixes 100% load when controlling terminal disappears.
18 years ago
Russell Bryant fb50a2da95 Revert the patch from issue 9654 due to an unexpected side effect
18 years ago
Brett Bryant b9000f54b2 Fixed infinite loop when controlling terminal was lost
18 years ago
Joshua Colp 80d88816df Update copyright notice. It's now the year 2007!
18 years ago
Tilghman Lesher 2eaae45f81 Don't check for error when lowering priority (according to the manpage, it should never happen anyway). It might could happen, though, if another thread messed with the priority, so safeguard against that (reported via -dev list).
18 years ago
Russell Bryant 1c26e1c717 Fix up a couple more signal handlers to not do bad things that could cause
19 years ago
Russell Bryant 65a8360531 The SIGHUP handler was implemented to allow admins to send SIGHUP to a running
19 years ago
Russell Bryant 0a73ba87b1 Fix a memory leak on command line tab completion. The container for the
19 years ago
Russell Bryant bf20deeba1 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Russell Bryant 8c2fee974a Back in revision 4798, this message was changed from using ast_cli() to directly
19 years ago
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Matt O'Gorman 4514a22df3 Move the load_modules call so that if a module needs
19 years ago
Kevin P. Fleming 648bc1828d remove some more bad examples of using printf
19 years ago
Russell Bryant 1cf6171b0c fix a race condition that caused asterisk to log a *ton* of warnings on mac
19 years ago
Russell Bryant 2a72316550 revert a change that caused more problems than it fixed and fix the real
19 years ago
Russell Bryant 8506e078c5 This explicit poll is only needed on mac. In fact, it breaks some systems
19 years ago
BJ Weschke 053f005508 Reset the value of ast_mainpid if we fork so future remote unix connections display the correct PID. #7098 (tzafrir reporting)
19 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
19 years ago
Tilghman Lesher aea2d73afa Bug 6097 - possible descriptor leak
19 years ago
Tilghman Lesher 3585625b40 Bug 6849 - trivial typo fix
19 years ago
Tilghman Lesher 575c2bccd5 Bug 6637 - Fixes for Solaris
20 years ago
Russell Bryant 271ccecaf2 adjust the keys directory when astvarlibdir is specified in asterisk.conf (issue #6602)
20 years ago
BJ Weschke ba001a7d15 #ifdef the include too.
20 years ago
BJ Weschke 4f144aa5e3 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out.
20 years ago
BJ Weschke 13f4e66b14 Fixed my silly backport error from r9861
20 years ago
BJ Weschke ae8fe3738b Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root.
20 years ago
Russell Bryant 2ae21cc5c3 completely arbitrary whitespace change for testing something with svnmerge ...
20 years ago
Kevin P. Fleming 2efc5a9e83 update CLI copyright notice
20 years ago
Kevin P. Fleming 57144d5102 do rlimit check _after_ reading config file, in case 'dumpcore' is specified there
20 years ago
Kevin P. Fleming 0e734920e8 commit user/group-related changes from trunk
20 years ago
Russell Bryant a434f8877a cast time_t to an int in printf/scanf (issue #5635)
20 years ago
Kevin P. Fleming 3ebe29c983 add license reference to copyright notice displayed when CLI session begins
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming d56ce5d1f3 whitespace fix
20 years ago
Kevin P. Fleming 9061716644 issue #5581
20 years ago
Kevin P. Fleming 81bda951d2 issue #5599
20 years ago
Kevin P. Fleming 6f4fabf043 issue #5621
20 years ago
Kevin P. Fleming da0d0f975a stop recompiling cli.c on every 'make'
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming c3f9388b23 provide an alternate getloadavg implementation and a fallback for systems that don't have it at all (issue #5549 with minor mods)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Mark Spencer 0b36348b12 Allow limitation by loadavg not just calls (should be BSD friendly)...
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 61a0f7a65e install 'rasterisk' symlink and update process name when used remotely (issue #5318 with minor mod)
20 years ago
Mark Spencer fcc0b23e18 Fix restart in Mac OSX (bug #5251)
20 years ago