Fish (David B. Trout)
|
6c3d42e269
|
Thread name constants
|
2018-07-24 05:56:40 -07:00 |
|
Fish (David B. Trout)
|
3d02efac2b
|
simplify get/set_thread_priority macro use
|
2018-07-08 12:46:27 -07:00 |
|
Fish (David B. Trout)
|
fcf32e9b17
|
Fix crash in 'start_cmd_cpu' when "runtest start" syntax used.
|
2018-04-01 20:52:20 -07:00 |
|
Fish (David B. Trout)
|
4f1b20b622
|
Make DYNAMIC_LOAD, BUILD_SHARED, EXTERNALGUI permanent.
|
2018-03-08 13:27:42 -08:00 |
|
Fish (David B. Trout)
|
4c6bb26105
|
HDL cleanup part 1:
typedefs, variable and function renames, struct cleanup, header reorganization, function rewrites, etc.
|
2018-03-08 13:27:38 -08:00 |
|
Fish (David B. Trout)
|
2c44efc3b1
|
Add "Q Public License" banner to files that are missing it
|
2018-03-08 13:27:34 -08:00 |
|
Fish (David B. Trout)
|
4e53af01b6
|
Begin HDL cleanup
|
2018-03-08 13:27:32 -08:00 |
|
Fish (David B. Trout)
|
9a915d0ddc
|
(cosmetic)
|
2018-03-08 13:25:59 -08:00 |
|
Fish (David B. Trout)
|
d816e9e33a
|
Make OPTION_HTTP_SERVER permanent
|
2018-03-08 13:25:57 -08:00 |
|
Fish (David B. Trout)
|
26d69416e7
|
Uppercase HHC02203 and HHC02204 command settings/results
|
2017-05-27 03:33:40 -07:00 |
|
Fish (David B. Trout)
|
75384f8cfc
|
(cosmetic)
|
2017-05-27 03:33:40 -07:00 |
|
Fish (David B. Trout)
|
6b5e721065
|
strlcpy/strlcat ==> STRLCPY/STRLCAT
|
2017-05-14 23:52:31 -07:00 |
|
Gert Caers
|
93c9f367ce
|
Fix webserver scrambling of command input
|
2015-03-24 14:12:14 -07:00 |
|
Fish (David B. Trout)
|
0316c4f294
|
More set thread priority tweaking:
1. Move SETMODE calls into hthreads functions.
2. Issue message that identifies source statement that failed.
|
2014-01-13 02:01:39 -08:00 |
|
Fish (David B. Trout)
|
a7c8ce6ce8
|
correct set priority handling
|
2014-01-03 13:54:14 -08:00 |
|
Roger Bowler
|
04fc103aa8
|
Reinstate copyright attributions
|
2013-09-07 12:09:02 +02:00 |
|
Fish (David B. Trout)
|
53a22fc429
|
(silence gcc cast warning)
|
2013-05-26 10:12:39 -07:00 |
|
Fish (David B. Trout)
|
01bcccca8f
|
Correct the signatures of created thread functions
|
2013-05-26 09:19:08 -07:00 |
|
Jan Jaeger
|
439bdbca92
|
Remove subversion $Id$ tag
Update copyright statement to 2012
|
2012-03-24 18:41:51 +11:00 |
|
Jan Jaeger
|
85beb7e9dc
|
QDIO Thin Interrupts
git-svn-id: file:///home/jj/hercules.svn/trunk@7726 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-08-28 11:41:48 +00:00 |
|
Paul Gorlinsky
|
31c9a99803
|
Remove LOGMSG macro. Change LOGMSG to logmsg. Rename log_msg() to logmsg().
git-svn-id: file:///home/jj/hercules.svn/trunk@7688 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-08-12 23:28:17 +00:00 |
|
Paul Gorlinsky
|
2c2eaf37dc
|
Restore code regressed by latest changes.
git-svn-id: file:///home/jj/hercules.svn/trunk@7678 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-08-09 02:00:07 +00:00 |
|
Jan Jaeger
|
032e72e79b
|
Revert to lowercase logmsg()
git-svn-id: file:///home/jj/hercules.svn/trunk@7669 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-08-07 00:09:14 +00:00 |
|
Paul Gorlinsky
|
47f306d108
|
Revert bzero(d,s) to memset(d,0,s).
git-svn-id: file:///home/jj/hercules.svn/trunk@7604 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-07-22 19:23:35 +00:00 |
|
Paul Gorlinsky
|
1a68ab747f
|
Revert bzero(d,s) to memset(d,0,s).
git-svn-id: file:///home/jj/hercules.svn/trunk@7603 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-07-22 17:17:13 +00:00 |
|
Paul Gorlinsky
|
9083dcf949
|
Add inline bzero function. Change memset(x, 0, l) to bzero(x, l)
git-svn-id: file:///home/jj/hercules.svn/trunk@7601 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-07-20 01:49:14 +00:00 |
|
Paul Gorlinsky
|
03a4560910
|
Update Copyright notices to 2011.
git-svn-id: file:///home/jj/hercules.svn/trunk@7593 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-07-18 22:19:10 +00:00 |
|
Fish (David B Trout)
|
4c60697db2
|
Fix file opens to open files in non-multi-write-shared mode
(Windows-only for now; non-Windows yet to be implemented)
git-svn-id: file:///home/jj/hercules.svn/trunk@7431 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-04-21 02:17:35 +00:00 |
|
Paul Gorlinsky
|
9081b644c7
|
Function logmsg() renamed to log_msg(). LOGMSG define added. All logmsg calls changed to LOGMSG.
git-svn-id: file:///home/jj/hercules.svn/trunk@7333 956126f8-22a0-4046-8f4a-272fa8102e63
|
2011-02-23 03:48:52 +00:00 |
|
Jan Jaeger
|
708779a9cb
|
Various build fixes
git-svn-id: file:///home/jj/hercules.svn/trunk@7138 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-11-27 09:46:38 +00:00 |
|
Paul Gorlinsky
|
bda9b07f50
|
race condition with http_root
git-svn-id: file:///home/jj/hercules.svn/trunk@7057 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-11-06 01:19:11 +00:00 |
|
Paul Gorlinsky
|
0699879fea
|
race condition with http_root
git-svn-id: file:///home/jj/hercules.svn/trunk@7050 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-11-05 03:34:13 +00:00 |
|
Paul Gorlinsky
|
b1e38feb12
|
Porting warnings... mainsize allocation enhancements K,G,M,T designation. S370 minimum is 64K, non-S370 minimum is 1M
git-svn-id: file:///home/jj/hercules.svn/trunk@7021 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-11-01 01:57:10 +00:00 |
|
Paul Gorlinsky
|
103837eb0c
|
Message cleanup
git-svn-id: file:///home/jj/hercules.svn/trunk@6978 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-26 04:44:08 +00:00 |
|
Paul Gorlinsky
|
332f1cc653
|
Message cleanup
git-svn-id: file:///home/jj/hercules.svn/trunk@6973 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-25 21:49:42 +00:00 |
|
Paul Gorlinsky
|
8171d54d2c
|
Dont remove from hdl_rmsc when shutting down.
git-svn-id: file:///home/jj/hercules.svn/trunk@6940 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-19 00:18:29 +00:00 |
|
Jan Jaeger
|
59c6347ba7
|
remove strtok_r related warning messages
git-svn-id: file:///home/jj/hercules.svn/trunk@6911 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-15 19:28:23 +00:00 |
|
Paul Gorlinsky
|
32b0e2189b
|
Porting correction for initializing http_serv struct.
git-svn-id: file:///home/jj/hercules.svn/trunk@6908 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-15 17:08:30 +00:00 |
|
Paul Gorlinsky
|
3a4667d7a0
|
Cleanup Unix porting issues
git-svn-id: file:///home/jj/hercules.svn/trunk@6907 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-15 16:46:32 +00:00 |
|
Paul Gorlinsky
|
55e4b60037
|
snprintf buffer overflow checks. qports http port display restored. SRVPRIO for server thread priority.
git-svn-id: file:///home/jj/hercules.svn/trunk@6889 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-14 01:37:56 +00:00 |
|
Paul Gorlinsky
|
b9ebc28e1e
|
Server Message Cleanup
git-svn-id: file:///home/jj/hercules.svn/trunk@6867 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-12 03:33:39 +00:00 |
|
Paul Gorlinsky
|
ad21ae3c43
|
Remove dependencies.
git-svn-id: file:///home/jj/hercules.svn/trunk@6837 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-09 03:41:44 +00:00 |
|
Paul Gorlinsky
|
d0e5332411
|
Simplify HTTP command processes. Make HTTP ROOT dynamic.
git-svn-id: file:///home/jj/hercules.svn/trunk@6832 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-08 22:03:04 +00:00 |
|
Jan Jaeger
|
b0c260f9ba
|
move http start back to command invocation
git-svn-id: file:///home/jj/hercules.svn/trunk@6826 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-08 17:48:36 +00:00 |
|
Paul Gorlinsky
|
8cac8e935a
|
Add hdl_startup call to bldcfg.c. The call is made as the last thing to do before bldcfg returns to the caller. hdl_startup processes LIFO from a list built by hdl_addstartcall in a manner like hdl_adsc.
git-svn-id: file:///home/jj/hercules.svn/trunk@6815 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 20:34:56 +00:00 |
|
Paul Gorlinsky
|
5caee8c894
|
Incorporate backward compatibility.
git-svn-id: file:///home/jj/hercules.svn/trunk@6814 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 19:13:18 +00:00 |
|
Paul Gorlinsky
|
f5c54cbbae
|
Improve messages and help.
git-svn-id: file:///home/jj/hercules.svn/trunk@6810 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 03:49:42 +00:00 |
|
Paul Gorlinsky
|
275abf03de
|
Porting issues - failed to compile on MAC OS X.
git-svn-id: file:///home/jj/hercules.svn/trunk@6806 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 00:51:28 +00:00 |
|
Paul Gorlinsky
|
26247fb1f2
|
Porting issues - failed to compile on MAC OS X.
git-svn-id: file:///home/jj/hercules.svn/trunk@6805 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 00:49:13 +00:00 |
|
Paul Gorlinsky
|
10946dac7f
|
Update HTTP Server support. Server is no longer started by default. HTTP is the single command name to start/stop/root/port/DISPLAY the server. All but the TID is moved from sysblk to a static structure in httpserv.c.
git-svn-id: file:///home/jj/hercules.svn/trunk@6804 956126f8-22a0-4046-8f4a-272fa8102e63
|
2010-10-07 00:40:32 +00:00 |
|