Author: adrian
Date: Mon Jan 21 07:50:38 2013
New Revision: 245739
URL: http://svnweb.freebsd.org/changeset/base/245739
Log:
Fix this routine to acutally break out and not set clrdmask if any
of the TIDs are currently marked as "filtered."
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: h
Author: hselasky
Date: Mon Jan 21 07:02:41 2013
New Revision: 245725
URL: http://svnweb.freebsd.org/changeset/base/245725
Log:
Add new quirk and correct old one.
PR: usb/175454
MFC after:1 week
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/usbdevs
Modif
Author: jmallett
Date: Mon Jan 21 06:47:06 2013
New Revision: 245712
URL: http://svnweb.freebsd.org/changeset/base/245712
Log:
Fix packet reception and other issues arising from incorrect ASX clock
configuration on the physical ports of the Ubiquiti EdgeRouter Lite.
Modified:
head/sys/contr
Author: adrian
Date: Mon Jan 21 04:06:04 2013
New Revision: 245708
URL: http://svnweb.freebsd.org/changeset/base/245708
Log:
Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag.
This is easily possible now that the TX is protected by a single
lock, rather than a per-TXQ (an
On Mon, 2013-01-21 at 02:47 +, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Jan 21 02:47:14 2013
> New Revision: 245707
> URL: http://svnweb.freebsd.org/changeset/base/245707
>
> Log:
> Remove some debugging code that snuck in.
>
> Modified:
> head/usr.sbin/bsdinstall/scripts/
Author: nwhitehorn
Date: Mon Jan 21 02:47:14 2013
New Revision: 245707
URL: http://svnweb.freebsd.org/changeset/base/245707
Log:
Remove some debugging code that snuck in.
Modified:
head/usr.sbin/bsdinstall/scripts/script
Modified: head/usr.sbin/bsdinstall/scripts/script
=
Author: nwhitehorn
Date: Mon Jan 21 01:55:54 2013
New Revision: 245706
URL: http://svnweb.freebsd.org/changeset/base/245706
Log:
More automated install support: if a script exists at /etc/installerconfig,
point the installer there and then reboot without asking questions. This
design subject
Author: adrian
Date: Mon Jan 21 01:46:36 2013
New Revision: 245705
URL: http://svnweb.freebsd.org/changeset/base/245705
Log:
Add command-line support to kgdb to allow the baudrate to be set.
This allows a remote session to be specified with '-r' as well as a
non-default baudrate setting u
Author: neel
Date: Mon Jan 21 01:33:10 2013
New Revision: 245704
URL: http://svnweb.freebsd.org/changeset/base/245704
Log:
Postpone vmm module initialization until after SMP is initialized -
particularly
that 'smp_started != 0'.
This is required because the VT-x initialization calls smp_
Author: kientzle
Date: Mon Jan 21 01:02:49 2013
New Revision: 245703
URL: http://svnweb.freebsd.org/changeset/base/245703
Log:
Use correct size for AM335x CPSW memory window.
Modified:
head/sys/boot/fdt/dts/beaglebone.dts
Modified: head/sys/boot/fdt/dts/beaglebone.dts
===
Author: nwhitehorn
Date: Mon Jan 21 01:01:32 2013
New Revision: 245702
URL: http://svnweb.freebsd.org/changeset/base/245702
Log:
Add a scripting frontend. Documentation and release(7) support coming later.
Scripts take the form:
PARTITIONS=ada0
Author: nwhitehorn
Date: Sun Jan 20 23:04:21 2013
New Revision: 245701
URL: http://svnweb.freebsd.org/changeset/base/245701
Log:
If no partition configuration is specified in {}, use the automatic setup
the interactive installer uses.
Example: bsdinstall scriptedpart ada0
Result: Use en
Author: nwhitehorn
Date: Sun Jan 20 22:25:58 2013
New Revision: 245700
URL: http://svnweb.freebsd.org/changeset/base/245700
Log:
Add a simple scripted partitioner. Documentation and more scripting support
will come soon. This lets the install process have a line like:
bsdinstall scriptedp
Author: joel (doc committer)
Date: Sun Jan 20 22:25:25 2013
New Revision: 245699
URL: http://svnweb.freebsd.org/changeset/base/245699
Log:
Change the $ENV example to use .shrc instead of .shinit. This is consistent
with what we use in /usr/share/skel/dot.profile.
Discussed with: jilles
M
Author: jilles
Date: Sun Jan 20 21:28:05 2013
New Revision: 245698
URL: http://svnweb.freebsd.org/changeset/base/245698
Log:
sh: Move some stackmarks to fix high memory usage in some loops.
If a loop contained certain commands (such as redirected compound commands),
the temporary memory f
Author: avg
Date: Sun Jan 20 19:55:49 2013
New Revision: 245697
URL: http://svnweb.freebsd.org/changeset/base/245697
Log:
zfs/sparc64 boot: fix booting after r242230
arch_zfs_probe method is supposed to only probe for ZFS vdevs, but it can
not expect that ZFS data is in a ready state yet.
Author: zont
Date: Sun Jan 20 19:44:33 2013
New Revision: 245696
URL: http://svnweb.freebsd.org/changeset/base/245696
Log:
- Force inetd to have listen queue size to be set to the value of
kern.ipc.somaxconn instead of hardcoded value 64.
Submitted by: Andrey Ignatov
MFC after:2
Author: dteske
Date: Sun Jan 20 17:48:56 2013
New Revision: 245695
URL: http://svnweb.freebsd.org/changeset/base/245695
Log:
Backward compatibility fix: treat cmds loaded as a script as nonInteractive
Modified:
head/usr.sbin/bsdconfig/share/script.subr
Modified: head/usr.sbin/bsdconfig/share
Author: jilles
Date: Sun Jan 20 12:44:50 2013
New Revision: 245689
URL: http://svnweb.freebsd.org/changeset/base/245689
Log:
sh: Remove mkinit's initialization routine.
Instead, call the only init function left directly from main().
Modified:
head/bin/sh/TOUR
head/bin/sh/init.h
head/
Author: gabor
Date: Sun Jan 20 11:58:49 2013
New Revision: 245688
URL: http://svnweb.freebsd.org/changeset/base/245688
Log:
- Avoid unnecessary strdup()
Submitted by: ache
MFC after:5 days
Modified:
head/usr.bin/grep/grep.c
Modified: head/usr.bin/grep/grep.c
==
Author: joel (doc committer)
Date: Sun Jan 20 08:18:56 2013
New Revision: 245685
URL: http://svnweb.freebsd.org/changeset/base/245685
Log:
Fix minor nit in usage output.
Reviewed by: neel
Modified:
head/usr.sbin/bhyvectl/bhyvectl.c
Modified: head/usr.sbin/bhyvectl/bhyvectl.c
==
21 matches
Mail list logo