Author: ae
Date: Mon Apr 22 06:47:27 2013
New Revision: 249761
URL: http://svnweb.freebsd.org/changeset/base/249761
Log:
MFC r249398:
Free memory after deleting an address policy entry.
Modified:
stable/8/sys/netinet6/in6_src.c
Directory Properties:
stable/8/sys/ (props changed)
sta
Author: ae
Date: Mon Apr 22 06:47:05 2013
New Revision: 249760
URL: http://svnweb.freebsd.org/changeset/base/249760
Log:
MFC r249398:
Free memory after deleting an address policy entry.
Modified:
stable/9/sys/netinet6/in6_src.c
Directory Properties:
stable/9/sys/ (props changed)
Modi
Author: dteske
Date: Mon Apr 22 06:30:29 2013
New Revision: 249759
URL: http://svnweb.freebsd.org/changeset/base/249759
Log:
Clarify to the user the amount of time required to load the menus for
each view in the details dialog.
Modified:
head/usr.sbin/bsdconfig/startup/include/messages.subr
Author: dteske
Date: Mon Apr 22 06:28:45 2013
New Revision: 249758
URL: http://svnweb.freebsd.org/changeset/base/249758
Log:
New helper functions for common widgets.
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==
Author: dteske
Date: Mon Apr 22 06:27:14 2013
New Revision: 249757
URL: http://svnweb.freebsd.org/changeset/base/249757
Log:
Proper fix for copy/paste error (first attempt r249756).
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==
Author: dteske
Date: Mon Apr 22 06:20:34 2013
New Revision: 249756
URL: http://svnweb.freebsd.org/changeset/base/249756
Log:
Fix a copy/paste error.
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr.sbin/bsdconfig/share/dialog.subr
===
Author: dteske
Date: Mon Apr 22 06:13:30 2013
New Revision: 249755
URL: http://svnweb.freebsd.org/changeset/base/249755
Log:
Update comment for accuracy.
Modified:
head/usr.sbin/bsdconfig/share/device.subr
Modified: head/usr.sbin/bsdconfig/share/device.subr
==
Author: dteske
Date: Mon Apr 22 06:12:22 2013
New Revision: 249754
URL: http://svnweb.freebsd.org/changeset/base/249754
Log:
Style nit (to be consistent across project).
Modified:
head/usr.sbin/bsdconfig/share/media/ftp.subr
Modified: head/usr.sbin/bsdconfig/share/media/ftp.subr
Author: dteske
Date: Mon Apr 22 06:10:27 2013
New Revision: 249753
URL: http://svnweb.freebsd.org/changeset/base/249753
Log:
Fix two bugs when setting up a plip interface. First, dhcp status was not
being properly cleared each iteration of the loop. Second, values weren't
properly quoted whe
Author: adrian
Date: Mon Apr 22 05:52:18 2013
New Revision: 249752
URL: http://svnweb.freebsd.org/changeset/base/249752
Log:
Convert over the etherswitch framework to use VLAN IDs per port, rather
than VLAN groups.
Some chips (eg this rtl8366rb) has a VLAN group per port - you first
def
Author: dteske
Date: Mon Apr 22 05:52:06 2013
New Revision: 249751
URL: http://svnweb.freebsd.org/changeset/base/249751
Log:
UI improvements. First, implement --default-item whenever and wherever
possible to save keystrokes. Second, overhaul startup/rcdelete for much
improved performance. La
Author: dteske
Date: Mon Apr 22 05:32:27 2013
New Revision: 249749
URL: http://svnweb.freebsd.org/changeset/base/249749
Log:
Use new f_getvar for clarity and general code follow-up to r249746.
Modified:
head/usr.sbin/bsdconfig/bsdconfig
Modified: head/usr.sbin/bsdconfig/bsdconfig
===
Author: adrian
Date: Mon Apr 22 05:30:20 2013
New Revision: 249748
URL: http://svnweb.freebsd.org/changeset/base/249748
Log:
etherswitchcfg(8) crashes when you don't set vlangroup members.
Fix this to require an argument.
PR: kern/177872
Submitted by: Luiz Otavio O Souza
Mod
Author: adrian
Date: Mon Apr 22 05:27:13 2013
New Revision: 249747
URL: http://svnweb.freebsd.org/changeset/base/249747
Log:
Initialise this to zero before using it to configure the vlangroup
information.
PR: kern/177871
Submitted by: Luiz Otavio O Souza
Modified:
head/sbi
Author: dteske
Date: Mon Apr 22 05:02:34 2013
New Revision: 249746
URL: http://svnweb.freebsd.org/changeset/base/249746
Log:
Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and
improve debugging initialization. Also fixup USAGE statements while we're
here. Also, change initi
Author: alc
Date: Mon Apr 22 01:26:13 2013
New Revision: 249745
URL: http://svnweb.freebsd.org/changeset/base/249745
Log:
Simplify vm_radix_{add,dec}lev().
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/vm/vm_radix.c
Modified: head/sys/vm/vm_radix.c
=
Author: ed
Date: Sun Apr 21 22:47:24 2013
New Revision: 249744
URL: http://svnweb.freebsd.org/changeset/base/249744
Log:
Add missing static keyword, to make the code build with WARNS=6.
Modified:
head/usr.sbin/nandsim/nandsim_cfgparse.c
Modified: head/usr.sbin/nandsim/nandsim_cfgparse.c
Author: ed
Date: Sun Apr 21 22:36:14 2013
New Revision: 249743
URL: http://svnweb.freebsd.org/changeset/base/249743
Log:
Unbreak the build of newfs_nandfs.
Mark global variables static. While there, make some small style(9)
cleanups and remove a variable that is unused.
Modified:
head/
On Sun, 21 Apr 2013, Mikolaj Golub wrote:
> Author: trociny
> Date: Sun Apr 21 20:51:53 2013
> New Revision: 249741
> URL: http://svnweb.freebsd.org/changeset/base/249741
>
> Log:
> Remove code duplication.
ah yes thanks, I overlooked this when producing initial patch.
--
Sincerely,
D.Marck
Author: oleg
Date: Sun Apr 21 21:28:38 2013
New Revision: 249742
URL: http://svnweb.freebsd.org/changeset/base/249742
Log:
Plug static llentry leak (ipv4 & ipv6 were affected).
PR: kern/172985
MFC after:1 month
Modified:
head/sys/netinet/in.c
head/sys/netinet6/in6.c
Mo
Author: trociny
Date: Sun Apr 21 20:51:53 2013
New Revision: 249741
URL: http://svnweb.freebsd.org/changeset/base/249741
Log:
Remove code duplication.
Modified:
head/sbin/hastctl/hastctl.c
Modified: head/sbin/hastctl/hastctl.c
=
Author: joel (doc committer)
Date: Sun Apr 21 19:55:38 2013
New Revision: 249740
URL: http://svnweb.freebsd.org/changeset/base/249740
Log:
Document a few expansions for the $PS1 and $PS2 environmental variables.
PR: 173410
Submitted by: Derek Wood
Reviewed by: jilles
Modifi
Author: jilles
Date: Sun Apr 21 19:42:04 2013
New Revision: 249739
URL: http://svnweb.freebsd.org/changeset/base/249739
Log:
dup(2): Remove incorrect sentence about getdtablesize().
There are no getdtablesize() bounds on the file descriptor to be duplicated;
it only has to be open. If the
Author: imp
Date: Sun Apr 21 17:23:27 2013
New Revision: 249735
URL: http://svnweb.freebsd.org/changeset/base/249735
Log:
Fix typos in my last commit.
Submitted by: Niclas Zeising and Benjamin Kaduk
Modified:
head/UPDATING
Modified: head/UPDATING
Author: trociny
Date: Sun Apr 21 17:14:50 2013
New Revision: 249734
URL: http://svnweb.freebsd.org/changeset/base/249734
Log:
MFC r249238, r249239:
r249238:
Use 4-byte padding for core dump notes on both 32 and 64bit archs.
Although native word padding (i.e. 8-byte on 64bit arch)
Author: gshapiro
Date: Sun Apr 21 17:13:58 2013
New Revision: 249733
URL: http://svnweb.freebsd.org/changeset/base/249733
Log:
Note merge to head for sendmail 8.14.7.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.x
Author: gshapiro
Date: Sun Apr 21 17:11:45 2013
New Revision: 249732
URL: http://svnweb.freebsd.org/changeset/base/249732
Log:
Minor changes to force commit these files so new freebsd*.cf files are
built to use the new sendmail-8.14.6/cf tree.
MFC after:4 days
Modified:
head/etc/se
Author: trociny
Date: Sun Apr 21 17:10:10 2013
New Revision: 249731
URL: http://svnweb.freebsd.org/changeset/base/249731
Log:
Embed revision id in the library.
MFC after:29 days
Modified:
head/lib/libprocstat/core.c
Modified: head/lib/libprocstat/core.c
=
Author: gshapiro
Date: Sun Apr 21 17:09:51 2013
New Revision: 249730
URL: http://svnweb.freebsd.org/changeset/base/249730
Log:
Update for sendmail 8.14.7
MFC after:4 days
Modified:
head/contrib/sendmail/FREEBSD-upgrade
Modified: head/contrib/sendmail/FREEBSD-upgrade
Author: gshapiro
Date: Sun Apr 21 17:08:44 2013
New Revision: 249729
URL: http://svnweb.freebsd.org/changeset/base/249729
Log:
Merge sendmail 8.14.7 to HEAD
MFC after:4 days
Added:
head/contrib/sendmail/libsm/t-fget.c
- copied unchanged from r249728, vendor/sendmail/dist/libsm/t
Author: gshapiro
Date: Sun Apr 21 16:37:17 2013
New Revision: 249728
URL: http://svnweb.freebsd.org/changeset/base/249728
Log:
Tag sendmail 8.14.7
Added:
vendor/sendmail/8.14.7/
- copied from r249727, vendor/sendmail/dist/
___
svn-src-all@freeb
Author: gshapiro
Date: Sun Apr 21 16:35:04 2013
New Revision: 249727
URL: http://svnweb.freebsd.org/changeset/base/249727
Log:
Import sendmail 8.14.7
Added:
vendor/sendmail/dist/libsm/t-fget.c (contents, props changed)
Modified:
vendor/sendmail/dist/CACerts
vendor/sendmail/dist/PGPKEYS
Author: hselasky
Date: Sun Apr 21 16:09:35 2013
New Revision: 249726
URL: http://svnweb.freebsd.org/changeset/base/249726
Log:
Fix manual page.
PR: usb/177896
Submitted by: Leif Velcro
Modified:
head/share/man/man4/usb_quirk.4
Modified: head/share/man/man4/usb_quirk.4
=
Author: hselasky
Date: Sun Apr 21 16:02:50 2013
New Revision: 249725
URL: http://svnweb.freebsd.org/changeset/base/249725
Log:
Add OHCI controller ID.
MFC after:2 weeks
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/controller/ohci_pci.c
Modified: head/sys/dev/usb/cont
On 3/17/2013 9:10 AM, Dmitry Morozovsky wrote:
> On Fri, 15 Mar 2013, Brooks Davis wrote:
>
>> Author: brooks
>> Date: Fri Mar 15 21:32:40 2013
>> New Revision: 248352
>> URL: http://svnweb.freebsd.org/changeset/base/248352
>>
>> Log:
>> MFC r245752,246913,247162
>>
>> Replace all known use
Author: kib
Date: Sun Apr 21 13:31:55 2013
New Revision: 249724
URL: http://svnweb.freebsd.org/changeset/base/249724
Log:
Merge the 386 and amd64 versions of the fenv.h, to make cc -m32
compilations which use fenv.h work.
Reviewed by: tjil
Sponsored by: The FreeBSD Foundation
Added:
Author: kib
Date: Sun Apr 21 12:16:59 2013
New Revision: 249723
URL: http://svnweb.freebsd.org/changeset/base/249723
Log:
MFC r249476:
Esnure that PCI bus BUS_GET_DMA_TAG() method sees the actual PCI device
which makes the request for dma tag, instead of some descendant of
the PCI device,
Author: tijl
Date: Sun Apr 21 11:12:44 2013
New Revision: 249722
URL: http://svnweb.freebsd.org/changeset/base/249722
Log:
Remove redundant definitions of _ALIGN and _ALIGNBYTES.
Modified:
head/sys/i386/include/param.h
Modified: head/sys/i386/include/param.h
=
Author: joel (doc committer)
Date: Sun Apr 21 10:30:19 2013
New Revision: 249721
URL: http://svnweb.freebsd.org/changeset/base/249721
Log:
Add example.
PR: 177025
Submitted by: Fernando
Reviewed by: theraven
Modified:
head/lib/libc/stdlib/lsearch.3
Modified: head/lib/lib
Author: joel (doc committer)
Date: Sun Apr 21 10:08:33 2013
New Revision: 249720
URL: http://svnweb.freebsd.org/changeset/base/249720
Log:
Move EXAMPLES descriptions to before the actual command.
PR: 177870
Submitted by: Bjorn Heidotting
Modified:
head/sbin/devfs/devfs.8
Mo
Author: ae
Date: Sun Apr 21 09:10:35 2013
New Revision: 249719
URL: http://svnweb.freebsd.org/changeset/base/249719
Log:
Since we didn't break the loop, we should set i to -1 to start from the
beginning.
Submitted by: Steven Hartland
MFC after:1 week
Modified:
head/sys/boot/commo
Author: rpaulo
Date: Sun Apr 21 08:35:38 2013
New Revision: 249718
URL: http://svnweb.freebsd.org/changeset/base/249718
Log:
Fix an off by one calculation in wiipic_dispatch().
Modified:
head/sys/powerpc/wii/wii_pic.c
Modified: head/sys/powerpc/wii/wii_pic.c
=
42 matches
Mail list logo