DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net bpf.c if_tap.c if_tun.c ppp_tty.c
dillon 2003/07/19 14:14:44 PDT
Modified files:
sys/net bpf.c if_tap.c if_tun.c ppp_tty.c
Log:
Remove the priority part of the priority|flags argument to tsleep(). Only
flags are passed now. The priority was a user scheduler thingy that is not
used by the LWKT subsystem. For process statistics assume sleeps without
P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
This commit should not contain any operational changes.
Revision Changes Path
1.4 +2 -3 src/sys/net/bpf.c
1.5 +2 -2 src/sys/net/if_tap.c
1.5 +2 -2 src/sys/net/if_tun.c
1.5 +2 -2 src/sys/net/ppp_tty.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]