Commit Graph

27 Commits

Author SHA1 Message Date
Andrew C b6a7ae43a9 Linux - update tmpfs 2014-10-13 15:05:43 -05:00
Andrew C c3cd673958 Linux - add -L/--listfiles option to linux_find_file 2014-05-27 10:18:44 -05:00
iMHLv2 e6ed7078f9 sync with r3581 of trunk 2014-01-17 14:21:55 -06:00
iMHLv2 f699e93a4f sync with r3514 2013-10-08 01:04:26 -04:00
iMHLv2 d242168adb initial commit of r3513 branch 2013-10-07 11:55:04 -04:00
awalters 4c7cc26502 Standardization of file headers. License clarification. Dumpfiles committed to trunk. 2013-10-08 04:16:13 +00:00
iMHLv2 e8569a92d6 add **kwargs for all linux plugins 2013-03-07 15:28:36 +00:00
iMHLv2 be4231481f fix pydoc for linux_tmpfs function 2013-02-22 14:46:42 +00:00
iMHLv2 e317dfe58f remove unused inode.i_size variable 2013-02-22 14:19:03 +00:00
iMHLv2 2605f7bfcc remove some unnecessary variable reassignments in linux_tmpfs 2013-02-22 14:16:19 +00:00
iMHLv2 e899be9888 fix linux_tmpfs for --tz time zone handling and UnixTimeStamp 2013-02-22 14:07:38 +00:00
iMHLv2 a6a72d898b some whitespace in linux_tmpfs 2013-02-19 20:06:57 +00:00
iMHLv2 4f7e22430b remove the linux_common.S_ISREG and linux_common.S_ISDIR functions. replace them with an inode object class that has is_dir() and is_reg() methods 2013-02-19 20:05:32 +00:00
iMHLv2 5978db698a fix a bug in linux_tmpfs, introduced after 2.2 when we converted the 'name' variable to a simple character buffer into a volatility String object. spotted by Sebastien Bourdon-Richard 2013-02-13 01:56:41 +00:00
atcuno cbdef36153 Linux - move radix tree and getting files into find_file and update tmpfs to use new code 2012-09-12 00:28:36 +00:00
atcuno 30d782dbd8 Linux - remove unnecesary TODOs and change some to FUTURE 2012-09-10 20:12:35 +00:00
atcuno 17a6ab5240 Linux - clean up tmpfs 2012-09-10 17:48:32 +00:00
mike.auty@gmail.com e017034023 Pylint, formatting and styles fixes for all linux plugins. 2012-09-10 15:06:57 +00:00
atcuno b8c8e3ceca Linux - make each plugin get its own address space 2012-09-09 18:18:57 +00:00
iMHLv2 1009303990 Linux - tmpfs move docstring under the function definition 2012-09-09 17:53:15 +00:00
atcuno 12b94d0066 Linux - tmpfs fix command line option processing 2012-09-08 07:07:02 +00:00
iMHLv2 e68fdc745f Linux - whitespace and replace a try/except with try/except OSError to be specific in linux_tmpfs 2012-09-03 03:30:18 +00:00
atcuno 2a6c85c471 Linux - update mount and tmpfs to support mount namespaces (3.x) and add new type to module.c 2012-08-31 16:13:25 +00:00
iMHLv2 845045162b minor changes to linux plugin descriptions for consistency 2012-08-26 17:25:25 +00:00
atcuno c05d36859a Linux - move page cache code out of tmpfs, add support for sparse_mem in page cache code 2012-08-25 16:32:32 +00:00
atcuno 9427b366f0 Linux - update all plugins but cpuinfo to new symbol handling method 2012-08-24 23:21:08 +00:00
mike.auty@gmail.com e5ae67f65a Merge in most of linux-support. 2012-08-16 11:00:06 +00:00