Author: jmallett
Date: Tue Mar 6 08:02:10 2012
New Revision: 232585
URL: http://svn.freebsd.org/changeset/base/232585
Log:
Store TLS base in the sigframe just as is done in freebsd32_sendsig. Because
the native sigreturn doesn't use set_mcontext like the COMPAT_FREEBSD32
version
does, thi
Author: jmallett
Date: Tue Mar 6 08:10:48 2012
New Revision: 232586
URL: http://svn.freebsd.org/changeset/base/232586
Log:
Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturn
does.
Modified:
head/sys/mips/mips/pm_machdep.c
Modified: head/sys/mips/mips/pm_machdep.
Author: jmallett
Date: Tue Mar 6 08:40:21 2012
New Revision: 232587
URL: http://svn.freebsd.org/changeset/base/232587
Log:
Garbage collect some unused symbols.
Modified:
head/sys/mips/mips/genassym.c
Modified: head/sys/mips/mips/genassym.c
===
On Tue, Mar 06, 2012 at 03:29:47AM +, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Tue Mar 6 03:29:46 2012
> New Revision: 232580
> URL: http://svn.freebsd.org/changeset/base/232580
>
> Log:
> - Remove NOSHARED parts since it seems to be no-op
> - Call _init_tls for statically link
Author: pluknet
Date: Tue Mar 6 08:59:42 2012
New Revision: 232588
URL: http://svn.freebsd.org/changeset/base/232588
Log:
- ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130
- access to the AF_LINK address through if_addrhead is deprecated (r128315)
MFC after:1 wee
Author: pluknet
Date: Tue Mar 6 09:04:53 2012
New Revision: 232589
URL: http://svn.freebsd.org/changeset/base/232589
Log:
The missing part of r232588 that documents ifaddr_byindex() itself.
MFC after:1 week
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
Author: pluknet
Date: Tue Mar 6 09:34:30 2012
New Revision: 232590
URL: http://svn.freebsd.org/changeset/base/232590
Log:
Cosmetic nit:
- rename isspace1() macro to the more appropriate rtld_isspace().
Discussed with: kib
Modified:
head/libexec/rtld-elf/libmap.c
Modified: head/
Author: pluknet
Date: Tue Mar 6 09:40:34 2012
New Revision: 232591
URL: http://svn.freebsd.org/changeset/base/232591
Log:
Kill EoL whitespaces.
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
===
Author: pluknet
Date: Tue Mar 6 09:57:50 2012
New Revision: 232592
URL: http://svn.freebsd.org/changeset/base/232592
Log:
Fix a typo: use lower case in "A Shorthand".
Noted by: maxim
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
===
Author: remko
Date: Tue Mar 6 10:20:15 2012
New Revision: 232593
URL: http://svn.freebsd.org/changeset/base/232593
Log:
Merge r218998
Move the sticky manual from section 8 to section
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
Added:
stable/8/share/man/
Author: remko
Date: Tue Mar 6 10:24:31 2012
New Revision: 232594
URL: http://svn.freebsd.org/changeset/base/232594
Log:
MFC r230333
Add support for new if_run(4) Logitech device.
Original commit message:
Add support for new USB device.
PR: usb/164275
MFC after: 3 days
Author: remko
Date: Tue Mar 6 10:26:10 2012
New Revision: 232595
URL: http://svn.freebsd.org/changeset/base/232595
Log:
MFC r230333
Add new Logitech device to if_run(4).
Original commit message:
Add support for new USB device.
PR: usb/164275
MFC after: 3 days
PR: u
Author: kib
Date: Tue Mar 6 10:45:23 2012
New Revision: 232596
URL: http://svn.freebsd.org/changeset/base/232596
Log:
MFC r232002:
Remove wrong comment.
Modified:
stable/8/sys/vm/vnode_pager.h
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/vm/vnode_pager.h
Author: kib
Date: Tue Mar 6 10:51:53 2012
New Revision: 232597
URL: http://svn.freebsd.org/changeset/base/232597
Log:
MFC r232143:
Do not write to the user address directly, use suword().
Modified:
stable/8/sys/i386/linux/linux_sysvec.c
Directory Properties:
stable/8/sys/ (props change
Author: trasz
Date: Tue Mar 6 11:05:50 2012
New Revision: 232598
URL: http://svn.freebsd.org/changeset/base/232598
Log:
Make racct and rctl correctly handle jail renaming. Previously
they would continue using old name, the one jail was created with.
PR: bin/165207
Modified:
Author: kib
Date: Tue Mar 6 11:16:14 2012
New Revision: 232599
URL: http://svn.freebsd.org/changeset/base/232599
Log:
MFC r232239:
Fix a race in top non-interactive mode. Use plain sleep(3) call instead
of arming timer and then pausing. If SIGALRM is delivered before pause(3)
is entered
On 2012-03-05 20:53, John Baldwin wrote:
> Author: jhb
> Date: Mon Mar 5 19:53:17 2012
> New Revision: 232570
> URL: http://svn.freebsd.org/changeset/base/232570
>
> Log:
> Fix boot2 to handle boot config files that only contain a custom path to
> a loader or kernel. Specifically, kname cann
Author: pluknet
Date: Tue Mar 6 12:20:37 2012
New Revision: 232600
URL: http://svn.freebsd.org/changeset/base/232600
Log:
Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.
This part was missed in r12.
MFC after:1 week
Modified:
head/share/man/man9/ifne
Author: theraven
Date: Tue Mar 6 12:53:44 2012
New Revision: 232601
URL: http://svn.freebsd.org/changeset/base/232601
Log:
Remove some duplicated copyright notices.
Approved by: dim (mentor)
Modified:
head/lib/libc/locale/collate.c
head/lib/libc/regex/regcomp.c
Modified: head/lib/li
Author: nyan
Date: Tue Mar 6 12:54:13 2012
New Revision: 232602
URL: http://svn.freebsd.org/changeset/base/232602
Log:
MFC: r231387
Reduce diffs against i386.
Modified:
stable/9/sys/boot/pc98/loader/Makefile
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/boot/
Author: nyan
Date: Tue Mar 6 12:58:19 2012
New Revision: 232603
URL: http://svn.freebsd.org/changeset/base/232603
Log:
MFC: r231387
Reduce diffs against i386.
Modified:
stable/8/sys/boot/pc98/loader/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/boot/
Author: trasz
Date: Tue Mar 6 13:43:57 2012
New Revision: 232604
URL: http://svn.freebsd.org/changeset/base/232604
Log:
Add LUN resizing to CTL. Also make it possible to explicitly set
size when creating file-backed or device-backed LUN.
Reviewed by: ken (earlier version)
Sponsored b
Author: remko
Date: Tue Mar 6 14:10:57 2012
New Revision: 232606
URL: http://svn.freebsd.org/changeset/base/232606
Log:
Merge r238821
Add sticky.8 to the obsolete files since it had been
moved to sticky.7
Submitted by: maxim and pluknet
With help from: dim (because of awk
Author: remko
Date: Tue Mar 6 14:13:23 2012
New Revision: 232607
URL: http://svn.freebsd.org/changeset/base/232607
Log:
Merge r238821
Add sticky.8 to the obsolete files since it had been
moved to sticky.7
Submitted by: maxim and pluknet
With help from: dim (because of awk
On 06.03.2012 15:13, Remko Lodder wrote:
The commit seems to mess up with the time schedule. Normally latest
entries are on top, but the merge somehow
got a lot of conflicts and now it isn't on top. Anyone has a suggestion
on how to properly fix this? (Same goes
for stable/8!)
Thanks
Remko
Author: remko
Date: Tue Mar 6 14:18:54 2012
New Revision: 232608
URL: http://svn.freebsd.org/changeset/base/232608
Log:
On second thought and look; this only goes for 8-stable
where the ordering had gone beserk. Fix this manually.
Modified:
stable/8/ObsoleteFiles.inc
Modified: stable/8/Ob
Author: bz
Date: Tue Mar 6 14:19:36 2012
New Revision: 232609
URL: http://svn.freebsd.org/changeset/base/232609
Log:
Use = rather than == for expressions to test(1) builtin(1) in sh(1) to
comply with standards.
On modern branches there is an undocumented alias (see r219084) but on
stab
On 6 March 2012 18:10, Remko Lodder wrote:
> Author: remko
> Date: Tue Mar 6 14:10:57 2012
> New Revision: 232606
> URL: http://svn.freebsd.org/changeset/base/232606
>
> Log:
> Merge r238821
>
> Add sticky.8 to the obsolete files since it had been
> moved to sticky.7
>
> Submitted by: maxim a
On 06.03.2012 15:29, Sergey Kandaurov wrote:
Eh, it seems you merged r238821 to stable/8, and that's wrong.
Changes to top-level files should be merged directly to that file
rather than to the root of the whole tree (see rule 12).
Point received and taken. I'll look after that the next time.
Author: sbruno
Date: Tue Mar 6 15:02:18 2012
New Revision: 232610
URL: http://svn.freebsd.org/changeset/base/232610
Log:
MFC r232411
Fix a problem that was causing the mpt(4) driver to attach to MegaRAID
cards that should be handled by the mfi(4) driver.
The root of the problem is t
On Tuesday, March 06, 2012 6:34:42 am Dimitry Andric wrote:
> On 2012-03-05 20:53, John Baldwin wrote:
> > Author: jhb
> > Date: Mon Mar 5 19:53:17 2012
> > New Revision: 232570
> > URL: http://svn.freebsd.org/changeset/base/232570
> >
> > Log:
> > Fix boot2 to handle boot config files that onl
Author: gnn
Date: Tue Mar 6 17:17:03 2012
New Revision: 232612
URL: http://svn.freebsd.org/changeset/base/232612
Log:
Properly mask off bits that are not supported in the IAP counters.
This fixes a bug where users would see massively large counts, near
to 2**64 -1, due to the bits not being
Author: bz
Date: Tue Mar 6 18:39:07 2012
New Revision: 232613
URL: http://svn.freebsd.org/changeset/base/232613
Log:
Fix building with WITHOUT_INET_SUPPORT set.
Reviewed by: jamie (actually provided the real fix)
MFC after:3 days
Modified:
head/usr.sbin/jls/jls.c
Modified: head/
Author: bz
Date: Tue Mar 6 18:44:52 2012
New Revision: 232614
URL: http://svn.freebsd.org/changeset/base/232614
Log:
Provide wbwd(4), a driver for the watchdog timer found on various
Winbond Super I/O chips.
With minor efforts it should be possible the extend the driver to support
furt
On 6. Mar 2012, at 18:44 , Bjoern A. Zeeb wrote:
> Author: bz
> Date: Tue Mar 6 18:44:52 2012
> New Revision: 232614
> URL: http://svn.freebsd.org/changeset/base/232614
>
> Log:
> Provide wbwd(4), a driver for the watchdog timer found on various
> Winbond Super I/O chips.
The supported chips
Author: jmallett
Date: Tue Mar 6 19:01:32 2012
New Revision: 232615
URL: http://svn.freebsd.org/changeset/base/232615
Log:
At the risk of reducing source compatibility with old NetBSD and Sprite:
o) Get rid of some unused macros related to features we don't intend to
provide.
o) Get ri
On 2012-03-06, Remko Lodder wrote:
> On 06.03.2012 15:29, Sergey Kandaurov wrote:
> >
> > Eh, it seems you merged r238821 to stable/8, and that's wrong.
Actually mergeinfo says r219005.
> > Changes to top-level files should be merged directly to that file
> > rather than to the root of the whole
Author: gonzo
Date: Tue Mar 6 19:19:33 2012
New Revision: 232616
URL: http://svn.freebsd.org/changeset/base/232616
Log:
- Remove one more no-op #ifndef
Modified:
head/lib/csu/mips/crt1.c
Modified: head/lib/csu/mips/crt1.c
=
We might ask whether we can commit this to 8.3 quicker then the suggested
MFC period. I'll copy you in the request.
On Mar 5, 2012, at 7:28 PM, Sergey Kandaurov wrote:
> On 4 March 2012 14:37, Remko Lodder wrote:
>> Author: remko
>> Date: Sun Mar 4 10:37:26 2012
>> New Revision: 232486
>> URL
Tue Mar 6 19:46:57 2012(r232618)
+++ head/UPDATING Tue Mar 6 20:01:25 2012(r232619)
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20120306
Author: dim
Date: Tue Mar 6 20:15:23 2012
New Revision: 232620
URL: http://svn.freebsd.org/changeset/base/232620
Log:
After r232498, programs built with -ansi or -std=c89 including
would not compile anymore, due to plain 'inline' keywords. Fix this by
using __inline instead.
Reported
Author: jmallett
Date: Tue Mar 6 20:23:29 2012
New Revision: 232621
URL: http://svn.freebsd.org/changeset/base/232621
Log:
Remove unused file.
Deleted:
head/sys/mips/mips/elf64_machdep.c
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd
Author: remko
Date: Tue Mar 6 20:37:06 2012
New Revision: 232622
URL: http://svn.freebsd.org/changeset/base/232622
Log:
Revert mergeinfo on the root directory.
The mergeinfo should only be on ObsoleteFiles.inc
Thanks for helping: jh
Modified:
Directory Properties:
stable/8/ (props
Author: jhb
Date: Tue Mar 6 20:45:13 2012
New Revision: 232623
URL: http://svn.freebsd.org/changeset/base/232623
Log:
Add a note to clarify why we create a relocated copy of boot1 in lower
memory.
Modified:
head/sys/boot/i386/boot2/boot1.S
Modified: head/sys/boot/i386/boot2/boot1.S
==
Author: adrian
Date: Tue Mar 6 21:20:16 2012
New Revision: 232625
URL: http://svn.freebsd.org/changeset/base/232625
Log:
Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all
scenarios.
* Added verify_mesh_*_len functions that verify the length
according to the amendmen
Author: dim
Date: Tue Mar 6 21:56:30 2012
New Revision: 232626
URL: http://svn.freebsd.org/changeset/base/232626
Log:
Fix build of libc.so after r232620. This caused a duplicate definition
of __getCurrentRuneLocale().
Pointy hat to:me
Modified:
head/lib/libc/locale/nomacros.c
Author: ray
Date: Tue Mar 6 22:16:10 2012
New Revision: 232627
URL: http://svn.freebsd.org/changeset/base/232627
Log:
Remove EoL whitespaces.
Approved by: adri (mentor)
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
Author: ray
Date: Tue Mar 6 22:45:54 2012
New Revision: 232628
URL: http://svn.freebsd.org/changeset/base/232628
Log:
Break long lines.
Approved by: adri (mentor)
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
==
Author: thompsa
Date: Tue Mar 6 22:58:13 2012
New Revision: 232629
URL: http://svn.freebsd.org/changeset/base/232629
Log:
Add the ability to set which packet layers are used for the load balance hash
calculation.
Modified:
head/sbin/ifconfig/ifconfig.8
head/sbin/ifconfig/iflagg.c
head/
Author: jmallett
Date: Tue Mar 6 23:08:02 2012
New Revision: 232630
URL: http://svn.freebsd.org/changeset/base/232630
Log:
Get rid of duplicated versions of the KSU bits.
Modified:
head/sys/mips/include/cpu.h
head/sys/mips/mips/exception.S
head/sys/mips/mips/mpboot.S
Modified: head/sys/
Author: ken
Date: Wed Mar 7 00:16:32 2012
New Revision: 232632
URL: http://svn.freebsd.org/changeset/base/232632
Log:
Merge r232563 from stable/8 (r232411 from head):
Fix a problem that was causing the mpt(4) driver to attach to MegaRAID
cards that should be handled by the mfi(4) dri
Author: mp
Date: Wed Mar 7 01:26:24 2012
New Revision: 232633
URL: http://svn.freebsd.org/changeset/base/232633
Log:
MFC r231990
Update to tcsh 6.18.01
Added:
stable/9/contrib/tcsh/nls/Makefile.in
- copied unchanged from r231990, head/contrib/tcsh/nls/Makefile.in
stable/9/contrib
Author: hrs
Date: Wed Mar 7 01:30:42 2012
New Revision: 232634
URL: http://svn.freebsd.org/changeset/base/232634
Log:
MFS r232560:
Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes
inconsistency when options are specified by both setsockopt() and ancillary
data
Author: mp
Date: Wed Mar 7 01:31:29 2012
New Revision: 232635
URL: http://svn.freebsd.org/changeset/base/232635
Log:
MFC r231990
Update to tcsh 6.18.01
Added:
stable/8/contrib/tcsh/nls/Makefile.in
- copied unchanged from r231990, head/contrib/tcsh/nls/Makefile.in
stable/8/contrib
On 6 March 2012 23:07, Jaakko Heinonen wrote:
> On 2012-03-06, Remko Lodder wrote:
>> On 06.03.2012 15:29, Sergey Kandaurov wrote:
>> >
>> > Eh, it seems you merged r238821 to stable/8, and that's wrong.
>
> Actually mergeinfo says r219005.
>
>> > Changes to top-level files should be merged direct
On Tue, 6 Mar 2012, Dimitry Andric wrote:
Log:
After r232498, programs built with -ansi or -std=c89 including
would not compile anymore, due to plain 'inline' keywords. Fix this by
using __inline instead.
Reported by: Jia-Shiun Li
Discussed with:theraven
Any chance of also f
On 07.03.2012 2:58, Andrew Thompson wrote:
[snip]
Modified: head/sbin/ifconfig/ifconfig.8
==
--- head/sbin/ifconfig/ifconfig.8 Tue Mar 6 22:45:54 2012
(r232628)
+++ head/sbin/ifconfig/ifconfig.8 Tue M
On 7 March 2012 19:07, Andrey Zonov wrote:
> On 07.03.2012 2:58, Andrew Thompson wrote:
> [snip]
>
>> Modified: head/sbin/ifconfig/ifconfig.8
>>
>> ==
>> --- head/sbin/ifconfig/ifconfig.8 Tue Mar 6 22:45:54 2012
>>
Author: thompsa
Date: Wed Mar 7 06:25:17 2012
New Revision: 232638
URL: http://svn.freebsd.org/changeset/base/232638
Log:
Fix typo and bump the document date which I also forgot.
Spotted by: Andrey Zonov
Modified:
head/sbin/ifconfig/ifconfig.8
Modified: head/sbin/ifconfig/ifconfig.8
Author: remko
Date: Wed Mar 7 06:42:21 2012
New Revision: 232639
URL: http://svn.freebsd.org/changeset/base/232639
Log:
Add support for the MosChip MCS9904 four serial ports
controller.
PR: 165804
Submitted by: Eugene Grosbein
MFC after:1 week
Modified:
head/sys/dev/
On 7 March 2012 02:58, Andrew Thompson wrote:
> Author: thompsa
> Date: Tue Mar 6 22:58:13 2012
> New Revision: 232629
> URL: http://svn.freebsd.org/changeset/base/232629
>
> Log:
> Add the ability to set which packet layers are used for the load balance hash
> calculation.
>
> Modified:
> hea
Author: thompsa
Date: Wed Mar 7 07:22:53 2012
New Revision: 232640
URL: http://svn.freebsd.org/changeset/base/232640
Log:
Move the vlan buffer space into the union which also fixes an unused variable
warning with !INET & !INET6.
Spotted by: pluknet
Modified:
head/sys/net/if_lagg.c
On 7 March 2012 11:22, Andrew Thompson wrote:
> Author: thompsa
> Date: Wed Mar 7 07:22:53 2012
> New Revision: 232640
> URL: http://svn.freebsd.org/changeset/base/232640
>
> Log:
> Move the vlan buffer space into the union which also fixes an unused variable
> warning with !INET & !INET6.
>
>
Author: kib
Date: Wed Mar 7 07:31:50 2012
New Revision: 232641
URL: http://svn.freebsd.org/changeset/base/232641
Log:
The pipe_poll() performs lockless access to the vnode to test
fifo_iseof() condition, allowing the v_fifoinfo to be reset and freed
by fifo_cleanup().
Precalculate EOF
Author: kib
Date: Wed Mar 7 07:55:35 2012
New Revision: 232642
URL: http://svn.freebsd.org/changeset/base/232642
Log:
MFC r232296:
Merge a split multi-line comment.
Modified:
stable/9/sys/fs/nullfs/null_subr.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/
Author: kib
Date: Wed Mar 7 07:59:30 2012
New Revision: 232643
URL: http://svn.freebsd.org/changeset/base/232643
Log:
MFC r232299:
Move the code to destroy half-contructed nullfs vnode into helper
function null_destroy_proto() from null_insmntque_dtr(). Also
apply null_destroy_proto() in
66 matches
Mail list logo