Author: das
Date: Mon Jun 10 06:04:58 2013
New Revision: 251599
URL: http://svnweb.freebsd.org/changeset/base/251599
Log:
Add implementations of acoshl(), asinhl(), and atanhl(). This is a
merge of the work done by bde and myself.
Added:
head/lib/msun/src/e_acoshl.c
- copied, changed
Author: das
Date: Mon Jun 10 06:03:03 2013
New Revision: 251598
URL: http://svnweb.freebsd.org/changeset/base/251598
Log:
Fix some bugs in the complex trig tests so that they test both double
and float precision properly.
Modified:
head/tools/regression/lib/msun/test-ctrig.c
Modified: head
On Sun, Jun 09, 2013 at 10:39:30PM -0700, Steve Kargl wrote:
> On Mon, Jun 10, 2013 at 01:37:19AM -0400, Glen Barber wrote:
> > On Sun, Jun 09, 2013 at 11:51:27PM +, Marcel Moolenaar wrote:
> > > Author: marcel
> > > Date: Sun Jun 9 23:51:26 2013
> > > New Revision: 251590
> > > URL: http://sv
Author: rpaulo
Date: Mon Jun 10 05:45:53 2013
New Revision: 251597
URL: http://svnweb.freebsd.org/changeset/base/251597
Log:
Regen.
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
==
--- head/etc/de
Author: rpaulo
Date: Mon Jun 10 05:45:16 2013
New Revision: 251596
URL: http://svnweb.freebsd.org/changeset/base/251596
Log:
Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
==
On Mon, Jun 10, 2013 at 01:37:19AM -0400, Glen Barber wrote:
> On Sun, Jun 09, 2013 at 11:51:27PM +, Marcel Moolenaar wrote:
> > Author: marcel
> > Date: Sun Jun 9 23:51:26 2013
> > New Revision: 251590
> > URL: http://svnweb.freebsd.org/changeset/base/251590
> >
> > Log:
> > Add vfs_mounte
Author: kib
Date: Mon Jun 10 04:23:11 2013
New Revision: 251595
URL: http://svnweb.freebsd.org/changeset/base/251595
Log:
MFC r251324:
Assert that interrupts are enabled in the trap handlers on x86 before
calling generic code to deliver signals.
Modified:
stable/8/sys/amd64/amd64/trap.c
Author: kib
Date: Mon Jun 10 04:12:48 2013
New Revision: 251594
URL: http://svnweb.freebsd.org/changeset/base/251594
Log:
MFC r251324:
Assert that interrupts are enabled in the trap handlers on x86 before
calling generic code to deliver signals.
Modified:
stable/9/sys/amd64/amd64/trap.c
Author: kib
Date: Mon Jun 10 04:09:14 2013
New Revision: 251593
URL: http://svnweb.freebsd.org/changeset/base/251593
Log:
MFC r251283:
MFamd64: when printing the trap information, show the %esp value.
Modified:
stable/9/sys/i386/i386/trap.c
Directory Properties:
stable/9/sys/ (props cha
Author: kib
Date: Mon Jun 10 04:05:18 2013
New Revision: 251592
URL: http://svnweb.freebsd.org/changeset/base/251592
Log:
MFC r251591:
The vm_page lock is not needed around the call to vm_page_insert().
Modified:
stable/9/sys/dev/drm2/i915/i915_gem.c
Directory Properties:
stable/9/sys/
On Sun, Jun 09, 2013 at 10:51:12PM +, Olivier Houchard wrote:
> Author: cognet
> Date: Sun Jun 9 22:51:11 2013
> New Revision: 251586
> URL: http://svnweb.freebsd.org/changeset/base/251586
>
> Log:
> Increase the maximum KVM available on TI chips. Not sure why we suddenly
> need
> that m
Author: alc
Date: Mon Jun 10 01:48:21 2013
New Revision: 251591
URL: http://svnweb.freebsd.org/changeset/base/251591
Log:
Revise the interface between vm_object_madvise() and vm_page_dontneed() so
that pointless calls to pmap_is_modified() can be easily avoided when
performing madvise(..., M
On Sun, Jun 09, 2013 at 11:51:27PM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Sun Jun 9 23:51:26 2013
> New Revision: 251590
> URL: http://svnweb.freebsd.org/changeset/base/251590
>
> Log:
> Add vfs_mounted and vfs_unmounted events so that components can be informed
> about mount
Author: marcel
Date: Sun Jun 9 23:51:26 2013
New Revision: 251590
URL: http://svnweb.freebsd.org/changeset/base/251590
Log:
Add vfs_mounted and vfs_unmounted events so that components can be informed
about mount and unmount events. This is used by Juniper to implement a more
optimal impleme
Author: marius
Date: Sun Jun 9 23:50:30 2013
New Revision: 251589
URL: http://svnweb.freebsd.org/changeset/base/251589
Log:
- The method introduced as part of r234898 for not altering the boot path
when booting from ZFS turned out to also cause the boot path not being
adjusted if bootin
Author: marcel
Date: Sun Jun 9 23:34:26 2013
New Revision: 251588
URL: http://svnweb.freebsd.org/changeset/base/251588
Log:
Change the set and unset ctlreqs by making the index argument optional.
This allows setting attributes on tables. One simply does not provide
an index in that case. Ot
Author: marcel
Date: Sun Jun 9 23:12:43 2013
New Revision: 251587
URL: http://svnweb.freebsd.org/changeset/base/251587
Log:
Remove stub implementation.
Modified:
head/sys/geom/part/g_part_ldm.c
Modified: head/sys/geom/part/g_part_ldm.c
===
Author: cognet
Date: Sun Jun 9 22:51:11 2013
New Revision: 251586
URL: http://svnweb.freebsd.org/changeset/base/251586
Log:
Increase the maximum KVM available on TI chips. Not sure why we suddenly need
that much, but that lets me boot with 1GB of RAM.
Modified:
head/sys/arm/ti/ti_machdep.c
Author: rmacklem
Date: Sun Jun 9 21:54:19 2013
New Revision: 251585
URL: http://svnweb.freebsd.org/changeset/base/251585
Log:
Modify nfsstat.c so that it prints out an error when a non-root
user attempts to use the "-m" option and it fails.
Requested by: da...@cs.huji.ac.il
MFC after:
Author: hrs
Date: Sun Jun 9 18:11:36 2013
New Revision: 251584
URL: http://svnweb.freebsd.org/changeset/base/251584
Log:
Add :ifname modifier to specify interface-specific routes into
{,ipv6_}static_routes and rc.d/routing. For example:
static_routes="foo bar:em0"
route_foo="-net 10
Author: markj
Date: Sun Jun 9 17:47:01 2013
New Revision: 251582
URL: http://svnweb.freebsd.org/changeset/base/251582
Log:
MFC r247221:
Merge part of r1712 from elftoolchain, making it possible to resize ELF
sections and indirectly change the layout of an ELF file when
ELF_F_LAYOUT is not
Author: markj
Date: Sun Jun 9 17:47:16 2013
New Revision: 251583
URL: http://svnweb.freebsd.org/changeset/base/251583
Log:
MFC r247221:
Merge part of r1712 from elftoolchain, making it possible to resize ELF
sections and indirectly change the layout of an ELF file when
ELF_F_LAYOUT is not
Author: hrs
Date: Sun Jun 9 17:40:06 2013
New Revision: 251581
URL: http://svnweb.freebsd.org/changeset/base/251581
Log:
Fix a bug that the gateway address was not shown when a -gateway modifier
was used.
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
Author: hrs
Date: Sun Jun 9 16:33:32 2013
New Revision: 251580
URL: http://svnweb.freebsd.org/changeset/base/251580
Log:
- Add file system type number (vfc_typenum) in the list. This is useful
for debugging when changing vfs.typenumhash configuration.
- Refactor fmt_flags().
MFC aft
Author: dteske
Date: Sun Jun 9 15:36:13 2013
New Revision: 251579
URL: http://svnweb.freebsd.org/changeset/base/251579
Log:
Fix a bug introduced by r251236; product of bug was the following error in
"Startup"->"View/Edit Startup Configuration"->"Add New"->"Add From List":
[: -eq: unexpec
/errata/article.xml Sun Jun 9
15:08:51 2013(r251576)
@@ -206,6 +206,54 @@
Open Issues
+[20130609] There is incompatibility in &man.jail.8;
+ configuration because the &man.jail.8; utility and
+ rc.d/jail script has been changed. More
+ specifica
Author: jilles
Date: Sun Jun 9 14:31:59 2013
New Revision: 251575
URL: http://svnweb.freebsd.org/changeset/base/251575
Log:
Make recv() and send() cancellation points, as required by POSIX.
Call the recvfrom() and sendto() functions overridden by libthr instead of
the _recvfrom() and _se
Author: marius
Date: Sun Jun 9 13:58:37 2013
New Revision: 251574
URL: http://svnweb.freebsd.org/changeset/base/251574
Log:
MFC: r251159
- Checking for spurious interrupts is only necessary when using INTx.
Actually, this may be further optimized for controller variants
supporting
Author: marius
Date: Sun Jun 9 13:50:14 2013
New Revision: 251573
URL: http://svnweb.freebsd.org/changeset/base/251573
Log:
MFC: r251146 (partial)
- Do not supply arguments as pointers to bce_get_{pg,rx}_buf() that are not
altered or actually needed there any longer.
- Honor errors p
Author: marius
Date: Sun Jun 9 13:24:16 2013
New Revision: 251572
URL: http://svnweb.freebsd.org/changeset/base/251572
Log:
MFC: r251402 (partial)
Handle/mark/nuke unused arguments.
Modified:
stable/9/sys/dev/sym/sym_hipd.c
Directory Properties:
stable/9/sys/ (props changed)
stabl
Author: marius
Date: Sun Jun 9 13:17:52 2013
New Revision: 251571
URL: http://svnweb.freebsd.org/changeset/base/251571
Log:
MFC: r251394
CAM_DEV_QFREEZE handling should only be done on request submission but
neither on completion nor by SIM drivers in the first place. This issue
has be
Author: marius
Date: Sun Jun 9 12:55:44 2013
New Revision: 251570
URL: http://svnweb.freebsd.org/changeset/base/251570
Log:
MFC: r251142
- As a follow-up to r247565 (MFC'ed to stable/9 in r248036), make firmware
images that do not require patching at runtime actually const.
- Remove
Author: marius
Date: Sun Jun 9 12:51:42 2013
New Revision: 251569
URL: http://svnweb.freebsd.org/changeset/base/251569
Log:
MFC: r251133
- Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees
the actual PCI device which makes the request for DMA tag, instead of
som
Author: marius
Date: Sun Jun 9 12:46:41 2013
New Revision: 251568
URL: http://svnweb.freebsd.org/changeset/base/251568
Log:
MFC: r251115
- Remove pointless returns.
- Make cm_data a void pointer and cm_flags unsigned as appropriate.
Modified:
stable/9/sys/dev/aac/aac.c
stable/9/sys/
Author: marius
Date: Sun Jun 9 12:39:21 2013
New Revision: 251567
URL: http://svnweb.freebsd.org/changeset/base/251567
Log:
MFC: r249213 (partial)
- Remove unused headers from the SRCS of some modules.
- Use __FBSDID.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
Modifi
Author: ed
Date: Sun Jun 9 08:28:23 2013
New Revision: 251566
URL: http://svnweb.freebsd.org/changeset/base/251566
Log:
Fix the way atomic_is_lock_free() is defined for Clang.
When using Clang atomics, atomic types are not placed in a structure.
There is thus no reason why we should get
Author: jh
Date: Sun Jun 9 08:06:26 2013
New Revision: 251565
URL: http://svnweb.freebsd.org/changeset/base/251565
Log:
Print file names without stdio buffering to avoid mixing buffered and
unbuffered ouput.
PR: bin/176886
Reviewed by: mjg
Modified:
head/usr.bin/tail/exte
Hiren Panchasara wrote:
On Sat, Jun 8, 2013 at 9:02 AM, Rui Paulo wrote:
Author: rpaulo
Date: Sat Jun 8 16:02:31 2013
New Revision: 251538
URL: http://svnweb.freebsd.org/changeset/base/251538
Log:
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
Realtek RTL8
Author: joel (doc committer)
Date: Sun Jun 9 07:15:43 2013
New Revision: 251564
URL: http://svnweb.freebsd.org/changeset/base/251564
Log:
Minor mdoc fixes.
Modified:
head/lib/libc/sys/aio_mlock.2
Modified: head/lib/libc/sys/aio_mlock.2
===
39 matches
Mail list logo