| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 36 | -355/+108 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 9 | -81/+26 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 2 | -19/+6 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 16 | -155/+48 |
* | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -9/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 4 | -49/+30 |
* | There is no reason to be cute with ntohl(). Just call it directly rather | David E. O'Brien | 2003-02-23 | 5 | -22/+8 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 22 | -71/+71 |
* | Band-XXX-aid an easy to provoke panic. | Poul-Henning Kamp | 2003-01-28 | 1 | -0/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 23 | -83/+83 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 3 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 3 | -5/+5 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -2/+1 |
* | Indirectly pull in declaration for M_IFADDR. | Jeffrey Hsu | 2002-12-28 | 1 | -0/+1 |
* | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+2 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 2 | -0/+5 |
* | - Change the ATM stack functions to use intptr_t instead of int for opaque | John Baldwin | 2002-11-08 | 31 | -202/+205 |
* | Add a field to struct cmn_unit to hold a pointer to the driver's softc. | Matthew N. Dodd | 2002-10-01 | 1 | -0/+2 |
* | Include <sys/systm.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-29 | 2 | -16/+2 |
* | Include <sys/systm.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-29 | 1 | -2/+1 |
* | Make netatm/spans compile in the kernel without depending on userland | Peter Wemm | 2002-09-17 | 4 | -4/+381 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
* | - Remove UM_* user land memory macros since they are no longer used. | Andrew R. Reiter | 2002-06-24 | 1 | -17/+1 |
* | - Remove DMA_* macros as only one, DMA_GET_ADDR, was used. | Andrew R. Reiter | 2002-06-24 | 1 | -8/+0 |
* | - Remove the definition for SCHED_ATM | Andrew R. Reiter | 2002-06-24 | 1 | -1/+0 |
* | - Turn a DIAGNOSTIC check into a KASSERT(9). | Andrew R. Reiter | 2002-06-17 | 1 | -4/+1 |
* | - Turn a DIAGNOSTIC check into a KASSERT(9) macro. | Andrew R. Reiter | 2002-06-17 | 1 | -6/+2 |
* | - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9). | Andrew R. Reiter | 2002-06-17 | 1 | -7/+7 |
* | - Chainsaw the storage pool code. This was being used by a bunch of code | Andrew R. Reiter | 2002-06-14 | 3 | -404/+1 |
* | - Turn the hea and hfa HARP storage pools into UMA zones and insert | Andrew R. Reiter | 2002-06-14 | 4 | -19/+22 |
* | - Finish the uni part of the storage pool cleanup. There should now only | Andrew R. Reiter | 2002-06-13 | 18 | -200/+195 |
* | Use a larger data type to prevent counters wrapping so quickly. | Matthew N. Dodd | 2002-06-07 | 2 | -14/+14 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 2 | -33/+3 |
* | Pacify gcc by preinitializing a variable. | Peter Wemm | 2002-05-24 | 1 | -2/+2 |
* | Fix a few warnings by adding a missing prototype | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
* | - Remove a few storage pools and replace them with UMA zones. The spans | Andrew R. Reiter | 2002-05-24 | 7 | -78/+90 |
* | - Turn a couple of storage pools into UMA zones and their associated calls | Andrew R. Reiter | 2002-05-24 | 2 | -10/+13 |
* | - Fix uma_zcreate parameters -- don't pass M_* flags here, doh. | Andrew R. Reiter | 2002-05-23 | 1 | -2/+2 |
* | - Turn two more storage pools into UMA zones and make the related memory | Andrew R. Reiter | 2002-05-23 | 4 | -30/+31 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 2 | -3/+33 |
* | - Remove the init routine for loop -- it broke something and I don't have | Andrew R. Reiter | 2002-05-07 | 1 | -11/+4 |
* | - Use an array of init functions to be used in a for loop in our | Andrew R. Reiter | 2002-05-07 | 1 | -4/+11 |
* | - Add atm_init_fn | Andrew R. Reiter | 2002-05-07 | 1 | -0/+2 |
* | - Add atm_sock_init() | Andrew R. Reiter | 2002-05-07 | 3 | -9/+16 |
* | - Change the atm_cm_init function to take no argument. | Andrew R. Reiter | 2002-05-07 | 2 | -2/+2 |
* | - Replaced the Atm_connection storage pool with an uma_zone of | Andrew R. Reiter | 2002-05-02 | 3 | -29/+31 |
* | - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc. | Andrew R. Reiter | 2002-04-30 | 3 | -15/+4 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -2/+5 |
* | - Tweak wording of panic message to make more sense. | Andrew R. Reiter | 2002-04-24 | 1 | -2/+2 |