| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 2 | -3/+33 |
* | - Remove the init routine for loop -- it broke something and I don't have | arr | 2002-05-07 | 1 | -11/+4 |
* | - Use an array of init functions to be used in a for loop in our | arr | 2002-05-07 | 1 | -4/+11 |
* | - Add atm_init_fn | arr | 2002-05-07 | 1 | -0/+2 |
* | - Add atm_sock_init() | arr | 2002-05-07 | 3 | -9/+16 |
* | - Change the atm_cm_init function to take no argument. | arr | 2002-05-07 | 2 | -2/+2 |
* | - Replaced the Atm_connection storage pool with an uma_zone of | arr | 2002-05-02 | 3 | -29/+31 |
* | - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc. | arr | 2002-04-30 | 3 | -15/+4 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -2/+5 |
* | - Tweak wording of panic message to make more sense. | arr | 2002-04-24 | 1 | -2/+2 |
* | - Turn the atm_stackq_pool into a uma_zone (and change it's name to | arr | 2002-04-24 | 1 | -9/+9 |
* | - Remove atm_attributes_pool and the relating atm_allocate() and atm_free() | arr | 2002-04-24 | 3 | -11/+15 |
* | - Revert previous change of atm storage pools -> uma_zones until a solution | arr | 2002-04-22 | 3 | -19/+17 |
* | - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone's | arr | 2002-04-22 | 3 | -17/+19 |
* | - Nuke some more not needed #ifdef cruft. | arr | 2002-04-21 | 14 | -319/+0 |
* | - Create a ``zero fill'' constructor for uma_zcreate's ctor argument. | arr | 2002-04-20 | 2 | -0/+11 |
* | - Nuke small sgi ifdef bits. | arr | 2002-04-20 | 2 | -9/+0 |
* | - Nuke some more #ifdef sun related sections. | arr | 2002-04-19 | 4 | -41/+1 |
* | - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is not | arr | 2002-04-19 | 2 | -69/+0 |
* | - Change KM_ macro calls to the appropriate function call. | arr | 2002-04-19 | 30 | -238/+170 |
* | Fix missing commas. | mdodd | 2002-04-17 | 1 | -4/+4 |
* | Remove a stray comment terminator that was hiding beyond 80 columns. | mdodd | 2002-04-17 | 1 | -1/+1 |
* | - Add defines for ABR and UBR traffic types. | mdodd | 2002-04-17 | 2 | -0/+6 |
* | Wrap function in #ifdef DIAGNOSTIC to compile with -Werror. | mdodd | 2002-04-17 | 1 | -2/+4 |
* | Add ESA200 to enum atm_device. | mdodd | 2002-04-17 | 1 | -0/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 42 | -719/+709 |
* | Remove __P. | alfred | 2002-03-20 | 12 | -185/+181 |
* | Unbreak fore adapters from POV of warnings. | julian | 2002-02-27 | 2 | -2/+2 |
* | Replace a few more lines of code orphaned by MFREE going away. | mjacob | 2002-02-07 | 1 | -4/+8 |
* | Allow this to compile again | julian | 2002-01-30 | 1 | -0/+1 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -2/+2 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -35/+35 |
* | Don't call log() without a format string. | kris | 2001-09-10 | 2 | -2/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | Commited patch for uni signaling fix. | pirzyk | 2001-07-11 | 1 | -2/+2 |
* | Silence some warnings | alfred | 2001-03-20 | 2 | -10/+10 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 2 | -2/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Add back some now needed #include <sys/systm.h> | phk | 2000-12-07 | 28 | -0/+31 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 3 | -10/+4 |
* | Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> | phk | 2000-10-30 | 4 | -0/+4 |
* | Remove more unused #includes. | phk | 2000-10-30 | 36 | -36/+0 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove more unused #includes. | phk | 2000-10-27 | 9 | -30/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 63 | -63/+0 |
* | Forgot these files in my kerninclude limited run. | phk | 2000-10-12 | 2 | -34/+0 |
* | Remove the #include kitchensink <netatm/kern_include.h> and add | phk | 2000-10-12 | 65 | -193/+1314 |