This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63dfee8866
freebsd-dev
/
sys
/
netgraph
History
Hartmut Brandt
a1adb510b2
Use the official ng_timeout function to trigger sending. This means,
...
that we can get rid of of all the spl*() calls, because ng_timeout handles the locking issues.
2004-01-30 15:34:57 +00:00
..
atm
Get rid of the old *LEN constants in favour of the new *SIZ constants
2004-01-26 14:57:49 +00:00
bluetooth
Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is one
2004-01-26 15:19:43 +00:00
netgraph.h
Get rid of the deprecated *LEN constants and use the new *SIZ
2004-01-26 12:24:07 +00:00
ng_async.c
ng_async.h
ng_base.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_bpf.c
ng_bpf.h
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_bridge.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_bridge.h
ng_cisco.c
Simplify timing gymnastics a bit.
2004-01-21 19:20:57 +00:00
ng_cisco.h
ng_device.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c
ng_eiface.h
ng_etf.c
ng_etf.h
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_ether.c
ng_ether.h
ng_fec.c
ng_fec.h
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c
ng_gif.h
ng_hole.c
ng_hole.h
ng_iface.c
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_ksocket.h
ng_l2tp.c
ng_l2tp.h
ng_lmi.c
ng_lmi.h
ng_message.h
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_mppc.c
ng_mppc.h
ng_one2many.c
ng_one2many.h
ng_parse.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_parse.h
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_ppp.c
ng_ppp.h
ng_pppoe.c
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_pppoe.h
Get rid of the deprecated *LEN constants in favour of the new
2004-01-26 14:05:31 +00:00
ng_pptpgre.c
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c
Correct the description of the net.graph.recvspace sysctl.
2004-01-27 22:02:01 +00:00
ng_socket.h
ng_socketvar.h
ng_source.c
Use the official ng_timeout function to trigger sending. This means,
2004-01-30 15:34:57 +00:00
ng_source.h
Define the new command NGM_SOURCE_START_NOW to allow generation of
2004-01-26 14:54:39 +00:00
ng_split.c
ng_split.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES