cvs commit: src/sys/net80211 ieee80211_crypto_tkip.c

2008-08-29 Thread Tai-hwa Liang
avatar 2008-08-29 08:44:51 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_tkip.c Log: SVN rev 182437 on 2008-08-29 08:44:51Z by avatar Fixing INVARIANTS build by adding 'z' format prefix for size_t typed variable. Reminded by:

cvs commit: src/sys/netinet in_pcb.c in_pcb.h

2008-07-21 Thread Tai-hwa Liang
avatar 2008-07-22 04:23:57 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h Log: SVN rev 180683 on 2008-07-22 04:23:57Z by avatar Trying to fix compilation bustage: - removing 'const' qualifier from an input parameter to conform to the

cvs commit: src/sys/nlm nlm_prot_impl.c

2008-06-27 Thread Tai-hwa Liang
avatar 2008-06-27 15:29:48 UTC FreeBSD src repository Modified files: sys/nlm nlm_prot_impl.c Log: SVN rev 180069 on 2008-06-27 15:29:48Z by avatar Fixing NO_INET6 build. Revision ChangesPath 1.11 +4 -1 src/sys/nlm/nlm_prot_impl.c

cvs commit: src/sys/dev/an if_an.c

2007-11-30 Thread Tai-hwa Liang
avatar 2007-12-01 07:01:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/an if_an.c Log: MFC(1.86): Eliminating an unnecessary check on an_gone inside an_stats_update() since a properly locked callout_stop(9) does do the right thing.

cvs commit: src/usr.bin/tail read.c

2007-11-28 Thread Tai-hwa Liang
avatar 2007-11-29 03:53:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tail read.c Log: MFC(1.14): Fixing a double free bug which will cause tail to dump core when there's no tailing newline(\n) character. PR:

cvs commit: src/usr.bin/tail read.c

2007-11-28 Thread Tai-hwa Liang
avatar 2007-11-29 03:54:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) usr.bin/tail read.c Log: MFC(1.14): Fixing a double free bug which will cause tail to dump core when there's no tailing newline(\n) character. PR:

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:11:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/an if_an.c if_anreg.h Log: MFC(if_an.c:1.85, if_anreg.h:1.24): Trying to eliminate a racing as well as reducing the chance of device removal(PCCARD) panic by

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:22:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/an if_an.c if_anreg.h Log: MFC(if_an.c:1.85, if_anreg.h:1.24): Trying to eliminate a racing as well as reducing the chance of device removal(PCCARD) panic by

cvs commit: src/sys/dev/an if_an.c

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:29:24 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: MFP4(129048): Eliminating an unnecessary check on an_gone inside an_stats_update() since a properly locked callout_stop(9) does do the right thing. Reviewed by:

cvs commit: src/usr.bin/tail read.c

2007-11-21 Thread Tai-hwa Liang
avatar 2007-11-22 01:51:46 UTC FreeBSD src repository Modified files: usr.bin/tail read.c Log: Nuking the temporary pointer once it is properly tracked in local storage. This should fix the double free() bug where there's no tailing newline(\n) character:

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-20 Thread Tai-hwa Liang
avatar 2007-11-21 06:37:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/an if_an.c if_anreg.h Log: MFC(if_an.c:1.85, if_anreg.h:1.24): Trying to eliminate a racing as well as reducing the chance of device removal(PCCARD) panic by

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-16 Thread Tai-hwa Liang
avatar 2007-11-16 11:22:18 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c if_anreg.h Log: MFP4(128855, 129015): - Trying to eliminate another racing by replacing the timeout(9) with callout APIs. In addition to that, the callout_drain() in

cvs commit: src/sys/dev/an if_an.c

2007-09-10 Thread Tai-hwa Liang
avatar 2007-09-10 12:53:34 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: Fixing invalid channel display in ifconfig(8) by implementing required ioctl(). Note that other information provided by ifconfig(8) such like list chan or list ap

cvs commit: src/sys/dev/wi if_wi.c

