Author: kientzle
Date: Fri May 11 04:18:39 2012
New Revision: 235261
URL: http://svn.freebsd.org/changeset/base/235261
Log:
Don't hang if there is no /cpus node in the device tree.
Modified:
head/sys/boot/fdt/fdt_loader_cmd.c
Modified: head/sys/boot/fdt/fdt_loader_cmd.c
=
Author: attilio
Date: Fri May 11 04:10:23 2012
New Revision: 235260
URL: http://svn.freebsd.org/changeset/base/235260
Log:
MFC r233961,234074,234105,234564,234723,234989,235231-235232:
- Fix a bug in x86 and sparc64 where the intr cpu mask does only
enables the BSP.
- Remove the SMP cons
Author: ae
Date: Fri May 11 04:02:37 2012
New Revision: 235259
URL: http://svn.freebsd.org/changeset/base/235259
Log:
MFC r235033:
Don't ignore start offset value when user specifies it together
with alignment.
PR: bin/167567
Tested by: Warren Block
Modified:
stabl
Author: ae
Date: Fri May 11 04:02:17 2012
New Revision: 235258
URL: http://svn.freebsd.org/changeset/base/235258
Log:
MFC r235033:
Don't ignore start offset value when user specifies it together
with alignment.
PR: bin/167567
Tested by: Warren Block
Modified:
stabl
Author: kevlo
Date: Fri May 11 03:17:32 2012
New Revision: 235257
URL: http://svn.freebsd.org/changeset/base/235257
Log:
Remove unused variable mii.
This variable is initialized but not used.
Modified:
head/sys/dev/sf/if_sf.c
Modified: head/sys/dev/sf/if_sf.c
==
Author: kevlo
Date: Fri May 11 03:15:22 2012
New Revision: 235256
URL: http://svn.freebsd.org/changeset/base/235256
Log:
Initialize "error" to zero when it's declared in em_setup_receive_ring()
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
Author: marius
Date: Fri May 11 02:40:40 2012
New Revision: 235255
URL: http://svn.freebsd.org/changeset/base/235255
Log:
- Change the module order of these MAC drivers to be last so they are
deterministically handled after the corresponding PHY drivers when
loaded as modules. Otherwise,
Author: emaste
Date: Fri May 11 01:28:25 2012
New Revision: 235254
URL: http://svn.freebsd.org/changeset/base/235254
Log:
MFC r234138:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encod
Author: emaste
Date: Fri May 11 01:24:16 2012
New Revision: 235253
URL: http://svn.freebsd.org/changeset/base/235253
Log:
MFC r234138:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encod
Author: gjb (doc committer)
Date: Fri May 11 00:19:06 2012
New Revision: 235252
URL: http://svn.freebsd.org/changeset/base/235252
Log:
Document the unzip(1) '-Z' option implemented in r234206.
Submitted by: swills (via hacker lounge)
MFC after:3 days
Modified:
head/usr.bin/unzip/un
Author: eadler
Date: Thu May 10 23:38:34 2012
New Revision: 235251
URL: http://svn.freebsd.org/changeset/base/235251
Log:
Add Spanish Dvorak keyboard model to syscons.
(not verified to be accurate)
PR: conf/160235
Submitted by: Alvaro
Approved by: cperciva
MFC after:
Author: daichi
Date: Thu May 10 22:38:15 2012
New Revision: 235250
URL: http://svn.freebsd.org/changeset/base/235250
Log:
Added forgotten r234867,234944 mergeinfo
Modified:
Directory Properties:
stable/8/sys/ (props changed)
___
svn-src-all@freebs
Author: daichi
Date: Thu May 10 22:36:01 2012
New Revision: 235249
URL: http://svn.freebsd.org/changeset/base/235249
Log:
Added forgotten r234867,234944 mergeinfo
Modified:
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/fs/ (props changed)
_
Author: mckusick
Date: Thu May 10 21:38:48 2012
New Revision: 235246
URL: http://svn.freebsd.org/changeset/base/235246
Log:
Fix mount mutex handling missed in r234386.
Modified:
head/sys/nfsclient/nfs_subs.c
Modified: head/sys/nfsclient/nfs_subs.c
Author: daichi
Date: Thu May 10 20:37:56 2012
New Revision: 235244
URL: http://svn.freebsd.org/changeset/base/235244
Log:
MFC: 234867 and 234944
- fixed a vnode lock hang-up issue.
- fixed an incorrect lock status issue.
- fixed an incorrect lock issue of unionfs root vnode removed.
Author: daichi
Date: Thu May 10 20:35:50 2012
New Revision: 235243
URL: http://svn.freebsd.org/changeset/base/235243
Log:
MFC: 234867 and 234944
- fixed a vnode lock hang-up issue.
- fixed an incorrect lock status issue.
- fixed an incorrect lock issue of unionfs root vnode removed.
Author: pluknet
Date: Thu May 10 20:28:33 2012
New Revision: 235241
URL: http://svn.freebsd.org/changeset/base/235241
Log:
Fix mount interlock oversights from the previous change in r234386.
Reported by: dougb
Submitted by: Mateusz Guzik
Reviewed by: Kirk McKusick
Tested by:pho
Author: cperciva
Date: Thu May 10 20:13:24 2012
New Revision: 235240
URL: http://svn.freebsd.org/changeset/base/235240
Log:
Take randi's commit bit into safe keeping until she has more time to
work on FreeBSD src, per her request.
With hat: mentor
Approved by: core (implicit)
Modi
Author: dim
Date: Thu May 10 20:03:34 2012
New Revision: 235239
URL: http://svn.freebsd.org/changeset/base/235239
Log:
Fix copy/paste error in lib/libc/locale/toupper.c.
Submitted by: Kohji Okuno
Modified:
head/lib/libc/locale/toupper.c
Modified: head/lib/libc/locale/toupper.c
Author: jasone
Date: Thu May 10 18:29:40 2012
New Revision: 235238
URL: http://svn.freebsd.org/changeset/base/235238
Log:
Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch,
prior to 3.0.0 release). This version is likely very close to what will be
3.0.0.
Modified:
head
Author: bschmidt
Date: Thu May 10 18:25:59 2012
New Revision: 235237
URL: http://svn.freebsd.org/changeset/base/235237
Log:
remove trailing '.'
Poked by: gjb
MFC after:3 weeks
Modified:
head/share/man/man4/ral.4
Modified: head/share/man/man4/ral.4
=
Author: bschmidt
Date: Thu May 10 18:14:25 2012
New Revision: 235236
URL: http://svn.freebsd.org/changeset/base/235236
Log:
ifconfig(8) is important, but no need to mention it twice.
MFC after:3 weeks
Modified:
head/share/man/man4/ral.4
Modified: head/share/man/man4/ral.4
==
Author: bschmidt
Date: Thu May 10 18:10:20 2012
New Revision: 235235
URL: http://svn.freebsd.org/changeset/base/235235
Log:
Update man page due import of RT2800/RT3000 support.
Obtained from:OpenBSD
MFC after:3 weeks
Modified:
head/share/man/man4/ral.4
Modified: head/share
Author: imp
Date: Thu May 10 18:06:00 2012
New Revision: 235234
URL: http://svn.freebsd.org/changeset/base/235234
Log:
Generate board id's from Linux's mach-types database for all arm
ports. This currently is a nop, but will soon be used to allow
support for multiple boards to be built into
Author: bschmidt
Date: Thu May 10 17:41:16 2012
New Revision: 235233
URL: http://svn.freebsd.org/changeset/base/235233
Log:
Add support for Ralink RT2800/RT3000 chipsets.
Thanks to ray@, Sevan and Sergey Dyatko for feedback and testing!
Obtained from:OpenBSD
MFC after:3 w
Author: marius
Date: Thu May 10 15:23:20 2012
New Revision: 235232
URL: http://svn.freebsd.org/changeset/base/235232
Log:
Fix mismerge in r235231.
Modified:
head/sys/sparc64/include/intr_machdep.h
Modified: head/sys/sparc64/include/intr_machdep.h
=
Author: marius
Date: Thu May 10 15:17:21 2012
New Revision: 235231
URL: http://svn.freebsd.org/changeset/base/235231
Log:
Merge r234989 from x86:
Revert part of r234723 by re-enabling the SMP protection for intr_bind().
Modified:
head/sys/sparc64/include/intr_machdep.h
head/sys/sparc64
Author: alc
Date: Thu May 10 15:16:42 2012
New Revision: 235230
URL: http://svn.freebsd.org/changeset/base/235230
Log:
Give vm_fault()'s sequential access optimization a makeover.
There are two aspects to the sequential access optimization: (1) read ahead
of pages that are expected to be
Author: fabient
Date: Thu May 10 14:27:49 2012
New Revision: 235229
URL: http://svn.freebsd.org/changeset/base/235229
Log:
Remove out of date KASSERT that fire with soft PMC.
MFC after:1 week
Modified:
head/sys/dev/hwpmc/hwpmc_intel.c
Modified: head/sys/dev/hwpmc/hwpmc_intel.c
=
Author: roberto
Date: Thu May 10 13:30:42 2012
New Revision: 235228
URL: http://svn.freebsd.org/changeset/base/235228
Log:
Add the IPv6 tag to ftp4.fr.freebsd.org.
Modified:
head/usr.sbin/bsdinstall/scripts/mirrorselect
Modified: head/usr.sbin/bsdinstall/scripts/mirrorselect
Author: eadler
Date: Thu May 10 12:46:12 2012
New Revision: 235227
URL: http://svn.freebsd.org/changeset/base/235227
Log:
Partial revert of previous commit as some of the changes were not
newbie-friendly.
Requested by: jhb, gcooper
Approved by: cperciva (implicit)
MFC after:3 day
On 10 May 2012 07:12, John Baldwin wrote:
> The new version starts off in the middle of a sentence now. I think you
> need to put some of this back ("If you write part of a filename in tcsh,
> pressing TAB...").
hm, good point.
> Not sure why you removed this? Even if we changed tcsh's default
Author: mav
Date: Thu May 10 12:37:32 2012
New Revision: 235226
URL: http://svn.freebsd.org/changeset/base/235226
Log:
Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.
ataraid(4) previously was present there and having GEOM RAID is convinient.
Unlike other classes GEOM RAID ca
On 5/9/12 6:13 PM, Eitan Adler wrote:
> Author: eadler
> Date: Wed May 9 22:13:56 2012
> New Revision: 235209
> URL: http://svn.freebsd.org/changeset/base/235209
>
> Log:
> Add a few new tips and update some old ones to more modern commands
>
> MFC after: 1 week
>
> Modified:
> head/ga
Author: kib
Date: Thu May 10 11:08:09 2012
New Revision: 235225
URL: http://svn.freebsd.org/changeset/base/235225
Log:
MFC r234981:
Move the code to call the callout callback into the helper function
softclock_call_cc(). While there, move some common code to callout_cc_del().
Modified:
st
Author: imp
Date: Thu May 10 11:06:19 2012
New Revision: 235224
URL: http://svn.freebsd.org/changeset/base/235224
Log:
Do a bit of house cleaning and remove the old, obsolete upgrade from
6.0 support and bump the minimum version to 8.0. These versions have
not been tested and are believed t
Author: kib
Date: Thu May 10 10:56:46 2012
New Revision: 235223
URL: http://svn.freebsd.org/changeset/base/235223
Log:
MFC r234952:
Mark the migrating callouts with CALLOUT_DFRMIGRATION flag. The flag is
cleared by callout_stop_safe() when the function detects a migration,
besides returnin
Author: mm
Date: Thu May 10 10:39:45 2012
New Revision: 235222
URL: http://svn.freebsd.org/changeset/base/235222
Log:
Import illumos changeset 13686:4bc0783f6064
2703 add mechanism to report ZFS send progress
If the zfs send command is used with the -v flag, the amount of bytes
transmit
Author: kib
Date: Thu May 10 10:16:21 2012
New Revision: 235221
URL: http://svn.freebsd.org/changeset/base/235221
Log:
MFC r234981:
Move the code to call the callout callback into the helper function
softclock_call_cc(). While there, move some common code to callout_cc_del().
Modified:
st
Author: kib
Date: Thu May 10 10:02:56 2012
New Revision: 235220
URL: http://svn.freebsd.org/changeset/base/235220
Log:
MFC r234952:
Mark the migrating callouts with CALLOUT_DFRMIGRATION flag. The flag is
cleared by callout_stop_safe() when the function detects a migration,
besides returnin
Author: avg
Date: Thu May 10 09:47:04 2012
New Revision: 235219
URL: http://svn.freebsd.org/changeset/base/235219
Log:
cdboot, pxeldr: make use of bootargs.h instead of redefining flag constants
Reviewed by: jhb
MFC after:1 month
Added:
head/sys/boot/i386/cdboot/cdboot.S
- co
Author: davidxu
Date: Thu May 10 09:30:37 2012
New Revision: 235218
URL: http://svn.freebsd.org/changeset/base/235218
Log:
Create a common function lookup() to search a chan, this eliminates
redundant SC_LOOKUP() calling.
Modified:
head/lib/libthr/thread/thr_sleepq.c
Modified: head/lib/lib
Author: mm
Date: Thu May 10 09:10:31 2012
New Revision: 235217
URL: http://svn.freebsd.org/changeset/base/235217
Log:
Remove unreachable break in zfs_main.c
Partial import of illumos changeset 13622:e5889df1eaac
2077 lots of unreachable breaks in illumos gate
References:
https://ww
Author: mm
Date: Thu May 10 08:57:58 2012
New Revision: 235216
URL: http://svn.freebsd.org/changeset/base/235216
Log:
Add support for force unmounting ZFS filesystems during "zfs rename"
with the -f flag.
Reimplementation of the illumos changeset 13677:a0cbef703c12
2635 'zfs rename -f'
44 matches
Mail list logo