Doug Barton schrieb:
Author: dougb
Date: Sun Aug 23 19:52:47 2009
New Revision: 196478
URL: http://svn.freebsd.org/changeset/base/196478
Log:
Prior to the dire warning about values of network_interfaces other than
AUTO the biggest mistake users made was leaving lo0 off the list. Since
lo0
Author: alfred
Date: Mon Aug 24 05:05:38 2009
New Revision: 196498
URL: http://svn.freebsd.org/changeset/base/196498
Log:
- Patch to allow USB controller to resume operation after
being polled.
- Remove the need for Giant from the USB HUB driver.
-
Author: alfred
Date: Mon Aug 24 05:03:59 2009
New Revision: 196497
URL: http://svn.freebsd.org/changeset/base/196497
Log:
Remove redundant locking.
Submitted by: hps
Modified:
head/sys/dev/usb/wlan/if_upgt.c
Modified: head/sys/dev/usb/wlan/if_upgt.c
=
Author: alfred
Date: Mon Aug 24 05:03:30 2009
New Revision: 196496
URL: http://svn.freebsd.org/changeset/base/196496
Log:
Add a reminder comment to optimize bus_dmamap_sync calls.
Submitted by: hps
Modified:
head/sys/dev/usb/usb_busdma.c
Modified: head/sys/dev/usb/usb_busdma.c
=
Author: alfred
Date: Mon Aug 24 05:02:36 2009
New Revision: 196495
URL: http://svn.freebsd.org/changeset/base/196495
Log:
Add mass storage quirks.
PR: usb/137138,usb/137226,usb/137789,usb/135372
Submitted by: hps
Modified:
head/sys/dev/usb/storage/umass.c
head/sys/dev/
Author: alfred
Date: Mon Aug 24 05:01:40 2009
New Revision: 196494
URL: http://svn.freebsd.org/changeset/base/196494
Log:
- fix uvisor support, mostly correct buffer sizes used.
- correct device info flag for SONY Cli NR70V
Reported by: Marc Fonvieille
Submitted by: hp
Author: alfred
Date: Mon Aug 24 05:01:06 2009
New Revision: 196493
URL: http://svn.freebsd.org/changeset/base/196493
Log:
- Fix false positive uipaq probe
Reported by: Alexander Motin
Submitted by: hps
Modified:
head/sys/dev/usb/serial/uipaq.c
head/sys/dev/usb/usb.h
Mod
Author: alfred
Date: Mon Aug 24 05:00:33 2009
New Revision: 196492
URL: http://svn.freebsd.org/changeset/base/196492
Log:
- fix CDC ethernet matching order so that the match flags get
correct.
Reported by: Juergen Lock
Submitted by: hps
Modified:
head/sys/dev/usb/net/if_cd
Author: alfred
Date: Mon Aug 24 05:00:07 2009
New Revision: 196491
URL: http://svn.freebsd.org/changeset/base/196491
Log:
We used force all of the GPIO pins low first and then
enable the ones we want. This has been changed to better
match the ADMtek's reference design to avoid setting the
Author: alfred
Date: Mon Aug 24 04:59:09 2009
New Revision: 196490
URL: http://svn.freebsd.org/changeset/base/196490
Log:
- FIFO's are always opened separately in read and write
direction even if the actual device is opened for read and
write. Fix fflags check so that
Author: alfred
Date: Mon Aug 24 04:58:42 2009
New Revision: 196489
URL: http://svn.freebsd.org/changeset/base/196489
Log:
- patch for cordump slowdown. Avoid using DELAY(1000) when no
keys are pressed.
- Reported by: Various people
- add sysctl to disable
Author: alfred
Date: Mon Aug 24 04:58:11 2009
New Revision: 196488
URL: http://svn.freebsd.org/changeset/base/196488
Log:
- allow disabling "root_mount_hold()" by
setting a sysctl/tunable at boot
- remove some redundant initial explore code
Submitted by: hps
Mod
Author: alfred
Date: Mon Aug 24 04:57:48 2009
New Revision: 196487
URL: http://svn.freebsd.org/changeset/base/196487
Log:
Remove redundant Giant reference. Giant will be dropped
automatically when the mutex argument is NULL.
Reported by: Various people
Submitted by: hps
Modified:
hea
Author: kensmith
Date: Mon Aug 24 03:49:37 2009
New Revision: 196486
URL: http://svn.freebsd.org/changeset/base/196486
Log:
Update the comment for RELENG_8 too.
Submitted by: Dmitry Morozovsky
Approved by: re (implicit)
Modified:
stable/8/share/examples/cvsup/stable-supfile
Modified
On Sun, 2009-08-23 at 22:18 +0400, pluknet wrote:
> The last chunk should probably be:
> - { 80, 899000, "/packages-8-current" },
> + { 800500, 899000, "/packages-8-stable" },
> + { 90, 999000, "/packages-9-current" },
>
> which also agrees to 196115 change (in stable/
Author: kensmith
Date: Mon Aug 24 03:04:13 2009
New Revision: 196485
URL: http://svn.freebsd.org/changeset/base/196485
Log:
Oops. Needed to adjust a little bit more of the line for packages-8-stable
now that we're prepping for 8.0's release.
Submitted by: pluknet at gmail dot com
Point
On Sun, 23 Aug 2009, Jilles Tjoelker wrote:
On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote:
...
Modified: head/sys/kern/uipc_socket.c
==
--- head/sys/kern/uipc_socket.c Sun Aug 23 12:23:24 2009
Author: cognet
Date: Sun Aug 23 23:37:53 2009
New Revision: 196484
URL: http://svn.freebsd.org/changeset/base/196484
Log:
KDB needs , so move it under #ifdef KDB.
While I'm there, remove dead code, we will never support acorn26.
Modified:
head/sys/arm/arm/undefined.c
Modified: head/sys/arm
On Sun, Aug 23, 2009 at 11:38:00PM +0200, Jilles Tjoelker wrote:
> On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Sun Aug 23 12:44:15 2009
> > New Revision: 196460
> > URL: http://svn.freebsd.org/changeset/base/196460
>
> > Log:
> > Fix the conform
On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Aug 23 12:44:15 2009
> New Revision: 196460
> URL: http://svn.freebsd.org/changeset/base/196460
> Log:
> Fix the conformance of poll(2) for sockets after r195423 by
> returning POLLHUP instead of POL
Author: jilles
Date: Sun Aug 23 21:09:46 2009
New Revision: 196483
URL: http://svn.freebsd.org/changeset/base/196483
Log:
sh: Fix crash when undefining or redefining a currently executing function.
Add a reference count to function definitions.
Memory may leak if multiple SIGINTs arrive i
Author: rwatson
Date: Sun Aug 23 21:00:21 2009
New Revision: 196482
URL: http://svn.freebsd.org/changeset/base/196482
Log:
Rather than using IFNET_RLOCK() when iterating over (and modifying) the
ifnet list during if_ef load, directly acquire the ifnet_sxlock
exclusively. That way when if_al
Author: rwatson
Date: Sun Aug 23 20:40:19 2009
New Revision: 196481
URL: http://svn.freebsd.org/changeset/base/196481
Log:
Rework global locks for interface list and index management, correcting
several critical bugs, including race conditions and lock order issues:
Replace the single rwl
Author: ed
Date: Sun Aug 23 20:26:09 2009
New Revision: 196480
URL: http://svn.freebsd.org/changeset/base/196480
Log:
Allow pty(4) to be loaded as a kld.
Unfortunately, the wrappers that are present in pts(4) don't have the
mechanics to allow pty(4) to be unloaded safely, so I'm forcing t
Author: cognet
Date: Sun Aug 23 19:54:36 2009
New Revision: 196479
URL: http://svn.freebsd.org/changeset/base/196479
Log:
No need to remove the same flag multiple times.
Modified:
head/sys/arm/xscale/ixp425/ixdp425_pci.c
Modified: head/sys/arm/xscale/ixp425/ixdp425_pci.c
Author: dougb
Date: Sun Aug 23 19:52:47 2009
New Revision: 196478
URL: http://svn.freebsd.org/changeset/base/196478
Log:
Prior to the dire warning about values of network_interfaces other than
AUTO the biggest mistake users made was leaving lo0 off the list. Since
lo0 is effectively mandator
Am 23.08.2009 um 16:38 schrieb Jeremie Le Hen:
Wouldn't it be more reasonable to use a standard
suffix for all dedicated admin utility such as vidcontrol, memcontrol,
kbdcontrol:
% 59# find /bin /sbin /usr/bin /usr/sbin -name \*control | wc -l
% 25
% 60# find /bin /sbin /usr/bin /usr/sbi
Author: antoine
Date: Sun Aug 23 18:28:58 2009
New Revision: 196477
URL: http://svn.freebsd.org/changeset/base/196477
Log:
ObsoleteFiles.inc:
kthread_create(9) was resurrected as a mlink to kproc(9)
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
2009/8/23 Ken Smith :
> Author: kensmith
> Date: Sat Aug 22 23:44:37 2009
> New Revision: 196432
> URL: http://svn.freebsd.org/changeset/base/196432
>
> Log:
> Make head 9.0-CURRENT in preparation for lifting code freeze.
>
> Approved by: re (implicit)
>
> Modified:
> head/UPDATING
> head/gnu/
Author: ivoras
Date: Sun Aug 23 18:15:13 2009
New Revision: 196476
URL: http://svn.freebsd.org/changeset/base/196476
Log:
Remove (c) line.
Requested by: pjd
Approved by: gnn (mentor)
MFC after:1 month
Modified:
head/sbin/geom/class/label/glabel.8
Modified: head/sbin/geom/class/
Author: ume
Date: Sun Aug 23 17:00:16 2009
New Revision: 196475
URL: http://svn.freebsd.org/changeset/base/196475
Log:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Support for 4 byte ASN.
Author: simon
Date: Sun Aug 23 16:29:47 2009
New Revision: 196474
URL: http://svn.freebsd.org/changeset/base/196474
Log:
Merge DTLS fixes from vendor-crypto/openssl/dist:
- Fix memory consumption bug with "future epoch" DTLS records.
- Fix fragment handling memory leak.
- Do not access
Author: sam
Date: Sun Aug 23 16:21:49 2009
New Revision: 196473
URL: http://svn.freebsd.org/changeset/base/196473
Log:
MFC r196472:
Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly
for it's unix domain socket. Before this change wpa_cli would take
the first file in t
Author: sam
Date: Sun Aug 23 16:04:10 2009
New Revision: 196472
URL: http://svn.freebsd.org/changeset/base/196472
Log:
Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly
for it's unix domain socket. Before this change wpa_cli would take
the first file in the directory that was
On Sun, 23 Aug 2009, Christoph Mallon wrote:
Bruce Evans schrieb:
% */
% int
% ipfw_init(void)
% {
% int error = 0;
This variable is not really used.
Initialization in declaration. This mainly obfuscates the non-use of the
variable.
Rather the opposite is true:
void f(void)
{
int er
Bruce Evans schrieb:
% */
% int
% ipfw_init(void)
% {
% int error = 0;
This variable is not really used.
Initialization in declaration. This mainly obfuscates the non-use of the
variable.
Rather the opposite is true:
void f(void)
{
int error = 0; // GCC warns that error is unused
}
Author: rnoland
Date: Sun Aug 23 15:02:58 2009
New Revision: 196471
URL: http://svn.freebsd.org/changeset/base/196471
Log:
Add GET_PARAM support for Z pipes.
This is needed for occulsion queries on rv530 chips.
MFC after:2 weeks
Modified:
head/sys/dev/drm/radeon_cp.c
head/sys/
Author: rnoland
Date: Sun Aug 23 14:55:57 2009
New Revision: 196470
URL: http://svn.freebsd.org/changeset/base/196470
Log:
Add kernel support for Radeon R6/7xx 3D.
You will still need Mesa from git and possibly an updated DDX driver,
but this is working fairly well now.
MFC after:
Author: jkoshy
Date: Sun Aug 23 14:48:25 2009
New Revision: 196469
URL: http://svn.freebsd.org/changeset/base/196469
Log:
Use a more appropriate choice of words.
Submitted by: danfe
Modified:
head/lib/libpmc/pmc.3
Modified: head/lib/libpmc/pmc.3
=
Author: simon
Date: Sun Aug 23 14:44:51 2009
New Revision: 196468
URL: http://svn.freebsd.org/changeset/base/196468
Log:
Tag 0.9.8k wtih dtls-fixes.
Added:
vendor-crypto/openssl/0.9.8k-dtls-fixes/
- copied from r196467, vendor-crypto/openssl/dist/
Hi,
On Thu, Aug 13, 2009 at 11:18:45PM +, Scott Long wrote:
> Author: scottl
> Date: Thu Aug 13 23:18:45 2009
> New Revision: 196200
> URL: http://svn.freebsd.org/changeset/base/196200
>
> Log:
> ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell
> PERC5/6 controllers. Co
Author: simon
Date: Sun Aug 23 14:39:15 2009
New Revision: 196467
URL: http://svn.freebsd.org/changeset/base/196467
Log:
Import DTLS fix from upstream OpenSSL 0.9.8 branch:
Fix DTLS fragment bug - out-of-sequence message handling which could
result in NULL pointer dereference in
dtls1_p
Author: rnoland
Date: Sun Aug 23 14:33:12 2009
New Revision: 196466
URL: http://svn.freebsd.org/changeset/base/196466
Log:
Add a read only sysctl tracking the hw.drm.msi tunable.
MFC after:2 weeks
Modified:
head/sys/dev/drm/drmP.h
head/sys/dev/drm/drm_drv.c
Modified: head/sys/dev/
Author: rnoland
Date: Sun Aug 23 14:31:20 2009
New Revision: 196465
URL: http://svn.freebsd.org/changeset/base/196465
Log:
Clean up the handling of device minors
Submitted by: Ed
MFC after:2 weeks
Modified:
head/sys/dev/drm/drmP.h
head/sys/dev/drm/drm_drv.c
head/sys/dev/drm/drm
Author: rnoland
Date: Sun Aug 23 14:27:46 2009
New Revision: 196464
URL: http://svn.freebsd.org/changeset/base/196464
Log:
Clean up the locking in drm_alloc_resource()
MFC after:2 weeks
Modified:
head/sys/dev/drm/drm_bufs.c
Modified: head/sys/dev/drm/drm_bufs.c
=
Author: simon
Date: Sun Aug 23 14:15:28 2009
New Revision: 196463
URL: http://svn.freebsd.org/changeset/base/196463
Log:
Import DTLS fix from upstream OpenSSL 0.9.8 branch:
Do not access freed data structure.
Note that this will not get FreeBSD Security Advisory as DTLS is
experiment
On Sun, 23 Aug 2009, Ed Schouten wrote:
* Julian Elischer wrote:
+* (now that we a re guaranteed of success).
;-)
At least 5 more commits are needed at this rate to fix the comment.
% /*
%* Other things that are only done the first time.
Author: simon
Date: Sun Aug 23 14:12:01 2009
New Revision: 196462
URL: http://svn.freebsd.org/changeset/base/196462
Log:
Import DTLS fix from upstream OpenSSL 0.9.8 branch:
Fix fragment handling memory leak.
Note that this will not get FreeBSD Security Advisory as DTLS is
experimenta
Author: simon
Date: Sun Aug 23 13:58:25 2009
New Revision: 196461
URL: http://svn.freebsd.org/changeset/base/196461
Log:
Import DTLS fix from upstream OpenSSL 0.9.8 branch:
Fix memory consumption bug with "future epoch" DTLS records.
Note that this will not get FreeBSD Security Advisor
Author: kib
Date: Sun Aug 23 12:44:15 2009
New Revision: 196460
URL: http://svn.freebsd.org/changeset/base/196460
Log:
Fix the conformance of poll(2) for sockets after r195423 by
returning POLLHUP instead of POLLIN for several cases. Now, the
tools/regression/poll results for FreeBSD are clo
Author: ed
Date: Sun Aug 23 12:23:24 2009
New Revision: 196459
URL: http://svn.freebsd.org/changeset/base/196459
Log:
Add support for diffs generated by Perforce.
It basically picks the filenames from the "" line and strips off the
# revision number.
Modified:
head/gnu/usr.bin/patc
Author: pjd
Date: Sun Aug 23 11:33:46 2009
New Revision: 196458
URL: http://svn.freebsd.org/changeset/base/196458
Log:
- Hide ZFS kernel threads under zfskern process.
- Use better (shorter) threads names:
'zvol:worker zvol/tank/vol00' -> 'zvol tank/vol00'
'vdev:worker da0' ->
Author: pjd
Date: Sun Aug 23 11:27:08 2009
New Revision: 196457
URL: http://svn.freebsd.org/changeset/base/196457
Log:
Set priority of vdev_geom threads and zvol threads to PRIBIO.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
head/sys/cddl/contrib/opensolaris/ut
Author: pjd
Date: Sun Aug 23 11:22:46 2009
New Revision: 196456
URL: http://svn.freebsd.org/changeset/base/196456
Log:
- Give minclsyspri and maxclsyspri real values (consulted with kmacy).
- Honour 'pri' argument for thread_create().
Modified:
head/sys/cddl/compat/opensolaris/sys/mutex.h
Author: rpaulo
Date: Sun Aug 23 09:58:06 2009
New Revision: 196455
URL: http://svn.freebsd.org/changeset/base/196455
Log:
Make dev.asmc.N.light.control writable by everyone.
Submitted by: Patrick Lamaiziere
MFC after:1 week
Modified:
head/sys/dev/asmc/asmc.c
Modified: head/sys/de
Author: rpaulo
Date: Sun Aug 23 09:55:06 2009
New Revision: 196454
URL: http://svn.freebsd.org/changeset/base/196454
Log:
Constify prime numbers.
Modified:
head/sys/kern/kern_subr.c
Modified: head/sys/kern/kern_subr.c
==
Ken,
another small glitch:
On Sun, 23 Aug 2009, Ken Smith wrote:
KS> Modified: stable/8/share/examples/cvsup/stable-supfile
KS>
==
KS> --- stable/8/share/examples/cvsup/stable-supfileSun Aug 23 06:30:14
2009
Author: julian
Date: Sun Aug 23 08:49:32 2009
New Revision: 196453
URL: http://svn.freebsd.org/changeset/base/196453
Log:
Fix another typo right next to the previous one, that amazingly, I did
not see before.
MFC after: 1 week
Modified:
head/sys/netinet/ipfw/ip_fw2.c
Modified: hea
On Sun, Aug 23, 2009 at 06:19:02AM +, Joseph Koshy wrote:
> Author: jkoshy
> Date: Sun Aug 23 06:19:02 2009
> New Revision: 196440
> URL: http://svn.freebsd.org/changeset/base/196440
>
> Log:
> Correct grammar.
>
> -CPUs are named using small integers from zero uptil, but
> +CPUs are named
* Julian Elischer wrote:
> + * (now that we a re guaranteed of success).
;-)
--
Ed Schouten
WWW: http://80386.nl/
pgpeCio0KgLcn.pgp
Description: PGP signature
Author: ed
Date: Sun Aug 23 08:04:40 2009
New Revision: 196452
URL: http://svn.freebsd.org/changeset/base/196452
Log:
Add ttydisc_rint_simple().
I noticed several drivers in our tree don't actually care about parity
and framing, such as pts(4), snp(4) (and my partially finished console
Author: julian
Date: Sun Aug 23 07:59:28 2009
New Revision: 196451
URL: http://svn.freebsd.org/changeset/base/196451
Log:
Fix typo in comment that has been bugging me for days.
MFC after:1 week
Modified:
head/sys/netinet/ipfw/ip_fw2.c
Modified: head/sys/netinet/ipfw/ip_fw2.c
===
Author: julian
Date: Sun Aug 23 07:48:11 2009
New Revision: 196450
URL: http://svn.freebsd.org/changeset/base/196450
Log:
Add claraifications to the kproc and kthread manpages and link
the kthread_create(9) man page to the kproc(9) page as it had migrated and
people looking for it may need a
Author: jkoshy
Date: Sun Aug 23 07:32:30 2009
New Revision: 196449
URL: http://svn.freebsd.org/changeset/base/196449
Log:
Use US spellings, fix typos.
Modified:
head/lib/libpmc/pmc.atom.3
head/lib/libpmc/pmc.core.3
head/lib/libpmc/pmc.iaf.3
Modified: head/lib/libpmc/pmc.atom.3
==
Author: jkoshy
Date: Sun Aug 23 07:31:10 2009
New Revision: 196448
URL: http://svn.freebsd.org/changeset/base/196448
Log:
Fix typos.
Modified:
head/lib/libpmc/pmc.p5.3
Modified: head/lib/libpmc/pmc.p5.3
==
--- head/l
Author: jkoshy
Date: Sun Aug 23 07:30:12 2009
New Revision: 196447
URL: http://svn.freebsd.org/changeset/base/196447
Log:
Fix a typo.
Modified:
head/lib/libpmc/pmc_capabilities.3
Modified: head/lib/libpmc/pmc_capabilities.3
Author: jkoshy
Date: Sun Aug 23 07:29:34 2009
New Revision: 196446
URL: http://svn.freebsd.org/changeset/base/196446
Log:
Fix typos, use American English spellings.
Modified:
head/lib/libpmc/pmc.k7.3
head/lib/libpmc/pmc.k8.3
head/lib/libpmc/pmc.p4.3
head/lib/libpmc/pmc.p6.3
Modified: h
Author: jkoshy
Date: Sun Aug 23 07:24:39 2009
New Revision: 196445
URL: http://svn.freebsd.org/changeset/base/196445
Log:
Fix typos.
Modified:
head/lib/libpmc/pmc.core2.3
Modified: head/lib/libpmc/pmc.core2.3
==
---
68 matches
Mail list logo