| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | config: add $egrep | Dan Cross | 2025-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Introduce a new variable set in $PLAN9/config: $egrep, which is conditionally set to either `egrep` or `grep -E`, based on platform, and use this when we want to invoke `egrep`. This works around the endless warnings from GNU grep stating that `egrep` is deprecated in favor of `grep -E`, when run on e.g. Linux. | ||||
| * | auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3) | Gleydson Soares | 2015-12-08 | 1 | -1/+1 |
| | | | | | | | Change-Id: I6a096ba24809a402911c30406d384d16c03fc96c Reviewed-on: https://plan9port-review.googlesource.com/1410 Reviewed-by: Russ Cox <rsc@swtch.com> | ||||
| * | darwin | rsc | 2005-11-10 | 1 | -1/+1 |
| | | |||||
| * | Goodbye SHORTLIB | rsc | 2005-01-04 | 1 | -1/+0 |
| | | |||||
| * | use kvm on darwin | rsc | 2004-04-23 | 1 | -1/+1 |
| | | |||||
| * | use kvm | rsc | 2004-04-23 | 1 | -0/+3 |
| | | |||||
| * | stats helper | rsc | 2004-04-23 | 1 | -0/+15 |
