OpenBSD CVS

CVS log for src/sys/netbt/Attic/l2cap_misc.c


[BACK] Up to [local] / src / sys / netbt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Fri Jul 11 21:54:38 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

"It's not the years, honey; it's the mileage."

bluetooth support doesn't work and isn't going anywhere. the current
design is a dead end, and should not be the basis for any future support.
general consensus says to whack it so as to not mislead the unwary.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 29 14:40:47 2010 UTC (13 years, 10 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

sort pool.h into the list of includes alphabetically

pointed out by kettenis@, ok miod@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 29 14:06:26 2010 UTC (13 years, 10 months ago) by blambert
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it

ok miod@ tedu@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 22 04:42:58 2008 UTC (15 years, 6 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.5: +4 -5 lines
Diff to previous 1.5 (colored)

Sync bluetooth with NetBSD

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 10 14:01:23 2008 UTC (15 years, 9 months ago) by blambert
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Convert timeout_add() calls using multiples of hz to timeout_add_sec()

Really just the low-hanging fruit of (hopefully) forthcoming timeout
conversions.

ok art@, krw@

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 8 21:10:28 2008 UTC (16 years ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

timeout_del() removes the triggered flag so check if the timeout triggered
before doing the timeout_del() -- which is actually not needed as triggered
timeouts are already removed. While there fix a obvious use after free issue.
with mk@ OK canacar@

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 24 21:34:48 2008 UTC (16 years, 3 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.2: +7 -8 lines
Diff to previous 1.2 (colored)

Sync sys/netbt with NetBSD
ok deraadt@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 1 02:46:11 2007 UTC (17 years ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.1: +10 -7 lines
Diff to previous 1.1 (colored)

complete the sys/netbt import and adopt some more code to our interfaces

Revision 1.1 / (download) - annotate - [select for diffs], Wed May 30 03:42:53 2007 UTC (17 years ago) by uwe
Branch: MAIN

Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal
of the existing code

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.