summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer2
Commit message (Collapse)AuthorAgeFilesLines
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-152-9/+26
|
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-253-16/+5
| | | | | | | | | | | | | | before adding/removing packets from the queue. Also, the if_obytes and if_omcasts fields should only be manipulated under protection of the mutex. IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on the queue. An IF_LOCK macro is provided, as well as the old (mutex-less) versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which needs them, but their use is discouraged. Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF, which takes care of locking/enqueue, and also statistics updating/start if necessary.
* Remove unused #include statementshm2000-10-308-8/+0
| | | | Submitted by: phk
* Submitted by: phkhm2000-10-1310-44/+1
| | | | Remove not needed includes.
* update to i4b version 0.95.04hm2000-10-0912-316/+286
|
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-0310-10/+0
| | | | | | ioccom.h defines only implementation detail, and should therefore only be included from the #include which defines the ioctl tags, in other words: never include it from *.c
* Remove unneeded #include <sys/kernel.h>phk2000-04-298-8/+0
|
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-4/+1
| | | | | * There was nothing that should be machine dependant about i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c.
* update to isdn4bsd beta release 0.90hm1999-12-1412-50/+94
|
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
|
* updating isdn4bsd to beta version 0.83hm1999-08-066-39/+58
|
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-206-57/+140
|
* update the i4b kernel part to i4b release 0.71.00hm1999-03-0712-38/+42
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-2712-0/+4504
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
OpenPOWER on IntegriCloud