2007-08-09 Thread Tai-hwa Liang
avatar 2007-08-09 13:29:27 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: MFP4(123963): Fixing a possible NULL pointer dereference by making the actual assignment after the NULL check. Found by: Coverity Prevent(tm) CID:

cvs commit: src/sys/dev/an if_an.c

2007-08-07 Thread Tai-hwa Liang
avatar 2007-08-07 12:26:19 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: MFP4(123687): Closing another LOR by dropping the driver lock around calls to if_input(). Reviewed by:ambrisko Tested by: dhw Approved by:re

cvs commit: src/sys/dev/an if_an.c

2007-08-01 Thread Tai-hwa Liang
avatar 2007-08-02 02:20:19 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: MFP4(123686): Fixing various ancontrol(8) related panics by dropping locks around copyin()/copyout(). Reviewed by:sam, thompsa Tested by: dhw Approved by:

cvs commit: src/sys/netsmb smb_dev.c

2007-07-10 Thread Tai-hwa Liang
avatar 2007-07-10 09:23:11 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. Relevant threads:

cvs commit: src/sys/dev/ipw if_ipw.c

2007-07-05 Thread Tai-hwa Liang
avatar 2007-07-05 15:06:49 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c Log: MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of ic-ic_des_essid to ic-ic_des_ssid[0]. Reviewed by:sam Approved by:re (kensmith)

cvs commit: src/sys/conf files

2007-07-03 Thread Tai-hwa Liang
avatar 2007-07-03 07:20:21 UTC FreeBSD src repository Modified files: sys/conf files Log: Fixing !INET6 + FAST_IPSEC builds. Reviewed by:gnn Approved by:re (kensmith) Revision ChangesPath 1.1228+1 -1 src/sys/conf/files

cvs commit: src/sys/conf files

2007-07-03 Thread Tai-hwa Liang
avatar 2007-07-04 03:44:57 UTC FreeBSD src repository Modified files: sys/conf files Log: Reintroducing !INET6 + IPSEC building fix which was accidentally reverted in rev. 1.1229. Approved by:re (kensmith) Revision ChangesPath 1.1232+1 -1

cvs commit: src/usr.bin/netstat mcast.c

2007-03-01 Thread Tai-hwa Liang
avatar 2007-03-02 05:23:39 UTC FreeBSD src repository Modified files: usr.bin/netstat mcast.c Log: Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit. Revision ChangesPath 1.7 +2 -0 src/usr.bin/netstat/mcast.c

cvs commit: src/sys/netsmb smb_dev.c

2007-02-09 Thread Tai-hwa Liang
avatar 2007-02-09 17:22:11 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: Backing out the wrong fix which could possibly trash the memory if devfs tries to drop the reference count after our close routine returns. A more correct fix is to

cvs commit: src/sys/netsmb smb_dev.c

2007-02-08 Thread Tai-hwa Liang
avatar 2007-02-09 02:54:13 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: It turns out that devfs_close() does a dev_refthread() before invoking device specific d_close(), which makes subsequent destroy_dev() being blocked in the devdrn loop.

cvs commit: src/sys/modules/msdosfs Makefile

2007-01-31 Thread Tai-hwa Liang
avatar 2007-02-01 04:21:03 UTC FreeBSD src repository Modified files: sys/modules/msdosfs Makefile Log: Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173. This should fix the run time bustage observed on recent -CURRENT whilst mounting a MSDOS

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c

2007-01-30 Thread Tai-hwa Liang
avatar 2007-01-30 08:05:04 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c Log: Fixing compilation bustage by removing references to opt_msdosfs.h. This auto-generated header file no longer exists since the removal of

cvs commit: src ObsoleteFiles.inc

2007-01-06 Thread Tai-hwa Liang
avatar 2007-01-07 02:40:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .ObsoleteFiles.inc Log: MFC (1.67): Completing the process of UUCP migration to ports. Revision ChangesPath 1.25.2.11 +27 -1

Re: cvs commit: src/sys/kern kern_conf.c

2006-11-14 Thread Tai-hwa Liang
. Revision ChangesPath 1.199 +6 -0 src/sys/kern/kern_conf.c -- Cheers, Tai-hwa Liang ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to [EMAIL PROTECTED]

