kaiw2008-06-12 16:45:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/usb ums.c usbdevs
Log:
SVN rev 179761 on 2008-06-12 16:45:46Z by kaiw
MFC r178697: Add support for Microsoft Notebook Optical
Mouse 3000 Model 1049.
PR:
kaiw2007-09-28 15:22:07 UTC
FreeBSD doc repository (src committer)
Modified files:
share/sgml news.xml
Log:
Add myself as a src committer.
Approved by:jkoshy (mentor)
Revision ChangesPath
1.110 +12 -1 www/share/sgml/news.xml
kaiw2007-09-28 15:12:19 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Remove myself.
Approved by:jkoshy (mentor)
Revision ChangesPath
1.730 +0 -5
doc/en_US.ISO8859-1
kaiw2007-09-28 15:04:32 UTC
FreeBSD doc repository (src committer)
Modified files:
en developers.sgml
Log:
Add myself.
Approved by:jkoshy (mentor)
Revision ChangesPath
1.175 +2 -1 www/en/developers.sgml
_
kaiw2007-09-28 15:42:39 UTC
FreeBSD doc repository (src committer)
Modified files:
share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent
Added files:
share/pgpkeyskaiw.key
Log:
Add my PGP key.
Approved by:jkoshy (mentor)
Revision ChangesPa
kaiw2007-09-28 14:55:47 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/share/sgml authors.ent
Log:
Add myself.
Approved by:jkoshy (mentor)
Revision ChangesPath
1.431 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors
kaiw2007-09-28 15:08:14 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.committers.sgml
Log:
Add myself.
Approved by:jkoshy (mentor)
Revision ChangesPath
1.209 +4 -0
doc/en_US.ISO8859-1/ar
kaiw2007-09-29 17:01:19 UTC
FreeBSD src repository
Modified files:
share/misc committers-src.dot
Log:
Add my self and my mentor.
Approved by:jkoshy (mentor)
Approved by:re (bmah)
Revision ChangesPath
1.66 +4 -0 src/share/misc/com
kaiw2008-03-02 07:01:01 UTC
FreeBSD src repository
Modified files:
usr.bin/ar write.c
Log:
- Do not malloc buffer for 0-size member when reading from archive.
- Fix a malloc buffer overrun: Use a while loop to check whether
the string buffer is big enough afte
kaiw2008-03-11 18:35:52 UTC
FreeBSD src repository
Modified files:
usr.bin/ar ar.1 ar.c ar.h write.c
Log:
GNU ar did NOT implment option -q as a synonym of -r as the manual
page stated, thus BSD ar(1) option -q, which was implemented based on
the GNU ar manual p
kaiw2008-03-12 21:10:26 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_ar.c
lib/libarchive/test test_read_format_ar.c
test_write_format_ar.c
Log:
Current 'ar' read support in libarchive can only hand
kaiw2008-03-21 11:10:20 UTC
FreeBSD src repository
Modified files:
lib/libarchive Makefile
Log:
Add MLINK for archive_write_close.
Approved by:jkoshy(mentor), kientzle
Revision ChangesPath
1.83 +1 -0 src/lib/libarchive/Makefile
___
kaiw2008-04-30 19:37:54 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ums.c usbdevs
Log:
Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.
Reviewed by:imp
(RELENG-7) Tested by: Oliver Herold <[EMAIL PROTECTED]>
PR:
kaiw2008-08-18 16:29:13 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ums.c
Log:
SVN rev 181839 on 2008-08-18 16:29:13Z by kaiw
Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.
Tested by: Merritt Draney, Brian Cox
PR: kern/123224
kaiw2008-08-18 16:48:53 UTC
FreeBSD src repository
Modified files:
sys/dev/usb hid.c
Log:
SVN rev 181841 on 2008-08-18 16:48:53Z by kaiw
In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, its
corresponding USAGE should be skipped as well.
For e
kaiw2008-08-18 17:05:59 UTC
FreeBSD src repository
Modified files:
sys/dev/usb hid.c
Log:
SVN rev 181843 on 2008-08-18 17:05:59Z by kaiw
Fix a typo: According to the hid spec, Global item #3
is Physical Minimum.
MFC after: 3 days
Revision Chang
kaiw2008-08-18 17:13:23 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ums.c
Log:
SVN rev 181844 on 2008-08-18 17:13:23Z by kaiw
sc->sc_ibuf should be malloc'ed after quirks applied, as
sc->sc_isize might have changed.
MFC after: 3 days
Rev
kaiw2008-08-23 17:32:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/usb ums.c
Log:
SVN rev 182072 on 2008-08-23 17:32:43Z by kaiw
MFC r181839:
Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.
Tested by: Merritt Dran
kaiw2008-08-23 17:35:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/usb ums.c
Log:
SVN rev 182073 on 2008-08-23 17:35:15Z by kaiw
MFC r181844:
sc->sc_ibuf should be malloc'ed after quirks applied, as
sc->sc_isize might hav
kaiw2008-08-23 17:38:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/usb hid.c
Log:
SVN rev 182074 on 2008-08-23 17:38:24Z by kaiw
MFC r181841:
In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, its
corresponding
kaiw2008-08-23 17:40:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/usb hid.c
Log:
SVN rev 182075 on 2008-08-23 17:40:35Z by kaiw
MFC r181843:
Fix a typo: According to the hid spec, Global item #3
is Physical Minimum.
kaiw2008-09-20 22:10:10 UTC
FreeBSD src repository
Modified files:
usr.bin/ar Makefile ar.c ar.h write.c
Added files:
usr.bin/ar acplex.l acpyacc.y
Log:
SVN rev 183218 on 2008-09-20 22:10:10Z by kaiw
Add support for option "-M", which is used t
kaiw2008-09-21 00:27:16 UTC
FreeBSD src repository
Modified files:
usr.bin/ar Makefile
Log:
SVN rev 183220 on 2008-09-21 00:27:16Z by kaiw
Fix build.
Revision ChangesPath
1.22 +2 -0 src/usr.bin/ar/Makefile
_
On Sat, Apr 14, 2007 at 08:30:22AM +, Tim Kientzle wrote:
> kientzle2007-04-14 08:30:21 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libarchive archive_read_support_format_ar.c
> Log:
> Fixes from Joerg Sonnenberger, reviewed by Kai
kaiw2008-01-31 08:11:01 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_set_format_ar.c
Log:
Add hook routine archive_write_ar_finish() which writes the 'ar'
global header if nothing else has been written before the closing of
the archive. Th
kaiw2008-02-21 11:21:29 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
gnu/usr.bin/binutils/ar Makefile
gnu/usr.bin/binutils/ranlib Makefile
usr.bin Makefile
Log:
* Connect ar(1) to the build and make it default ar. Rename
kaiw2008-02-21 10:52:32 UTC
FreeBSD src repository
Added files:
usr.bin/ar Makefile ar.1 ar.c ar.h read.c util.c
write.c
Log:
Import ar(1) front-end. (aka 'BSD' ar)
Reviewed by:jkoshy
Approved by:jkoshy (mento
kaiw2008-02-21 16:12:46 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
gnu/usr.bin/binutils/ar Makefile
gnu/usr.bin/binutils/ranlib Makefile
usr.bin Makefile
Log:
Back out previous commit. Restore Binutils ar as default. Di
On Thu, Feb 21, 2008 at 04:59:02PM +, David E. O'Brien wrote:
> obrien 2008-02-21 16:59:02 UTC
>
> FreeBSD src repository
>
> Modified files:
> gnu/usr.bin/binutils/ar Makefile
> gnu/usr.bin/binutils/ranlib Makefile
> Log:
> If 'WITH_BSDAR' is defined, install as gnu-.
kaiw2008-02-24 17:57:29 UTC
FreeBSD src repository
Modified files:
usr.bin/ar write.c
Log:
Handle properly when insert zero size objects into the archive:
Do not mmap 0-size objects and do not try to extract symbol from
0-size objects, but do treat 0-size object
kaiw2008-02-24 18:07:47 UTC
FreeBSD src repository
Modified files:
usr.bin/ar ar.c
Log:
Since the program is installed as 'bsdranlib', we need to
check if it is invoked as 'bsdranlib'.
Reported by:Michael Plass
Reviewed by:Michael Plass
Reviewed
kaiw2008-02-24 18:30:18 UTC
FreeBSD src repository
Modified files:
usr.bin/ar write.c
Log:
style(9) whitespace fix: A space is mandated after keyword 'return'.
Submitted by: jkoshy
Approved by:jkoshy (mentor)
Revision ChangesPath
1.3
kaiw2008-02-26 17:05:31 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document __FreeBSD_version 800022
Reviewed by: ru
Approved by: jkoshy (mentor)
Revision Changes
33 matches
Mail list logo