freebsd-dev/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 Change semantics of socket close and detach. Add a new protocol switch 2006-07-21 17:11:15 +00:00
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 Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
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 Convert function declarations to ANSI C. 2006-01-22 01:04:05 +00:00
atm_socket.c Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
atm_stack.h
atm_subr.c
atm_sys.h Try to unbreak the tinderbox: Cast a time_t argument to long before printing 2005-12-27 12:33:18 +00:00
atm_usrreq.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
atm_var.h Chance protocol switch method pru_detach() so that it returns void 2006-04-01 15:42:02 +00:00
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