1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/netgraph
Julian Elischer 079b7badea Pre-KSE/M3 commit.
this is a low-functionality change that changes the kernel to access the main
thread of a process via the linked list of threads rather than
assuming that it is embedded in the process. It IS still embeded there
but remove all teh code that assumes that in preparation for the next commit
which will actually move it out.

Reviewed by: peter@freebsd.org, gallatin@cs.duke.edu, benno rice,
2002-02-07 20:58:47 +00:00
..
netgraph.h
ng_async.c Get rid of the twisted MFREE() macro entirely. 2002-02-05 02:00:56 +00:00
ng_async.h
ng_base.c
ng_bpf.c
ng_bpf.h
ng_bridge.c Typo. 2001-12-15 20:53:15 +00:00
ng_bridge.h
ng_cisco.c
ng_cisco.h
ng_echo.c
ng_echo.h
ng_eiface.c
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether.c The hardware checksum code makes the assumption that a packet routed out 2002-02-05 18:27:30 +00:00
ng_ether.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 Pre-KSE/M3 commit. 2002-02-07 20:58:47 +00:00
ng_ksocket.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c Add support for 56 bit MPPE encryption. 2001-12-15 02:07:32 +00:00
ng_mppc.h Add support for 56 bit MPPE encryption. 2001-12-15 02:07:32 +00:00
ng_one2many.c
ng_one2many.h
ng_parse.c Some netgraph parse types (such as for the 'value' field in ng_ksocket's 2002-02-01 02:21:41 +00:00
ng_parse.h
ng_ppp.c
ng_ppp.h
ng_pppoe.c
ng_pppoe.h
ng_pptpgre.c
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c Replace ffind_* with fget calls. 2002-01-14 00:13:45 +00:00
ng_socket.h
ng_socketvar.h
ng_split.c
ng_split.h
ng_tee.c
ng_tee.h
ng_tty.c Get rid of the twisted MFREE() macro entirely. 2002-02-05 02:00:56 +00:00
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES