Gregory Nutt
|
09add96e22
|
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
|
2015-07-31 13:31:44 -06:00 |
|
Gregory Nutt
|
14eb3f6cdc
|
OS test: Minor improvements to the sporadic scheduler test
|
2015-07-28 14:27:48 -06:00 |
|
Gregory Nutt
|
ae2e61c764
|
OS test: improve the sporadic scheduler test by waiting for a bit in the 'nuisance' thread
|
2015-07-27 15:52:27 -06:00 |
|
Gregory Nutt
|
c27364570f
|
OS test, sporadic scheduler test: If more timers are available, use them
|
2015-07-27 08:10:59 -06:00 |
|
Gregory Nutt
|
70f1ee9dcd
|
OS test: Sporadic test now emits a message if the max_repl configuration is too small for the test to work reliably
|
2015-07-26 15:34:33 -06:00 |
|
Gregory Nutt
|
46c3158b85
|
OS test: Cosmetic changes to printf output in sporadic scheduler test
|
2015-07-26 10:52:47 -06:00 |
|
Gregory Nutt
|
b0fa962e42
|
OS test: Sporadic test was passing an illegal value for max_repl
|
2015-07-25 12:47:24 -06:00 |
|
Gregory Nutt
|
51b645eb34
|
OS test: add some locking and unlocking of the scheduler to the sporadic scheduler test in order to test a few more cases
|
2015-07-25 12:29:22 -06:00 |
|
Gregory Nutt
|
e15a186530
|
OS test: Some extensions to the sporadic scheduler test
|
2015-07-24 18:16:10 -06:00 |
|
Gregory Nutt
|
bc4a0ec95f
|
OS test: Make the sporadic test output more readable
|
2015-07-24 14:13:01 -06:00 |
|
Gregory Nutt
|
2d46cae060
|
Add a test for the sporadic scheduler
|
2015-07-24 13:50:31 -06:00 |
|
Gregory Nutt
|
e5ebfe35f6
|
OS test: improve synchronization for starting the round robin test
|
2015-07-24 13:04:40 -06:00 |
|
Gregory Nutt
|
3a57f9e2ef
|
Adjust for increased size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
|
2015-07-23 10:15:57 -06:00 |
|
Gregory Nutt
|
13a04b6255
|
apps/examples/nxlines: Clear a slightly larger rectangle than the one that we drew. This eliminates edge effects due to applying anti-aliasing twice: Once when the line was drawn, and again when the line was erased by overwriting it with the background color
|
2015-07-14 14:24:51 -06:00 |
|
Gregory Nutt
|
ba72767d09
|
apps/netutils/netlib and other files: Create netlib wrapper functions around dns_getserver() and dns_setserver() to isolate application code from changes to those interfaces.
|
2015-07-12 11:53:23 -06:00 |
|
Gregory Nutt
|
812450ebe6
|
If NSH or Webclient is selected, make sure that CONFIG_LIBC_NETDB is enabled; reanem dnsclient.h to dns.h
|
2015-07-12 09:25:39 -06:00 |
|
Gregory Nutt
|
effda16cf5
|
DNS: Remove some unused, non-functional DNS functions
|
2015-07-11 07:17:11 -06:00 |
|
Gregory Nutt
|
ae57fd7ee2
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:56 -06:00 |
|
Gregory Nutt
|
03f477462a
|
Remove broken host support for examples/sendmail and examples/wget
|
2015-07-10 14:36:18 -06:00 |
|
Gregory Nutt
|
5e8928d009
|
Remove bogus references to CONFIG_HAVE_GETHOSTBYNAME
|
2015-07-10 14:03:28 -06:00 |
|
Gregory Nutt
|
6bfef5b2de
|
os_main.c may not call waitpid() and so needs to include sys/wait.h
|
2015-07-10 13:32:00 -06:00 |
|
Gregory Nutt
|
7e937597f9
|
Fix up nameing of configuration variables to follow changes made in nuttx
|
2015-07-10 12:12:22 -06:00 |
|
Gregory Nutt
|
48c36800f5
|
apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.
|
2015-07-10 11:31:13 -06:00 |
|
Gregory Nutt
|
45bc73898c
|
Fix a missing quot mark in a Kconfig
|
2015-07-08 13:43:17 -06:00 |
|
Gregory Nutt
|
e2dad619f6
|
Review and update OS test changes
|
2015-07-06 14:51:49 -06:00 |
|
Brennan Ashton
|
e7dc07c291
|
[OSTEST] Add option to poweroff with test status
|
2015-07-06 11:51:15 -07:00 |
|
Gregory Nutt
|
28c654c9b1
|
apps/examples/tcpecho/tcpecho_main.c: Add missing header file
|
2015-07-02 12:20:39 -06:00 |
|
Gregory Nutt
|
322561dcf3
|
Fix types in #error message
|
2015-07-01 14:31:28 -06:00 |
|
Gregory Nutt
|
edd4e9a797
|
apps/examples/poll: Fix a few bit-rot compilation errors
|
2015-07-01 09:46:52 -06:00 |
|
Gregory Nutt
|
1662fcff0b
|
Update some URLs due to movement of the Documentation repository
|
2015-06-29 11:24:52 -06:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
929e4cdd3b
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
|
Gregory Nutt
|
b2c2e134b1
|
Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems
|
2015-06-21 12:21:54 -06:00 |
|
Juha Niskanen
|
2f67a661e7
|
sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes
|
2015-06-16 08:32:20 -06:00 |
|
Gregory Nutt
|
ea0f1b9294
|
apps/examples: Make all file system tests dependent onf CONFIG_BUILD_FLAT
|
2015-06-07 10:24:46 -06:00 |
|
Gregory Nutt
|
72c5450773
|
Update README files
|
2015-06-07 07:28:09 -06:00 |
|
Gregory Nutt
|
a10fa2d14c
|
Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit
|
2015-06-06 19:16:16 -06:00 |
|
Gregory Nutt
|
3e692f3912
|
apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris
|
2015-06-06 19:16:14 -06:00 |
|
Gregory Nutt
|
4986c0660e
|
Union FS. Correct some handling when the last file is closed
|
2015-06-06 10:00:26 -06:00 |
|
Gregory Nutt
|
7c8be1c431
|
Union fs: Fix some compile issues with debug on. Add more test files
|
2015-06-06 08:36:24 -06:00 |
|
Gregory Nutt
|
5194a91e6b
|
Unionfs - rename some test files. Naming was too confusing
|
2015-06-06 08:16:02 -06:00 |
|
Gregory Nutt
|
d1da5d1b8e
|
Fix a couple of unionfs readdir problems
|
2015-06-06 07:36:38 -06:00 |
|
Gregory Nutt
|
ae6868bf9e
|
Add a test of the union file system to apps/examaples.
|
2015-06-05 14:23:07 -06:00 |
|
Gregory Nutt
|
3a83a3068f
|
apps/: Replaced tab with space broke the clean/distclean targets
|
2015-06-03 16:23:29 -06:00 |
|
Gregory Nutt
|
980f5a3675
|
apps/examples/thttpd: Need to use a different Front Page is CONFIG_THTTPD_BINFS=y
|
2015-06-02 15:19:17 -06:00 |
|
Gregory Nutt
|
669067ba86
|
Forgot to add a file in the last commit
|
2015-06-02 14:27:35 -06:00 |
|
Gregory Nutt
|
91ab8b0bc5
|
Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected.
|
2015-06-02 14:26:08 -06:00 |
|
Gregory Nutt
|
15fcf746be
|
THTTPD w/binfs: A few fixes
|
2015-06-02 11:55:45 -06:00 |
|
Gregory Nutt
|
1e91c05d03
|
THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs.
|
2015-06-02 10:45:48 -06:00 |
|
Gregory Nutt
|
bd9b2bd740
|
Add hello++5 to ELF example. From Leo Aloe3132
|
2015-06-01 10:03:14 -06:00 |
|