freebsd-src/sys/netatm
Robert Watson 2b851aeb63 Disconnect netatm from the build as it is not MPSAFE and relies on
NET_NEEDS_GIANT, which will shortly be removed.  This is done in a
away that it may be easily reattached to the build before 7.1 if
appropriate locking is added.  Specifics:

- Don't install netatm include files
- Disconnect netatm command line management tools
- Don't build libatm
- Don't include ATM parts in rescue or sysinstall
- Don't install sample configuration files and documents
- Don't build kernel support as a module or in NOTES
- Don't build netgraph wrapper nodes for netatm

This removes the last remaining consumer of NET_NEEDS_GIANT.

Reviewed by:	harti
Discussed with:	bz, bms
Approved by:	re (kensmith)
2007-07-14 21:49:24 +00:00
..
ipatm Fix various compilation warnings for gcc-4.2. 2007-06-23 00:02:20 +00:00
sigpvc
spans Fix various compilation warnings for gcc-4.2. 2007-06-23 00:02:20 +00:00
uni Fix various compilation warnings for gcc-4.2. 2007-06-23 00:02:20 +00:00
atm.h
atm_aal5.c
atm_cm.c Fix various compilation warnings for gcc-4.2. 2007-06-23 00:02:20 +00:00
atm_cm.h
atm_device.c
atm_if.c Fix use after free bug: use temporary variable to hold next entry in linked 2007-04-03 12:45:10 +00:00
atm_if.h
atm_ioctl.h
atm_pcb.h
atm_proto.c Disconnect netatm from the build as it is not MPSAFE and relies on 2007-07-14 21:49:24 +00:00
atm_sap.h
atm_sigmgr.h
atm_signal.c
atm_socket.c
atm_stack.h
atm_subr.c
atm_sys.h
atm_usrreq.c
atm_var.h
atm_vc.h
port.h
queue.h