CVS log for src/sys/dev/bluetooth/btuart.c
Up to [cvs.NetBSD.org] / src / sys / dev / bluetooth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jul 5 04:31:50 2024 UTC (9 months, 2 weeks ago) by rin
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -10
lines
sys: Drop redundant NULL check before m_freem(9)
m_freem(9) safely has accepted NULL argument at least since 4.2BSD:
https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c
Compile-tested on amd64/ALL.
Suggested by knakahara@
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:44:03 2022 UTC (2 years, 5 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -6
lines
btuart(4): Convert to ttylock/ttyunlock.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jun 28 13:25:36 2022 UTC (2 years, 9 months ago) by plunky
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5
lines
remove KASSERT() checking for t_oproc at open since assigning this line
discipline to a pty may not have that set. Instead do a runtime check to
ensure that the function exists before calling it, as ttstart() handles it.
Same code in btuart.c, bcsp.c and bth5.c
Reported-by: syzbot+766981eef92a3cd0352a@syzkaller.appspotmail.com
Revision 1.28.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:06 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +8 -2
lines
Sync with HEAD
Revision 1.28.16.1: download - view: text, markup, annotated - select for diffs
Sat Jan 26 22:00:05 2019 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +8 -2
lines
Sync with HEAD
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jan 24 09:33:03 2019 UTC (6 years, 3 months ago) by knakahara
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -2
lines
Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl.
Revision 1.26.12.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:59 2017 UTC (7 years, 4 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.26.12.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.12.1: +0 -1
lines
update from HEAD
Revision 1.28.8.1: download - view: text, markup, annotated - select for diffs
Wed May 17 01:44:17 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +3 -2
lines
At suggestion of chuq@, modify config_attach_pseudo() to return with a
reference held on the device.
Adapt callers to expect the reference to exist, and to ensure that the
reference is released.
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:56 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +2 -3
lines
Sync with HEAD
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 20 14:40:17 2015 UTC (9 years, 8 months ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: prg-localcount2,
phil-wifi,
pgoyette-compat
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3
lines
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
Revision 1.26.12.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:36 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.26.26.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:54:50 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +4 -4
lines
Rebase.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 20 18:25:54 2014 UTC (10 years, 11 months ago) by rmind
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Branch point for: nick-nhusb
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4
lines
netbt: rename some attach/detach functions to have _pcb suffix, so
we could use standard attach/detach naming for pr_usrreq functions.
No functional change.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jul 31 13:51:53 2011 UTC (13 years, 8 months ago) by uebayasi
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
khorben-n900,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
tls-earlyentropy
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Put back #include "ioconf.h" per popular demand.
Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:07:46 2011 UTC (13 years, 10 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +4 -4
lines
Sync with HEAD.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:04:35 2011 UTC (13 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +4 -4
lines
sync with head
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 25 16:33:37 2011 UTC (13 years, 11 months ago) by uebayasi
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4
lines
Declare cfdrivers using extern rather than including ioconf.h.
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:43:08 2010 UTC (14 years, 11 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +4 -6
lines
Sync with HEAD.
Revision 1.18.4.3: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:24 2010 UTC (15 years, 1 month ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.18.4.2: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.4.2: +4 -6
lines
sync with head
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 18 07:24:16 2010 UTC (15 years, 2 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock,
jruoho-x86intr
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -6
lines
Remove unnecessary line-feed.
Revision 1.18.4.2: download - view: text, markup, annotated - select for diffs
Sat May 16 10:41:19 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.18.4.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.1: +10 -9
lines
sync with head
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:19:12 2009 UTC (15 years, 11 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +10 -9
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue May 12 12:10:46 2009 UTC (15 years, 11 months ago) by cegger
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
uebayasi-xip-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: uebayasi-xip
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6
lines
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 7 18:01:57 2009 UTC (15 years, 11 months ago) by elad
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -5
lines
Introduce actions/requests to handle authorization for ppp(4), sl(4),
strip(4), btuart(4) and bcsp(4) network interfaces and devices.
Mailing list reference:
http://mail-index.netbsd.org/tech-kern/2009/04/27/msg004955.html
Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:35 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -7
lines
sync with head.
Revision 1.19.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:35:20 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.19.4.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.4.1: +4 -4
lines
Sync with HEAD.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 26 07:53:43 2009 UTC (16 years ago) by elad
Branches: MAIN
CVS tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4
lines
Authorizing actions from the generic scope using a device scope wrapper
is a big no-no.
As painful as it is, use kauth_authorize_generic() for now.
Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:52 2009 UTC (16 years, 3 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4
lines
Sync with HEAD.
Revision 1.17.6.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:53 2009 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.17.6.2: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.6.2: +3 -2
lines
Sync with HEAD.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 11 02:45:51 2009 UTC (16 years, 3 months ago) by christos
Branches: MAIN
CVS tags: nick-hppapmap-base2,
mjf-devfs2-base
Branch point for: jym-xensuspend
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4
lines
merge christos-time_t
Revision 1.19.10.2: download - view: text, markup, annotated - select for diffs
Tue Dec 30 19:32:51 2008 UTC (16 years, 3 months ago) by christos
Branches: christos-time_t
Diff to: previous 1.19.10.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.10.1: +668 -0
lines
fix dev_t format
Revision 1.17.6.2: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:33:05 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.17.6.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.6.1: +1 -1
lines
Sync with HEAD.
Revision 1.18.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:58 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.18.8.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 16:33:04 2008 UTC (16 years, 10 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3
lines
Sync with head.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:14:33 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3
lines
sync with head.
Revision 1.19.10.1
Thu Jun 12 21:47:11 2008 UTC (16 years, 10 months ago) by christos
Branches: christos-time_t
FILE REMOVED
Changes since revision 1.19: +0 -667
lines
file btuart.c was added on branch christos-time_t on 2008-12-30 19:32:51 +0000
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 12 21:47:11 2008 UTC (16 years, 10 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-base4,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
christos-time_t-nbase,
christos-time_t-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
christos-time_t
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
use device_lookup_private to get softc
Revision 1.17.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:23:14 2008 UTC (16 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +160 -1093
lines
Sync with HEAD.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Apr 15 11:17:48 2008 UTC (17 years ago) by plunky
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
hpcarm-cleanup-nbase
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa,
simonb-wapbl
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +160 -1093
lines
some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD
make btattach(8) a single-use tool for less complexity
device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.
btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
Revision 1.1.2.7: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:42:38 2008 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.6: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.6: +3 -3
lines
sync with head
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:52:27 2008 UTC (17 years, 3 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.7.2.1: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.1: +340 -178
lines
sync with HEAD
Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:53:57 2008 UTC (17 years, 3 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -3
lines
Sync with HEAD
Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:44:57 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.10.2.2: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.2: +3 -3
lines
Sync with HEAD.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:46:04 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -3
lines
Sync with head.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Dec 15 00:39:25 2007 UTC (17 years, 4 months ago) by perry
Branches: MAIN
CVS tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: mjf-devfs2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
__FUNCTION__ -> __func__
Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:19:24 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.1: +292 -141
lines
Sync with HEAD.
Revision 1.1.2.6: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:29:40 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.5: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.5: +292 -141
lines
sync with head
Revision 1.6.4.6: download - view: text, markup, annotated - select for diffs
Mon Dec 3 16:14:33 2007 UTC (17 years, 4 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.6.4.5: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.4.5: +292 -141
lines
Sync with HEAD.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 2 02:06:30 2007 UTC (17 years, 4 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: vmlocking2,
bouyer-xeni386
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -3
lines
Print name of firmware on fail for firmware_open().
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 2 00:09:49 2007 UTC (17 years, 4 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +116 -54
lines
Add support bgb2xx. (not test X-)
Add configuration rate with ericsson.
Change initialization at stlc2500.
Obsolate BTUART_HCITYPE_BT2000C.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 28 20:16:11 2007 UTC (17 years, 5 months ago) by plunky
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +177 -89
lines
Clean up the way that bluetooth drivers attach to the bluetooth stack,
to remove the frobbing that drivers must do in the hci_unit structure.
- driver provides a static const interface descriptor
- hci_unit is allocated by hci_attach() rather than part of softc
- statistics are compiled by driver and provided on request
- driver provides output methods and is responsible for output queue
- stack provides input methods and is responsible for input queue
- mutex is used to arbitrate device queue access
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 19 00:47:44 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +76 -65
lines
Sync with HEAD.
Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:44:06 2007 UTC (17 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.4: +91 -78
lines
sync with head.
Revision 1.8.4.2: download - view: text, markup, annotated - select for diffs
Tue Nov 13 16:00:56 2007 UTC (17 years, 5 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.8.4.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.4.1: +89 -76
lines
Sync with HEAD
Revision 1.6.4.5: download - view: text, markup, annotated - select for diffs
Sun Nov 11 16:47:31 2007 UTC (17 years, 5 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.6.4.4: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.4: +76 -65
lines
Sync with HEAD.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 11 12:59:04 2007 UTC (17 years, 5 months ago) by plunky
Branches: MAIN
CVS tags: bouyer-xenamd64-base2,
bouyer-xenamd64-base
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +43 -38
lines
convert device printf() usages to aprint_xxxx()
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Nov 10 23:12:22 2007 UTC (17 years, 5 months ago) by plunky
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +31 -28
lines
use more device_t and device_xxx() accessors
make bluetooth stack keep device_t instead of softc pointer as
device is not necessarily part of softc, and pass device_t to
driver callbacks. hci_devname is no longer required.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 10 18:29:37 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -3
lines
Call ttyflush() with tty_lock held.
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:25:47 2007 UTC (17 years, 5 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +35 -55
lines
sync with HEAD
Revision 1.6.4.4: download - view: text, markup, annotated - select for diffs
Sun Nov 4 21:03:25 2007 UTC (17 years, 5 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.6.4.3: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.3: +33 -31
lines
Sync with HEAD.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 3 17:41:04 2007 UTC (17 years, 5 months ago) by plunky
Branches: MAIN
CVS tags: jmcneill-base
Branch point for: mjf-devfs
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +33 -31
lines
switch devices to using CFATTACH_DECL_NEW()
softc no longer contains 'struct device' by default
use 'device_t' instead of 'struct device *'
use device_xxx() accessor functions
remove casting of 'xxx_softc *' & 'struct device *'
use aprint_xxx_dev() routines
Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:30:07 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.3: +4 -4
lines
sync with head.
Revision 1.6.4.3: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:44:17 2007 UTC (17 years, 6 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.6.4.2: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.2: +4 -4
lines
Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:37:11 2007 UTC (17 years, 6 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
Sync with HEAD.
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:06:55 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.3.2.4: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.4: +4 -4
lines
Sync with head.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:59:37 2007 UTC (17 years, 6 months ago) by ad
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:41:16 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.3.2.3: preferred, colored
Changes since revision 1.3.2.3: +2 -24
lines
Sync with head.
Revision 1.5.6.3: download - view: text, markup, annotated - select for diffs
Mon Sep 10 10:54:50 2007 UTC (17 years, 7 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.5.6.2: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.6.2: +2 -24
lines
Sync with HEAD.
Revision 1.6.4.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:47:54 2007 UTC (17 years, 7 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.6.4.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.1: +2 -24
lines
Sync with HEAD.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:33:31 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.2: +8 -32
lines
sync with head.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 3 12:38:27 2007 UTC (17 years, 7 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: bouyer-xenamd64
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -24
lines
No need to check the NULL, m_gethdr() calls always with M_WAIT.
Revision 1.5.6.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 10:20:13 2007 UTC (17 years, 7 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.5.6.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.6.1: +2 -3
lines
Sync with HEAD.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Mon Aug 20 18:36:43 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.3.2.2: preferred, colored
Changes since revision 1.3.2.2: +2 -4
lines
Sync with HEAD.
Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 16 11:03:03 2007 UTC (17 years, 8 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
Sync with HEAD.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 15 16:48:31 2007 UTC (17 years, 8 months ago) by kiyohara
Branches: MAIN
Branch point for: matt-armv6
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
Remove BTUART_DEBUG.
Revision 1.5.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:48:15 2007 UTC (17 years, 8 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
Sync with HEAD.
Revision 1.6.6.2: download - view: text, markup, annotated - select for diffs
Mon Jul 23 03:45:28 2007 UTC (17 years, 9 months ago) by kiyohara
Branches: matt-mips64
Diff to: previous 1.6.6.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.6.1: +1459 -0
lines
Remove printf for debugging.
Revision 1.6.6.1
Mon Jul 23 03:45:27 2007 UTC (17 years, 9 months ago) by kiyohara
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.6: +0 -1459
lines
file btuart.c was added on branch matt-mips64 on 2007-07-23 03:45:28 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 23 03:45:27 2007 UTC (17 years, 9 months ago) by kiyohara
Branches: MAIN
CVS tags: matt-mips64-base,
hpcarm-cleanup
Branch point for: matt-mips64,
jmcneill-pm
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
Remove printf for debugging.
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:05:22 2007 UTC (17 years, 9 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +4 -4
lines
Sync with head.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:24:30 2007 UTC (18 years ago) by ad
Branches: vmlocking
Diff to: previous 1.3.2.1: preferred, colored
Changes since revision 1.3.2.1: +4 -4
lines
Sync with head.
Revision 1.1.6.4: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:55:20 2007 UTC (18 years, 1 month ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.1.6.3: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.6.3: +5 -5
lines
sync with head.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:26:06 2007 UTC (18 years, 1 month ago) by plunky
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: nick-csl-alignment
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
remove extraneous whitespace
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 16:50:22 2007 UTC (18 years, 1 month ago) by ad
Branches: vmlocking
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Sync with head.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 12 14:12:13 2007 UTC (18 years, 1 month ago) by kiyohara
Branches: MAIN
Branch point for: mjf-ufs-trans
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Not KAUTH_DEVICE_TTY_OPEN but KAUTH_GENERIC_ISSUSER is used.
Revision 1.1.6.3: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:53:09 2007 UTC (18 years, 1 month ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.1.6.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.6.2: +5 -5
lines
Sync with HEAD.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 6 19:50:28 2007 UTC (18 years, 1 month ago) by plunky
Branches: MAIN
Branch point for: vmlocking
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
fix typo
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:01:45 2007 UTC (18 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.1.6.2: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:53:51 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.1.6.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.6.1: +1460 -0
lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:10:00 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +1460 -0
lines
sync with head.
Revision 1.1.6.1
Tue Feb 20 16:53:20 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-idlelwp
FILE REMOVED
Changes since revision 1.1: +0 -1460
lines
file btuart.c was added on branch yamt-idlelwp on 2007-02-27 16:53:51 +0000
Revision 1.1.2.1
Tue Feb 20 16:53:20 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
FILE REMOVED
Changes since revision 1.1: +0 -1460
lines
file btuart.c was added on branch yamt-lazymbuf on 2007-02-26 09:10:00 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 20 16:53:20 2007 UTC (18 years, 2 months ago) by kiyohara
Branches: MAIN
CVS tags: ad-audiomp-base,
ad-audiomp
Branch point for: yamt-lazymbuf,
yamt-idlelwp
Supprot Bluetooth HCI UART (H4) driver and daemon.
CVSweb <webmaster@jp.NetBSD.org>