examples/csh: Case insensitive search in pagerThis is one of the most commonly requested configurations I'm asked toshare or put in man(1). Currently I think this is the most appropriateand canno
examples/csh: Case insensitive search in pagerThis is one of the most commonly requested configurations I'm asked toshare or put in man(1). Currently I think this is the most appropriateand cannonical place for it.MFC after: 3 daysReviewed by: carlavilla, impApproved by: carlavilla (mentor)Differential Revision: https://reviews.freebsd.org/D49833
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
- Add two new subcommands to rc.subr: "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc- Update th
- Add two new subcommands to rc.subr: "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc- Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changesApproved by: baptSponsored by: Essen Linuxhotel Hackathon 2016Differential Revision: D452
Fix issues that kept some of the examples from actually working.PR: 144534Submitted by: Nicolas EdelMFC after: 1 week
Add a bunch more example completions.Submitted by: wblockApproved by: cperciva (implicit)MFC after: 3 days
Include a warning when using the example code as it may notwork in unusual situations.Also slightly optimize the command.Submitted by: Jeremy Chadwick jdc@koitsu.orgApproved by: cperciva (implic
Include a warning when using the example code as it may notwork in unusual situations.Also slightly optimize the command.Submitted by: Jeremy Chadwick jdc@koitsu.orgApproved by: cperciva (implicit)MFC after: 1 week
Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agentsocket path if runningPR: 167932Submitted by: madpilot (pr)Submitted by: wblock (final patch)Reviewed by: If someone else rev
Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agentsocket path if runningPR: 167932Submitted by: madpilot (pr)Submitted by: wblock (final patch)Reviewed by: If someone else reviewed your modification.Approved by: cperciva (implicit)MFC after: 3 days
Sort completionsAdd a new one for sysctlSubmitted by: rm (the new completion)Approved by: cperciva (implicit)MFC after: 3 days
Fix typo (add a missing '%/' in sed)Submitted by: jmallettApproved by: cperciva (implicit)MFC after: 3 days
Update examples with corrections from the authorPR: ports/160689Submitted by: mickael.maillot@gmail.comApproved by: cperciva (implicit)MFC after: 1 days (with r233429)
Add a few more examplesSubmitted by: jmallettApproved by: cperciva (implicit)MFC after: 3 daysX-MFC-With: r233429
- Make the default values for tcsh more user friendly- Add an examples file with many of the not accepted suggestions from the discussionPR: conf/160689Reviewed by: manyDiscussed on: currentAp
- Make the default values for tcsh more user friendly- Add an examples file with many of the not accepted suggestions from the discussionPR: conf/160689Reviewed by: manyDiscussed on: currentApproved by: cperciva