Commits
- Commit:
270bb0cb01bae8fb3f5cff6279e1f05d9a3547ec
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update nsh-version.mk
Bump version to 1.2.1
- Commit:
49948a3c984ef919b33b82921a77cb25a31f6f94
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Add files via upload
preparing for new release
- Commit:
fbb14e94415de0e2ed42f6db3aa0a0bad874bbde
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update nsh-version.mk
clarify how the changes to nsh-dist.txt appear
- Commit:
2184958aac6bef6c8c299244488560d4bca085a0
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Delete index.html wrong repository sorry
- Commit:
2c15feea2b7a61bc1a6536ddb58e2b9dc3c2e3f5
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Delete index.md wrong repository sorry
- Commit:
2ca50fb994597e4b2841709086d39c03eb1d4f6a
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Delete nshtutorial.pdf wrong repository sorry
- Commit:
c9ae9740ca352f603430e444c94bc16772212525
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Delete basics.md Wrong Repository Sorry
- Commit:
469d9f8d4b708f40564749bf91ad112863fae1cb
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
update files to reflect nshtutorial
update index.html and index.md
tidy up basics.md to improve pagination
add improved nsh manual examples
- Commit:
15028c6e86bfe90e1d663a123ad5210bb2bc6b01
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md to improve flow and readability of install instructions
Update README.md to improve flow and readability of install instructions
- Commit:
5d3bf535c915a718f51bb70c72a9392e5b9def85
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md to add section on setting nsh as preferred shell for a user
- Commit:
ad5bbfe55a6709dd9f5293ecd3278a24870d6ede
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md to reflect improvements to NSH make file
Update README.md to reflect improvements to NSH make file
and to reflect new integration scripts
- Commit:
ba522d3c85e14ed4626a823f0cef8d42aef9d0bc
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
ctl.c fix handling of interrupted edits
fix handling of <ctrl> + <c> interruption that previously caused lock files to remain and prevent further editing
The default SIGINT handler does the wrong thing when a file is currently
locked for editing. Please try the diff below.
ensure that edited files get unlocked if the user types Ctrl-C at prompt
While editing files, temporarily disable the default SIGINT handler which
does a long jump to displaying a command prompt. Otherwise we would jump away
without removing our lock on the file and future attempts to edit the file
would fail.
Issue found by Tom Smyth. Fixed by stsp@
Thanks
- Commit:
7b14cfd98d4c0900c1b3d8b95ef388d895a9f363
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
extend .gitignore patterns to match compiled files without 'make obj'
- Commit:
957f3c72fb1d7839c038dd8126a59e390661ae15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix make search path in bgpnsh and nshdoas directories
This Makefile grammar fix makes our build system independent of
'make obj', which is now an entirely optional step.
- Commit:
73decf344937417c8419f0ef30936f105b3b2ed0
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
improve nsh.8 accuracy and general syntax
improve accuracy of description of what happens nsh when you start it as root and non root user
improved syntax compliance (cleaning up mandoc -Tlint nsh.8 output
- Commit:
b0b69440cc3f1f8127d3b6f341eb0e61116f7918
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make mantab.c compile without 'make obj'
The requirement to run 'make obj' before 'make' keeps getting in the
way when nsh is compiled as part of the ports infrastructure.
- Commit:
52251c6854e85fb931e67dd6e2752018a9ebb085
- From:
- Theo Buehler <tb@theobuehler.org>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
include stdio.h explicitly in utf8.c
extern.h depends on stdio.h because of FILENAME_MAX. wchar.h will stop
pulling in stdio.h, hence break the build in utf8.c which will no longer
pull in stdio.h.
Patch by tb@
- Commit:
00166cee7f1dc5ac73874b40670df0aa925aa003
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
use restricted less for pager for manual
Spotted and reported by sonic ...
fixed by stspdotname (thanks )
"LESSSECURE=1" environment variable used to disable shell through less pager
- Commit:
dd8d34bfed2b33ee645455192b05112a431b656b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add sl_makestr() helper function
Written to support future rcctl support patches.
ok chris
- Commit:
41d076f23c766a71323a3c7fbe9889cb54752f1a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that window size information is always initialized
Fixes a divide-by-zero crash reported by sthen@. To reproduce:
printf 'show\nshow run\n' > /tmp/nsh.script
nsh -i /tmp/nsh.script
ok chris
- Commit:
5a6c9083c6efd5177bc38c9e041ee526bd471a21
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disable interactive mode if -c or -i options are used
ok chris
- Commit:
b9aa984d561d687318b44afc82661268446f956d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix off-by-one in step_optreq() loop termination condition
This makes ctl handlers with 6 arguments work as expected.
ok chris
- Commit:
0fc1ef2d08d9c4c12f9cf7bbb37ab537f4295e80
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
suggest a better strategy to deal with nsh-version.mk modifications
- Commit:
148870ff891768bfbb766248d3369041434020f1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the release process; requested by Tom
- Commit:
615e468d9418f3449da5d970f1a859f98343eaf9
- From:
- Stefan Sperling <stspdotname@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #144 from sthen/patch-2
fix motd permissions in integration scripts