freebsd-skq/sys/netatm
arr 1471410889 - Finish the uni part of the storage pool cleanup. There should now only
be a few bits left to clean from the HARP code in terms of what is using
  the storage pools; once that's done, the memory management code can be
  removed entirely.

  This commit effectively changes the use of dynamic memory routines from
  atm_allocate, atm_free, atm_release_pool to uma_zcreate, uma_zalloc,
  uma_zfree, uma_zdestroy.
2002-06-13 14:32:51 +00:00
..
ipatm Pacify gcc by preinitializing a variable. 2002-05-24 06:17:42 +00:00
sigpvc - Turn a couple of storage pools into UMA zones and their associated calls 2002-05-24 00:38:25 +00:00
spans Fix a few warnings by adding a missing prototype 2002-05-24 06:17:17 +00:00
uni - Finish the uni part of the storage pool cleanup. There should now only 2002-06-13 14:32:51 +00:00
atm_aal5.c Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
atm_cm.c - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_cm.h - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_device.c - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is not 2002-04-19 20:02:03 +00:00
atm_if.c - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
atm_if.h Use a larger data type to prevent counters wrapping so quickly. 2002-06-07 05:29:13 +00:00
atm_ioctl.h Use a larger data type to prevent counters wrapping so quickly. 2002-06-07 05:29:13 +00:00
atm_pcb.h More HARP polishina: 2000-10-12 07:42:34 +00:00
atm_proto.c - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
atm_sap.h
atm_sigmgr.h Remove __P. 2002-03-20 02:39:27 +00:00
atm_signal.c - Change KM_ macro calls to the appropriate function call. 2002-04-19 17:45:22 +00:00
atm_socket.c Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
atm_stack.h Remove __P. 2002-03-20 02:39:27 +00:00
atm_subr.c - Remove the init routine for loop -- it broke something and I don't have 2002-05-07 20:50:10 +00:00
atm_sys.h - Change KM_ macro calls to the appropriate function call. 2002-04-19 17:45:22 +00:00
atm_usrreq.c - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
atm_var.h - Add atm_init_fn 2002-05-07 20:36:35 +00:00
atm_vc.h More HARP polishina: 2000-10-12 07:42:34 +00:00
atm.h - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
port.h - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
queue.h