Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10632: make randint() unprivileged | Frank Ch. Eigler | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | PR10632: simplify randint() implementation | Frank Ch. Eigler | 2009-09-23 | 1 | -16/+12 |
| | | | | | | | | | * tapset/random.stp (randint): Make it 1-arity (imply min=0). Document with kerneldoc. * doc/Systemtap_Tapset_Reference/tapsets.tmpl: Extract the docs. * runtime/arith.c (_stp_random_pm_u): Rename without _pm. (_stp_random_pm): Rewrite in terms of ..._u. * testsuite/random.stp: Adapt & simplify. | ||||
* | PR10632: tapset: randint() function + tests | Roland Grunberg | 2009-09-23 | 1 | -0/+18 |