Author: rpaulo
Date: Sat Nov 1 05:45:05 2014
New Revision: 273923
URL: https://svnweb.freebsd.org/changeset/base/273923
Log:
MFC r273551:
puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P
card.
Submitted by: Alex Burlyga
Modified:
stable/10/sys/dev/puc
On Oct 31, 2014, at 17:51, Dag-Erling Smørgrav wrote:
> Xin LI writes:
>> Log:
>> rc.d/geli should not depend on random, as the attach functionality
>> do not require additional entropy to function.
>>
>> It would create a circular dependency (not immediately obvious:
>> geli provides 'disk
Xin LI writes:
> Log:
> rc.d/geli should not depend on random, as the attach functionality
> do not require additional entropy to function.
>
> It would create a circular dependency (not immediately obvious:
> geli provides 'disks' and requires 'random' as of r273872,
> 'random' requi
Author: nwhitehorn
Date: Fri Oct 31 23:52:02 2014
New Revision: 273922
URL: https://svnweb.freebsd.org/changeset/base/273922
Log:
Rewrite some of the disk setup documentation to be clearer and contain
less obsolete information. Also move the entropy command down the list --
the list is order
On Fri, 2014-10-31 at 14:30 -0700, Garrett Cooper wrote:
> On Oct 28, 2014, at 4:33, Bruce Evans wrote:
>
> > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote:
> >
> >> Bruce Evans writes:
> >>> Dag-Erling Smørgrav writes:
> This is a bug on all platforms, and both clang and (recent
Author: dumbbell
Date: Fri Oct 31 23:10:58 2014
New Revision: 273921
URL: https://svnweb.freebsd.org/changeset/base/273921
Log:
vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin font
To restore the default font using vidcontrol(1), use the "-f" flag
without an argument:
Garrett Cooper wrote this message on Fri, Oct 31, 2014 at 14:30 -0700:
> On Oct 28, 2014, at 4:33, Bruce Evans wrote:
>
> > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote:
> >
> >> Bruce Evans writes:
> >>> Dag-Erling Smørgrav writes:
> This is a bug on all platforms, and both cla
Author: jilles
Date: Fri Oct 31 22:28:10 2014
New Revision: 273920
URL: https://svnweb.freebsd.org/changeset/base/273920
Log:
sh: Fix corruption of CTL* bytes in positional parameters in redirection.
EXP_REDIR was not being checked for while expanding positional parameters in
redirection,
Author: delphij
Date: Fri Oct 31 22:20:27 2014
New Revision: 273919
URL: https://svnweb.freebsd.org/changeset/base/273919
Log:
rc.d/geli should not depend on random, as the attach functionality
do not require additional entropy to function.
It would create a circular dependency (not immed
On Oct 28, 2014, at 4:33, Bruce Evans wrote:
> On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote:
>
>> Bruce Evans writes:
>>> Dag-Erling Smørgrav writes:
This is a bug on all platforms, and both clang and (recent) gcc
should complain about it. That printf() call will print gar
On Oct 30, 2014, at 14:21, Mark Murray wrote:
> Author: markm
> Date: Thu Oct 30 21:21:53 2014
> New Revision: 273872
> URL: https://svnweb.freebsd.org/changeset/base/273872
>
> Log:
> This is the much-discussed major upgrade to the random(4) device, known to
> you all as /dev/random.
>
> Th
Author: trasz
Date: Fri Oct 31 19:26:12 2014
New Revision: 273918
URL: https://svnweb.freebsd.org/changeset/base/273918
Log:
Change the default log level for iSCSI target from 3 to 1. It should
have been 1 from the beginning; not sure how it ended up at 3.
MFC after:1 month
Sponsor
Author: loos
Date: Fri Oct 31 19:15:14 2014
New Revision: 273917
URL: https://svnweb.freebsd.org/changeset/base/273917
Log:
Fix the gpiobus locking by using a more sane model where it isn't necessary
hold the gpiobus lock between the gpio calls.
gpiobus_acquire_lock() now accepts a third
Author: hselasky
Date: Fri Oct 31 18:53:16 2014
New Revision: 273916
URL: https://svnweb.freebsd.org/changeset/base/273916
Log:
MFC r273733, r273740 and r273773:
The SYSCTL data pointers can come from userspace and must not be
directly accessed. Although this will work on some platforms,
Author: hselasky
Date: Fri Oct 31 18:42:56 2014
New Revision: 273915
URL: https://svnweb.freebsd.org/changeset/base/273915
Log:
MFC r271975:
Improvements to asmc(4):
1. changed the code so that 2**16 keys are supported
2. changed the number of possible fans in a system from 2 to 6
3.
Author: andrew
Date: Fri Oct 31 18:35:03 2014
New Revision: 273914
URL: https://svnweb.freebsd.org/changeset/base/273914
Log:
The command name is a constant, use the correct type.
MFC after:1 week
Modified:
head/sys/boot/fdt/fdt_loader_cmd.c
Modified: head/sys/boot/fdt/fdt_loader_cm
Author: andrew
Date: Fri Oct 31 18:20:39 2014
New Revision: 273913
URL: https://svnweb.freebsd.org/changeset/base/273913
Log:
Clean up the types of a few strings to make them const when they are never
written to.
Modified:
head/sys/boot/fdt/fdt_loader_cmd.c
Modified: head/sys/boot/fdt/fdt_
Author: hselasky
Date: Fri Oct 31 18:18:04 2014
New Revision: 273912
URL: https://svnweb.freebsd.org/changeset/base/273912
Log:
MFC r228478, r263710, r273377, r273378, r273423, r273455 and r273899:
- Reimplement CTASSERT() using _Static_assert().
- De-vnet hash sizes and hash masks.
- Fix
Author: kib
Date: Fri Oct 31 17:43:21 2014
New Revision: 273911
URL: https://svnweb.freebsd.org/changeset/base/273911
Log:
Add type qualifier volatile to the base (userspace) address argument
of fuword(9) and suword(9). This makes the functions type-compatible
with volatile objects and does
Author: glebius
Date: Fri Oct 31 16:00:45 2014
New Revision: 273910
URL: https://svnweb.freebsd.org/changeset/base/273910
Log:
Use macro ERROUT() to make code more laconic and follow style of other
netgraph code.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/netgraph/ng_frame_rela
Author: ae
Date: Fri Oct 31 15:23:24 2014
New Revision: 273909
URL: https://svnweb.freebsd.org/changeset/base/273909
Log:
Remove the check for packets with broadcast source from if_gif's encapcheck.
The check was recommened in the draft-ietf-ngtrans-mech-05.txt. But it isn't
clear, should
Author: kevlo
Date: Fri Oct 31 15:07:51 2014
New Revision: 273908
URL: https://svnweb.freebsd.org/changeset/base/273908
Log:
Fix usage of kern_getenv().
Modified:
head/sys/arm/arm/machdep.c
Modified: head/sys/arm/arm/machdep.c
=
> On 31 Oct 2014, at 14:22, Dag-Erling Smørgrav wrote:
>
> Mark Murray writes:
>> Log:
>> This is the much-discussed major upgrade to the random(4) device,
>> known to you all as /dev/random.
>
> Much discussed and long-awaited :) Thank you for your hard work and
> persistence!
Thank you!
> On 31 Oct 2014, at 14:22, Dag-Erling Smørgrav wrote:
>
> Andrey Chernov writes:
>> Mark Murray writes:
>>> Deleted:
>>> head/etc/rc.d/initrandom
>> It should be added to ObsoleteFiles.inc
>
> Good catch, fixed in r273907.
Thanks!
M
--
Mark R V Murray
___
Dag-Erling Smørgrav writes:
> Must... resist... tentation to make a joke about "imp(partial?)"...
Ouch, *temptation. French leaking into my English.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.free
==
--- head/ObsoleteFiles.inc Fri Oct 31 13:37:47 2014(r273906)
+++ head/ObsoleteFiles.inc Fri Oct 31 14:22:26 2014(r273907)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141031: initrandom obsoleted
Andrey Chernov writes:
> Mark Murray writes:
> > Deleted:
> > head/etc/rc.d/initrandom
> It should be added to ObsoleteFiles.inc
Good catch, fixed in r273907.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://
Mark Murray writes:
> Log:
> This is the much-discussed major upgrade to the random(4) device,
> known to you all as /dev/random.
Much discussed and long-awaited :) Thank you for your hard work and
persistence!
> Reviewed by:trasz,des(partial),imp(partial?),rwatson(partial?)
Must
Author: melifaro
Date: Fri Oct 31 13:37:47 2014
New Revision: 273906
URL: https://svnweb.freebsd.org/changeset/base/273906
Log:
Print human-readable error for "route not found" case.
Submitted by: vsevolod (initial version)
MFC after:2 weeks
Sponsored by: Yandex LLC
Modified:
hea
Author: ae
Date: Fri Oct 31 12:19:22 2014
New Revision: 273904
URL: https://svnweb.freebsd.org/changeset/base/273904
Log:
Use in_localip() instead of handmade implementation.
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/key.c
Modified: head/sys/netipsec/ke
Author: ae
Date: Fri Oct 31 11:40:49 2014
New Revision: 273903
URL: https://svnweb.freebsd.org/changeset/base/273903
Log:
Fix typo.
Modified:
head/sys/netinet/tcp_syncache.c
Modified: head/sys/netinet/tcp_syncache.c
Author: tijl
Date: Fri Oct 31 10:45:34 2014
New Revision: 273902
URL: https://svnweb.freebsd.org/changeset/base/273902
Log:
Build ttm_agp_backend.c.
Reported by: dumbbell
MFC after:1 month
Modified:
head/sys/modules/drm2/drm2/Makefile
Modified: head/sys/modules/drm2/drm2/Makefile
Author: mjg
Date: Fri Oct 31 10:35:01 2014
New Revision: 273901
URL: https://svnweb.freebsd.org/changeset/base/273901
Log:
filedesc: drop retval argument from do_dup
It was almost always td_retval anyway.
For the one case where it is not, preserve the old value across the call.
Modifi
Author: hselasky
Date: Fri Oct 31 10:18:58 2014
New Revision: 273899
URL: https://svnweb.freebsd.org/changeset/base/273899
Log:
Only put one CTASSERT() inside each macro to avoid compile issues.
The problem is that the __LINE__ macro is constant inside a macro and
results in identical assert
Author: hselasky
Date: Fri Oct 31 10:07:56 2014
New Revision: 273898
URL: https://svnweb.freebsd.org/changeset/base/273898
Log:
MFC 258028:
Unbreak build of RSU module.
Use the real product name for Edimax rsu(4) id.
Modified:
stable/10/sys/dev/usb/wlan/if_rsu.c
Directory Properties:
st
Author: mjg
Date: Fri Oct 31 09:56:00 2014
New Revision: 273897
URL: https://svnweb.freebsd.org/changeset/base/273897
Log:
filedesc: fix missed comments about fdsetugidsafety
While here just note that both fdsetugidsafety and fdcheckstd take sleepable
locks.
Modified:
head/sys/kern/ker
On 1030T1847, Sergey Kandaurov wrote:
> On 30 October 2014 17:05, Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Thu Oct 30 14:05:48 2014
> > New Revision: 273861
> > URL: https://svnweb.freebsd.org/changeset/base/273861
> >
> > Log:
> > Remove two functions unused after r273848. Wo
Author: trasz
Date: Fri Oct 31 09:51:54 2014
New Revision: 273896
URL: https://svnweb.freebsd.org/changeset/base/273896
Log:
Build mount_nfs(8) with WARNS=6.
Reviewed by: rmacklem@
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/mount_nfs/Makefile
he
Author: mjg
Date: Fri Oct 31 09:25:28 2014
New Revision: 273895
URL: https://svnweb.freebsd.org/changeset/base/273895
Log:
filedesc: make fdinit return with source filedesc locked and new one sized
appropriately
Assert FILEDESC_XLOCK_ASSERT only for already used tables in fdgrowtable.
W
Author: mjg
Date: Fri Oct 31 09:19:46 2014
New Revision: 273894
URL: https://svnweb.freebsd.org/changeset/base/273894
Log:
filedesc: iterate over fd table only once in fdcopy
While here add 'fdused_init' which does not perform unnecessary work.
Drop FILEDESC_LOCK_ASSERT from fdisused a
Author: mjg
Date: Fri Oct 31 09:15:59 2014
New Revision: 273893
URL: https://svnweb.freebsd.org/changeset/base/273893
Log:
filedesc: tidy up fdfree
Implement fdefree_last variant and get rid of 'last' parameter.
No functional changes.
Modified:
head/sys/kern/kern_descrip.c
Modified
Author: hselasky
Date: Fri Oct 31 08:14:13 2014
New Revision: 273892
URL: https://svnweb.freebsd.org/changeset/base/273892
Log:
MFC r264801, r264802, r264934, r273181, r273216 and r273252:
Add more USB IDs.
Modified:
stable/9/sys/dev/usb/serial/u3g.c
stable/9/sys/dev/usb/serial/uftdi.c
Author: hselasky
Date: Fri Oct 31 08:12:04 2014
New Revision: 273891
URL: https://svnweb.freebsd.org/changeset/base/273891
Log:
MFC r269575, r269576 and r269578:
- Add a second Huawei SCSI eject command as USB mode switch config files
sometimes use one or the other. Maybe newer Huawei modems
Author: hselasky
Date: Fri Oct 31 08:10:26 2014
New Revision: 273890
URL: https://svnweb.freebsd.org/changeset/base/273890
Log:
MFC r250986:
Fix some statical clang analyzer warnings.
Modified:
stable/9/sys/dev/usb/usb_device.c
stable/9/sys/dev/usb/usb_hub.c
stable/9/sys/dev/usb/usb_msc
Author: hselasky
Date: Fri Oct 31 08:06:21 2014
New Revision: 273889
URL: https://svnweb.freebsd.org/changeset/base/273889
Log:
MFC r246360:
Fix some nits.
Modified:
stable/9/sys/dev/usb/usb_dynamic.c
stable/9/sys/dev/usb/usb_msctest.c
stable/9/sys/dev/usb/usb_process.c
stable/9/sys/d
Author: hselasky
Date: Fri Oct 31 08:00:22 2014
New Revision: 273888
URL: https://svnweb.freebsd.org/changeset/base/273888
Log:
MFC r264923:
Remove device type from the uftdi_devs table, enhance the jtag-skip feature.
Modified:
stable/9/sys/dev/usb/serial/uftdi.c
stable/9/sys/dev/usb/seri
Author: hselasky
Date: Fri Oct 31 07:59:07 2014
New Revision: 273887
URL: https://svnweb.freebsd.org/changeset/base/273887
Log:
MFC r269569:
Remove unused defines.
Fix some device_printf's that were missing '\n' at the end or had
spelling errors.
PR: 145319
Modified:
stab
Author: hselasky
Date: Fri Oct 31 07:55:42 2014
New Revision: 273886
URL: https://svnweb.freebsd.org/changeset/base/273886
Log:
MFC r264801, r264802, r264934, r273181, r273216 and r273252:
Add more USB IDs.
Modified:
stable/10/sys/dev/usb/serial/u3g.c
stable/10/sys/dev/usb/serial/uftdi.c
Author: hselasky
Date: Fri Oct 31 07:51:05 2014
New Revision: 273885
URL: https://svnweb.freebsd.org/changeset/base/273885
Log:
MFC r269575, r269576 and r269578:
- Add a second Huawei SCSI eject command as USB mode switch config files
sometimes use one or the other. Maybe newer Huawei modems
Author: hselasky
Date: Fri Oct 31 07:41:28 2014
New Revision: 273884
URL: https://svnweb.freebsd.org/changeset/base/273884
Log:
MFC r264923:
Remove device type from the uftdi_devs table, enhance the jtag-skip feature.
Modified:
stable/10/sys/dev/usb/serial/uftdi.c
stable/10/sys/dev/usb/se
Author: hselasky
Date: Fri Oct 31 07:38:49 2014
New Revision: 273883
URL: https://svnweb.freebsd.org/changeset/base/273883
Log:
MFC r269569:
Remove unused defines.
Fix some device_printf's that were missing '\n' at the end or had
spelling errors.
PR: 145319
Modified:
stab
Author: hselasky
Date: Fri Oct 31 07:33:56 2014
New Revision: 273882
URL: https://svnweb.freebsd.org/changeset/base/273882
Log:
MFC r271159, r271168 and r271680:
Add USB LED driver for the Dream Cheeky WebMail Notifier.
Added:
stable/10/share/man/man4/uled.4
- copied unchanged from r27
Author: hselasky
Date: Fri Oct 31 07:18:27 2014
New Revision: 273881
URL: https://svnweb.freebsd.org/changeset/base/273881
Log:
MFC r273593:
Update the network interface baudrate integer according to the actual
line rate.
Sponsored by: Mellanox Technologies
Modified:
stable/9/sys/
Author: hselasky
Date: Fri Oct 31 07:08:32 2014
New Revision: 273880
URL: https://svnweb.freebsd.org/changeset/base/273880
Log:
MFC r273867:
Fix compile warning by removing unused variable.
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys/ofed/drivers/net/mlx4/mcg.c
Director
Author: hselasky
Date: Fri Oct 31 07:04:25 2014
New Revision: 273879
URL: https://svnweb.freebsd.org/changeset/base/273879
Log:
MFC r273593:
Update the network interface baudrate integer according to the actual
line rate.
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys
55 matches
Mail list logo