Author: joel (doc committer)
Date: Sat May 26 06:31:54 2012
New Revision: 236046
URL: http://svn.freebsd.org/changeset/base/236046
Log:
mdoc: sort sections into conventional order.
Modified:
head/usr.bin/sort/sort.1.in
Modified: head/usr.bin/sort/sort.1.in
===
Author: alc
Date: Sat May 26 06:10:25 2012
New Revision: 236045
URL: http://svn.freebsd.org/changeset/base/236045
Log:
Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no
longer uses the active and inactive paging queues. Instead, the pmap now
maintains an LRU-ordered
Author: kib
Date: Sat May 26 05:29:53 2012
New Revision: 236044
URL: http://svn.freebsd.org/changeset/base/236044
Log:
Implement SEEK_HOLE/SEEK_DATA for UFS.
MFC after:2 weeks
Modified:
head/sys/ufs/ufs/ufs_vnops.c
Modified: head/sys/ufs/ufs/ufs_vnops.c
=
Author: kib
Date: Sat May 26 05:28:47 2012
New Revision: 236043
URL: http://svn.freebsd.org/changeset/base/236043
Log:
Add a vn_bmap_seekhole(9) vnode helper which can be used by any
filesystem which supports VOP_BMAP(9) to implement SEEK_HOLE/SEEK_DATA
commands for lseek(2).
MFC after:
Author: kib
Date: Sat May 26 05:25:55 2012
New Revision: 236042
URL: http://svn.freebsd.org/changeset/base/236042
Log:
Clarify the SEEK_HOLE description, it repositions the file pointer.
MFC after: 3 days
Modified:
head/lib/libc/sys/lseek.2
Modified: head/lib/libc/sys/lseek.2
=
Author: adrian
Date: Sat May 26 01:36:25 2012
New Revision: 236039
URL: http://svn.freebsd.org/changeset/base/236039
Log:
Add the AR9280 workarounds for PCIe suspend/resume.
These aren't strictly needed at the moment as we're not doing APSM
and forcing the NIC in and out of network sleep.
Author: adrian
Date: Sat May 26 01:35:11 2012
New Revision: 236038
URL: http://svn.freebsd.org/changeset/base/236038
Log:
Avoid using hard-coded numbers here.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_tx.c
===
Author: adrian
Date: Sat May 26 01:34:36 2012
New Revision: 236036
URL: http://svn.freebsd.org/changeset/base/236036
Log:
Remove an unneeded field from ath_buf.
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
=
Author: gabor
Date: Fri May 25 22:07:13 2012
New Revision: 236028
URL: http://svn.freebsd.org/changeset/base/236028
Log:
- Add support for BSD iconv when it is build into libc
PR: bin/162670
Submitted by: Jan Beich
MFC after:2 weeks
Modified:
head/lib/libkiconv/Makefil
Author: ed
Date: Fri May 25 21:52:57 2012
New Revision: 236027
URL: http://svn.freebsd.org/changeset/base/236027
Log:
Regenerate system call tables.
Modified:
head/sys/amd64/linux32/linux32_proto.h
head/sys/amd64/linux32/linux32_syscall.h
head/sys/amd64/linux32/linux32_syscalls.c
head/s
Author: ed
Date: Fri May 25 21:50:48 2012
New Revision: 236026
URL: http://svn.freebsd.org/changeset/base/236026
Log:
Remove use of non-ISO-C integer types from system call tables.
These files already use ISO-C-style integer types, so make them less
inconsistent by preferring the standard
Author: raj
Date: Fri May 25 21:12:24 2012
New Revision: 236025
URL: http://svn.freebsd.org/changeset/base/236025
Log:
Update HID defines for E500mc and E5500 CPU cores.
Obtained from:Freescale, Semihalf
Modified:
head/sys/powerpc/include/hid.h
Modified: head/sys/powerpc/include
Author: raj
Date: Fri May 25 20:43:38 2012
New Revision: 236024
URL: http://svn.freebsd.org/changeset/base/236024
Log:
Import DTS files for the upcoming DPAA QorIQ (PowerPC) support.
- P2041RDB
- P3041DS
- P5020DS
Obtained from:Freescale
Added:
head/sys/boot/fdt/dt
Author: marcel
Date: Fri May 25 20:33:34 2012
New Revision: 236023
URL: http://svn.freebsd.org/changeset/base/236023
Log:
Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.
The gpart alias for these partition types is "freebsd-nandfs".
Modified:
head/sys/geom/part/g_par
Author: jilles
Date: Fri May 25 19:45:01 2012
New Revision: 236020
URL: http://svn.freebsd.org/changeset/base/236020
Log:
init: Remove unnecessary 2-second delay before calling reboot(2).
Modified:
head/sbin/init/init.c
Modified: head/sbin/init/init.c
In message <201205231710.q4nhan9s085...@svn.freebsd.org>, Konstantin
Belousov w
rites:
> Author: kib
> Date: Wed May 23 17:10:22 2012
> New Revision: 235847
> URL: http://svn.freebsd.org/changeset/base/235847
>
> Log:
> The drm2 modules makefiles commit.
> Still not attached to the build.
>
Author: raj
Date: Fri May 25 18:17:26 2012
New Revision: 236019
URL: http://svn.freebsd.org/changeset/base/236019
Log:
Fix physical address type to vm_paddr_t also for powerpc64.
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
===
On 2012-05-25, at 19:06, Rafal Jaworowski wrote:
>
> On 2012-05-25, at 17:28, Nathan Whitehorn wrote:
>
>> On 05/25/12 10:13, Rafal Jaworowski wrote:
>>> Author: raj
>>> Date: Fri May 25 15:13:55 2012
>>> New Revision: 236000
>>> URL: http://svn.freebsd.org/changeset/base/236000
>>>
>>> Log:
>
Author: adrian
Date: Fri May 25 17:53:57 2012
New Revision: 236017
URL: http://svn.freebsd.org/changeset/base/236017
Log:
Add some AR5416/AR5418 WAR's for power-on and suspend/resume:
* Now that ah_configPCIE is called for both power on and suspend/resume,
make sure the right bit(s) are
Author: pjd
Date: Fri May 25 17:19:30 2012
New Revision: 236013
URL: http://svn.freebsd.org/changeset/base/236013
Log:
Correct error message.
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
==
On 2012-05-25, at 17:28, Nathan Whitehorn wrote:
> On 05/25/12 10:13, Rafal Jaworowski wrote:
>> Author: raj
>> Date: Fri May 25 15:13:55 2012
>> New Revision: 236000
>> URL: http://svn.freebsd.org/changeset/base/236000
>>
>> Log:
>> Missing vm_paddr_t bits which should have been part of r2359
Author: adrian
Date: Fri May 25 16:45:56 2012
New Revision: 236009
URL: http://svn.freebsd.org/changeset/base/236009
Log:
* According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.
* Add some other WAR bits (very usefully described too) in preparation for
porting over some suspend/
Author: marcel
Date: Fri May 25 16:30:42 2012
New Revision: 236006
URL: http://svn.freebsd.org/changeset/base/236006
Log:
Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to the
current one (= FBSD_1.3).
Pointed out by: kib
Modified:
head/lib/libc/powerpc/Symbol.ma
On 05/25/12 10:13, Rafal Jaworowski wrote:
Author: raj
Date: Fri May 25 15:13:55 2012
New Revision: 236000
URL: http://svn.freebsd.org/changeset/base/236000
Log:
Missing vm_paddr_t bits which should have been part of r235936.
I think you also need equivalent changes to aim/mmu_oea64.c.
-Nat
Author: raj
Date: Fri May 25 15:13:55 2012
New Revision: 236000
URL: http://svn.freebsd.org/changeset/base/236000
Log:
Missing vm_paddr_t bits which should have been part of r235936.
Modified:
head/sys/powerpc/powerpc/mmu_if.m
Modified: head/sys/powerpc/powerpc/mmu_if.m
=
Author: raj
Date: Fri May 25 15:05:17 2012
New Revision: 235999
URL: http://svn.freebsd.org/changeset/base/235999
Log:
More Cicada/Vitesse PHY ids.
Obtained from:Semihalf
Modified:
head/sys/dev/mii/ciphy.c
head/sys/dev/mii/miidevs
Modified: head/sys/dev/mii/ciphy.c
===
Author: marius
Date: Fri May 25 14:52:05 2012
New Revision: 235994
URL: http://svn.freebsd.org/changeset/base/235994
Log:
Merge from x86: r232521
Exclude USB drivers (except umass and ukbd) from main kernel image.
Modified:
head/sys/sparc64/conf/GENERIC
Modified: head/sys/sparc64/conf/G
Author: tuexen
Date: Fri May 25 11:14:08 2012
New Revision: 235990
URL: http://svn.freebsd.org/changeset/base/235990
Log:
Undefine SCTP_PACKED before including sctp_uio.h, which doesn't
use it. Spotted by Irene Ruengeler.
MFC after: 3 days
Modified:
head/sys/netinet/sctp.h
Modified: h
On Fri, May 25, 2012 at 10:32:12AM +0200, Niclas Zeising wrote:
> Hi!
> Would it be possible to bump the FreeBSD version to reflect this commit?
> It would be helpful when working with the xorg ports, amongst other things.
> Thanks!
> Regards!
> --
There is absolutely no use for version bump. Por
Author: trasz
Date: Fri May 25 10:08:48 2012
New Revision: 235989
URL: http://svn.freebsd.org/changeset/base/235989
Log:
Revert r235918 for now and add comment explaining the reason for the
size check.
Modified:
head/sys/geom/label/g_label_ufs.c
Modified: head/sys/geom/label/g_label_ufs.c
Author: gleb
Date: Fri May 25 09:36:39 2012
New Revision: 235988
URL: http://svn.freebsd.org/changeset/base/235988
Log:
Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent
unnecessary 64-bit math on 32-bit machines.
Sponsored by: Google Summer of Code 2011
Modified:
h
Wiadomość napisana przez Andriy Gapon w dniu 25 maj 2012, o godz. 09:20:
> on 24/05/2012 19:48 Edward Tomasz Napierala said the following:
>> Author: trasz
>> Date: Thu May 24 16:48:33 2012
>> New Revision: 235918
>> URL: http://svn.freebsd.org/changeset/base/235918
>>
>> Log:
>> Make g_label(4
Author: gabor
Date: Fri May 25 09:30:16 2012
New Revision: 235987
URL: http://svn.freebsd.org/changeset/base/235987
Log:
- Only use multi-threading for large files
- Do not use mmap() by default; it can be enabled by --mmap
- Add some minor optimizations for -u
- Update manual page accordi
Author: bz
Date: Fri May 25 09:27:16 2012
New Revision: 235986
URL: http://svn.freebsd.org/changeset/base/235986
Log:
MFp4 bz_ipv6_fast:
Use M_ZERO with malloc rather than calling bzero() ourselves.
Change if () panic() checks to KASSERT()s as they are only
catching invariants
Author: bz
Date: Fri May 25 09:24:45 2012
New Revision: 235985
URL: http://svn.freebsd.org/changeset/base/235985
Log:
MFp4 bz_ipv6_fast:
Properly protect the inp read access when handling the control code.
In the past this was expensive but given the rlock it's not so much
anymore
Author: gleb
Date: Fri May 25 09:16:59 2012
New Revision: 235984
URL: http://svn.freebsd.org/changeset/base/235984
Log:
Use C99-style initialization for struct dirent in preparation for
changing the structure.
Sponsored by: Google Summer of Code 2011
Modified:
head/sys/fs/hpfs/hpfs_vno
On 2012-05-24 11:33, Niclas Zeising wrote:
> On 2012-05-24 11:26, Konstantin Belousov wrote:
>> On Wed, May 23, 2012 at 11:37:29PM +0200, Niclas Zeising wrote:
>>> On 05/23/12 23:07, Konstantin Belousov wrote:
Author: kib
Date: Wed May 23 21:07:01 2012
New Revision: 235859
URL:
Author: mav
Date: Fri May 25 08:30:09 2012
New Revision: 235982
URL: http://svn.freebsd.org/changeset/base/235982
Log:
Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special
PMP ports such as PMP configuration or SEMB should be exposed or hidden.
These ports were always hi
On Thu, May 24, 2012 at 08:12:46PM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Thu May 24 20:12:46 2012
> New Revision: 235929
> URL: http://svn.freebsd.org/changeset/base/235929
>
> Log:
> Allow building for the PowerPC EABI by providing a dummy __eabi()
> function. The purpose of
Author: bz
Date: Fri May 25 08:17:59 2012
New Revision: 235981
URL: http://svn.freebsd.org/changeset/base/235981
Log:
In case forwarding is turned on for a given address family, refuse to
queue the packet for LRO and tell the driver to directly pass it on.
This avoids re-assembly and later r
Author: mav
Date: Fri May 25 07:57:17 2012
New Revision: 235980
URL: http://svn.freebsd.org/changeset/base/235980
Log:
Remove sleep() from invalidate call in ses driver, waiting for daemon
process exit. Instead use CAM's standard reference counting to prevent
periph going away until process
Author: glebius
Date: Fri May 25 07:46:24 2012
New Revision: 235979
URL: http://svn.freebsd.org/changeset/base/235979
Log:
Revert my local not yet properly tested changes, that leaked in
with r235923.
Modified:
head/sys/netgraph/ng_mppc.c
Modified: head/sys/netgraph/ng_mppc.c
=
Author: avg
Date: Fri May 25 07:32:26 2012
New Revision: 235978
URL: http://svn.freebsd.org/changeset/base/235978
Log:
device_add_child: protect against child device with no driver but fixed unit
number
This combination doesn't make sense, unit numbers should be hardwired
only in context
43 matches
Mail list logo