freebsd-nq/sys/netatm
Ruslan Ermilov ea26d58729 Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
Removed dead code that assumed that M_TRYWAIT can return NULL; it's not true
since the advent of MBUMA.

Reviewed by:	arch

There are ongoing disputes as to whether we want to switch to directly using
UMA flags M_WAITOK/M_NOWAIT for mbuf(9) allocation.
2008-03-25 09:39:02 +00:00
..
ipatm In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
sigpvc In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
spans In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
uni In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
atm_aal5.c
atm_cm.c
atm_cm.h
atm_device.c
atm_if.c
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
atm.h
port.h Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. 2008-03-25 09:39:02 +00:00
queue.h