cvs commit: src/etc/rc.d ppp

2006-10-30 Thread Tai-hwa Liang
avatar 2006-10-31 03:29:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d ppp Log: MFC (1.12): Re-sync'ing pf rules in post command as we already did for ipfilter. Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/dev/wi if_wi.c

2006-08-01 Thread Tai-hwa Liang
avatar 2006-08-01 07:37:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/wi if_wi.c Log: MFC: (1.191) Fix taskqueue_drain with the following non-sleepable locks held witness(9) warning on detach. Ok'ed by: ru Tested on:

cvs commit: src/sys/netgraph ng_ether.c

2006-07-27 Thread Tai-hwa Liang
avatar 2006-07-27 06:15:37 UTC FreeBSD src repository Modified files: sys/netgraph ng_ether.c Log: Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. Revision ChangesPath 1.59 +1 -0 src/sys/netgraph/ng_ether.c

cvs commit: src/sys/net if_ethersubr.c if_gif.c

2006-07-26 Thread Tai-hwa Liang
avatar 2006-07-27 03:50:38 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c if_gif.c Log: Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. Revision ChangesPath 1.216 +1 -0 src/sys/net/if_ethersubr.c

cvs commit: src ObsoleteFiles.inc

2006-07-07 Thread Tai-hwa Liang
avatar 2006-07-08 03:18:41 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Adding more antiques came from the RELENG_4(or prior) era: sbin/nfsd, sbin/mount_portal and sbin/kget. MFC after: 1 month Revision ChangesPath

cvs commit: src ObsoleteFiles.inc

2006-07-07 Thread Tai-hwa Liang
avatar 2006-07-08 03:22:44 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Oops, it is sbin/nfsd that was removed, not the man page. MFC after: 1 month Revision ChangesPath 1.41 +0 -1 src/ObsoleteFiles.inc

cvs commit: src/sys/dev/wi if_wi.c

2006-06-05 Thread Tai-hwa Liang
avatar 2006-06-05 22:59:14 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fixing a typo in rev1.196. Revision ChangesPath 1.197 +1 -1 src/sys/dev/wi/if_wi.c ___ cvs-all@freebsd.org

cvs commit: src/sys/dev/wi if_wi.c

2006-06-05 Thread Tai-hwa Liang
avatar 2006-06-05 23:06:03 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Really fix the typo this time: it should be sc-sc_drvbpf to be verified, not ic-ic_drvbpf. Revision ChangesPath 1.198 +1 -1 src/sys/dev/wi/if_wi.c

cvs commit: src/sys/modules/if_gif Makefile

2006-05-15 Thread Tai-hwa Liang
avatar 2006-05-15 23:27:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/modules/if_gif Makefile Log: MFC: (1.4, 1.5) Allow the gif module to be built without IPv6 support when NOINET6 is defined. Revision ChangesPath 1.1.2.2 +6 -1

cvs commit: src/sys/compat/linux linux_misc.c

2006-03-27 Thread Tai-hwa Liang
avatar 2006-03-27 23:27:11 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Unbreaking build by removing a now unused variable. Revision ChangesPath 1.177 +0 -1 src/sys/compat/linux/linux_misc.c

cvs commit: src ObsoleteFiles.inc

2006-02-15 Thread Tai-hwa Liang
avatar 2006-02-16 07:25:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .ObsoleteFiles.inc Log: MFC: (1.27) s/bin/sbin/ for mount_nwfs, mount_portalfs and mount_smbfs. Also document the removal time of these utilities. Approved

cvs commit: src ObsoleteFiles.inc

2006-02-04 Thread Tai-hwa Liang
avatar 2006-02-04 08:07:00 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: s/bin/sbin/ for mount_nwfs, mount_portalfs and mount_smbfs. They never lived in bin since 1994. Whilst here, also document the removal time of aforementioned

cvs commit: src/sys/modules/if_gif Makefile

