summaryrefslogtreecommitdiffstats
path: root/src/cmd/auxstats/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* config: add $egrepDan Cross2025-07-231-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 Soares2015-12-081-1/+1
| | | | | | Change-Id: I6a096ba24809a402911c30406d384d16c03fc96c Reviewed-on: https://plan9port-review.googlesource.com/1410 Reviewed-by: Russ Cox <rsc@swtch.com>
* darwinrsc2005-11-101-1/+1
|
* Goodbye SHORTLIBrsc2005-01-041-1/+0
|
* use kvm on darwinrsc2004-04-231-1/+1
|
* use kvmrsc2004-04-231-0/+3
|
* stats helperrsc2004-04-231-0/+15