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
stri
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 wo
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 design
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
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 a
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 explicitl
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
Revision ChangesPath
1.33
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-all@fre
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 src/tools/regress
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 src/
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
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 ut
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
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
__
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
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 mai
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
___
avatar 2006-08-21 14:42:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.ObsoleteFiles.inc
Log:
MFC (1.40, 1.41): Adding more antiques came from the RELENG_4(or prior) era:
sbin/nfsd, sbin/mount_portal and sbin/kget.
Revision C
avatar 2006-10-26 00:29:43 UTC
FreeBSD src repository
Modified files:
etc/rc.d ppp
Log:
Re-sync'ing pf rules in post command as we already did for ipfilter.
With this patch, pf rules with dynamically created devices such like tun0
works without further interve
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
1.
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
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
__
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
1
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
___
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:
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
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 typ
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"
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 an_deta
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 repla
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:
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 repla
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 rep
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:am
avatar 2007-11-29 03:50:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
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: bin/11826
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: bin/11826
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: bin/118
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.
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:tin
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
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
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)
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:
http://lists.freebsd.org/pipermail/freebsd-current/2007-June/074329
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:
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 (kensmith)
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:23
() to avoid a double free
if dev_rel() is called while waiting for thread count to reach zero.
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]"
avatar 2006-12-07 01:24:38 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Completing the process of UUCP migration to ports.
MFC after: 1 month
Revision ChangesPath
1.67 +27 -0 src/ObsoleteFiles.inc
_
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 src/ObsoleteFiles.in
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
MSDOS
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 filesyste
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
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 d
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
54 matches
Mail list logo