Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-17 | Add license notices where they were missing | Jeff Epler | 3 | -0/+45 | |
2009-06-20 | clean up ignores some more | Jeff Epler | 1 | -4/+0 | |
2009-06-20 | convert cvs ignores to git ignores | Jeff Epler | 1 | -0/+0 | |
2009-06-20 | Get rid of RTAPI_SUCCESS, use 0 instead | Jeff Epler | 2 | -7/+7 | |
The test "retval < 0" should feel familiar; it's the same kind of test you use in userspace (returns -1 for error) and in kernel space (returns -ERRNO for error) Signed-off-by: Jeff Epler <jepler@unpythonic.net> | |||||
2006-03-27 | remove unused files | Jeff Epler | 1 | -55/+0 | |
2006-01-24 | complete cvsignores for the whole tree. I don't get any "?"s on update anymore | Jeff Epler | 1 | -0/+4 | |
2005-07-23 | removed -fstrict_aliasing and -Wno-strict-aliasing... the latter caused ↵ | John Kasunich | 1 | -2/+0 | |
compile errors on 3 of 4 BDI systems in the compile farm, and the former may not be safe for kernel modules and related code | |||||
2005-07-22 | fix make | Paul Corner | 1 | -0/+2 | |
2005-07-14 | modified the RTAPI examples Makefiles so that they build on 2.6 and other ↵ | Alex Joni | 1 | -2/+11 | |
kbuild systems | |||||
2005-04-27 | removed a layer of '../' from a few more lower level makefiles | John Kasunich | 1 | -2/+2 | |
2004-01-28 | Reverted a couple of files that were changed in error | Paul Corner | 2 | -20/+13 | |
2004-01-25 | Base set of files committed so that work can progress on emc2 | Paul Corner | 2 | -13/+20 | |
2003-12-23 | Minor oops.... | Paul Corner | 1 | -1/+1 | |
2003-12-23 | Range checking on msg_level in the procfs | Paul Corner | 1 | -1/+1 | |
2003-11-17 | restructured halmeter, tweaked makefiles, ran indent on all source files | John Kasunich | 3 | -138/+143 | |
2003-11-07 | added first two rtapi examples | John Kasunich | 4 | -0/+252 | |