On Fri, 7 Mar 2014, Bruce Evans wrote:
Log:
wlanstats: add help
- add a help (-h) flag
- move usage into itsown function
it looks like the only change now is that usage info always go to stdout,
and exit code differs. i don't think it should be mfced.
It also removes the double prin
Author: mav
Date: Fri Mar 7 09:45:40 2014
New Revision: 262886
URL: http://svnweb.freebsd.org/changeset/base/262886
Log:
Fix support for increased logical sector size (4K-native drives).
- Logical sector size is measured in words, not bytes.
- If physical sector is not bigger then logica
On Wed, Mar 05, 2014 at 06:22:47AM -0700, Ian Lepore wrote:
> On Wed, 2014-03-05 at 13:54 +0200, Konstantin Belousov wrote:
> > On Sun, Feb 23, 2014 at 10:52:48PM +, Ian Lepore wrote:
> > > Author: ian
> > > Date: Sun Feb 23 22:52:48 2014
> > > New Revision: 262411
> > > URL: http://svnweb.free
Author: eadler
Date: Fri Mar 7 15:35:54 2014
New Revision: 262890
URL: http://svnweb.freebsd.org/changeset/base/262890
Log:
libc man pages: Remove reference to non-existent FreeBSD Security
Architecture
MFC After:3 days
Modified:
head/lib/libc/stdio/tmpnam.3
head/lib/libc/string
Author: br
Date: Fri Mar 7 16:14:51 2014
New Revision: 262891
URL: http://svnweb.freebsd.org/changeset/base/262891
Log:
- Export panel info to DTS
- Reset all the layers before setup first one
- Enable display
Modified:
head/sys/arm/freescale/vybrid/vf_dcu4.c
head/sys/boot/fdt/dts/arm/
Author: eadler
Date: Fri Mar 7 17:47:53 2014
New Revision: 262893
URL: http://svnweb.freebsd.org/changeset/base/262893
Log:
wlanstats: Add some logic to translate from a vap to its parent device.
This isn't entirely correct (as the device may not necc. be called wlan*) but
this will be f
Author: asomers
Date: Fri Mar 7 19:30:03 2014
New Revision: 262894
URL: http://svnweb.freebsd.org/changeset/base/262894
Log:
kern/Makefile
Set WARNS=5 for all files in this directory
kern/unix_seqpacket_test.c
Fix compiler warnings. Most were benign, but rcvbuf_oversized
Author: dteske
Date: Fri Mar 7 20:12:59 2014
New Revision: 262895
URL: http://svnweb.freebsd.org/changeset/base/262895
Log:
Allow dispatched reswords to carry arguments. Fix a comment while here.
Modified:
head/usr.sbin/bsdconfig/bsdconfig
head/usr.sbin/bsdconfig/share/script.subr
Modifie
Author: dteske
Date: Fri Mar 7 20:15:08 2014
New Revision: 262896
URL: http://svnweb.freebsd.org/changeset/base/262896
Log:
Add missing local declaration.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
Author: dteske
Date: Fri Mar 7 20:15:52 2014
New Revision: 262897
URL: http://svnweb.freebsd.org/changeset/base/262897
Log:
Fix a typo in a comment.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
==
Author: dteske
Date: Fri Mar 7 20:18:39 2014
New Revision: 262898
URL: http://svnweb.freebsd.org/changeset/base/262898
Log:
Fix incorrect return status if var_to_set and var_to_get are the same.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/comm
Author: dteske
Date: Fri Mar 7 20:20:27 2014
New Revision: 262899
URL: http://svnweb.freebsd.org/changeset/base/262899
Log:
Make f_show_err non-fatal.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
Author: dteske
Date: Fri Mar 7 20:24:59 2014
New Revision: 262900
URL: http://svnweb.freebsd.org/changeset/base/262900
Log:
Centralize function name. Update a comment while here.
Modified:
head/usr.sbin/bsdconfig/share/script.subr
Modified: head/usr.sbin/bsdconfig/share/script.subr
Author: dteske
Date: Fri Mar 7 20:29:19 2014
New Revision: 262901
URL: http://svnweb.freebsd.org/changeset/base/262901
Log:
s/__number/__num/ for code clarify but more to prevent localization of
__number if passed as the var_to_set argument.
Modified:
head/usr.sbin/bsdconfig/share/strings.
Author: dteske
Date: Fri Mar 7 20:32:26 2014
New Revision: 262902
URL: http://svnweb.freebsd.org/changeset/base/262902
Log:
Comment -- to go with NL global introduced (but not mentioned) by r262901
Modified:
head/usr.sbin/bsdconfig/share/strings.subr
Modified: head/usr.sbin/bsdconfig/share/
Author: ian
Date: Fri Mar 7 20:32:45 2014
New Revision: 262903
URL: http://svnweb.freebsd.org/changeset/base/262903
Log:
Fix the arm sys_sigreturn(): its argument is a struct ucontext, not a
struct sigframe containing the struct ucontext.
The signal trampoline return code on the other ha
Author: dteske
Date: Fri Mar 7 20:44:19 2014
New Revision: 262904
URL: http://svnweb.freebsd.org/changeset/base/262904
Log:
Rewrite groupmgmt -- hooking it into the scripting system with dispatch
commands groupAdd, groupDelete, and groupEdit. Getting rid of the awkward-
to-use `groupinput'
Author: ian
Date: Fri Mar 7 21:36:49 2014
New Revision: 262905
URL: http://svnweb.freebsd.org/changeset/base/262905
Log:
Strip arm/conf/DEFAULTS down to just items that are mandatory for running
the architecture. Move the other contents into each of the individual
config files.
Reques
Author: dteske
Date: Fri Mar 7 22:17:35 2014
New Revision: 262908
URL: http://svnweb.freebsd.org/changeset/base/262908
Log:
Change dipatch words from group* to *Group to backward compatible with
ye-olden sysinstall(8).
Modified:
head/usr.sbin/bsdconfig/share/script.subr
Modified: head/usr
Author: dteske
Date: Fri Mar 7 22:24:53 2014
New Revision: 262909
URL: http://svnweb.freebsd.org/changeset/base/262909
Log:
Fix copy/paste error in a comment.
Modified:
head/usr.sbin/bsdconfig/usermgmt/groupadd
Modified: head/usr.sbin/bsdconfig/usermgmt/groupadd
Author: dteske
Date: Fri Mar 7 22:29:00 2014
New Revision: 262910
URL: http://svnweb.freebsd.org/changeset/base/262910
Log:
Take a group name on the command-line if available.
Modified:
head/usr.sbin/bsdconfig/usermgmt/groupdel
Modified: head/usr.sbin/bsdconfig/usermgmt/groupdel
===
Alan,
On Thu, Mar 06, 2014 at 08:24:15PM +, Alan Somers wrote:
A> Author: asomers
A> Date: Thu Mar 6 20:24:15 2014
A> New Revision: 262867
A> URL: http://svnweb.freebsd.org/changeset/base/262867
A>
A> Log:
A> Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetrical
A> buffe
Author: asomers
Date: Fri Mar 7 23:01:35 2014
New Revision: 262912
URL: http://svnweb.freebsd.org/changeset/base/262912
Log:
cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.c
Fix a memory leak in uu_avl_pool_create: pthread_mutex_init without
a corresponding pthread_mutex_de
On Fri, Mar 7, 2014 at 3:58 PM, Gleb Smirnoff wrote:
> Alan,
>
> On Thu, Mar 06, 2014 at 08:24:15PM +, Alan Somers wrote:
> A> Author: asomers
> A> Date: Thu Mar 6 20:24:15 2014
> A> New Revision: 262867
> A> URL: http://svnweb.freebsd.org/changeset/base/262867
> A>
> A> Log:
> A> Fix PR
Author: asomers
Date: Fri Mar 7 23:30:48 2014
New Revision: 262914
URL: http://svnweb.freebsd.org/changeset/base/262914
Log:
sbin/devd/devd.8
sbin/devd/devd.cc
Add a -q flag to devd that will suppress syslog logging at
LOG_NOTICE or below.
Requested by: ian@ and imp@
MF
On Mar 7, 2014, at 4:30 PM, Alan Somers wrote:
> Author: asomers
> Date: Fri Mar 7 23:30:48 2014
> New Revision: 262914
> URL: http://svnweb.freebsd.org/changeset/base/262914
>
> Log:
> sbin/devd/devd.8
> sbin/devd/devd.cc
> Add a -q flag to devd that will suppress syslog logging at
>
Author: asomers
Date: Fri Mar 7 23:40:36 2014
New Revision: 262915
URL: http://svnweb.freebsd.org/changeset/base/262915
Log:
Partial revert of change 262914. I screwed up subversion syntax with
perforce syntax and committed some unrelated files. Only devd files
should've been committed.
On Fri, Mar 7, 2014 at 4:35 PM, Warner Losh wrote:
>
> On Mar 7, 2014, at 4:30 PM, Alan Somers wrote:
>
>> Author: asomers
>> Date: Fri Mar 7 23:30:48 2014
>> New Revision: 262914
>> URL: http://svnweb.freebsd.org/changeset/base/262914
>>
>> Log:
>> sbin/devd/devd.8
>> sbin/devd/devd.cc
>>
Author: imp
Date: Sat Mar 8 00:14:40 2014
New Revision: 262916
URL: http://svnweb.freebsd.org/changeset/base/262916
Log:
Move all the files named foo/common.c to foo/foo_common.c, as
appropriate for each of the 'foo' in the tree. This will allow us to
compile them together (although symbol
Author: jeff
Date: Sat Mar 8 00:35:06 2014
New Revision: 262917
URL: http://svnweb.freebsd.org/changeset/base/262917
Log:
- Make runq_steal_from more aggressive. Previously it would examine only
a single priority queue. If that queue had a thread or threads which
could not be migra
Author: imp
Date: Sat Mar 8 03:22:20 2014
New Revision: 262918
URL: http://svnweb.freebsd.org/changeset/base/262918
Log:
Initial cut for DTS on the hl201 board.
Added:
head/sys/boot/fdt/dts/arm/hl201.dts (contents, props changed)
Added: head/sys/boot/fdt/dts/arm/hl201.dts
Author: imp
Date: Sat Mar 8 03:22:25 2014
New Revision: 262919
URL: http://svnweb.freebsd.org/changeset/base/262919
Log:
Add commented out dts for sam9260ek as well as early printf support.
Modified:
head/sys/arm/conf/SAM9260EK
Modified: head/sys/arm/conf/SAM9260EK
=
Author: imp
Date: Sat Mar 8 03:39:15 2014
New Revision: 262921
URL: http://svnweb.freebsd.org/changeset/base/262921
Log:
Set the baud rate if it isn't 0 (meaning it has been specified) not
only if it is 0 (meaning that it hasn't been specified and is likely
to turn off the UART's transmitte
Author: imp
Date: Sat Mar 8 03:39:09 2014
New Revision: 262920
URL: http://svnweb.freebsd.org/changeset/base/262920
Log:
Make clock optional on uart nodes. It is a FreeBSD-specific extention,
and won't be present in vendor supplied dts files.
Modified:
head/sys/dev/uart/uart_bus_fdt.c
Mod
Author: imp
Date: Sat Mar 8 05:03:56 2014
New Revision: 262923
URL: http://svnweb.freebsd.org/changeset/base/262923
Log:
Make at91_soc_id() public.
Modified:
head/sys/arm/at91/at91_machdep.c
head/sys/arm/at91/at91var.h
Modified: head/sys/arm/at91/at91_machdep.c
===
Author: imp
Date: Sat Mar 8 06:06:50 2014
New Revision: 262925
URL: http://svnweb.freebsd.org/changeset/base/262925
Log:
Move AIC related stuff to own file.
Added:
head/sys/arm/at91/at91_aic.c (contents, props changed)
Modified:
head/sys/arm/at91/at91.c
head/sys/arm/at91/at91rm9200.c
Author: imp
Date: Sat Mar 8 06:06:42 2014
New Revision: 262924
URL: http://svnweb.freebsd.org/changeset/base/262924
Log:
Properly round on unmapping.
Modified:
head/sys/arm/at91/at91.c
Modified: head/sys/arm/at91/at91.c
===
37 matches
Mail list logo