Author: adrian
Date: Mon Mar 4 07:40:49 2013
New Revision: 247774
URL: http://svnweb.freebsd.org/changeset/base/247774
Log:
add a method to set/clear the VMF field in the TX descriptor.
Obtained from:Qualcomm Atheros
Modified:
head/sys/dev/ath/ath_hal/ah.h
head/sys/dev/ath/ath
Author: hrs
Date: Mon Mar 4 05:46:54 2013
New Revision: 247768
URL: http://svnweb.freebsd.org/changeset/base/247768
Log:
MFC r226775:
- Add support for a "!" character in regex matching in devd(8). It inverts
the logic (true/false) of the matching.
- Add "!usbus[0-9]+" to IFNET A
Author: hrs
Date: Mon Mar 4 05:46:35 2013
New Revision: 247767
URL: http://svnweb.freebsd.org/changeset/base/247767
Log:
MFC r226775:
- Add support for a "!" character in regex matching in devd(8). It inverts
the logic (true/false) of the matching.
- Add "!usbus[0-9]+" to IFNET A
Author: eadler
Date: Mon Mar 4 02:21:34 2013
New Revision: 247764
URL: http://svnweb.freebsd.org/changeset/base/247764
Log:
Remove check for NULL prior to free(9) and m_freem(9).
Approved by: cperciva (mentor)
Modified:
head/sys/compat/linprocfs/linprocfs.c
head/sys/compat/linux/linu
Author: eadler
Date: Mon Mar 4 02:21:31 2013
New Revision: 247763
URL: http://svnweb.freebsd.org/changeset/base/247763
Log:
devd: Correct typo in comment.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
Author: eadler
Date: Mon Mar 4 02:21:29 2013
New Revision: 247762
URL: http://svnweb.freebsd.org/changeset/base/247762
Log:
devd: Use simpler dst += *x instead of str.append(x, 1).
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.cc
Modifi
Author: eadler
Date: Mon Mar 4 02:21:26 2013
New Revision: 247761
URL: http://svnweb.freebsd.org/changeset/base/247761
Log:
devd: Use string::empty() instea of string::length() == 0.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.cc
Modi
Author: eadler
Date: Mon Mar 4 02:21:24 2013
New Revision: 247760
URL: http://svnweb.freebsd.org/changeset/base/247760
Log:
devd: Remove unnecessary empty default constructors.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.hh
Modified:
Author: eadler
Date: Mon Mar 4 02:21:22 2013
New Revision: 247759
URL: http://svnweb.freebsd.org/changeset/base/247759
Log:
devd: Remove empty virtual destructor from class, which has noch subclasses.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/
Author: eadler
Date: Mon Mar 4 02:21:19 2013
New Revision: 247758
URL: http://svnweb.freebsd.org/changeset/base/247758
Log:
devd: Avoid unnecessary temporary objects (and simplify the code) when
handling std::string.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modif
Author: eadler
Date: Mon Mar 4 02:21:17 2013
New Revision: 247757
URL: http://svnweb.freebsd.org/changeset/base/247757
Log:
devd: Use the standard constructor of std::string instead of string("").
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd
Author: eadler
Date: Mon Mar 4 02:21:15 2013
New Revision: 247756
URL: http://svnweb.freebsd.org/changeset/base/247756
Log:
devd: Simplify while (1) { if (x) break; } to while (!x) {}.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.cc
Mo
Author: eadler
Date: Mon Mar 4 02:21:12 2013
New Revision: 247755
URL: http://svnweb.freebsd.org/changeset/base/247755
Log:
devd: Remove call to _exit() from signal handler, which also sets a stop flag.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbi
Author: eadler
Date: Mon Mar 4 02:21:08 2013
New Revision: 247754
URL: http://svnweb.freebsd.org/changeset/base/247754
Log:
devd: Use volatile sig_atomic_t for the flag set by a signal handler.
Submitted by: Christoph Mallon
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/de
Author: eadler
Date: Mon Mar 4 02:21:06 2013
New Revision: 247753
URL: http://svnweb.freebsd.org/changeset/base/247753
Log:
Fix typo ('1' != 'l')
PR: bin/175975
Submitted by: William Ahern
Approved by: cperciva (mentor)
Modified:
head/usr.bin/hexdump/conv.c
Modified: he
Author: eadler
Date: Mon Mar 4 02:21:03 2013
New Revision: 247752
URL: http://svnweb.freebsd.org/changeset/base/247752
Log:
Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded to
"1". 'Fix' this.
PR: bin/175790
Submitted by: ak
Approved by: cperciva (men
Author: eadler
Date: Mon Mar 4 02:19:55 2013
New Revision: 247751
URL: http://svnweb.freebsd.org/changeset/base/247751
Log:
Constify where possible.
Approved by: cperciva (mentor)
Modified:
head/sbin/devd/devd.cc
head/sbin/devd/devd.hh
Modified: head/sbin/devd/devd.cc
==
Author: dteske
Date: Mon Mar 4 01:47:37 2013
New Revision: 247749
URL: http://svnweb.freebsd.org/changeset/base/247749
Log:
MFC r230520:
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised
(menus are not needed when rei
Author: dteske
Date: Mon Mar 4 01:35:56 2013
New Revision: 247748
URL: http://svnweb.freebsd.org/changeset/base/247748
Log:
MFC r230296:
Don't write /var/db/zoneinfo when zone is not actually changed.
If the specified zone file does not exist or the -n flag is specified,
do not upda
Author: dteske
Date: Mon Mar 4 01:32:24 2013
New Revision: 247747
URL: http://svnweb.freebsd.org/changeset/base/247747
Log:
MFC r230299:
Fix #ifdef VERBOSE for UTC case
Update verbose output to match what actually happens when selecting
the UTC option, and when the -n option is used
Author: dteske
Date: Mon Mar 4 01:22:07 2013
New Revision: 247746
URL: http://svnweb.freebsd.org/changeset/base/247746
Log:
MFC only the whitespace changes* from r227934: Port to new libdialog.
* In other words, no changes to dialog; whitespace changes only.
Modified:
stable/8/usr.sbin/tzs
Author: dteske
Date: Mon Mar 4 01:14:06 2013
New Revision: 247745
URL: http://svnweb.freebsd.org/changeset/base/247745
Log:
MFC r230005:
Use a reasonable-sized buffer when formatting error messages about
installing zoneinfo. While we're in the vicinity, add some missing
error checking
Author: pjd
Date: Sun Mar 3 23:39:30 2013
New Revision: 247740
URL: http://svnweb.freebsd.org/changeset/base/247740
Log:
For some reason when I started to pass filedescent structures instead of
pointers to the file structure receiving descriptors stopped to work when also
at least few kilob
Author: bapt
Date: Sun Mar 3 23:27:21 2013
New Revision: 247739
URL: http://svnweb.freebsd.org/changeset/base/247739
Log:
Tag libyaml 0.1.4
Added:
vendor/libyaml/0.1.4/
- copied from r247738, vendor/libyaml/dist/
___
svn-src-all@freebsd.org ma
Author: bapt
Date: Sun Mar 3 23:26:17 2013
New Revision: 247738
URL: http://svnweb.freebsd.org/changeset/base/247738
Log:
Import libyaml 0.1.4 into vendor
Added:
vendor/libyaml/
vendor/libyaml/dist/
vendor/libyaml/dist/LICENSE
vendor/libyaml/dist/Makefile.am (contents, props changed)
Author: pjd
Date: Sun Mar 3 23:25:45 2013
New Revision: 247737
URL: http://svnweb.freebsd.org/changeset/base/247737
Log:
Use dedicated malloc type for filecaps-related data, so we can detect any
memory leaks easier.
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descr
Author: pjd
Date: Sun Mar 3 23:23:35 2013
New Revision: 247736
URL: http://svnweb.freebsd.org/changeset/base/247736
Log:
Plug memory leaks in file descriptors passing.
Modified:
head/sys/kern/kern_descrip.c
head/sys/kern/uipc_usrreq.c
head/sys/sys/filedesc.h
Modified: head/sys/kern/kern
Author: jpaetzel
Date: Sun Mar 3 23:07:27 2013
New Revision: 247735
URL: http://svnweb.freebsd.org/changeset/base/247735
Log:
Use GNOP to force ZFS pools to 4k.
Obtained from:PC-BSD
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
head/usr.sbin/pc-sysinstall
Author: jpaetzel
Date: Sun Mar 3 23:01:46 2013
New Revision: 247734
URL: http://svnweb.freebsd.org/changeset/base/247734
Log:
Improves and enhances using the "installPackages=" variable.
Adds "pkgExt=" variable to set if pkgs are .tbz or .txz or other.
Auto-detects if packages are PKGNG or
Author: jilles
Date: Sun Mar 3 22:33:13 2013
New Revision: 247733
URL: http://svnweb.freebsd.org/changeset/base/247733
Log:
MFC r246371: sh: Do not test for digit_contig in mksyntax.
ISO/IEC 9899:1999 (E) 5.2.1p3 guarantees that the values of the characters
0123456789 are contiguous.
Author: melifaro
Date: Sun Mar 3 21:48:40 2013
New Revision: 247732
URL: http://svnweb.freebsd.org/changeset/base/247732
Log:
Merge
* r233937 - Improve BPF locking model
* r233938 - Improve performace for writer-only BPF users
* r233946 - Fix build
* r235744 - Fix (new) panic on attachi
Author: dwmalone
Date: Sun Mar 3 20:10:56 2013
New Revision: 247730
URL: http://svnweb.freebsd.org/changeset/base/247730
Log:
Add an option for finding sparse files.
Reviewed by: iedowse
MFC after:3 weeks
Modified:
head/usr.bin/find/extern.h
head/usr.bin/find/find.1
head/usr.
Author: dteske
Date: Sun Mar 3 19:31:44 2013
New Revision: 247729
URL: http://svnweb.freebsd.org/changeset/base/247729
Log:
MFC r230520:
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised
(menus are not needed when rei
Author: dteske
Date: Sun Mar 3 19:26:05 2013
New Revision: 247728
URL: http://svnweb.freebsd.org/changeset/base/247728
Log:
MFC r230296:
Don't write /var/db/zoneinfo when zone is not actually changed.
If the specified zone file does not exist or the -n flag is specified,
do not upda
Author: dteske
Date: Sun Mar 3 19:20:30 2013
New Revision: 247727
URL: http://svnweb.freebsd.org/changeset/base/247727
Log:
MFC r230299:
Fix #ifdef VERBOSE for UTC case
Update verbose output to match what actually happens when selecting
the UTC option, and when the -n option is used
Author: dteske
Date: Sun Mar 3 19:12:07 2013
New Revision: 247726
URL: http://svnweb.freebsd.org/changeset/base/247726
Log:
Dummy commit to show r247722 was (in addition to being an MFC for r227934), an
MFC for r227947:
calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access
Author: mav
Date: Sun Mar 3 19:10:28 2013
New Revision: 247725
URL: http://svnweb.freebsd.org/changeset/base/247725
Log:
Fix typos in hint names.
MFC after:1 week
Modified:
head/share/man/man4/mvs.4
Modified: head/share/man/man4/mvs.4
===
Author: markj
Date: Sun Mar 3 19:02:23 2013
New Revision: 247724
URL: http://svnweb.freebsd.org/changeset/base/247724
Log:
MFC r246978:
- 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 fac
Author: markj
Date: Sun Mar 3 19:02:11 2013
New Revision: 247723
URL: http://svnweb.freebsd.org/changeset/base/247723
Log:
MFC r246978:
- 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 fac
Author: dteske
Date: Sun Mar 3 18:59:59 2013
New Revision: 247722
URL: http://svnweb.freebsd.org/changeset/base/247722
Log:
MFC r227934: Port to new libdialog.
Modified:
stable/9/usr.sbin/tzsetup/Makefile
stable/9/usr.sbin/tzsetup/tzsetup.c
Modified: stable/9/usr.sbin/tzsetup/Makefile
===
On Sun, Mar 03, 2013 at 10:34:36AM -0500, Pedro Giffuni wrote:
> I have no idea why NetBSD survives without linking ncurses here but
> next time I will test this further before trusting the package author.
libedit links against libterminfo on NetBSD.
Joerg
Author: dteske
Date: Sun Mar 3 17:39:29 2013
New Revision: 247721
URL: http://svnweb.freebsd.org/changeset/base/247721
Log:
MFC r230005:
Use a reasonable-sized buffer when formatting error messages about
installing zoneinfo. While we're in the vicinity, add some missing
error checking
Author: jilles
Date: Sun Mar 3 17:33:59 2013
New Revision: 247720
URL: http://svnweb.freebsd.org/changeset/base/247720
Log:
sh: When executing a trap, keep exit status along with evalskip.
This ensures 'return' in a trap returns the correct status to the caller.
If evalskip is not set
Author: uqs
Date: Sun Mar 3 16:17:09 2013
New Revision: 247719
URL: http://svnweb.freebsd.org/changeset/base/247719
Log:
Fix 'make depend'
Modified:
head/sys/modules/mqueue/Makefile
Modified: head/sys/modules/mqueue/Makefile
==
Author: dteske
Date: Sun Mar 3 16:16:10 2013
New Revision: 247718
URL: http://svnweb.freebsd.org/changeset/base/247718
Log:
MFC r232297: Grammar: tzsetup now has more than one option.
Modified:
stable/8/usr.sbin/tzsetup/tzsetup.8
Modified: stable/8/usr.sbin/tzsetup/tzsetup.8
===
On 03/03/2013 09:42, Jilles Tjoelker wrote:
Author: jilles
Date: Sun Mar 3 14:42:15 2013
New Revision: 247713
URL: http://svnweb.freebsd.org/changeset/base/247713
Log:
libedit: Revert r247683 to fix buildworld.
I think r247683 is wrong because libedit.so actually uses symbols from
Author: jilles
Date: Sun Mar 3 15:02:56 2013
New Revision: 247716
URL: http://svnweb.freebsd.org/changeset/base/247716
Log:
MAINTAINERS: Document my maintainership of sh(1).
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Author: davide
Date: Sun Mar 3 15:01:33 2013
New Revision: 247715
URL: http://svnweb.freebsd.org/changeset/base/247715
Log:
callwheelmask and callwheelsize are always greater than zero.
Switch their type to u_int.
Modified:
head/sys/kern/kern_timeout.c
Modified: head/sys/kern/kern_timeout
Author: davide
Date: Sun Mar 3 14:47:02 2013
New Revision: 247714
URL: http://svnweb.freebsd.org/changeset/base/247714
Log:
Remove a couple of unused include.
Modified:
head/sys/kern/kern_timeout.c
head/sys/sys/systm.h
Modified: head/sys/kern/kern_timeout.c
===
On Sun, Mar 03, 2013 at 02:43:14PM +0100, Jilles Tjoelker wrote:
> On Sun, Mar 03, 2013 at 02:11:04AM +, Pedro F. Giffuni wrote:
> > Author: pfg
> > Date: Sun Mar 3 02:11:03 2013
> > New Revision: 247683
> > URL: http://svnweb.freebsd.org/changeset/base/247683
> > Log:
> > libedit does not
Author: jilles
Date: Sun Mar 3 14:42:15 2013
New Revision: 247713
URL: http://svnweb.freebsd.org/changeset/base/247713
Log:
libedit: Revert r247683 to fix buildworld.
I think r247683 is wrong because libedit.so actually uses symbols from
libcurses.so. Since it breaks the build, revert it
Author: melifaro
Date: Sun Mar 3 14:05:03 2013
New Revision: 247712
URL: http://svnweb.freebsd.org/changeset/base/247712
Log:
Implement buffer size checking in ipfw(8) add cmd.
PR: bin/65961
Submitted by: Eugene Grosbein
MFC after:2 weeks
Modified:
head/sbin/ipfw/ipfw
On Sun, Mar 03, 2013 at 02:11:04AM +, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sun Mar 3 02:11:03 2013
> New Revision: 247683
> URL: http://svnweb.freebsd.org/changeset/base/247683
> Log:
> libedit does not need to be linked with ncurses
> libedit uses the terminfo headers but doesn
On Sun, Mar 3, 2013 at 12:09 PM, Antoine Brodin wrote:
> Author: antoine
> Date: Sun Mar 3 11:09:55 2013
> New Revision: 247709
> URL: http://svnweb.freebsd.org/changeset/base/247709
>
> Log:
> Add more obsolete files.
Pointy hat to me (most of).
Thanks,
Attilio
--
Peace can only be achiev
Author: antoine
Date: Sun Mar 3 11:09:55 2013
New Revision: 247709
URL: http://svnweb.freebsd.org/changeset/base/247709
Log:
Add more obsolete files.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
Author: jpaetzel
Date: Sun Mar 3 09:47:47 2013
New Revision: 247705
URL: http://svnweb.freebsd.org/changeset/base/247705
Log:
Fix a bug extracting files from dist scheme
Obtained from:PC-BSD
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
head/usr.sbin/
Author: dteske
Date: Sun Mar 3 09:26:58 2013
New Revision: 247704
URL: http://svnweb.freebsd.org/changeset/base/247704
Log:
MFS 9->8 r244688:
Fix error message to be accurate for when ProgName is not "sysinstall" (oops?)
Modified:
stable/8/usr.sbin/sysinstall/variable.c
Modified: stable/8
Author: dteske
Date: Sun Mar 3 09:23:52 2013
New Revision: 247703
URL: http://svnweb.freebsd.org/changeset/base/247703
Log:
MFS 9->8 r215314:
ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.
Modified:
stable/8/usr.sbin/sysinstall/sysinstall.h
Modified: stable/8/us
Author: dteske
Date: Sun Mar 3 09:21:18 2013
New Revision: 247702
URL: http://svnweb.freebsd.org/changeset/base/247702
Log:
MFS 9->8 r209481:
Update the man page to reflect the changes to the netDev configuration
variable.
Approved by: cperciva
MFS 9->8 r209446:
Remove un
Author: dteske
Date: Sun Mar 3 09:13:18 2013
New Revision: 247700
URL: http://svnweb.freebsd.org/changeset/base/247700
Log:
MFS 9->8 r247267:
Oops, r55392 (over 13 years ago) forgot to classify the new HTTP Proxy for the
options dialog (causing "" to be displayed for the HTTP media type)
Author: mav
Date: Sun Mar 3 09:11:24 2013
New Revision: 247698
URL: http://svnweb.freebsd.org/changeset/base/247698
Log:
MFcalloutng:
Some whitespace fixes.
Modified:
head/sys/kern/kern_timeout.c
Modified: head/sys/kern/kern_timeout.c
==
Author: dteske
Date: Sun Mar 3 09:09:59 2013
New Revision: 247697
URL: http://svnweb.freebsd.org/changeset/base/247697
Log:
MFS 9->8 r209782:
Add support for remote logging to syslogd via an install.cfg variable.
Approved by: cperciva
Modified:
stable/8/usr.sbin/sysinstall/install
Author: dteske
Date: Sun Mar 3 08:56:10 2013
New Revision: 247695
URL: http://svnweb.freebsd.org/changeset/base/247695
Log:
MFS 9->8 the sysinstall portion of r223492:
Remove duplicated header files
Modified:
stable/8/usr.sbin/sysinstall/modules.c
Modified: stable/8/usr.sbin/sysinstall/mo
Author: dteske
Date: Sun Mar 3 08:51:56 2013
New Revision: 247694
URL: http://svnweb.freebsd.org/changeset/base/247694
Log:
MFS 9->8 r217491 with slight modification:
Reduce the amount of text users need to read on each screen. Also try and
make it more relevant to modern systems: for ex
Author: dteske
Date: Sun Mar 3 08:21:17 2013
New Revision: 247693
URL: http://svnweb.freebsd.org/changeset/base/247693
Log:
MFS 9->8 r209778:
Add further documentation for netDev in install.cfg to reflect the new
usage.
Approved by: cperciva
Modified:
stable/8/usr.sbin/sysinstall/i
Author: dteske
Date: Sun Mar 3 08:17:17 2013
New Revision: 247692
URL: http://svnweb.freebsd.org/changeset/base/247692
Log:
MFS 9->8 r215224:
We still support PLIP devices, so mention them in addition to ethernet.
Modified:
stable/8/usr.sbin/sysinstall/install.c
stable/8/usr.sbin/sysinst
Author: dteske
Date: Sun Mar 3 08:04:11 2013
New Revision: 247691
URL: http://svnweb.freebsd.org/changeset/base/247691
Log:
MFS 9->8 r244676:
Fix another typo while we're here.
Modified:
stable/8/usr.sbin/sysinstall/http.c
Modified: stable/8/usr.sbin/sysinstall/http.c
Author: dteske
Date: Sun Mar 3 08:02:07 2013
New Revision: 247690
URL: http://svnweb.freebsd.org/changeset/base/247690
Log:
MFS 9->8 r247241:
Oops, r186202 (over 4 years ago) forgot to remove Tape from the F1 Help file.
Direct commit to stable/9 (no sysinstall in head).
MFS 9->8 r24
68 matches
Mail list logo