1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix code before variable declaration; discouraged in OpenBSD style C More... almost 2 years ago
move definition of ctl daemons from ctl.c to externs.h More... almost 2 years ago
Merge pull request #100 from stspdotname/manual More... almost 2 years ago
add a manual command More... almost 2 years ago
remove stray \# at the top of nsh.8 More... almost 2 years ago
Merge pull request #99 from smytht/master More... almost 2 years ago
improve pf config command help, add pf check-config More... almost 2 years ago
add show pf commands More... almost 2 years ago
some whitespace cleanup
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Make getrtdump() work like every other routing table dumper. Loop until there is no more space needed. We got away without having the loop, but it could be important on a busy system.
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
update example prompts for commands that need config mode More... almost 2 years ago
fix minor typo with .Nm not on its own line More... almost 2 years ago
improve pf edit and pf reload information and More... almost 2 years ago
Whoops, nsh doesn't need to start pppoe after routes are entered anymore, but it does need to do it after aggr/trunk/vlan/carp to put a pppoe on top of the freshly created virtual interface. pppoe over carp isn't likely but /etc/netstart suggests it so start there
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Add rtable argument to db_delete_flag_x_ctl so the caller can specify instead of the function assuming cli_rtable. The db_insert_flag_x can specify rtable other than cli_rtable. Use 0 where specifity is not useful (lladdr uses it, yet the current value of cli_rtable is totally invalid in interface mode!) and use cli_rtable where it is necessary (in ctl routines.) This does resolve current mismatches with cli_rtable and 0 resulting in old items not getting deleted.
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
stsp's latest code hides the ugly pppoe route hack required by kernel sppp. Therefore, remove pppoe from latestartifs[]
chriscappuccio
as chris
More... almost 2 years ago
Merge pull request #98 from stspdotname/complete-help-ghs
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
Merge pull request #92 from stspdotname/int-space-num
chriscappuccio
as Chris Cappuccio
More... almost 2 years ago
switch CMPL(h) to use a table of struct ghs instead of a table of strings More... almost 2 years ago
Remove Pro TIP shorten the warning More... almost 2 years ago
Remove Pro TIP shorten the warning More... almost 2 years ago
Correct mandoc tags for disable, enable and configure modes More... almost 2 years ago
update double tab completion, add configure mode More... almost 2 years ago
Merge pull request #96 from stspdotname/group-completion More... almost 2 years ago
Merge pull request #97 from smytht/master More... almost 2 years ago
implement tab-completion support for the group command More... almost 2 years ago
remove faulty changes that accidentlay entered my pull request More... almost 2 years ago
move datastructures to top of commands.c after declaration More... almost 2 years ago
add ping ping6 traceroute and traceroute6 to interface mode More... almost 2 years ago
make exit a regular command in bridge context More... almost 2 years ago