cvs commit: src/sys/netgraph ng_car.c

2008-04-01 Thread Alexander Motin
mav 2008-04-01 13:58:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netgraph ng_car.c Log: MFC rev. 1.6-1.7 - Switch from timeval to bintime, to use 1/(2^20) of seconds instead of microseconds. It allows to use bit shifts instead of so

cvs commit: src/sys/netgraph ng_car.c

2008-03-30 Thread Alexander Motin
mav 2008-03-30 07:53:51 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: - Account all node stats at the shape mode. - Do not check destination hook presence, it will be done by netgraph. - Use u_int instead of int in some places to simplify t

cvs commit: src/sys/netgraph ng_car.c

2008-03-27 Thread Alexander Motin
mav 2008-03-27 20:04:20 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: Switch from timeval to bintime, to use 1/(2^20) of seconds instead of microseconds. It allows to use bit shifts instead of some heavy 64bit mul/div math operations.

cvs commit: src/sys/netgraph ng_car.c ng_car.h

2008-02-06 Thread Alexander Motin
mav 2008-02-06 21:52:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netgraph ng_car.c ng_car.h Log: MFC: Add option to set packets per second limits instead of default bits per second ones. Revision ChangesPath 1.4.2.1 +7

cvs commit: src/sys/netgraph ng_car.c ng_car.h

2007-12-19 Thread Alexander Motin
mav 2007-12-19 22:50:14 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c ng_car.h Log: Add option to set packets per second limits instead of default bits per second ones. Revision ChangesPath 1.5 +76 -22src/sys/netgraph/ng_car.

cvs commit: src/sys/netgraph ng_car.c

2007-06-13 Thread Alexander Motin
mav 2007-06-13 11:01:17 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: Add missing ng_uncallout() on node shutdown. Approved by:glebius (mentor) Revision ChangesPath 1.4 +2 -0 src/sys/netgraph/ng_car.c ___

cvs commit: src/sys/netgraph ng_car.c

2007-05-17 Thread Alexander Motin
mav 2007-05-17 13:33:38 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: Fix small copy/paste mistake. Revision ChangesPath 1.3 +1 -1 src/sys/netgraph/ng_car.c ___ cvs-all@freebsd.

cvs commit: src/sys/netgraph ng_car.c

2007-05-16 Thread Alexander Motin
mav 2007-05-16 12:11:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: Style cleanup. Approved by:glebius (mentor) Revision ChangesPath 1.2 +89 -100 src/sys/netgraph/ng_car.c _

cvs commit: src/sys/netgraph ng_car.c ng_car.h

2007-05-15 Thread Alexander Motin
mav 2007-05-15 16:09:24 UTC FreeBSD src repository Added files: sys/netgraph ng_car.c ng_car.h Log: A node that implements various traffic shaping and rate limiting algorithms. Approved by:glebius (mentor) Revision ChangesPath 1.1 +728 -0