On 2012/1/16 15:39, Lawrence Stewart wrote:
On 01/16/12 17:15, David Xu wrote:
Author: davidxu
Date: Mon Jan 16 06:15:14 2012
New Revision: 230201
URL: http://svn.freebsd.org/changeset/base/230201
Log:
Insert read memory barriers.
Modified:
head/lib/libc/gen/sem.c
head/lib/libc/gen/se
On 01/16/12 17:15, David Xu wrote:
Author: davidxu
Date: Mon Jan 16 06:15:14 2012
New Revision: 230201
URL: http://svn.freebsd.org/changeset/base/230201
Log:
Insert read memory barriers.
Modified:
head/lib/libc/gen/sem.c
head/lib/libc/gen/sem_new.c
Could you please provide a bit more
Author: hrs
Date: Mon Jan 16 07:02:59 2012
New Revision: 230203
URL: http://svn.freebsd.org/changeset/base/230203
Log:
Use to format entries.
Modified:
stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
===
Author: hrs
Date: Mon Jan 16 06:49:03 2012
New Revision: 230202
URL: http://svn.freebsd.org/changeset/base/230202
Log:
Document {ALLOW_NEW,BLOCK_OLD}_SOURCES state change record type support
for SSM MLDv2 forgotten in the 9.0R Release Notes.
Pointy hat to:hrs
Modified:
stable/9
Author: davidxu
Date: Mon Jan 16 06:15:14 2012
New Revision: 230201
URL: http://svn.freebsd.org/changeset/base/230201
Log:
Insert read memory barriers.
Modified:
head/lib/libc/gen/sem.c
head/lib/libc/gen/sem_new.c
Modified: head/lib/libc/gen/sem.c
==
Author: delphij
Date: Mon Jan 16 06:00:44 2012
New Revision: 230200
URL: http://svn.freebsd.org/changeset/base/230200
Log:
Match surrounding style.
Noticed by: avg
Modified:
head/sys/dev/tws/tws.c
Modified: head/sys/dev/tws/tws.c
===
Author: das
Date: Mon Jan 16 05:23:27 2012
New Revision: 230199
URL: http://svn.freebsd.org/changeset/base/230199
Log:
Remove a confused comment and fix some minor bugs.
Modified:
head/sys/mips/include/float.h
Modified: head/sys/mips/include/float.h
==
Author: das
Date: Mon Jan 16 05:23:13 2012
New Revision: 230198
URL: http://svn.freebsd.org/changeset/base/230198
Log:
Fix the definition of FLT_EVAL_METHOD and some minor bugs.
Modified:
head/sys/arm/include/float.h
Modified: head/sys/arm/include/float.h
Author: kevlo
Date: Mon Jan 16 05:22:18 2012
New Revision: 230197
URL: http://svn.freebsd.org/changeset/base/230197
Log:
MFC r228864:
Discard local array based on return values.
Pointed out by: uqs
Found with: Coverity Prevent(tm)
CID: 10089
MFC 228023:
Add unicode sup
Author: kevlo
Date: Mon Jan 16 05:15:13 2012
New Revision: 230196
URL: http://svn.freebsd.org/changeset/base/230196
Log:
MFC r228796:
Discarding local array based on return values.
MFC r227650:
Add unicode support to msdosfs and smbfs; original pathes from imura,
bug fixes by Kuan-Chu
Author: adrian
Date: Mon Jan 16 05:07:32 2012
New Revision: 230195
URL: http://svn.freebsd.org/changeset/base/230195
Log:
Stop overloading opt_global.h.
Modified:
head/sys/conf/options
head/sys/mips/atheros/ar71xx_machdep.c
head/sys/mips/atheros/ar71xx_pci.c
Modified: head/sys/conf/optio
Author: davidxu
Date: Mon Jan 16 04:39:10 2012
New Revision: 230194
URL: http://svn.freebsd.org/changeset/base/230194
Log:
Eliminate branch and insert an explicit reader memory barrier to ensure
that waiter bit is set before reading semaphore count.
Modified:
head/sys/kern/kern_umtx.c
Modi
On Sun, Jan 15, 2012 at 11:00 PM, Eitan Adler wrote:
> Author: eadler (ports committer)
> Date: Mon Jan 16 04:00:32 2012
> New Revision: 230187
> URL: http://svn.freebsd.org/changeset/base/230187
>
> Log:
> - Listen to WITHOUT_SYSINSTALL
I should have added to the commit log:
Direct commit to st
On Mon, Jan 16, 2012, David Schultz wrote:
> Author: das
> Date: Mon Jan 16 04:09:17 2012
> New Revision: 230192
> URL: http://svn.freebsd.org/changeset/base/230192
>
> Log:
> Add an implementation of fenv.h intended for platforms that lack an FPU and
> use softfloat.
>
> Thanks to Ian Le
On Mon, Jan 16, 2012, David Schultz wrote:
> Author: das
> Date: Mon Jan 16 04:08:29 2012
> New Revision: 230191
> URL: http://svn.freebsd.org/changeset/base/230191
>
> Log:
> Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for
> dynamic rounding modes, but FPUless chips that
Author: das
Date: Mon Jan 16 04:09:45 2012
New Revision: 230193
URL: http://svn.freebsd.org/changeset/base/230193
Log:
Computations on NaNs are supposed to return one of the input NaNs unchanged.
Fix a few places in the sparc64 floating-point emulator where this wasn't
being handled properly
Author: das
Date: Mon Jan 16 04:09:17 2012
New Revision: 230192
URL: http://svn.freebsd.org/changeset/base/230192
Log:
Add an implementation of fenv.h intended for platforms that lack an FPU and
use softfloat.
Thanks to Ian Lepore for testing and debugging this patch. The fenv
regressi
Author: das
Date: Mon Jan 16 04:08:29 2012
New Revision: 230191
URL: http://svn.freebsd.org/changeset/base/230191
Log:
Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for
dynamic rounding modes, but FPUless chips that use softfloat can support it
because everything is emula
Author: das
Date: Mon Jan 16 04:06:56 2012
New Revision: 230190
URL: http://svn.freebsd.org/changeset/base/230190
Log:
Remove functions from softfloat's Symbol.map that don't need to be exported.
Also use the proper number of underscores for internal names. (Changing
the names should be fin
Author: das
Date: Mon Jan 16 04:05:53 2012
New Revision: 230189
URL: http://svn.freebsd.org/changeset/base/230189
Log:
Convert softfloat to use the standard exception flag and rounding macros
in fenv.h instead of the non-standard and incomplete ones in ieeefp.h.
Thanks to Ian Lepore for t
Author: das
Date: Mon Jan 16 04:04:35 2012
New Revision: 230188
URL: http://svn.freebsd.org/changeset/base/230188
Log:
Correct some bugs that resulted from arm/_fpmath.h being blindly copied
from the x86 version, which has a completely different long double
format.
Submitted by: Maks Ve
Author: eadler (ports committer)
Date: Mon Jan 16 04:00:32 2012
New Revision: 230187
URL: http://svn.freebsd.org/changeset/base/230187
Log:
- Listen to WITHOUT_SYSINSTALL
PR: bin/164185
Submitted by: Pierre Guinoiseau
Reviewed by: imp
Approved by: cperciva
MFC After
Author: cperciva
Date: Mon Jan 16 02:42:41 2012
New Revision: 230185
URL: http://svn.freebsd.org/changeset/base/230185
Log:
s/amd64/i386/ in comment.
Modified:
head/sys/i386/conf/XENHVM
Modified: head/sys/i386/conf/XENHVM
==
Author: cperciva
Date: Mon Jan 16 02:42:16 2012
New Revision: 230184
URL: http://svn.freebsd.org/changeset/base/230184
Log:
Copy XENHVM config file from amd64, now that i386+XENHVM works.
Added:
- copied unchanged from r230183, head/sys/amd64/conf/XENHVM
Directory Properties:
head/sys/i3
Author: cperciva
Date: Mon Jan 16 02:38:45 2012
New Revision: 230183
URL: http://svn.freebsd.org/changeset/base/230183
Log:
Make XENHVM work on i386. The __ffs() function counts bits starting from
zero, unlike ffs(3), which starts counting from 1.
Modified:
head/sys/dev/xen/xenpci/evtchn.c
Author: mav
Date: Mon Jan 16 00:26:52 2012
New Revision: 230181
URL: http://svn.freebsd.org/changeset/base/230181
Log:
Add check to avoid assertion panic on duplicate stop.
Reported by: Yuri Pankov
MFC after:2 months
Modified:
head/sys/dev/sound/pci/hda/hdaa.c
Modified: head/sys
Author: alc
Date: Mon Jan 16 00:26:49 2012
New Revision: 230180
URL: http://svn.freebsd.org/changeset/base/230180
Log:
When tmpfs_write() resets an extended file to its original size after an
error, we want tmpfs_reg_resize() to ignore I/O errors and unconditionally
update the file's size.
On 01/15/12 15:28, John Baldwin wrote:
> On 1/15/12 2:09 AM, Eitan Adler wrote:
>> Log:
>>- Fix undefined behavior when device_get_name is null
>>- Make error message more informative
>
> The in-kernel printf(9) always prints "(null)" for %s when the pointer is
> NULL,
> so that wasn't un
On 1/15/12 2:09 AM, Eitan Adler wrote:
Author: eadler (ports committer)
Date: Sun Jan 15 07:09:18 2012
New Revision: 230125
URL: http://svn.freebsd.org/changeset/base/230125
Log:
- Fix undefined behavior when device_get_name is null
- Make error message more informative
The in-kernel pri
On Sun, 15 Jan 2012, Adrian Chadd wrote:
Log:
Add the new option introduced in the previous commit.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
==
--- head/sys/conf/options Sun Jan 15 19:29:
On Sun, Jan 15, 2012 at 02:42:04PM -0800, Doug Barton wrote:
> On 01/15/2012 14:36, Andriy Gapon wrote:
> > What happened. There was a merge conflict. I initially chose the
> > postpone option. Then edited the file to get a correct merge. Then
> > ran svn resolve. It complained that it needed -
Author: kientzle
Date: Sun Jan 15 23:00:33 2012
New Revision: 230179
URL: http://svn.freebsd.org/changeset/base/230179
Log:
BeagleBone uses an FTDI chip with
an altered Product ID.
Modified:
head/sys/dev/usb/serial/uftdi.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/uftdi.
Author: avg
Date: Sun Jan 15 22:47:49 2012
New Revision: 230178
URL: http://svn.freebsd.org/changeset/base/230178
Log:
MFC r228718: ule: ensure that batch timeshare threads are scheduled
fairly
Second take.
Modified:
stable/8/sys/kern/sched_ule.c
Directory Properties:
stable/8/sys/
Author: avg
Date: Sun Jan 15 22:43:34 2012
New Revision: 230177
URL: http://svn.freebsd.org/changeset/base/230177
Log:
Revert r230174, a botched MFC
This is a direct commit to the branch for obvious reasons.
Pointyhat to: avg
Modified:
stable/8/sys/kern/sched_ule.c
Directory Propert
On 01/15/2012 14:36, Andriy Gapon wrote:
> What happened. There was a merge conflict. I initially chose the postpone
> option. Then edited the file to get a correct merge. Then ran svn resolve.
> It complained that it needed --accept option, so I used --accept=base. I
> didn't
> do another sv
on 16/01/2012 00:36 Andriy Gapon said the following:
> on 16/01/2012 00:18 Andriy Gapon said the following:
>> Author: avg
>> Date: Sun Jan 15 22:18:54 2012
>> New Revision: 230174
>> URL: http://svn.freebsd.org/changeset/base/230174
>>
>> Log:
>> MFC r228718: ule: ensure that batch timeshare thr
on 16/01/2012 00:18 Andriy Gapon said the following:
> Author: avg
> Date: Sun Jan 15 22:18:54 2012
> New Revision: 230174
> URL: http://svn.freebsd.org/changeset/base/230174
>
> Log:
> MFC r228718: ule: ensure that batch timeshare threads are scheduled
> fairly
Apologies, this commit is scre
Author: avg
Date: Sun Jan 15 22:23:41 2012
New Revision: 230176
URL: http://svn.freebsd.org/changeset/base/230176
Log:
MFC r228265: critical_exit: ignore td_owepreempt if kdb_active is set
Modified:
stable/8/sys/kern/kern_switch.c
Directory Properties:
stable/8/sys/ (props changed)
stab
Author: avg
Date: Sun Jan 15 22:20:52 2012
New Revision: 230175
URL: http://svn.freebsd.org/changeset/base/230175
Log:
MFC r228265: critical_exit: ignore td_owepreempt if kdb_active is set
Modified:
stable/9/sys/kern/kern_switch.c
Directory Properties:
stable/9/sys/ (props changed)
stab
Author: avg
Date: Sun Jan 15 22:18:54 2012
New Revision: 230174
URL: http://svn.freebsd.org/changeset/base/230174
Log:
MFC r228718: ule: ensure that batch timeshare threads are scheduled
fairly
Modified:
stable/8/sys/kern/sched_ule.c
Directory Properties:
stable/8/sys/ (props changed)
Author: avg
Date: Sun Jan 15 22:10:35 2012
New Revision: 230173
URL: http://svn.freebsd.org/changeset/base/230173
Log:
MFC r228718: ule: ensure that batch timeshare threads are scheduled
fairly
Modified:
stable/9/sys/kern/sched_ule.c
Directory Properties:
stable/9/sys/ (props changed)
Author: avg
Date: Sun Jan 15 22:08:44 2012
New Revision: 230172
URL: http://svn.freebsd.org/changeset/base/230172
Log:
MFC r228710: opensolaris compat: fix vcmn_err so that panic(9) produces
a proper message
Modified:
stable/8/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
Directory
Author: avg
Date: Sun Jan 15 22:07:14 2012
New Revision: 230171
URL: http://svn.freebsd.org/changeset/base/230171
Log:
MFC r228710: opensolaris compat: fix vcmn_err so that panic(9) produces
a proper message
Modified:
stable/9/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
Directory
Author: avg
Date: Sun Jan 15 22:05:15 2012
New Revision: 230170
URL: http://svn.freebsd.org/changeset/base/230170
Log:
MFC r228426: syscons: make sc_puts static as it is used only privately
Modified:
stable/8/sys/dev/syscons/syscons.c
stable/8/sys/dev/syscons/syscons.h
Directory Properties:
Author: avg
Date: Sun Jan 15 22:04:28 2012
New Revision: 230169
URL: http://svn.freebsd.org/changeset/base/230169
Log:
MFC r228426: syscons: make sc_puts static as it is used only privately
Modified:
stable/9/sys/dev/syscons/syscons.c
stable/9/sys/dev/syscons/syscons.h
Directory Properties:
Author: avg
Date: Sun Jan 15 22:02:35 2012
New Revision: 230168
URL: http://svn.freebsd.org/changeset/base/230168
Log:
MFC r228433: put sys/systm.h at its proper place or add it if missing
Modified:
stable/8/sys/kern/kern_sx.c
stable/8/sys/kern/vfs_cache.c
stable/8/sys/security/mac/mac_fr
Author: avg
Date: Sun Jan 15 21:58:51 2012
New Revision: 230167
URL: http://svn.freebsd.org/changeset/base/230167
Log:
MFC r228430,228433: put sys/systm.h at its proper place or add it if missing
Modified:
stable/9/sys/kern/kern_racct.c
stable/9/sys/kern/kern_sx.c
stable/9/sys/kern/vfs_ca
Author: avg
Date: Sun Jan 15 21:52:45 2012
New Revision: 230166
URL: http://svn.freebsd.org/changeset/base/230166
Log:
MFC r228267: zfsboot: print boot.config contents before parsing it
Modified:
stable/8/sys/boot/i386/zfsboot/zfsboot.c
Directory Properties:
stable/8/sys/ (props changed)
Author: avg
Date: Sun Jan 15 21:51:55 2012
New Revision: 230165
URL: http://svn.freebsd.org/changeset/base/230165
Log:
MFC r228267: zfsboot: print boot.config contents before parsing it
Modified:
stable/9/sys/boot/i386/zfsboot/zfsboot.c
Directory Properties:
stable/9/sys/ (props changed)
Author: avg
Date: Sun Jan 15 21:50:17 2012
New Revision: 230164
URL: http://svn.freebsd.org/changeset/base/230164
Log:
MFC r228266: zfs boot: allow file vdevs to be used in testing (e.g. with
zfsboottest)
Modified:
stable/8/sys/boot/zfs/zfsimpl.c
Directory Properties:
stable/8/sys/ (prop
Author: avg
Date: Sun Jan 15 21:48:42 2012
New Revision: 230163
URL: http://svn.freebsd.org/changeset/base/230163
Log:
MFC r228266: zfs boot: allow file vdevs to be used in testing (e.g. with
zfsboottest)
Modified:
stable/9/sys/boot/zfs/zfsimpl.c
Directory Properties:
stable/9/sys/ (prop
Author: avg
Date: Sun Jan 15 21:43:24 2012
New Revision: 230162
URL: http://svn.freebsd.org/changeset/base/230162
Log:
MFC r225530: gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1
Modified:
stable/8/sys/boot/i386/gptboot/Makefile
stable/8/sys/boot/i386/gptzfsboot/Makefile
stable/8/sy
Author: jilles
Date: Sun Jan 15 21:39:38 2012
New Revision: 230161
URL: http://svn.freebsd.org/changeset/base/230161
Log:
sh: Fix some bugs with exit status from case containing ;&.
Also, rework evalcase() to not evaluate any tree. Instead, return the
NCLISTFALLTHRU node and handle it in
Author: eadler (ports committer)
Date: Sun Jan 15 20:53:50 2012
New Revision: 230160
URL: http://svn.freebsd.org/changeset/base/230160
Log:
MFC r228343:
- Fix ktrace leakage if error is set
PR: kern/163098
Approved by: sbruno
Modified:
stable/9/sys/kern/kern_ktrace.
Author: eadler (ports committer)
Date: Sun Jan 15 20:52:31 2012
New Revision: 230159
URL: http://svn.freebsd.org/changeset/base/230159
Log:
MFC r228343:
- Fix ktrace leakage if error is set
PR: kern/163098
Approved by: sbruno
Modified:
stable/8/sys/kern/kern_ktrace.
Author: eadler (ports committer)
Date: Sun Jan 15 20:52:01 2012
New Revision: 230158
URL: http://svn.freebsd.org/changeset/base/230158
Log:
MFC r228343:
- Fix ktrace leakage if error is set
PR: kern/163098
Approved by: sbruno
Modified:
stable/7/sys/kern/kern_ktrace.
Author: avg
Date: Sun Jan 15 20:43:39 2012
New Revision: 230157
URL: http://svn.freebsd.org/changeset/base/230157
Log:
dadump: don't leak the periph lock on i/o error
Reported by: az
MFC after:1 week
Modified:
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi/scsi_da.c
Author: avg
Date: Sun Jan 15 20:37:39 2012
New Revision: 230156
URL: http://svn.freebsd.org/changeset/base/230156
Log:
xlocale.h: consistently use __va_list
Plain 'va_list' in this header seems to cause troubles with non-base GCC
which creates and uses "tortured" versions of some sysem he
Author: eadler (ports committer)
Date: Sun Jan 15 20:14:52 2012
New Revision: 230155
URL: http://svn.freebsd.org/changeset/base/230155
Log:
Make man page wording more clear:
PR: docs/164078
Submitted by: Taras
Approved by: bcr
MFC after:3 days
Modified:
head/lib/lib
Author: jilles
Date: Sun Jan 15 20:04:05 2012
New Revision: 230154
URL: http://svn.freebsd.org/changeset/base/230154
Log:
sh: Fix two bugs with case and exit status:
* If no pattern is matched, POSIX says the exit status shall be 0 (even if
there are command substitutions).
* If a pat
Author: adrian
Date: Sun Jan 15 19:45:23 2012
New Revision: 230153
URL: http://svn.freebsd.org/changeset/base/230153
Log:
Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a
module
is used.
Although the module _builds_, it fails to load because of a missing symbol
Author: adrian
Date: Sun Jan 15 19:43:56 2012
New Revision: 230152
URL: http://svn.freebsd.org/changeset/base/230152
Log:
Build some more things (random, bridge/gif/gre, gpio, USB) as modules as well
so some embedded platform builds can use these instead of a fully monolithic
kernel.
Modifi
Author: adrian
Date: Sun Jan 15 19:42:55 2012
New Revision: 230151
URL: http://svn.freebsd.org/changeset/base/230151
Log:
Begin breaking out the AR71xx specific functional drivers into modules.
The USB code as it stands includes the bus glue along _with_ the controller
code. So the ohci/e
Author: adrian
Date: Sun Jan 15 19:40:59 2012
New Revision: 230150
URL: http://svn.freebsd.org/changeset/base/230150
Log:
Allow building the GPIO bus and associated bits as modules.
This is primarily done to save a few bytes here and there on embedded
systems with limited flash space for
Author: adrian
Date: Sun Jan 15 19:30:32 2012
New Revision: 230149
URL: http://svn.freebsd.org/changeset/base/230149
Log:
Add the new option introduced in the previous commit.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
Author: adrian
Date: Sun Jan 15 19:29:33 2012
New Revision: 230148
URL: http://svn.freebsd.org/changeset/base/230148
Log:
Some of the atheros based embedded devices use one or more PCI NICs
on-board, glued to the AR71xx CPU. These may forgo separate WMAC EEPROMs
(which store configuration a
Author: adrian
Date: Sun Jan 15 19:22:34 2012
New Revision: 230147
URL: http://svn.freebsd.org/changeset/base/230147
Log:
Break out the "memory" EEPROM data read method from being AR9130 specific
to being more generic.
Other embedded SoCs also throw the configuration/PCI register
info i
On 15.01.2012 20:54, Niclas Zeising wrote:
On 2012-01-15 14:21, Alexander Motin wrote:
Author: mav
Date: Sun Jan 15 13:21:36 2012
New Revision: 230130
URL: http://svn.freebsd.org/changeset/base/230130
Log:
Major snd_hda driver rewrite:
- Huge old hdac driver was split into three independ
On 2012-01-15 14:21, Alexander Motin wrote:
> Author: mav
> Date: Sun Jan 15 13:21:36 2012
> New Revision: 230130
> URL: http://svn.freebsd.org/changeset/base/230130
>
> Log:
> Major snd_hda driver rewrite:
>- Huge old hdac driver was split into three independent pieces: HDA
> controller d
Author: trociny
Date: Sun Jan 15 18:51:07 2012
New Revision: 230146
URL: http://svn.freebsd.org/changeset/base/230146
Log:
In kvm_argv(), the case when the supplied buffer was too short to hold the
requested value was handled incorrectly, and the function retuned NULL
instead of the truncate
Author: trociny
Date: Sun Jan 15 18:47:24 2012
New Revision: 230145
URL: http://svn.freebsd.org/changeset/base/230145
Log:
Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want
to read strings completely to know the actual size.
As a side effect it fixes the issue wi
Author: nwhitehorn
Date: Sun Jan 15 18:26:43 2012
New Revision: 230144
URL: http://svn.freebsd.org/changeset/base/230144
Log:
Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices be
usefully loaded and unloaded as modules.
Submitted by: geoffrey dot levand at mail dot ru
Author: mm
Date: Sun Jan 15 18:08:15 2012
New Revision: 230143
URL: http://svn.freebsd.org/changeset/base/230143
Log:
Fix missing in r230129:
kern_jail.c: initialize fullpath_disabled to zero
vfs_cache.c: add missing dot in comment
Reported by: kib
MFC after:1 month
Modified:
Author: eadler (ports committer)
Date: Sun Jan 15 17:01:28 2012
New Revision: 230141
URL: http://svn.freebsd.org/changeset/base/230141
Log:
Remove duplicate line from usage
PR: bin/164139
Submitted by: Yuri Pankov
Approved by: nwhitehorn
MFC after:3 days
Modified:
h
Author: nwhitehorn
Date: Sun Jan 15 16:58:44 2012
New Revision: 230140
URL: http://svn.freebsd.org/changeset/base/230140
Log:
Fix some unreliability problems related to MSR bits inherited from kboot by
setting an absolute MSR when during on the MMU. This prevents delay(), in
particular, from
Author: nwhitehorn
Date: Sun Jan 15 16:57:18 2012
New Revision: 230139
URL: http://svn.freebsd.org/changeset/base/230139
Log:
Now that we can tolerate LPAR context switches on the PS3 hypervisor, going
to hypervisor-idle on both threads will not hang the kernel.
Modified:
head/sys/powerpc/p
Author: tuexen
Date: Sun Jan 15 14:03:05 2012
New Revision: 230138
URL: http://svn.freebsd.org/changeset/base/230138
Log:
Small cleanup, no functional change.
Modified:
head/sys/netinet6/sctp6_var.h
Modified: head/sys/netinet6/sctp6_var.h
=
Author: joel (doc committer)
Date: Sun Jan 15 13:36:47 2012
New Revision: 230137
URL: http://svn.freebsd.org/changeset/base/230137
Log:
Fix a few comment typos.
Modified:
head/sys/dev/sound/pci/emu10kx.c
Modified: head/sys/dev/sound/pci/emu10kx.c
=
Author: tuexen
Date: Sun Jan 15 13:35:55 2012
New Revision: 230136
URL: http://svn.freebsd.org/changeset/base/230136
Log:
Two cleanups. No functional change.
Modified:
head/sys/netinet/sctp_output.c
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctp_output.c
==
Author: uqs
Date: Sun Jan 15 13:23:43 2012
New Revision: 230134
URL: http://svn.freebsd.org/changeset/base/230134
Log:
Convert files to UTF-8
Modified:
head/sys/dev/fb/boot_font.c
head/sys/dev/ieee488/ibfoo.c
head/sys/dev/ieee488/pcii.c
head/sys/dev/ieee488/upd7210.c
head/sys/dev/ieee
Author: uqs
Date: Sun Jan 15 13:23:33 2012
New Revision: 230133
URL: http://svn.freebsd.org/changeset/base/230133
Log:
Remove spurious 8bit chars, turning files into plain ASCII.
Modified:
head/sys/arm/at91/at91_st.c
head/sys/arm/sa11x0/sa11x0_ost.c
head/sys/dev/bxe/bxe_hsi.h
head/sys/d
Author: uqs
Date: Sun Jan 15 13:23:54 2012
New Revision: 230135
URL: http://svn.freebsd.org/changeset/base/230135
Log:
Remove spurious 8bit chars, turning files into plain ASCII.
Modified:
head/sys/contrib/dev/npe/LICENSE
head/sys/contrib/dev/nve/amd64/nvenetlib.README
head/sys/contrib/de
Author: uqs
Date: Sun Jan 15 13:23:01 2012
New Revision: 230131
URL: http://svn.freebsd.org/changeset/base/230131
Log:
Reencode morse.c to UTF-8. This does not make it Unicode aware.
No changes in resulting object file. Moved user-visible symbols into
comment table, so you can see all cha
Author: mav
Date: Sun Jan 15 13:21:36 2012
New Revision: 230130
URL: http://svn.freebsd.org/changeset/base/230130
Log:
Major snd_hda driver rewrite:
- Huge old hdac driver was split into three independent pieces: HDA
controller driver (hdac), HDA CODEC driver (hdacc) and HDA sudio function
On Sun, Jan 15, 2012 at 12:58:02AM -0500, Eitan Adler wrote:
> On Sat, Jan 14, 2012 at 5:46 PM, Jilles Tjoelker wrote:
> > Author: jilles
> > Date: Sat Jan 14 22:46:18 2012
> > New Revision: 230118
> > URL: http://svn.freebsd.org/changeset/base/230118
> >
> > Log:
> > sh: Change input buffer size
On 06.01.2012 2:48, Guy Helmer wrote:
Author: ghelmer
Date: Thu Jan 5 22:48:36 2012
New Revision: 229667
URL: http://svn.freebsd.org/changeset/base/229667
Log:
Allow daemon(8) to run pidfile_open() before relenquishing privileges
so pid files can be written in /var/run when started as roo
Author: mm
Date: Sun Jan 15 12:08:20 2012
New Revision: 230129
URL: http://svn.freebsd.org/changeset/base/230129
Log:
Introduce vn_path_to_global_path()
This function updates path string to vnode's full global path and checks
the size of the new path string against the pathlen argument.
On Sun, Jan 15, 2012 at 02:44:35AM -0800, Xin LI wrote:
> Why you need anything if the program needs to run something inside the
> chroot, which means one already have set up a full chroot environment?
1) ftpds usually not allows to run any program by default. Max default set
usualy is: ls, tar,
On Sat, Jan 14, 2012 at 6:15 PM, Andrey Chernov wrote:
> On Sat, Dec 24, 2011 at 02:26:20AM -0800, Xin LI wrote:
>> chroot(2) can create legitimate and secure environment where dlopen(2)
>> is safe and necessary.
>
> It seems it is internal contradiction in your argumentation:
> 1) You state that
Author: glebius
Date: Sun Jan 15 09:27:00 2012
New Revision: 230128
URL: http://svn.freebsd.org/changeset/base/230128
Log:
Use getopts instead of getopt(1).
Suggested by: jilles
Modified:
head/release/generate-release.sh
Modified: head/release/generate-release.sh
===
Author: glebius
Date: Sun Jan 15 08:36:25 2012
New Revision: 230127
URL: http://svn.freebsd.org/changeset/base/230127
Log:
Restore functionality to pack several kernels into release. All
kernels specified by KERNCONF are built and packed into release.
The first one is packed into kernel.txz,
91 matches
Mail list logo