0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix nested OSError More... over 9 years ago
export login_tty from libutil More... over 9 years ago
patched version of pty.py for FreeBSD More... over 9 years ago
kldload(2) returns -1 on failure, not 0 on success. More... over 9 years ago
Return empty entries list for newly created ACL. More... over 9 years ago
Make last "return" reachable More... almost 10 years ago
Fucking acls, how do they work?!?! More... almost 10 years ago
Decode error messages to ascii strings. More... almost 10 years ago
Ooops, typo More... almost 10 years ago
ACL is reindexing entries on delete, so delete from head until list is empty. More... almost 10 years ago
Initial changes to make it work with python 3 More... almost 10 years ago
Automatically encode/decode strings in devinfo module. More... almost 10 years ago
Make sysctl import python 3 compatible More... almost 10 years ago
Use six to get next in the generator More... almost 10 years ago
Make kld module py3k compatible More... almost 10 years ago
Make sysctl module work with python 3 strings More... almost 10 years ago
Make it python 3 compatible More... almost 10 years ago
Make acl.apply() work with unicode strings. More... almost 10 years ago
"provider" property can return None. More... almost 10 years ago
Fix empty ACL creation and __setstate__() method. More... almost 10 years ago
Apply ownership/permissions to root directory in recursive mode. More... almost 10 years ago
Similar to the horrible, horrible change we did for libgeom, do a horrible, horrible change to py-bsd's sysctl, to try to deal with the case where the size of the requested object keeps changing on us. More... almost 10 years ago
Add clock_gettime() and clock_settime() wrappers. Clean up __init__.py module a bit. More... almost 10 years ago
Make ResourceManager always return a list of devices More... almost 10 years ago
Allocate oldlen + 16K in case sysctl output grows significantly on the last moment. More... almost 10 years ago
Serialize tag name to string. More... almost 10 years ago
Allow file= kwarg to be unicode. More... almost 10 years ago
Add very simple devinfo module for devinfo(3) interface More... almost 10 years ago
Add recursive versions of os.lchmod() and os.lchown() More... almost 10 years ago
Various improvements: * Allow to add, delete and clear ACL entries * Add __setstate__() method to ACL and ACLEntry allowing to set state from dictionary. * Allow to get and set permset and flagset items by strings. More... almost 10 years ago