Zbr's days.
December
Sun Mon Tue Wed Thu Fri Sat
         
29
           
2006
Months
Dec

About TODO Blog RSS Old blog Projects Gallery Notes

Fri, 29 Dec 2006

Climbing evening.


It was quite new trainig - I climbed on the vertical walls and on negative slope second time for the last three months. My insurance partner was instructor Anya, who helped a lot and even tried to push me up on the final trace - but after four quite complex old traces, combined into series of two in one run, I was too tired to complete on-sight new one on negative slope (start is almost horizontal wall, but next part was quite easy on vertical wall), so I miserably failed several times on start until helped myself with other holds.
It as quite new feelings to climb on vertical walls, but I found that I perform quite good and make some new interesting movings trained 'on the ground' with boulderings.

My next training will be only in a week or so - climbing zone is closed for vacations.

/life :: Link / Comments (0)


New netchannels 'take20' release.


Short changelog:

  • process NAT directly in enqueue callback instead of postponing work to kernel thread
  • fixed obsoleted route update
  • fixed netchannel queueing locking

/devel/networking :: Link / Comments (0)


New kevent 'take30' release.


Short changelog:

  • new private userspace notifications - allows to queue any userspace private event and then mark it as ready using kevent_ctl(KEVENT_READY) command
  • KEVENT_REQ_READY flag - if set kevent will be marked as ready at enqueue time (allows for example to send a signal to process through kevent subsytem)
  • port to 2.6.20-rc2 tree (54abb5fcdae74a811ed440ec6556cabc6b24f404 commit)
  • use struct kmem_cache instead of kmem_cache_t
  • added notificaion type into search key, this allows to have the same id for different types of notifications
Enjoy!

/devel/kevent :: Link / Comments (0)