Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | Allocate network interfaces from malloc() instead of using a zone. | harti | 2003-07-22 | 1 | -6/+6 |
| | | | | | Usually one needs only a couple of them so using a zone is waste of memory (esp. on multi-cpu systems). | ||||
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -10/+3 |
| | |||||
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
| | | | | Approved by: trb | ||||
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
| | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. | ||||
* | - Change the ATM stack functions to use intptr_t instead of int for opaque | jhb | 2002-11-08 | 1 | -1/+1 |
| | | | | | | | arguments. - Fix a few other places that assumed that sizeof(int) == sizeof(void *). Reviewed by: mdodd | ||||
* | - Turn two more storage pools into UMA zones and make the related memory | arr | 2002-05-23 | 1 | -2/+2 |
| | | | | allocations and frees use the UMA api. | ||||
* | - Nuke some more not needed #ifdef cruft. | arr | 2002-04-21 | 1 | -4/+0 |
| | |||||
* | Remove __P. | alfred | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | Add back some now needed #include <sys/systm.h> | phk | 2000-12-07 | 1 | -0/+1 |
| | | | | Fix various warnings while here anyway. | ||||
* | Remove more unused #includes. | phk | 2000-10-30 | 1 | -1/+0 |
| | |||||
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
| | |||||
* | Remove the #include kitchensink <netatm/kern_include.h> and add | phk | 2000-10-12 | 1 | -1/+22 |
| | | | | | | | | | the #includes to the respective source files. Also un-nest includes in <dev/hfa/fore_include.h> I have run src/tools/tools/kerninclude to remove 1239 clearly unneeded #includes reducing the total from 3524 includes to 2285. | ||||
* | Remove un-needed #include's. | mks | 2000-01-17 | 1 | -1/+0 |
| | | | | Pointed out by: phk | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | Trivial stylish changes, mostly to silence gcc. | phk | 1998-10-31 | 1 | -5/+5 |
| | | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk | ||||
* | Add new files for HARP3 | phk | 1998-09-15 | 1 | -0/+335 |
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). |