summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-03-27 18:22:17 +0000
committergad <gad@FreeBSD.org>2004-03-27 18:22:17 +0000
commit2b815e77edae1ffc81736174baac25ffe90fb4c8 (patch)
tree13096040266f12f219a6370424a49389e7d36c75 /sys/netinet/tcp_usrreq.c
parentfb520fa8601bde156dded0cc31041563198d394a (diff)
downloadFreeBSD-src-2b815e77edae1ffc81736174baac25ffe90fb4c8.zip
FreeBSD-src-2b815e77edae1ffc81736174baac25ffe90fb4c8.tar.gz
Support more POSIX/SUSv3 options:
- Change `-p' to allow a list of process IDs, and `-t' to allow a list of terminal names, instead of only a single value for each. - Add the `-A' option of SUSv3, which is exactly the same as `-ax'. - Add the `-G gidlist' (group id). - Allow any of these "selector options" to be specified multiple times, and have `ps' keep adding to a given list -- instead of replacing the previously-specified values. - Fix interactions between selector-options, so that: "If any are specified, ... ps shall select the processes represented by the inclusive OR of all the selection-criteria options." (from SUSv3) - Add a `-X' option, which is the reverse of the `-x' option. - various minor improvements in parsing and error handling. This does not get us to match POSIX/SUSv3, but it gets us closer. The `-g pgidlist', `-R ruserlist' and `-s sidlist' options mentioned in freebsd-standards are still under debate, so they skipped for now. It should be true that this introduces no user-visible incompatible changes, except to support "new stuff" that was not supported before.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud