Commits
- Commit:
11b037a0937148b943688c53b8ffa6f9c268209a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
only preserve manually added ndp table entries in startup config
- Commit:
a19921892669f5995d8ded4c0cf7238bf40e6213
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #164 from smytht/systat-feature
add show system-stats commands Ok Stsp@
- Commit:
bfc7e834d72b4967b108d761f1770df6f6d5f4da
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update cmdargs.c
Use proper english :) initialised not initalized
and give an informative error
- Commit:
3701c35479e9e9ab29b8f1c4dd0747e7f4c1487b
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
update nsh.8 to improve examples in standard width console screen
- Commit:
40daa21cd89d52dc1319f8fc6aab510860a626c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
oops, fix typo in previous which broke the build
- Commit:
0e3e46b7cc59653dde1d3ff7405536e920834a91
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
add show system-stats commands
This is to allow nsh users to avail of systat functionality
useful for queue stats and pf stats added full suite of systat features except nfs as I dont think those features are as interesting for a network appliance
- Commit:
914244e784096cdeb410b873056c382be77616d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix rtable number shown in error message when switching rdomains fails
- Commit:
00c101b2467c4db671ea0d0c27c59c405909045c
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
version bump for release 1.2.3
- Commit:
289def2f026b167a004a6da3f0b78509adb461aa
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
fix misspelling of privileged (sorry)
- Commit:
1577795c6e2133cfe184043565cdf67e9c4bf827
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
update version for release add example of help for config mode
- Commit:
0b080a2247e7f3c9d6f94023807565c7b84df88b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't skip empty lines in rules which store file contents
When file contents were stored in /etc/nshrc in a rules directive, such
as contents of /etc/motd or sshd_config, empty lines were being stripped.
ok Tom
- Commit:
9bdde78d5a25b7c7ea4b20c3329fd368c0751709
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make the rtable command actually update the rtable of the nsh process
The assumption that nsh always runs in rdomain 0 is invalid. Stop
assuming that cli_rtable is set to zero by default, and switch the
nsh process rdomain accordingly as needed.
Tests + ok Tom
- Commit:
2fae6242335d7b7a16c47a534ae3986be38ad7dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
on startup, initialize cli_rtable to the current rdomain
Fixes behaviour when nsh starts in a non-default rdomain. We used to
assume to start out in rdomain 0, which is not necessarily the case.
ok Tom
- Commit:
2a0ad55e6136c891ab394ec7f8a07dbd9d888091
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use cli_rtable to construct the bgp socket path, not getrtable(2)
ok Tom
- Commit:
b3ef1874c36079d2d553f0f0ff29c020adda57a4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove fallback code for OpenBSD 6.8 and earlier
- Commit:
8b2d313fcfd72c808e3b125f1c5033a1270e7bca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove references to dhclient(8); obsolete since OpenBSD 7.2
Should fix github issue #163 as a side effect
- Commit:
ce8077eccc5233b5f21eb44989f89cd0daa504d1
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #161 from smytht/logger
add logger command for entering messages into the ..
- Commit:
309124c7f0f0a02f979d48dca25193c81c97ed27
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update extensive-nsh-openbsd-integrate.sh move motd on import
move /etc/motd on import so the sym link works then
- Commit:
4282096ce0a55f2acaff2df0813c066751158cb7
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
add logger command for entering messages into the ..
system log or /var/log/messages
- Commit:
69aa42d63b79974d2490eeb6ac9565ff042527ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
honour DESTDIR in 'make install' target
- Commit:
d439592012f7858a81ef1e384713128905908e10
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md remove chmod commands and use sh ...
.. with shell script instead based on feedback from STSP
- Commit:
f59823bb564ec56fae2ab0b57805418d866d96c4
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Version Bump for release 1.2.2
- Commit:
eb100e28639f52a21d42487a19bd814018fd9ec7
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md rollback explict shell prompt inclusion as it was counter productive
- Commit:
741b54eca9d01739d17beea6894e956706be4849
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update README.md ahead of release
- Commit:
1bcd050e149bc20ed613376c13ff72a8ef8ec8b6
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
minor corrections to nsh.8 before release
mandoc -Tlint