Author: dim
Date: Tue Feb 19 07:55:53 2013
New Revision: 246981
URL: http://svnweb.freebsd.org/changeset/base/246981
Log:
MFC r246874:
Fix two instances of undefined behaviour in contrib/nvi.
Found by: clang ToT
Obtained from:NetBSD
Reviewed by: jh
Modified:
stable/
Author: dim
Date: Tue Feb 19 07:55:53 2013
New Revision: 246981
URL: http://svnweb.freebsd.org/changeset/base/246981
Log:
MFC r246874:
Fix two instances of undefined behaviour in contrib/nvi.
Found by: clang ToT
Obtained from:NetBSD
Reviewed by: jh
Modified:
stable/
Author: dim
Date: Tue Feb 19 07:55:53 2013
New Revision: 246981
URL: http://svnweb.freebsd.org/changeset/base/246981
Log:
MFC r246874:
Fix two instances of undefined behaviour in contrib/nvi.
Found by: clang ToT
Obtained from:NetBSD
Reviewed by: jh
Modified:
stable/
Author: dim
Date: Tue Feb 19 07:50:10 2013
New Revision: 246980
URL: http://svnweb.freebsd.org/changeset/base/246980
Log:
MFC r246873:
In contrib/opie/opiekey.c, use the correct length to zero the secret.
Found by: clang ToT
Reviewed by: delphij
Modified:
stable/7/contrib/opi
Author: dim
Date: Tue Feb 19 07:50:10 2013
New Revision: 246980
URL: http://svnweb.freebsd.org/changeset/base/246980
Log:
MFC r246873:
In contrib/opie/opiekey.c, use the correct length to zero the secret.
Found by: clang ToT
Reviewed by: delphij
Modified:
stable/9/contrib/opi
Author: dim
Date: Tue Feb 19 07:50:10 2013
New Revision: 246980
URL: http://svnweb.freebsd.org/changeset/base/246980
Log:
MFC r246873:
In contrib/opie/opiekey.c, use the correct length to zero the secret.
Found by: clang ToT
Reviewed by: delphij
Modified:
stable/8/contrib/opi
Author: adrian
Date: Tue Feb 19 06:42:12 2013
New Revision: 246979
URL: http://svnweb.freebsd.org/changeset/base/246979
Log:
Print out the RTS/CTS rate in the TX descriptor.
Modified:
head/tools/tools/ath/athalq/ar5416_ds.c
Modified: head/tools/tools/ath/athalq/ar5416_ds.c
==
Author: markj
Date: Tue Feb 19 03:23:13 2013
New Revision: 246978
URL: http://svnweb.freebsd.org/changeset/base/246978
Log:
- Make sure to set an error code when trying to obtain a data descriptor for
a section of type SHT_NULL.
- Update the man page to reflect the fact that elf_getdata()
Author: adrian
Date: Tue Feb 19 02:09:18 2013
New Revision: 246958
URL: http://svnweb.freebsd.org/changeset/base/246958
Log:
kgdb enhancements!
* document the kgdb -b flag
* better verify what's valid with -b
* add more comprehensive command line help
PR: kern/175743
Su
Author: ganbold (doc committer)
Date: Tue Feb 19 02:01:35 2013
New Revision: 246955
URL: http://svnweb.freebsd.org/changeset/base/246955
Log:
Define gpio constants rather than using enum.
Fix pull-up and pull-down values of gpio.
According to A10 user manual possible pull register
values a
Author: pjd
Date: Mon Feb 18 23:58:05 2013
New Revision: 246954
URL: http://svnweb.freebsd.org/changeset/base/246954
Log:
More white-space cleanups.
Reported by: zont (the first one)
Modified:
head/sys/sys/protosw.h
Modified: head/sys/sys/protosw.h
=
Author: kientzle
Date: Mon Feb 18 23:13:13 2013
New Revision: 246953
URL: http://svnweb.freebsd.org/changeset/base/246953
Log:
Add mem_load_raw() for loading data from another location in memory.
This will be used by some upcoming changes to loader(8) FDT
handling to allow it to use an FD
On Sun, Feb 17, 2013 at 01:06:59PM +, Andrey A. Chernov wrote:
> Author: ache
> Date: Sun Feb 17 13:06:59 2013
> New Revision: 246913
> URL: http://svnweb.freebsd.org/changeset/base/246913
>
> Log:
> In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys
> but just /sys pointin
Author: jilles
Date: Mon Feb 18 22:47:59 2013
New Revision: 246952
URL: http://svnweb.freebsd.org/changeset/base/246952
Log:
setbuf(3): Restore a BUGS section about setbuf().
The brokenness of setbuf() is not specific to 4.2BSD and 4.3BSD but inherent
in the API definition.
Reported
Author: markj
Date: Mon Feb 18 22:47:16 2013
New Revision: 246951
URL: http://svnweb.freebsd.org/changeset/base/246951
Log:
Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be held
unnecessarily by a user thread waiting to run on a specific CPU after
calling sched_bind().
Author: dim
Date: Mon Feb 18 22:03:04 2013
New Revision: 246950
URL: http://svnweb.freebsd.org/changeset/base/246950
Log:
MFC r246860:
Fix undefined behaviour in usr.bin/mail/util.c.
Reported by: deeptec...@gmail.com
Modified:
stable/7/usr.bin/mail/aux.c
Directory Properties:
sta
Author: dim
Date: Mon Feb 18 22:03:04 2013
New Revision: 246950
URL: http://svnweb.freebsd.org/changeset/base/246950
Log:
MFC r246860:
Fix undefined behaviour in usr.bin/mail/util.c.
Reported by: deeptec...@gmail.com
Modified:
stable/8/usr.bin/mail/util.c
Directory Properties:
st
Author: dim
Date: Mon Feb 18 22:03:04 2013
New Revision: 246950
URL: http://svnweb.freebsd.org/changeset/base/246950
Log:
MFC r246860:
Fix undefined behaviour in usr.bin/mail/util.c.
Reported by: deeptec...@gmail.com
Modified:
stable/9/usr.bin/mail/util.c
Directory Properties:
st
Author: joel (doc committer)
Date: Mon Feb 18 20:21:26 2013
New Revision: 246949
URL: http://svnweb.freebsd.org/changeset/base/246949
Log:
mdoc: sort sections.
Modified:
head/share/man/man5/group.5
Modified: head/share/man/man5/group.5
Author: kientzle
Date: Mon Feb 18 20:11:20 2013
New Revision: 246948
URL: http://svnweb.freebsd.org/changeset/base/246948
Log:
Clarify an error message. The addresses here are
really offsets within the primary mapped memory block
(which may not start at address zero).
Modified:
head/sys
On Mon, 18 Feb 2013 01:02:49 + (UTC)
Alan Cox wrote:
> Author: alc
> Date: Mon Feb 18 01:02:48 2013
> New Revision: 246926
> URL: http://svnweb.freebsd.org/changeset/base/246926
>
> Log:
> On arm, like sparc64, the end of the kernel map varies from one
> type of machine to another. Theref
Author: gshapiro
Date: Mon Feb 18 19:33:07 2013
New Revision: 246947
URL: http://svnweb.freebsd.org/changeset/base/246947
Log:
Merge sendmail 8.14.6 errata issue
MFC after:3 days
Modified:
head/contrib/sendmail/src/milter.c
Directory Properties:
head/contrib/sendmail/ (props chan
Author: gshapiro
Date: Mon Feb 18 19:23:41 2013
New Revision: 246946
URL: http://svnweb.freebsd.org/changeset/base/246946
Log:
Fix regression in sendmail 8.14.6 release based on errata published at:
http://www.sendmail.com/sm/open_source/download/8.14.6/
Modified:
vendor/sendmail/dist/sr
Author: adrian
Date: Mon Feb 18 18:39:15 2013
New Revision: 246945
URL: http://svnweb.freebsd.org/changeset/base/246945
Log:
Fix an incorrect sizeof()
PR: kern/176238
Submitted by: Christoph Mallon
Modified:
head/sys/dev/ath/if_ath_alq.h
Modified: head/sys/dev/ath/if_ath_al
On Wed, 2013-02-06 at 08:42:01 +0100, Joel Dahl wrote:
> On 06-02-2013 11:18, Gleb Smirnoff wrote:
> > On Tue, Feb 05, 2013 at 04:17:25PM -0500, John Baldwin wrote:
> > J> On Tuesday, February 05, 2013 3:55:47 pm Gleb Smirnoff wrote:
> > J> > On Tue, Feb 05, 2013 at 11:58:54AM -0500, John Baldwin w
Author: hselasky
Date: Mon Feb 18 17:55:27 2013
New Revision: 246944
URL: http://svnweb.freebsd.org/changeset/base/246944
Log:
Fix bad EEPROM parsing code.
MFC after:2 weeks
Modified:
head/sys/dev/usb/wlan/if_upgt.c
head/sys/dev/usb/wlan/if_upgtvar.h
Modified: head/sys/dev/usb/wla
Author: pluknet
Date: Mon Feb 18 16:03:42 2013
New Revision: 246942
URL: http://svnweb.freebsd.org/changeset/base/246942
Log:
MFC r246658: Cross-reference vfs_unbusy(9).
Modified:
stable/8/share/man/man9/vfs_busy.9
Directory Properties:
stable/8/share/man/man9/ (props changed)
Modified:
Author: pluknet
Date: Mon Feb 18 16:02:17 2013
New Revision: 246941
URL: http://svnweb.freebsd.org/changeset/base/246941
Log:
MFC r246658: Cross-reference vfs_unbusy(9).
Modified:
stable/9/share/man/man9/vfs_busy.9
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modified:
Author: mm
Date: Mon Feb 18 11:48:08 2013
New Revision: 246940
URL: http://svnweb.freebsd.org/changeset/base/246940
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13957:512faafc0eaf
Illumos ZFS issues:
3537 want pool io kstats
Modified:
vendor/illumos/d
Author: mm
Date: Mon Feb 18 11:48:08 2013
New Revision: 246940
URL: http://svnweb.freebsd.org/changeset/base/246940
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13957:512faafc0eaf
Illumos ZFS issues:
3537 want pool io kstats
Modified:
vendor-sys/illum
May be a dumb question, but I want to be explicit here.
Can system before this commit crash here or filesystem corruption happen during
ordinary work? (I mean no power loss and no crashes in other kernel code)
Or filesystem can be corrupted only if system crashes by other means (power
loss or som
Author: ae
Date: Mon Feb 18 08:24:39 2013
New Revision: 246938
URL: http://svnweb.freebsd.org/changeset/base/246938
Log:
MFC r246630:
Add bootcamp support to the loader.
Modified:
stable/9/sys/boot/common/part.c
stable/9/sys/sys/diskmbr.h
Directory Properties:
stable/9/sys/ (props c
32 matches
Mail list logo