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: 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:
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: 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: 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 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
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
=
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-head@freebsd.org mailing list
http://lists.freebs
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/
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
41 matches
Mail list logo