Author: trociny
Date: Mon Nov 28 07:09:29 2011
New Revision: 228049
URL: http://svn.freebsd.org/changeset/base/228049
Log:
Cast a_val on printing. This fixes build on mips.
Modified:
head/usr.bin/procstat/procstat_auxv.c
Modified: head/usr.bin/procstat/procstat_auxv.c
===
David Chisnall writes:
> As to the | vs || issue - by all means change it to || if it fits
> better with the FreeBSD style. In the general case I prefer to use |
> to hint to the compiler and readers of the code that short-circuit
> evaluation is not required and to remove a sequence point and ma
Author: kevlo
Date: Mon Nov 28 05:34:16 2011
New Revision: 228048
URL: http://svn.freebsd.org/changeset/base/228048
Log:
Plug memory leaks and fix open(2) error check.
Reviewed by: nwhitehorn
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/distextract/distextract.c
head/usr.
On Wed, 23 Nov 2011, Lawrence Stewart wrote:
On 11/23/11 17:42, Julien Ridoux wrote:
Thanks all for the feedback. With some delay, I have a patch against
r227871 that implements what Lawrence proposed. You can find it
here:
http://www.cubinlab.ee.unimelb.edu.au/~jrid/patches/ffclock-bpf-header
On Nov 27, 2011, at 9:24 PM, Alexander Best wrote:
> On Sun Nov 27 11, Michael Tuexen wrote:
>> Author: tuexen
>> Date: Sun Nov 27 17:51:13 2011
>> New Revision: 228031
>> URL: http://svn.freebsd.org/changeset/base/228031
>>
>> Log:
>> Fix a warning reported by arundel@.
>> Fix a bug where the
Author: trociny
Date: Sun Nov 27 21:01:51 2011
New Revision: 228046
URL: http://svn.freebsd.org/changeset/base/228046
Log:
This should have been committed in r228030.
MFC after:2 weeks
Modified:
head/sys/sys/sysctl.h
Modified: head/sys/sys/sysctl.h
==
On Sun Nov 27 11, Michael Tuexen wrote:
> Author: tuexen
> Date: Sun Nov 27 17:51:13 2011
> New Revision: 228031
> URL: http://svn.freebsd.org/changeset/base/228031
>
> Log:
> Fix a warning reported by arundel@.
> Fix a bug where the parameter length of a supported address types
> parameter
Author: mm
Date: Sun Nov 27 20:24:07 2011
New Revision: 228045
URL: http://svn.freebsd.org/changeset/base/228045
Log:
Add missing -n flag to "zpool import" description.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Modified: head/cddl/contrib/opensolaris
Author: marcel
Date: Sun Nov 27 20:14:00 2011
New Revision: 228044
URL: http://svn.freebsd.org/changeset/base/228044
Log:
MFC rev. 227283, stable/9 rev. 228043:
Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
Approved by: re (kib)
Modified:
re
Author: marcel
Date: Sun Nov 27 20:12:08 2011
New Revision: 228043
URL: http://svn.freebsd.org/changeset/base/228043
Log:
MFC rev. 227283:
Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
Approved by: re (kib)
Modified:
stable/9/release/ia64/mk
Author: marcel
Date: Sun Nov 27 20:10:32 2011
New Revision: 228042
URL: http://svn.freebsd.org/changeset/base/228042
Log:
MFC rev. 227629, stable/9 rev 228041:
Wire the kernel text RWX, rather than RX. We're not quite ready
for having kernel text non-writable, because we still need to
appl
Author: marcel
Date: Sun Nov 27 20:07:30 2011
New Revision: 228041
URL: http://svn.freebsd.org/changeset/base/228041
Log:
MFC rev. 227629:
Wire the kernel text RWX, rather than RX. We're not quite ready
for having kernel text non-writable, because we still need to
apply relocations. On top
Author: rwatson
Date: Sun Nov 27 19:45:41 2011
New Revision: 228040
URL: http://svn.freebsd.org/changeset/base/228040
Log:
Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.
MFC after:3 days
Sponsored by: Google, Inc.
Modified:
head/lib/libc/sys/cap_enter.2
head/lib/libc/
Author: rwatson
Date: Sun Nov 27 19:44:15 2011
New Revision: 228039
URL: http://svn.freebsd.org/changeset/base/228039
Log:
Add an introductory Capsicum man page providing a high-level description of
its mechanisms, pointing at other pertinent man pages, and cautioning about
the experimental
Author: kib
Date: Sun Nov 27 19:36:36 2011
New Revision: 228038
URL: http://svn.freebsd.org/changeset/base/228038
Log:
MFC r227485:
To limit amount of the kernel memory allocated, and to optimize the
iteration over the fdsets, kern_select() limits the length of the
fdsets copied in by the
Author: tuexen
Date: Sun Nov 27 19:13:45 2011
New Revision: 228037
URL: http://svn.freebsd.org/changeset/base/228037
Log:
MFC r228031:
Fix a warning reported by arundel@.
Fix a bug where the parameter length of a supported address types
parameter is set to a wrong value if the kernel is
Author: tuexen
Date: Sun Nov 27 19:09:31 2011
New Revision: 228036
URL: http://svn.freebsd.org/changeset/base/228036
Log:
MFC r228031:
Fix a warning reported by arundel@.
Fix a bug where the parameter length of a supported address types
parameter is set to a wrong value if the kernel is
Author: kib
Date: Sun Nov 27 19:02:18 2011
New Revision: 228035
URL: http://svn.freebsd.org/changeset/base/228035
Log:
MFC r227952:
Fix a race between getvnode() dereferencing half-constructed file
and dupfdopen().
Approved by: re (bz)
Modified:
releng/9.0/sys/kern/vfs_syscalls.c
Di
Author: kib
Date: Sun Nov 27 19:00:52 2011
New Revision: 228034
URL: http://svn.freebsd.org/changeset/base/228034
Log:
MFC r227485:
To limit amount of the kernel memory allocated, and to optimize the
iteration over the fdsets, kern_select() limits the length of the
fdsets copied in by the
Author: kib
Date: Sun Nov 27 18:56:04 2011
New Revision: 228033
URL: http://svn.freebsd.org/changeset/base/228033
Log:
MFC r227952:
Fix a race between getvnode() dereferencing half-constructed file
and dupfdopen().
Approved by: re (bz)
Modified:
stable/9/sys/kern/vfs_syscalls.c
Dire
Author: kib
Date: Sun Nov 27 18:49:16 2011
New Revision: 228032
URL: http://svn.freebsd.org/changeset/base/228032
Log:
MFC r227485:
To limit amount of the kernel memory allocated, and to optimize the
iteration over the fdsets, kern_select() limits the length of the
fdsets copied in by the
Author: tuexen
Date: Sun Nov 27 17:51:13 2011
New Revision: 228031
URL: http://svn.freebsd.org/changeset/base/228031
Log:
Fix a warning reported by arundel@.
Fix a bug where the parameter length of a supported address types
parameter is set to a wrong value if the kernel is built with
with
Author: trociny
Date: Sun Nov 27 17:05:26 2011
New Revision: 228030
URL: http://svn.freebsd.org/changeset/base/228030
Log:
Add sysctl to retrieve ps_strings structure location of another process.
Suggested by: kib
Reviewed by: kib
Modified:
head/sys/kern/kern_proc.c
Modified: head/sy
Author: trociny
Date: Sun Nov 27 16:56:01 2011
New Revision: 228029
URL: http://svn.freebsd.org/changeset/base/228029
Log:
In sysctl_kern_proc_auxv the process was released too early: we still
need to hold it when checking process sv_flags.
MFC after:2 weeks
Modified:
head/sys/kern
Author: marius
Date: Sun Nov 27 16:50:13 2011
New Revision: 228028
URL: http://svn.freebsd.org/changeset/base/228028
Log:
- Based on a report on sparc64@ move V245 to the list of known working
machines.
- Mention that V480 with broken centerplanes have a chance of working with
the WAR
Author: marius
Date: Sun Nov 27 16:22:19 2011
New Revision: 228027
URL: http://svn.freebsd.org/changeset/base/228027
Log:
Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h
where the prototype for pc98_ata_disk_firmware_geom_adjust() also lives
in order to avoid an #ifd
Author: marius
Date: Sun Nov 27 16:17:17 2011
New Revision: 228026
URL: http://svn.freebsd.org/changeset/base/228026
Log:
Compile cam_machdep.c if it exists, missed in r228022.
Modified:
head/sys/modules/cam/Makefile
Modified: head/sys/modules/cam/Makefile
===
Author: trociny
Date: Sun Nov 27 15:53:58 2011
New Revision: 228025
URL: http://svn.freebsd.org/changeset/base/228025
Log:
Make proctstat -x output more readable.
This also fixes the issue, spotted by mdf, with values that were
printed as decimal and had hex prefixes.
Discussed with:
Author: marius
Date: Sun Nov 27 15:49:46 2011
New Revision: 228024
URL: http://svn.freebsd.org/changeset/base/228024
Log:
Update comment.
Modified:
head/sys/sparc64/sparc64/ata_machdep.c
Modified: head/sys/sparc64/sparc64/ata_machdep.c
Author: kevlo
Date: Sun Nov 27 15:43:49 2011
New Revision: 228023
URL: http://svn.freebsd.org/changeset/base/228023
Log:
Add unicode support to ntfs
Obtained from:imura
Modified:
head/sys/fs/ntfs/ntfs_subr.c
head/sys/fs/ntfs/ntfs_subr.h
head/sys/fs/ntfs/ntfs_vnops.c
Modified
Author: marius
Date: Sun Nov 27 15:43:40 2011
New Revision: 228022
URL: http://svn.freebsd.org/changeset/base/228022
Log:
For sparc64 also adjust the geometry of da(4) driven disks to not overflow
the 16-bit cylinders field of the VTOC8 disk label (at around 502GB). The
geometry chosen for d
Author: jh
Date: Sun Nov 27 13:53:36 2011
New Revision: 228021
URL: http://svn.freebsd.org/changeset/base/228021
Log:
Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.
This was missed in r221353.
Modified:
head/sys/conf/makeLINT.mk
Modified: head/sys/conf/makeLINT.mk
===
On 27 Nov 2011, at 09:19, Bjoern A. Zeeb wrote:
> On Sat, 26 Nov 2011, David Schultz wrote:
>
>> On Sat, Nov 26, 2011, Bjoern A. Zeeb wrote:
>>> On Sat, 26 Nov 2011, David Chisnall wrote:
>>>
Author: theraven
Date: Sat Nov 26 18:46:33 2011
New Revision: 228004
URL: http://svn
Author: mm
Date: Sun Nov 27 11:46:09 2011
New Revision: 228020
URL: http://svn.freebsd.org/changeset/base/228020
Log:
Fix zfs(8) and zpool(8) context help to repport supported flags.
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
head/cddl/contrib/opens
Author: mm
Date: Sun Nov 27 11:44:20 2011
New Revision: 228019
URL: http://svn.freebsd.org/changeset/base/228019
Log:
Update ZFS manual pages to a mdoc(7) reimplementation.
The zfs(8) and zpool(8) manual pages now match the state of the ZFS module
and have been customized for FreeBSD.
Author: ray
Date: Sun Nov 27 11:15:59 2011
New Revision: 228018
URL: http://svn.freebsd.org/changeset/base/228018
Log:
Join chip depended methods for arge0 and arge1 into single call with unit.
Approved by: adrian (mentor)
Modified:
head/sys/mips/atheros/ar71xx_chip.c
head/sys/mips/ath
On Sat, 26 Nov 2011, David Schultz wrote:
On Sat, Nov 26, 2011, Bjoern A. Zeeb wrote:
On Sat, 26 Nov 2011, David Chisnall wrote:
Author: theraven
Date: Sat Nov 26 18:46:33 2011
New Revision: 228004
URL: http://svn.freebsd.org/changeset/base/228004
Log:
Update libcxxrt to remove the pthread d
37 matches
Mail list logo