Age | Commit message (Expand) | Author |
---|---|---|
2006-05-17 | Don't cast malloc() | Pedro Martelletto |
2006-05-01 | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions | Pedro Martelletto |
2006-05-01 | Rename functions and move prototypes around | Pedro Martelletto |
2006-05-01 | Make static functions global so DDB can see them | Pedro Martelletto |
2006-04-30 | Prune remaining of the code, no binary change | Pedro Martelletto |
2006-04-30 | Prune getcwd_common() and vn_isunder(), no binary change | Pedro Martelletto |
2006-04-30 | Prune proc_isunder() and sys___getcwd(), no binary change | Pedro Martelletto |
2006-04-29 | KNF bits | Pedro Martelletto |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto |