Author: adrian
Date: Sun Jan 9 06:17:46 2011
New Revision: 217184
URL: http://svn.freebsd.org/changeset/base/217184
Log:
Add missing ar91xx definition for the WMAC reset control.
Modified:
head/sys/mips/atheros/ar91xxreg.h
Modified: head/sys/mips/atheros/ar91xxreg.h
Author: das
Date: Sun Jan 9 06:05:48 2011
New Revision: 217182
URL: http://svn.freebsd.org/changeset/base/217182
Log:
Fix the value for DECIMAL_DIG on UltraSparcs. The previous value of
35 wasn't quite big enough to ensure correct rounding for very-close-
to-halfway cases.
Modified:
hea
Author: das
Date: Sun Jan 9 06:05:22 2011
New Revision: 217181
URL: http://svn.freebsd.org/changeset/base/217181
Log:
We don't support any floating point types larger than double on
powerpc, so DECIMAL_DIG should be 17.
Modified:
head/sys/powerpc/include/float.h
Modified: head/sys/powerpc
Author: das
Date: Sun Jan 9 06:05:02 2011
New Revision: 217180
URL: http://svn.freebsd.org/changeset/base/217180
Log:
The highest-precision floating point type on ia64 has 64 bits of
precision, so DECIMAL_DIG should be 21, as on i386/amd64.
Modified:
head/sys/ia64/include/float.h
Modified
Author: alc
Date: Sun Jan 9 04:34:02 2011
New Revision: 217177
URL: http://svn.freebsd.org/changeset/base/217177
Log:
Eliminate a redundant alignment directive on the page locks array.
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
==
Author: rmacklem
Date: Sun Jan 9 02:10:54 2011
New Revision: 217176
URL: http://svn.freebsd.org/changeset/base/217176
Log:
Modify readdirplus in the experimental NFS server in a
manner analogous to r216633 for the regular server. This
change busies the file system so that VFS_VGET() is
gu
On Fri Jan 7 11, Warner Losh wrote:
> Author: imp
> Date: Fri Jan 7 20:36:27 2011
> New Revision: 217125
> URL: http://svn.freebsd.org/changeset/base/217125
>
> Log:
> make targets
>
> This produces a list of currently supported targets. Here "supported"
> means "built in make universe
Author: jilles
Date: Sat Jan 8 23:08:13 2011
New Revision: 217175
URL: http://svn.freebsd.org/changeset/base/217175
Log:
sh: Make exit without parameters from EXIT trap POSIX-compliant.
It should use the original exit status, just like falling off the
end of the trap handler.
Outsid
Author: csjp
Date: Sat Jan 8 23:06:54 2011
New Revision: 217174
URL: http://svn.freebsd.org/changeset/base/217174
Log:
Change some variables from int to size_t. This is more accurate since
these variables represent sizes in one capacity or another. There is
no reason to allow negative num
Author: jpaetzel (ports committer)
Date: Sat Jan 8 23:03:24 2011
New Revision: 217173
URL: http://svn.freebsd.org/changeset/base/217173
Log:
Take passwords out of debug log.
Fix path problem that was preventing disk info from being in the log.
PR: bin/151968
Submitted by: Kris Moore
Author: jilles
Date: Sat Jan 8 23:00:38 2011
New Revision: 217172
URL: http://svn.freebsd.org/changeset/base/217172
Log:
sh: Add simple test for 'exit' without parameters.
Added:
head/tools/regression/bin/sh/builtins/exit2.8 (contents, props changed)
Added: head/tools/regression/bin/sh/bu
On 01/07/2011 22:13, Doug Barton wrote:
I've said before that I like to have the opportunity to pre-commit
review patches in this area because at minimum it helps me to be aware
of them for potential MFC purposes.
Thanks for the reminder Doug. Hope there's no hard feelings...
That said, I ap
Author: alc
Date: Sat Jan 8 22:45:22 2011
New Revision: 217171
URL: http://svn.freebsd.org/changeset/base/217171
Log:
Eliminate the counting of vm_page_pa_tryrelock calls. We really don't
need it anymore. Moreover, its implementation had a type mismatch, a
long is not necessarily an uint6
Author: jpaetzel (ports committer)
Date: Sat Jan 8 22:42:56 2011
New Revision: 217170
URL: http://svn.freebsd.org/changeset/base/217170
Log:
Push some PC-BSD specific fixes upstream.
PR: bin/152894
Submitted by: Kris Moore
Approved by: imp
Modified:
head/usr.sbin/pc-sysinstall/b
Author: deischen
Date: Sat Jan 8 22:33:46 2011
New Revision: 217169
URL: http://svn.freebsd.org/changeset/base/217169
Log:
Make sure to always do source address selection on
an unbound socket, regardless of any multicast options.
If an address is specified via a multicast option, then
let
Author: bz
Date: Sat Jan 8 22:08:23 2011
New Revision: 217168
URL: http://svn.freebsd.org/changeset/base/217168
Log:
MFC r216855:
Move the increment operation under the lock and split the condition
variable into two so that we can see on which one we are waiting.
This might also
Author: bz
Date: Sat Jan 8 21:37:43 2011
New Revision: 217167
URL: http://svn.freebsd.org/changeset/base/217167
Log:
MFC r216859:
Use NULL rather than 0 to invalidate a pointer.
Rather than duplicating the LLE_FREE_LOCKED() macro code in LLE_FREE(),
call it directly (like we do f
Author: bz
Date: Sat Jan 8 21:02:27 2011
New Revision: 217166
URL: http://svn.freebsd.org/changeset/base/217166
Log:
MFC r216856:
Print the vnet pointer under DDB when iterating over flowtables of each
virtual network stack instance.
Modified:
stable/8/sys/net/flowtable.c
Director
On Sat, Jan 8, 2011 at 04:43, Tijl Coosemans wrote:
> Author: tijl
> Date: Sat Jan 8 12:43:05 2011
> New Revision: 217147
> URL: http://svn.freebsd.org/changeset/base/217147
>
> Log:
> On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
> architecture macros (__mips_n64, _
Author: jpaetzel (ports committer)
Date: Sat Jan 8 20:25:00 2011
New Revision: 217164
URL: http://svn.freebsd.org/changeset/base/217164
Log:
More elegant way to detect MBR vs. GPT
Submitted by: nwhitehorn
Approved by: imp
Modified:
head/usr.sbin/pc-sysinstall/backend-query/disk-part.
Author: nwhitehorn
Date: Sat Jan 8 19:50:13 2011
New Revision: 217163
URL: http://svn.freebsd.org/changeset/base/217163
Log:
Make RB_CDROM work. This should probably check for a disc in cd1 and acd1
as well.
Modified:
head/sys/kern/vfs_mountroot.c
Modified: head/sys/kern/vfs_mountroot.c
=
Author: bz
Date: Sat Jan 8 19:49:27 2011
New Revision: 217162
URL: http://svn.freebsd.org/changeset/base/217162
Log:
MFC r216861:
Mfp4 CH177924:
Add and export constants of array sizes of jail parameters as compiled into
the kernel.
This is the least intrusive way to allow
Author: attilio
Date: Sat Jan 8 18:51:15 2011
New Revision: 217161
URL: http://svn.freebsd.org/changeset/base/217161
Log:
Revert r216805.
That revision is introducing a bug which is more visible than problems
it is trying to fix.
As long as my time is very limited in this period I am g
Author: kib
Date: Sat Jan 8 18:41:19 2011
New Revision: 217160
URL: http://svn.freebsd.org/changeset/base/217160
Log:
Use the same expression to report stack protection mode for AT_STACKEXEC
as the expression used by exec_new_vmspace().
Modified:
head/sys/kern/imgact_elf.c
Modified: head/
Author: tijl
Date: Sat Jan 8 18:09:48 2011
New Revision: 217157
URL: http://svn.freebsd.org/changeset/base/217157
Log:
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
headers with stubs.
Approved by: kib (mentor)
Added:
head/sys/x86/include/_inttypes.h
- copi
Author: tijl
Date: Sat Jan 8 18:02:46 2011
New Revision: 217156
URL: http://svn.freebsd.org/changeset/base/217156
Log:
White space changes to align comments. The mips and powerpc _inttypes.h
are now exactly the same.
Approved by: kib (mentor)
Modified:
head/sys/mips/include/_inttypes
Author: tijl
Date: Sat Jan 8 18:00:19 2011
New Revision: 217155
URL: http://svn.freebsd.org/changeset/base/217155
Log:
Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
and pointers don't always have the same size, e.g. the __mips_n32 ABI
(ILP32) has 64 bit registers
Author: kib
Date: Sat Jan 8 17:13:43 2011
New Revision: 217154
URL: http://svn.freebsd.org/changeset/base/217154
Log:
Implement __pthread_map_stacks_exec() callback for libc, to change the
stack protection to allow execution for single-threaded processes.
Modified:
head/lib/libc/gen/Symbol
Author: kib
Date: Sat Jan 8 17:11:49 2011
New Revision: 217153
URL: http://svn.freebsd.org/changeset/base/217153
Log:
In rtld, read the initial stack access mode from AT_STACKPROT as set
by kernel, and parse PT_GNU_STACK phdr from linked and loaded dsos.
If the loaded dso requires execut
Author: kib
Date: Sat Jan 8 16:30:59 2011
New Revision: 217152
URL: http://svn.freebsd.org/changeset/base/217152
Log:
In elf image activator, read and apply the stack protection mode from
PT_GNU_STACK program header, if present and enabled. Two new sysctls
are provided, kern.elf32.nxstack a
Author: kib
Date: Sat Jan 8 16:13:44 2011
New Revision: 217151
URL: http://svn.freebsd.org/changeset/base/217151
Log:
Create shared (readonly) page. Each ABI may specify the use of page by
setting SV_SHP flag and providing pointer to the vm object and mapping
address. Provide simple allocat
Author: kib
Date: Sat Jan 8 16:02:14 2011
New Revision: 217150
URL: http://svn.freebsd.org/changeset/base/217150
Log:
Collect code to translate between vm_prot_t and p_flags into helper
functions.
MFC after:1 week
Modified:
head/sys/kern/imgact_elf.c
Modified: head/sys/kern/imgac
Author: gjb (doc committer)
Date: Sat Jan 8 13:28:43 2011
New Revision: 217148
URL: http://svn.freebsd.org/changeset/base/217148
Log:
Document rc.conf.d in rc.conf(5).
PR: 140495
Submitted by: Tom Judge (tom of tomjudge com)
Approved by: keramida (mentor)
MFC after:2 w
Author: tijl
Date: Sat Jan 8 12:43:05 2011
New Revision: 217147
URL: http://svn.freebsd.org/changeset/base/217147
Log:
On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
architecture macros (__mips_n64, __powerpc64__) when 64 bit types (and
corresponding macros) are d
Author: tijl
Date: Sat Jan 8 11:47:55 2011
New Revision: 217146
URL: http://svn.freebsd.org/changeset/base/217146
Log:
On 32 bit architectures define (u)int64_t as (unsigned) long long instead
of (unsigned) int __attribute__((__mode__(__DI__))). This aligns better
with macros such as (U)INT
Author: tijl
Date: Sat Jan 8 11:13:34 2011
New Revision: 217145
URL: http://svn.freebsd.org/changeset/base/217145
Log:
Fix types of some values in machine/_limits.h.
On some architectures UCHAR_MAX and USHRT_MAX had type unsigned int.
However, lacking integer suffixes for types smaller t
Author: kib
Date: Sat Jan 8 11:04:30 2011
New Revision: 217144
URL: http://svn.freebsd.org/changeset/base/217144
Log:
Fix some style(9) issues.
Do not use strlcpy() where simple assignment is enough.
Noted by: bde (long time ago)
MFC after:1 week
Modified:
head/lib/libc/stdl
Author: kib
Date: Sat Jan 8 10:56:58 2011
New Revision: 217143
URL: http://svn.freebsd.org/changeset/base/217143
Log:
Fix struct FILE * leak on error (in disabled by default hesiod support code).
Submitted by: henning petersen
PR: 153756
MFC after:1 week
Modified:
head/lib/li
38 matches
Mail list logo