Author: delphij
Date: Wed May 22 05:21:19 2013
New Revision: 250903
URL: http://svnweb.freebsd.org/changeset/base/250903
Log:
Fix a copy-and-paste typo.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
Author: delphij
Date: Wed May 22 05:16:07 2013
New Revision: 250902
URL: http://svnweb.freebsd.org/changeset/base/250902
Log:
Regenerate with manual fixup for WITH_LDNS_UTILS inheriting
WITHOUT_BIND_UTILS.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: mckusick
Date: Wed May 22 05:07:55 2013
New Revision: 250901
URL: http://svnweb.freebsd.org/changeset/base/250901
Log:
Properly spell sentinel (missed in 250891)
No functional changes.
Spotted by: Navdeep Parhar and Alexey Dokuchaev
MFC after: 2 weeks
Modified:
head/sys/uf
On 22.05.2013 2:20, Ed Schouten wrote:
> 2013/5/22 Jilles Tjoelker :
>> Our wchar_t is only ISO 10646 for UTF-8 and possibly US-ASCII and
>> ISO8859-1 (subset) locales.
>
> Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do
> a mapping to ISO 10646. Unfortunately, it seems to b
Author: mav
Date: Wed May 22 02:15:07 2013
New Revision: 250900
URL: http://svnweb.freebsd.org/changeset/base/250900
Log:
Fix NULL-dereference kernel panic in case of mps_attach() failure.
MFC after:1 week
Modified:
head/sys/dev/mps/mps_user.c
Modified: head/sys/dev/mps/mps_user.c
=
Author: adrian
Date: Wed May 22 01:03:41 2013
New Revision: 250899
URL: http://svnweb.freebsd.org/changeset/base/250899
Log:
Implement beacon event debugging in athalq.
Modified:
head/tools/tools/ath/athalq/main.c
Modified: head/tools/tools/ath/athalq/main.c
=
Author: mckusick
Date: Wed May 22 00:57:22 2013
New Revision: 250897
URL: http://svnweb.freebsd.org/changeset/base/250897
Log:
Add missing buffer releases (brelse) after bread calls that return
an error. One could argue that returning a buffer even when it is
not valid is incorrect, but brea
Author: mckusick
Date: Wed May 22 00:48:24 2013
New Revision: 250895
URL: http://svnweb.freebsd.org/changeset/base/250895
Log:
Add missing 28th element to softdep types name array.
Found by:Coverity Scan, CID 1007621
Reviewed by: kib
MFC after: 2 weeks
Modified:
head/sys/ufs/ff
Author: mckusick
Date: Wed May 22 00:40:26 2013
New Revision: 250894
URL: http://svnweb.freebsd.org/changeset/base/250894
Log:
Null a pointer after it is freed so that when it is returned
the return value is NULL. Based on the returned flags, the
return value should never be inspected in the
Author: delphij
Date: Wed May 22 00:31:33 2013
New Revision: 250893
URL: http://svnweb.freebsd.org/changeset/base/250893
Log:
MFC r250374:
According to the documentation, on Linux, cancel_delayed_work() does not
do drain (flush_workqueue() in Linux terms) but instead returns true if
the
Author: mckusick
Date: Wed May 22 00:30:34 2013
New Revision: 250892
URL: http://svnweb.freebsd.org/changeset/base/250892
Log:
Remove a bogus check for a NULL buffer pointer.
Add a KASSERT that it is not NULL.
Found by:Coverity Scan, CID 1009114
Reviewed by: kib
MFC after: 2 wee
Author: mckusick
Date: Wed May 22 00:17:50 2013
New Revision: 250891
URL: http://svnweb.freebsd.org/changeset/base/250891
Log:
Properly spell sentinel (not sintenel or sentinal).
No functional changes.
Spotted by: kib
MFC after: 2 weeks
Modified:
head/sys/ufs/ffs/ffs_softdep.c
Mo
2013/5/22 Jilles Tjoelker :
> Our wchar_t is only ISO 10646 for UTF-8 and possibly US-ASCII and
> ISO8859-1 (subset) locales.
Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do
a mapping to ISO 10646. Unfortunately, it seems to be the case that
these files are only used to do m
On Tue, May 21, 2013 at 07:59:37PM +, Ed Schouten wrote:
> Author: ed
> Date: Tue May 21 19:59:37 2013
> New Revision: 250883
> URL: http://svnweb.freebsd.org/changeset/base/250883
> Log:
> Add .
Looks like an interesting approach to make applications LC_CTYPE locale
aware.
> The header
Author: mjg
Date: Tue May 21 21:58:00 2013
New Revision: 250890
URL: http://svnweb.freebsd.org/changeset/base/250890
Log:
passing fd over unix socket: fix a corner case where caller
wants to pass no descriptors.
Previously the kernel would leak memory and try to free a potentially
arbit
Author: ed
Date: Tue May 21 21:50:11 2013
New Revision: 250889
URL: http://svnweb.freebsd.org/changeset/base/250889
Log:
Add proper prerequisites for even two more headers.
Spotted by: http://hacks.owlfolio.org/header-survey/
Modified:
head/include/protocols/rwhod.h
head/sys/sys/time
2013/5/21 Eitan Adler :
> Do the man pages need to be updated as well?
Sure. I've updated the manpages for the functions listed in these header files.
--
Ed Schouten
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn
Author: ed
Date: Tue May 21 21:39:18 2013
New Revision: 250888
URL: http://svnweb.freebsd.org/changeset/base/250888
Log:
Update manpages for r250887.
Remove the lists of unneeded header files.
Requested by: eadler
Modified:
head/lib/libc/gen/fts.3
head/lib/libc/net/getifaddrs.3
On 21 May 2013 23:20, Ed Schouten wrote:
> Author: ed
> Date: Tue May 21 21:20:10 2013
> New Revision: 250887
> URL: http://svnweb.freebsd.org/changeset/base/250887
>
> Log:
> Allow certain headers to be included more easily.
>
> Spotted by: http://hacks.owlfolio.org/header-survey/
Thank yo
Author: ed
Date: Tue May 21 21:20:10 2013
New Revision: 250887
URL: http://svnweb.freebsd.org/changeset/base/250887
Log:
Allow certain headers to be included more easily.
Spotted by: http://hacks.owlfolio.org/header-survey/
Modified:
head/include/arpa/tftp.h
head/include/fts.h
head
Author: attilio
Date: Tue May 21 20:54:03 2013
New Revision: 250885
URL: http://svnweb.freebsd.org/changeset/base/250885
Log:
vm_object locking is not needed there as pages are already wired.
Sponsored by: EMC / Isilon storage division
Submitted by: alc
Modified:
head/sys/kern/vfs_bio.
Author: attilio
Date: Tue May 21 20:38:19 2013
New Revision: 250884
URL: http://svnweb.freebsd.org/changeset/base/250884
Log:
o Relax locking assertions for vm_page_find_least()
o Relax locking assertions for pmap_enter_object() and add them also
to architectures that currently don't have
Author: ed
Date: Tue May 21 19:59:37 2013
New Revision: 250883
URL: http://svnweb.freebsd.org/changeset/base/250883
Log:
Add .
The header, part of C11, adds a small number of utility
functions for 16/32-bit "universal" characters, which may or may not be
UTF-16/32. As our wchar_t is al
Author: eadler
Date: Tue May 21 19:56:03 2013
New Revision: 250882
URL: http://svnweb.freebsd.org/changeset/base/250882
Log:
Avoid signed overflow in error handling code.
Reviewed by: cperciva, bjk
Modified:
head/usr.bin/split/split.c
Modified: head/usr.bin/split/split.c
==
Author: jkim
Date: Tue May 21 19:32:35 2013
New Revision: 250881
URL: http://svnweb.freebsd.org/changeset/base/250881
Log:
Connect flex 2.5.37 to the build and bump __FreeBSD_version.
Added:
head/usr.bin/lex/initparse.c (contents, props changed)
head/usr.bin/lex/initparse.h (contents, p
Author: jhb
Date: Tue May 21 19:25:19 2013
New Revision: 250880
URL: http://svnweb.freebsd.org/changeset/base/250880
Log:
MFC 238450,250152-250153,250415:
- Add support for the XSAVEOPT instruction use.
- The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 and
XFEATURE_ENA
Author: jkim
Date: Tue May 21 19:23:49 2013
New Revision: 250879
URL: http://svnweb.freebsd.org/changeset/base/250879
Log:
Enable GNU m4 compatibility mode.
Modified:
head/contrib/flex/main.c
Modified: head/contrib/flex/main.c
=
Author: jkim
Date: Tue May 21 19:22:42 2013
New Revision: 250878
URL: http://svnweb.freebsd.org/changeset/base/250878
Log:
Allow YY_NO_UNPUT to disable unput() for backward compatibility.
Modified:
head/contrib/flex/flex.skl
Modified: head/contrib/flex/flex.skl
==
Author: jkim
Date: Tue May 21 19:21:26 2013
New Revision: 250877
URL: http://svnweb.freebsd.org/changeset/base/250877
Log:
Define yy_current_buffer for backward compatibility.
Modified:
head/contrib/flex/flex.skl
Modified: head/contrib/flex/flex.skl
==
Author: jkim
Date: Tue May 21 19:20:03 2013
New Revision: 250876
URL: http://svnweb.freebsd.org/changeset/base/250876
Log:
Do not use log10(3) to get rid of libm dependency. It is really not useful.
Modified:
head/contrib/flex/buf.c
head/contrib/flex/flexdef.h
head/contrib/flex/main.c
M
Author: jkim
Date: Tue May 21 19:17:02 2013
New Revision: 250875
URL: http://svnweb.freebsd.org/changeset/base/250875
Log:
Reduce compiler warnings.
Modified:
head/contrib/flex/buf.c
head/contrib/flex/filter.c
head/contrib/flex/flex.skl
head/contrib/flex/flexint.h
head/contrib/flex/ge
Author: jkim
Date: Tue May 21 19:11:11 2013
New Revision: 250874
URL: http://svnweb.freebsd.org/changeset/base/250874
Log:
Apply still relevant local changes.
r124183: Work around a `label defined but not used' warning.
r179549: De-register declarations.
r179657: De-regis
Author: jkim
Date: Tue May 21 19:09:30 2013
New Revision: 250873
URL: http://svnweb.freebsd.org/changeset/base/250873
Log:
Add flex 2.5.37 from flex.sourceforge.net to contrib.
Added:
head/contrib/flex/
- copied from r250869, vendor/flex/dist/
Deleted:
head/contrib/flex/ABOUT-NLS
hea
Author: trociny
Date: Tue May 21 19:06:17 2013
New Revision: 250872
URL: http://svnweb.freebsd.org/changeset/base/250872
Log:
MFC r249687, r249704, r250511:
r249687, r249704:
Sync gcore(1) with the recent changes in kernel code aimed at adding
procstat notes to a process core file.
Author: trociny
Date: Tue May 21 19:05:27 2013
New Revision: 250871
URL: http://svnweb.freebsd.org/changeset/base/250871
Log:
MFC r249668, r249669, r249671, r249673, r249675, r249678, r249680, r249683,
r249685, r249686:
r249668:
Use procstat_getprocs(3) for retrieving thread info
Author: trociny
Date: Tue May 21 19:04:16 2013
New Revision: 250870
URL: http://svnweb.freebsd.org/changeset/base/250870
Log:
MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679,
r249681, r249684, r249688, r249711, r249731, r250146
r249666, r249682:
Make li
Author: jkim
Date: Tue May 21 18:52:37 2013
New Revision: 250869
URL: http://svnweb.freebsd.org/changeset/base/250869
Log:
Disable keyword expansion.
Modified:
Directory Properties:
vendor/flex/dist/ABOUT-NLS (props changed)
vendor/flex/dist/AUTHORS (props changed)
vendor/flex/dist/CO
Author: jh
Date: Tue May 21 18:40:54 2013
New Revision: 250868
URL: http://svnweb.freebsd.org/changeset/base/250868
Log:
Remove an extra semicolon from the DOT language output.
PR: kern/178540
Submitted by: Trond Endrestol
MFC after:1 week
Modified:
head/sys/geom/geom_d
Author: sjg
Date: Tue May 21 18:38:09 2013
New Revision: 250867
URL: http://svnweb.freebsd.org/changeset/base/250867
Log:
Mention the switch to bmake by default.
Reviewed by: obrien
Modified:
head/UPDATING
Modified: head/UPDATING
Yup, this should be fixed, thanks!
Adrian
On 21 May 2013 09:42, Glen Barber wrote:
> On Tue, May 21, 2013 at 02:28:05PM +, Adrian Chadd wrote:
>> Author: adrian
>> Date: Tue May 21 14:28:05 2013
>> New Revision: 250856
>> URL: http://svnweb.freebsd.org/changeset/base/250856
>>
>> Log:
>>
Author: adrian
Date: Tue May 21 18:13:57 2013
New Revision: 250866
URL: http://svnweb.freebsd.org/changeset/base/250866
Log:
Implement a separate hardware queue threshold for aggregate and non-aggr
traffic.
When transmitting non-aggregate traffic, we need to keep the hardware
busy whils
Author: adrian
Date: Tue May 21 18:02:54 2013
New Revision: 250865
URL: http://svnweb.freebsd.org/changeset/base/250865
Log:
Enable the use of TDMA on an 802.11n channel (with aggregation disabled,
of course.)
There's a few things that needed to happen:
* In case someone decides to s
Author: marcel
Date: Tue May 21 18:00:47 2013
New Revision: 250864
URL: http://svnweb.freebsd.org/changeset/base/250864
Log:
Fix the PowerPC Book-E register definitions used by the remote GDB
protocol.
Obtained from:Juniper Networks, Inc.
Modified:
head/sys/powerpc/include/gdb_
Author: marcel
Date: Tue May 21 17:47:53 2013
New Revision: 250863
URL: http://svnweb.freebsd.org/changeset/base/250863
Log:
Add a makefle that recurses into the right architecture-specific
sub-directory. This to allow simpler logic outside of the csu
directory.
Obtained from:Ju
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2013-05-21 05:18:46 -0400, Bruce Evans wrote:
...
> So it seems that pmtimer has a lot of dead code and reduces to not
> much more than an inittodr(0) and usually acts like the
> inittodr(!0) in the acpi amd64 resume code.
When I wrote the resume
Author: marcel
Date: Tue May 21 17:30:27 2013
New Revision: 250861
URL: http://svnweb.freebsd.org/changeset/base/250861
Log:
Don't look for headers outside of the source or object directories. In
particular, don't use DESTDIR. Such creates an unnecessary dependency
on the build machine.
Author: marcel
Date: Tue May 21 17:28:19 2013
New Revision: 250860
URL: http://svnweb.freebsd.org/changeset/base/250860
Log:
Don't look for headers outside of the source or object directories. In
particular, don't use DESTDIR. Such creates an unnecessary dependency
on the build machine.
On Mon, May 20, 2013 at 10:17:33PM +0200, Andreas Tobler wrote:
> On 20.05.13 22:10, Brooks Davis wrote:
> > On Mon, May 20, 2013 at 09:59:35PM +0200, Andreas Tobler wrote:
> >> On 20.05.13 21:51, Brooks Davis wrote:
> >>> On Fri, May 17, 2013 at 12:06:01AM +0200, Andreas Tobler wrote:
> On 15
Author: brooks
Date: Tue May 21 16:58:23 2013
New Revision: 250859
URL: http://svnweb.freebsd.org/changeset/base/250859
Log:
Restore the ability to build on systems with 32-bit compat when
the system compiler is not clang. clang and gcc appear to differ
signficantly in their interpretation
On Tue, May 21, 2013 at 02:28:05PM +, Adrian Chadd wrote:
> Author: adrian
> Date: Tue May 21 14:28:05 2013
> New Revision: 250856
> URL: http://svnweb.freebsd.org/changeset/base/250856
>
> Log:
> Fix build break - the SetCapability calls return HAL_BOOL,
> not HAL_STATUS.
>
> Modified:
>
On Tuesday, May 21, 2013 7:40:16 am Konstantin Belousov wrote:
> Author: kib
> Date: Tue May 21 11:40:16 2013
> New Revision: 250853
> URL: http://svnweb.freebsd.org/changeset/base/250853
>
> Log:
> Fix the wait6(2) on 32bit architectures and for the compat32, by using
> the right type for the
Author: adrian
Date: Tue May 21 14:28:05 2013
New Revision: 250856
URL: http://svnweb.freebsd.org/changeset/base/250856
Log:
Fix build break - the SetCapability calls return HAL_BOOL,
not HAL_STATUS.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
Modified: head/sys/dev/ath/ath_hal
Author: kib
Date: Tue May 21 11:41:08 2013
New Revision: 250854
URL: http://svnweb.freebsd.org/changeset/base/250854
Log:
Regenerate.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/s
Author: kib
Date: Tue May 21 11:40:16 2013
New Revision: 250853
URL: http://svnweb.freebsd.org/changeset/base/250853
Log:
Fix the wait6(2) on 32bit architectures and for the compat32, by using
the right type for the argument in syscalls.master. Also fix the
posix_fallocate(2) and posix_fadv
Author: kib
Date: Tue May 21 11:31:56 2013
New Revision: 250852
URL: http://svnweb.freebsd.org/changeset/base/250852
Log:
Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),
for the case when the nullfs vnode is not reclaimed. Otherwise, later
reclamation would not unlock
Author: kib
Date: Tue May 21 11:24:32 2013
New Revision: 250851
URL: http://svnweb.freebsd.org/changeset/base/250851
Log:
Fix the hardware watchpoints on SMP amd64. Load the updated %dr
registers also on other CPUs, besides the CPU which happens to execute
the ddb. The debugging registers
Author: kib
Date: Tue May 21 11:07:12 2013
New Revision: 250850
URL: http://svnweb.freebsd.org/changeset/base/250850
Log:
Add amd64-specific ddb command 'show phys2dmap', which calculates the
address in the direct map corresponding to the given physical address.
Reviewed by: jhb
Sponso
Author: kib
Date: Tue May 21 11:04:00 2013
New Revision: 250849
URL: http://svnweb.freebsd.org/changeset/base/250849
Log:
Add ddb command 'show pginfo' which provides useful information about
a vm page, denoted either by an address of the struct vm_page, or, if
the '/p' modifier is specified
On Tue, 21 May 2013, Alexey Dokuchaev wrote:
On Mon, May 20, 2013 at 07:20:48AM -0600, Warner Losh wrote:
On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote:
Apparently not: I've been running FreeBSD 8.4-PRERELEASE without pmtimer
for a while, and noticed that my laptop stops keeping time dur
59 matches
Mail list logo