On 4 February 2012 17:37, Jaakko Heinonen wrote:
> Author: jh
> Date: Sat Feb 4 13:37:31 2012
> New Revision: 230979
> URL: http://svn.freebsd.org/changeset/base/230979
>
> Log:
> Remove useless and potentially dangerous rw() function which tries to
> update access and modification times by rea
Author: davidxu
Date: Sun Feb 5 04:49:31 2012
New Revision: 231006
URL: http://svn.freebsd.org/changeset/base/231006
Log:
Add 32-bit compat code for AIO kevent flags introduced in revision 230857.
Modified:
head/sys/compat/freebsd32/freebsd32_signal.h
head/sys/kern/vfs_aio.c
Modified: hea
Author: nwhitehorn
Date: Sun Feb 5 00:51:59 2012
New Revision: 231003
URL: http://svn.freebsd.org/changeset/base/231003
Log:
Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. With
this change, NEW_PCIB appears to work without incident at least on a G5
iMac. More testing
Author: jilles
Date: Sat Feb 4 23:29:07 2012
New Revision: 231001
URL: http://svn.freebsd.org/changeset/base/231001
Log:
sh: Fix swapped INTON/INTOFF.
A possible consequence of this bug was a memory leak if SIGINT arrived
during a 'set' command (listing variables).
MFC after:1 w
Author: nwhitehorn
Date: Sat Feb 4 23:25:18 2012
New Revision: 230999
URL: http://svn.freebsd.org/changeset/base/230999
Log:
Compatibility with IBM firmware.
Modified:
head/sys/powerpc/powermac/cpcht.c
Modified: head/sys/powerpc/powermac/cpcht.c
=
Author: jilles
Date: Sat Feb 4 23:12:14 2012
New Revision: 230998
URL: http://svn.freebsd.org/changeset/base/230998
Log:
sh: Use vfork in a few common cases.
This uses vfork() for simple commands and command substitutions containing a
single simple command, invoking an external program u
Author: nwhitehorn
Date: Sat Feb 4 23:00:27 2012
New Revision: 230997
URL: http://svn.freebsd.org/changeset/base/230997
Log:
Fix installation script after r230482 -- a missing character apparently.
Now, back to convalescing.
Modified:
head/release/rc.local
Modified: head/release/rc.local
Author: pjd
Date: Sat Feb 4 20:17:07 2012
New Revision: 230996
URL: http://svn.freebsd.org/changeset/base/230996
Log:
After multiple requests for back out, after multiple promisses from adrian@
to fix it (without fixing it), after making one of my servers unbootable,
after now making also m
Author: nwhitehorn
Date: Sat Feb 4 20:09:06 2012
New Revision: 230995
URL: http://svn.freebsd.org/changeset/base/230995
Log:
Missed file in r230993.
Modified:
head/sys/conf/files.powerpc
Modified: head/sys/conf/files.powerpc
==
Author: nwhitehorn
Date: Sat Feb 4 20:04:35 2012
New Revision: 230994
URL: http://svn.freebsd.org/changeset/base/230994
Log:
Miffed r230993 due to a one-character typo while reviewing the patch.
Modified:
head/sys/powerpc/powermac/grackle.c
Modified: head/sys/powerpc/powermac/grackle.c
Author: nwhitehorn
Date: Sat Feb 4 19:54:13 2012
New Revision: 230993
URL: http://svn.freebsd.org/changeset/base/230993
Log:
Unify OF PCI infrastructure, including changing from parsing the device
tree based on heuristics to parsing it based on the spec. This should also
lay the foundation
Author: nwhitehorn
Date: Sat Feb 4 19:50:26 2012
New Revision: 230992
URL: http://svn.freebsd.org/changeset/base/230992
Log:
Avoid warnings about duplicate modules.
MFC after:2 weeks
Modified:
head/sys/powerpc/ofw/ofw_syscons.c
head/sys/powerpc/ps3/ps3_syscons.c
Modified: head/sy
On Sat, 4 Feb 2012 10:30:00 -0600 Guy Helmer wrote:
GH> On Feb 4, 2012, at 2:23 AM, Andrey Zonov wrote:
>> On 04.02.2012 11:42, Pawel Jakub Dawidek wrote:
>>> On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
Author: ghelmer
Date: Wed Feb 1 16:40:59 2012
New Revis
Author: hrs
Date: Sat Feb 4 18:14:49 2012
New Revision: 230991
URL: http://svn.freebsd.org/changeset/base/230991
Log:
Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when
it was set to "auto", for example.
MFC after:3 days
Modified:
head/etc/rc.d/routing
Mod
Author: emaste
Date: Sat Feb 4 18:14:39 2012
New Revision: 230990
URL: http://svn.freebsd.org/changeset/base/230990
Log:
Correct typo in comment (numbver)
Modified:
head/sys/geom/part/g_part.c
Modified: head/sys/geom/part/g_part.c
Author: hrs
Date: Sat Feb 4 17:53:22 2012
New Revision: 230989
URL: http://svn.freebsd.org/changeset/base/230989
Log:
Fix a possible infinite loop in "route flush" on 64-bit archs.
MFC after:3 days
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
On Feb 4, 2012, at 2:23 AM, Andrey Zonov wrote:
> On 04.02.2012 11:42, Pawel Jakub Dawidek wrote:
>> On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
>>> Author: ghelmer
>>> Date: Wed Feb 1 16:40:59 2012
>>> New Revision: 230869
>>> URL: http://svn.freebsd.org/changeset/base/230869
>>
On Feb 4, 2012, at 1:42 AM, Pawel Jakub Dawidek wrote:
> On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
>> Author: ghelmer
>> Date: Wed Feb 1 16:40:59 2012
>> New Revision: 230869
>> URL: http://svn.freebsd.org/changeset/base/230869
>>
>> Log:
>> Change the notes about the pidfile
Author: rstone
Date: Sat Feb 4 16:49:29 2012
New Revision: 230984
URL: http://svn.freebsd.org/changeset/base/230984
Log:
Whenever a new kernel thread is spawned, explicitly clear any CPU affinity
set on the new thread. This prevents the thread from inadvertently
inheriting affinity from a
Author: hrs
Date: Sat Feb 4 15:00:26 2012
New Revision: 230981
URL: http://svn.freebsd.org/changeset/base/230981
Log:
Fix input validation in SO_SETFIB.
Reviewed by: bz
MFC after:1 day
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
==
Author: rmh
Date: Sat Feb 4 13:45:39 2012
New Revision: 230980
URL: http://svn.freebsd.org/changeset/base/230980
Log:
Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.
Approved by: kib (mentor)
MFC after:13 days
Modified:
head/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE
head/sys/i386
Author: jh
Date: Sat Feb 4 13:37:31 2012
New Revision: 230979
URL: http://svn.freebsd.org/changeset/base/230979
Log:
Remove useless and potentially dangerous rw() function which tries to
update access and modification times by reading and writing the file.
chmod(2) in rw() doesn't help beca
Author: kib
Date: Sat Feb 4 13:12:52 2012
New Revision: 230978
URL: http://svn.freebsd.org/changeset/base/230978
Log:
Be as explicit as possible when describing relation between the -m mask
argument and slices. Adjust example for the same reason.
Submitted by: Valentin Nechayev
MFC af
On 4. Feb 2012, at 09:48 , Niclas Zeising wrote:
> On 2012-02-04 01:54, Robert Millan wrote:
>> Author: rmh
>> Date: Sat Feb 4 00:54:43 2012
>> New Revision: 230972
>> URL: http://svn.freebsd.org/changeset/base/230972
>>
>> Log:
>> Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no"
On 2012-02-04 01:54, Robert Millan wrote:
> Author: rmh
> Date: Sat Feb 4 00:54:43 2012
> New Revision: 230972
> URL: http://svn.freebsd.org/changeset/base/230972
>
> Log:
> Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable
> kernel modules that include binary-only co
On 04.02.2012 11:42, Pawel Jakub Dawidek wrote:
On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
Author: ghelmer
Date: Wed Feb 1 16:40:59 2012
New Revision: 230869
URL: http://svn.freebsd.org/changeset/base/230869
Log:
Change the notes about the pidfile to include Doug's preferen
Author: joel (doc committer)
Date: Sat Feb 4 08:03:01 2012
New Revision: 230977
URL: http://svn.freebsd.org/changeset/base/230977
Log:
Add /usr/src/cddl/ to the hierarchy.
Modified:
head/share/man/man7/hier.7
Modified: head/share/man/man7/hier.7
=
27 matches
Mail list logo