emc2 Developers: yabosukz

Login name:
yabosukz
Total Commits:
73 (0.7%)
Lines of Code:
6337 (1.2%)
Most Recent Commit:
2005-11-10 05:21

Activity by Clock Time

Activity by Hour of Day for yabosukz

Activity by Day of Week for yabosukz

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 73 (100.0%) 6337 (100.0%) 86.8
src/emc/ini/ 15 (20.5%) 1996 (31.5%) 133.0
src/emc/iotask/ 2 (2.7%) 1184 (18.7%) 592.0
src/emc/usr_intf/ 3 (4.1%) 1101 (17.4%) 367.0
src/emc/canterp/ 1 (1.4%) 592 (9.3%) 592.0
src/emc/task/ 7 (9.6%) 568 (9.0%) 81.1
src/emc/nml_intf/ 8 (11.0%) 443 (7.0%) 55.3
src/emc/kinematics/ 11 (15.1%) 204 (3.2%) 18.5
src/hal/components/ 3 (4.1%) 91 (1.4%) 30.3
scripts/ 1 (1.4%) 47 (0.7%) 47.0
src/rtapi/ 5 (6.8%) 44 (0.7%) 8.8
src/ 6 (8.2%) 38 (0.6%) 6.3
src/libnml/inifile/ 1 (1.4%) 9 (0.1%) 9.0
src/emc/rs274ngc/ 1 (1.4%) 4 (0.1%) 4.0
src/emc/motion/ 1 (1.4%) 4 (0.1%) 4.0
src/libnml/os_intf/ 1 (1.4%) 3 (0.0%) 3.0
src/hal/classicladder/ 3 (4.1%) 3 (0.0%) 1.0
src/rtapi/examples/shmem/ 1 (1.4%) 2 (0.0%) 2.0
src/emc/ 1 (1.4%) 2 (0.0%) 2.0
src/rtapi/examples/ 1 (1.4%) 1 (0.0%) 1.0
src/hal/utils/ 1 (1.4%) 1 (0.0%) 1.0

Activity of yabosukz

Most Recent Commits

yabosukz 2005-11-10 05:21

i add missin modules. show you how use module_param.

13 lines of code changed in:

  • src: Makefile.inc.in (+4 -5)
  • src/rtapi: rtai_rtapi.c (+9 -4)
yabosukz 2005-10-31 08:55

strsep not in 2.2 kernel

29 lines of code changed in:

  • src/rtapi: vsnprintf.h (+29 -2)
yabosukz 2005-10-28 20:18

fix bug. clean code.

82 lines of code changed in:

  • src/hal/components: freqgen.c (+1 -1), stepgen.c (+81 -112)
yabosukz 2005-08-10 03:35

bug fix

3 lines of code changed in:

  • src/libnml/os_intf: _sem.c (+3 -3)
yabosukz 2005-07-23 10:25

need flag to fix bug wit c-3+

15 lines of code changed in:

  • src: Makefile.inc.in (+1 -1), configure (+8 -1), configure.in (+6)
yabosukz 2005-07-22 08:04

fix make

39 lines of code changed in:

  • src: Make.rules (+19 -1), Makefile (-16)
  • src/hal/classicladder: Makefile (+1), calc.c (+1), manager.c (+1)
  • src/hal/components: blocks.c (+9 -2)
  • src/hal/utils: m5i20cfg.c (+1 -1)
  • src/rtapi: Makefile (+4 -4)
  • src/rtapi/examples: Makefile (+1 -1)
  • src/rtapi/examples/shmem: Makefile (+2)
yabosukz 2005-07-09 06:23

give lock in delete

9 lines of code changed in:

  • src/libnml/inifile: inifile.cc (+9 -12)
yabosukz 2005-07-08 09:52

fix error

47 lines of code changed in:

  • src/emc/ini: iniaux.cc (+6 -4), iniaxis.cc (+6 -4), inicool.cc (+5 -4), inilube.cc (+6 -4), inispin.cc (+5 -4), initool.cc (+5 -4), initraj.cc (+6 -4)
  • src/emc/task: emctaskmain.cc (+8 -4)
yabosukz 2005-07-08 09:11

fix some more bugz

6051 lines of code changed in:

  • src/emc: Makefile (+2 -3)
  • src/emc/canterp: canterp.cc (+592 -582)
  • src/emc/ini: iniaux.cc (+95 -116), iniaxis.cc (+842 -842), iniaxis.hh (+5 -4), inicool.cc (+101 -116), inilube.cc (+92 -116), inispin.cc (+357 -401), initool.cc (+80 -79), initraj.cc (+385 -392)
  • src/emc/iotask: ioControl.cc (+744 -690), simIoControl.cc (+440 -427)
  • src/emc/kinematics: cubic.c (+13 -10), cubic.h (+6 -6), kinematics.h (+15 -12), mmxavg.c (+5 -4), prflib.h (+18 -28), tc.c (+42 -37), tc.h (+11 -9), tp.c (+31 -24), tp.h (+16 -10), trajectory.h (+36 -34), trivkins.c (+11 -10)
  • src/emc/motion: command.c (+4 -4)
  • src/emc/nml_intf: canon.hh (+29 -17), emc.cc (+11 -10), emc.hh (+199 -167), emcargs.cc (+4 -3), emcops.cc (+4 -3), interp_return.hh (+8 -5), interpl.cc (+146 -146), interpl.hh (+42 -44)
  • src/emc/rs274ngc: rs274ngc_pre.cc (+4 -4)
  • src/emc/task: emccanon.cc (+43 -31), emcsvr.cc (+35 -30), emctask.cc (+58 -51), emctaskmain.cc (+337 -303), iotaskintf.cc (+17 -14), taskintf.cc (+70 -78)
  • src/emc/usr_intf: emcsh.cc (+696 -521), iosh.cc (+195 -151), usrmot.c (+210 -149)
yabosukz 2005-07-07 16:13

fix 2 bugz

49 lines of code changed in:

  • scripts: emc.run (+47 -47)
  • src/rtapi: rtai_rtapi.c (+1 -1), rtl_rtapi.c (+1 -1)
Generated by StatCVS 0.3