2006-01-28 Thread Tai-hwa Liang
avatar 2006-01-29 07:46:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/modules/if_gif Makefile Log: MFC: (1.4, 1.5) Allow the gif module to be built without IPv6 support when NOINET6 is defined. Revision ChangesPath 1.3.8.1 +6 -1

cvs commit: src/sys/kern kern_mutex.c

2006-01-06 Thread Tai-hwa Liang
avatar 2006-01-07 02:07:08 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Trying to fix compilation bustage introduced in rev1.160 by converting a missing lo_class to LO_CLASSINDEX(). Revision ChangesPath 1.161 +1 -1

cvs commit: src/tools/regression/msdosfs msdosfstest-6.sh

2005-12-31 Thread Tai-hwa Liang
avatar 2006-01-01 01:28:32 UTC FreeBSD src repository Added files: tools/regression/msdosfs msdosfstest-6.sh Log: Adding another multi-byte characters related regression test for recent nmount(2) adoption. Revision ChangesPath 1.1 +22 -0

cvs commit: src/sys/dev/cardbus cardbus_cis.c

2005-12-30 Thread Tai-hwa Liang
avatar 2005-12-31 01:45:40 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Fixing build bustage. Revision ChangesPath 1.56 +1 -1 src/sys/dev/cardbus/cardbus_cis.c ___

cvs commit: src/sbin/mount_cd9660 mount_cd9660.c

2005-12-18 Thread Tai-hwa Liang
avatar 2005-12-19 05:52:38 UTC FreeBSD src repository Modified files: sbin/mount_cd9660mount_cd9660.c Log: Fixing multi-session disc mount by passing the correct ssector option to the kernel. Submitted by: Enache Adrian enache at rdslink dot ro Revision

cvs commit: src/sys/fs/smbfs smbfs_vfsops.c

2005-12-05 Thread Tai-hwa Liang
avatar 2005-12-05 19:05:06 UTC FreeBSD src repository Modified files: sys/fs/smbfs smbfs_vfsops.c Log: Recent nmount(2) adoption in mount_smbfs(8) did not flag the long option since mount_smbfs(8) assumed long name mounting by default unless -n long was explicitly

cvs commit: src/sbin/mount_msdosfs mount_msdosfs.c

2005-11-30 Thread Tai-hwa Liang
avatar 2005-12-01 00:18:48 UTC FreeBSD src repository Modified files: sbin/mount_msdosfs mount_msdosfs.c Log: Fixing yet another regression introduced in rev1.37 by preserving cs_local pointer such that local to DOS code page conversion with combined option '-L,-D' works

cvs commit: src/sbin/mount_cd9660 mount_cd9660.c

2005-11-25 Thread Tai-hwa Liang
avatar 2005-11-25 19:48:53 UTC FreeBSD src repository Modified files: sbin/mount_cd9660mount_cd9660.c Log: It turns out that set_charset() invokes build_iovec() which modifies iov address internally through realloc(3). However, since the function parameter wasn't

cvs commit: src/sbin/mount_msdosfs mount_msdosfs.c

2005-11-25 Thread Tai-hwa Liang
avatar 2005-11-25 19:55:14 UTC FreeBSD src repository Modified files: sbin/mount_msdosfs mount_msdosfs.c Log: It turns out that set_charset() invokes build_iovec_argf() which modifies iov address internally through realloc(3). However, since the function parameter wasn't

cvs commit: src/sbin/mount mount.c

2005-11-24 Thread Tai-hwa Liang
avatar 2005-11-24 17:35:05 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fixing a regression introduced in rev1.72 by connecting cd9660 to the external mounting program list as well; otherwise, entry like the following in /etc/fstab wouldn't

cvs commit: src/sbin/mount_msdosfs mount_msdosfs.c

2005-11-23 Thread Tai-hwa Liang
avatar 2005-11-23 19:52:14 UTC FreeBSD src repository Modified files: sbin/mount_msdosfs mount_msdosfs.c Log: - Adding the missing 'W' option back which was accidentally removed in rev1.37. - Fixing a core dump inside build_iovec_argf by providing a !NULL format