Commit Graph

1290 Commits

Author SHA1 Message Date
Gregory Nutt
e0a59497d3 Fix typo in BAS Kconfig 2014-11-06 14:11:58 -06:00
Gregory Nutt
95213afeb5 Recovering from GIT chaos 2014-11-06 13:35:15 -06:00
Gregory Nutt
77871b3d32 BAS: Conditional compile out use of ftruncate() 2014-11-06 13:22:21 -06:00
Gregory Nutt
811128b275 BAS: Experimenta change -- ignore carriage returns in CRLF sequence 2014-11-06 13:19:41 -06:00
Gregory Nutt
36dbd756ba BAS: Conditional compile out use of ftruncate() 2014-11-06 13:16:22 -06:00
Gregory Nutt
ba51398214 BAS: Use waitpid() instead of wait() which is not supprted by NuttX 2014-11-06 10:06:25 -06:00
Gregory Nutt
a2a4f3b2cd BAS: Now uses tmpnam() instead of mytmpnam() 2014-11-05 10:51:37 -06:00
Gregory Nutt
ad6ea1a9da Merge remote-tracking branch 'origin/master' into bas24 2014-11-05 10:47:50 -06:00
Gregory Nutt
d3df35b0fb Update ChangeLog 2014-11-05 10:46:04 -06:00
Gregory Nutt
131b8c5946 Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR 2014-11-05 07:49:20 -06:00
Gregory Nutt
86ae8eda84 A naming kludge that I 'fixed' is actually reuired 2014-11-04 15:58:13 -06:00
Gregory Nutt
f7a7c696d0 BAS: ALL files are not close to the NuttX coding style.. except in variable and function naming 2014-11-04 15:51:19 -06:00
Gregory Nutt
e68498d04f BAS: Another file is close to the NuttX C coding style 2014-11-04 15:17:05 -06:00
Gregory Nutt
e693c31c06 BAS: Another file is closer to the NuttX coding standard 2014-11-04 14:00:01 -06:00
Gregory Nutt
fc7d564ec3 BAS: Another file is closer to the NuttX coding style 2014-11-04 13:35:56 -06:00
Gregory Nutt
96e050ce7c BAS: Combine all text files (READEME, LICENSE, and NEWS) into a single README.txt file 2014-11-04 12:07:18 -06:00
Gregory Nutt
ac331fc76f BAS: Another function is closer to the NuttX coding style 2014-11-03 11:27:00 -06:00
Gregory Nutt
15d7d85c19 BAS: Remove some code that I removed too aggressively 2014-11-03 09:52:31 -06:00
Gregory Nutt
d7eaa25129 BAS: Remove config.h and INSTALL files. Add config options to Kconfig 2014-11-03 09:11:25 -06:00
Gregory Nutt
3b4976559e Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfg 2014-11-03 08:33:39 -06:00
Gregory Nutt
abf3770bb2 Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal configuration logic. 2014-11-03 08:19:14 -06:00
Gregory Nutt
d748a6dc92 BAS: Back up the last change... it was right the way it was before 2014-11-02 14:09:59 -06:00
Gregory Nutt
1c3e09f704 BAS: Minor fix .. end file position is file size - 1 2014-11-02 13:58:52 -06:00
Gregory Nutt
1f28e8c4ba BAS: Workaround for missing fstat 2014-11-02 13:54:12 -06:00
Gregory Nutt
d18e4bb3ff BAS: Another file is closer to the NuttX coding style 2014-11-02 13:32:30 -06:00
Gregory Nutt
1655c81df0 BAS: Another file is closer to the coding style 2014-11-02 12:58:30 -06:00
Gregory Nutt
87c692df0b BAS: Conditionally compile out logic that depends on vfork if architecture does not support it 2014-11-02 11:44:08 -06:00
Gregory Nutt
943e32c634 BAS: Remove long arguments from help text 2014-11-02 09:27:17 -06:00
Gregory Nutt
5490e1afed trivial, cosmetic 2014-11-02 08:51:00 -06:00
Gregory Nutt
2a0ed1c17b BAS: Another file closer to the coding standard 2014-11-02 08:49:20 -06:00
Gregory Nutt
011dde0387 Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not defined 2014-11-02 07:59:56 -06:00
Gregory Nutt
00e6bc749d BAS: More modifications for closer comliance to the NuttX coding standard 2014-11-02 07:16:26 -06:00
Gregory Nutt
860ae2ea73 BAS: Add file header 2014-11-02 06:51:21 -06:00
Gregory Nutt
9970c2943f BAS: More modifications for closer comliance to the NuttX coding standard 2014-11-02 06:49:06 -06:00
Gregory Nutt
179474b3ab BAS: Another file is closer to the NuttX coding standard 2014-11-01 19:27:54 -06:00
Gregory Nutt
1714c2b7da Another BAS file is closer to the NuttX coding standard 2014-11-01 19:01:20 -06:00
Gregory Nutt
30e633be25 Remove another unused file 2014-11-01 18:31:03 -06:00
Gregory Nutt
693293cc59 Another file is close to the NuttX coding standard 2014-11-01 18:18:06 -06:00
Gregory Nutt
02b974859c A few baby steps toward getting closer to the coding standard 2014-11-01 18:06:28 -06:00
Gregory Nutt
aecac67593 Remove more files that are unnecessary for NuttX 2014-11-01 17:38:09 -06:00
Gregory Nutt
5f84e59abc Remove some autoconfig files, include nuttx/clock.h in global.c, main.c need to use the NuttX getopt not the system getopt_long 2014-11-01 17:35:27 -06:00
Gregory Nutt
810ea45656 Remove duplicate getopt() in BAS 2014-11-01 17:16:15 -06:00
Gregory Nutt
b753a775d7 Add suppport to build BAS as a NSH builtin 2014-11-01 16:23:30 -06:00
Gregory Nutt
a47ed29c57 Merge remote-tracking branch 'origin/master' into bas24 2014-11-01 13:48:54 -06:00
Gregory Nutt
3a19f48d93 Costmetic changes -- spacing, comments. 2014-10-30 16:33:40 -06:00
Gregory Nutt
276e8d935f Merge remote-tracking branch 'origin/master' into bas24 2014-10-30 06:58:43 -06:00
Gregory Nutt
a7121f98d9 Fix some errors that I introduced into NSH telnet this morning 2014-10-29 15:25:34 -06:00
Gregory Nutt
b43fe705d8 Merge remote-tracking branch 'origin/master' into bas24 2014-10-29 11:55:11 -06:00
Gregory Nutt
21d498f695 Fix some typos 2014-10-29 10:48:50 -06:00
Gregory Nutt
5d360c72b9 Fix problem with trailing whitespace (newline) in Telnet username/password. Noted by Lazlo 2014-10-29 10:29:21 -06:00