Author: novel (ports committer)
Date: Wed Apr 20 06:29:03 2016
New Revision: 298341
URL: https://svnweb.freebsd.org/changeset/base/298341
Log:
Update the bhyve(8) man page:
- Document powering off by sending SIGTERM signal
- Document exit codes
Reviewed by: wblock, neel
Author: cem
Date: Wed Apr 20 05:13:36 2016
New Revision: 298340
URL: https://svnweb.freebsd.org/changeset/base/298340
Log:
sym(4): Don't double-free 'sim' in failure case
Reported by: Coverity
CID: 1006106
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/s
Author: cem
Date: Wed Apr 20 05:11:00 2016
New Revision: 298339
URL: https://svnweb.freebsd.org/changeset/base/298339
Log:
sound(4): Don't use-after-free in midi module unload
Also, use ANSI function parameter definitions (void) while here.
Reported by: Coverity
CID: 100610
Author: cem
Date: Wed Apr 20 05:02:13 2016
New Revision: 298338
URL: https://svnweb.freebsd.org/changeset/base/298338
Log:
kgssapi(4): Don't allow user-provided arguments to overrun stack buffer
An over-long path argument to gssd_syscall could overrun the stack sockaddr_un
buffer. Fix gs
Author: cem
Date: Wed Apr 20 04:50:33 2016
New Revision: 298337
URL: https://svnweb.freebsd.org/changeset/base/298337
Log:
pty(4): Use strlcpy to guarantee destination buffer isn't overrun
The devtoname() name is strcpyed into a small stack buffer. Sure, we always
expect the name to be t
Author: cem
Date: Wed Apr 20 04:45:23 2016
New Revision: 298336
URL: https://svnweb.freebsd.org/changeset/base/298336
Log:
kgssapi(4): Fix string overrun in Kerberos principal construction
'buf.value' was previously treated as a nul-terminated string, but only
allocated with strlen() spac
Author: cem
Date: Wed Apr 20 03:48:57 2016
New Revision: 298335
URL: https://svnweb.freebsd.org/changeset/base/298335
Log:
i915kms: Fix memory leak if a CRT is detected
Reported by: Coverity
CID: 1090729
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/drm
Author: cem
Date: Wed Apr 20 03:45:45 2016
New Revision: 298334
URL: https://svnweb.freebsd.org/changeset/base/298334
Log:
drm2(4): Fix double-free in low-memory error path
Reallocf frees 'block'; don't attempt to free it again.
Reported by: Coverity
CID: 1091165
Sponsore
Author: cem
Date: Wed Apr 20 03:24:59 2016
New Revision: 298333
URL: https://svnweb.freebsd.org/changeset/base/298333
Log:
Make Racct macro slightly more gracious given RACCT_UNDEFINED
rctl_string_to_rule could previously index below the zeroth element of
racct_types via the macro. Maybe
On Wed, 20 Apr 2016, Marcelo Araujo wrote:
2016-04-20 0:16 GMT+08:00 John Baldwin :
On Tuesday, April 19, 2016 04:46:13 AM Marcelo Araujo wrote:
Author: araujo
Date: Tue Apr 19 04:46:13 2016
New Revision: 298247
URL: https://svnweb.freebsd.org/changeset/base/298247
Log:
Remove redundant pa
Author: cem
Date: Wed Apr 20 03:05:32 2016
New Revision: 298332
URL: https://svnweb.freebsd.org/changeset/base/298332
Log:
aesni(4): Initialize error before use
Reported by: Coverity
CID: 1331554
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/crypto/aesni/ae
Author: cem
Date: Wed Apr 20 02:58:22 2016
New Revision: 298331
URL: https://svnweb.freebsd.org/changeset/base/298331
Log:
i915kms intel_pm: Read from actual tsc_freq instead of uninitialized local
The local of the same name would alias the global, but we didn't even include
the header th
Author: cem
Date: Wed Apr 20 02:09:38 2016
New Revision: 298330
URL: https://svnweb.freebsd.org/changeset/base/298330
Log:
kern_rctl: Fix resource leak in error path
Ordinarily, rctl_write_outbuf frees 'sb'. However, if we are in low memory
conditions we skip past the rctl_write_outbuf.
Author: cem
Date: Wed Apr 20 02:01:45 2016
New Revision: 298329
URL: https://svnweb.freebsd.org/changeset/base/298329
Log:
radix rn_inithead: Fix minor leak in low memory conditions
R_Zalloc is essentially a malloc(M_NOWAIT) wrapper. It is possible that 'rnh'
failed to allocate, but 'rmh
Author: cem
Date: Wed Apr 20 01:39:31 2016
New Revision: 298328
URL: https://svnweb.freebsd.org/changeset/base/298328
Log:
bpf_getdltlist: Don't overrun 'lst'
'lst' is allocated with 'n1' members. 'n' indexes 'lst'. So 'n == n1' is an
invalid 'lst' index. This is a follow-up to r296009
Author: araujo
Date: Wed Apr 20 01:38:54 2016
New Revision: 298327
URL: https://svnweb.freebsd.org/changeset/base/298327
Log:
Partially revert the change on r298325 where there is an
(-1) casted to a pointer.
Submitted by: pfg
MFC after:2 weeks.
Modified:
head/usr.bin/tftp/main.c
2016-04-20 9:24 GMT+08:00 Pedro Giffuni :
>
>
> On 04/19/16 20:05, Marcelo Araujo wrote:
>
>> Author: araujo
>> Date: Wed Apr 20 01:05:54 2016
>> New Revision: 298320
>> URL: https://svnweb.freebsd.org/changeset/base/298320
>>
>> Log:
>> Use nitems() from sys/param.h.
>>
>> MFC after:2 wee
Author: araujo
Date: Wed Apr 20 01:35:09 2016
New Revision: 298326
URL: https://svnweb.freebsd.org/changeset/base/298326
Log:
Re-ident lines.
Requested by: pfg
MFC after:2 weeks.
Modified:
head/sbin/sunlabel/sunlabel.c
Modified: head/sbin/sunlabel/sunlabel.c
==
On 04/19/16 20:05, Marcelo Araujo wrote:
Author: araujo
Date: Wed Apr 20 01:05:54 2016
New Revision: 298320
URL: https://svnweb.freebsd.org/changeset/base/298320
Log:
Use nitems() from sys/param.h.
MFC after:2 weeks.
Modified:
head/sbin/sunlabel/sunlabel.c
Modified: head/sbin/sunl
Author: araujo
Date: Wed Apr 20 01:28:31 2016
New Revision: 298325
URL: https://svnweb.freebsd.org/changeset/base/298325
Log:
Use NULL instead of 0 for pointers.
Small cosmetic change.
MFC after:2 weeks.
Modified:
head/usr.bin/tftp/main.c
Modified: head/usr.bin/tftp/main.c
===
Author: araujo
Date: Wed Apr 20 01:26:03 2016
New Revision: 298324
URL: https://svnweb.freebsd.org/changeset/base/298324
Log:
Use NULL instead of 0 for pointers.
gethostbyname(3) will return NULL for error status.
MFC after:2 weeks.
Modified:
head/usr.bin/systat/cmds.c
head/us
Author: pfg
Date: Wed Apr 20 01:21:39 2016
New Revision: 298323
URL: https://svnweb.freebsd.org/changeset/base/298323
Log:
libc: use our roundup2/rounddown2() macros when param.h is available.
rounddown2 tends to produce longer lines than the original code but
still it makes the code more
Author: cem
Date: Wed Apr 20 01:17:18 2016
New Revision: 298322
URL: https://svnweb.freebsd.org/changeset/base/298322
Log:
nctgpio(4): Don't index past the end of sc->pins array
This driver thinks that the NCT_MAX_PIN index is a valid index in a few places
(nct_attach() for-loop, as well
Author: cem
Date: Wed Apr 20 01:10:07 2016
New Revision: 298321
URL: https://svnweb.freebsd.org/changeset/base/298321
Log:
SRAT: Don't overflow domain_pxm table
If we reached MAXMEMDOM, we would previously try to insert an additional
element and only detect overflow after causing (probabl
Author: araujo
Date: Wed Apr 20 01:05:54 2016
New Revision: 298320
URL: https://svnweb.freebsd.org/changeset/base/298320
Log:
Use nitems() from sys/param.h.
MFC after:2 weeks.
Modified:
head/sbin/sunlabel/sunlabel.c
Modified: head/sbin/sunlabel/sunlabel.c
===
Author: cem
Date: Wed Apr 20 01:03:06 2016
New Revision: 298319
URL: https://svnweb.freebsd.org/changeset/base/298319
Log:
linprocfs_doproclimits: Initialize error return before use
Reported by: Coverity
CID: 1354623
Sponsored by: EMC / Isilon Storage Division
Modified:
hea
Author: cem
Date: Wed Apr 20 01:00:13 2016
New Revision: 298318
URL: https://svnweb.freebsd.org/changeset/base/298318
Log:
linprocfs: Don't print uninitialized values
Reported by: Coverity
CID: 1354624
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/compat/li
Author: araujo
Date: Wed Apr 20 00:55:35 2016
New Revision: 298317
URL: https://svnweb.freebsd.org/changeset/base/298317
Log:
Use nitems() from sys/param.h.
MFC after:2 weeks.
Modified:
head/sbin/hastd/subr.c
Modified: head/sbin/hastd/subr.c
=
Author: ngie
Date: Wed Apr 20 00:49:49 2016
New Revision: 298315
URL: https://svnweb.freebsd.org/changeset/base/298315
Log:
Don't leak fd on sectorsize malloc failure
Also, call endfsent after calling getfsent (i.e. when not explicitly called
with a swap device) for code cleanliness
2016-04-20 0:16 GMT+08:00 John Baldwin :
> On Tuesday, April 19, 2016 04:46:13 AM Marcelo Araujo wrote:
> > Author: araujo
> > Date: Tue Apr 19 04:46:13 2016
> > New Revision: 298247
> > URL: https://svnweb.freebsd.org/changeset/base/298247
> >
> > Log:
> > Remove redundant parenthesis.
> >
> >
Author: ngie
Date: Wed Apr 20 00:19:04 2016
New Revision: 298312
URL: https://svnweb.freebsd.org/changeset/base/298312
Log:
Fix double fclose of `fp1` when freopen fails
freopen handles closing file descriptors on error, with the exception of
fdopen'ed descriptors, so closing an already f
Author: ngie
Date: Tue Apr 19 23:59:10 2016
New Revision: 298311
URL: https://svnweb.freebsd.org/changeset/base/298311
Log:
Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell
on the FILE object
This fixes potential null pointer dereferences on failure
CID: 12
Author: pfg
Date: Tue Apr 19 23:48:27 2016
New Revision: 298310
URL: https://svnweb.freebsd.org/changeset/base/298310
Log:
kernel: use our nitems() macro when it is available through param.h.
No functional change, only trivial cases are done in this sweep,
Discussed in: freebsd-current
Author: pfg
Date: Tue Apr 19 23:44:33 2016
New Revision: 298309
URL: https://svnweb.freebsd.org/changeset/base/298309
Log:
sys/boot: use our nitems() macro when it is available through param.h.
No functional change, only trivial cases are done in this sweep,
Discussed in: freebsd-curre
Author: pfg
Date: Tue Apr 19 23:41:46 2016
New Revision: 298308
URL: https://svnweb.freebsd.org/changeset/base/298308
Log:
X86: use our nitems() macro when it is avaliable through param.h.
No functional change, only trivial cases are done in this sweep,
Discussed in: freebsd-current
M
Author: pfg
Date: Tue Apr 19 23:37:24 2016
New Revision: 298307
URL: https://svnweb.freebsd.org/changeset/base/298307
Log:
sys/dev: use our nitems() macro when it is avaliable through param.h.
No functional change, only trivial cases are done in this sweep,
Drivers that can get further en
Author: pfg
Date: Tue Apr 19 23:31:35 2016
New Revision: 298306
URL: https://svnweb.freebsd.org/changeset/base/298306
Log:
dev/agp: use our nitems() macro when it is avaliable through param.h.
Consistently capitalize the macros used in the driver.
No functional change.
Modified:
hea
Author: gonzo
Date: Tue Apr 19 23:30:22 2016
New Revision: 298305
URL: https://svnweb.freebsd.org/changeset/base/298305
Log:
Fix build for Pi kernels with syscons enabled
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_fb.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c
===
Author: ngie
Date: Tue Apr 19 23:15:47 2016
New Revision: 298304
URL: https://svnweb.freebsd.org/changeset/base/298304
Log:
Fix issues identified by Coverity
- Always munmap memory regions after mmap'ing them.
- Make sure getpagesize() returns a value greater than 0 and use a
cached v
Author: ngie
Date: Tue Apr 19 22:59:21 2016
New Revision: 298303
URL: https://svnweb.freebsd.org/changeset/base/298303
Log:
Remove trailing whitespace and use `nitems(mib)` instead of `2` when
calling sysctl(3)
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
h
Author: ngie
Date: Tue Apr 19 22:25:14 2016
New Revision: 298301
URL: https://svnweb.freebsd.org/changeset/base/298301
Log:
Fix leaks and test for getpagesize() returning == -1
- close file descriptors after use.
- Always munmap memory regions after mmap'ing them.
- Make sure getpagesiz
Author: pfg
Date: Tue Apr 19 22:07:36 2016
New Revision: 298300
URL: https://svnweb.freebsd.org/changeset/base/298300
Log:
dev/usb: use our nitems() macro when param.h is available.
Reviewed by: hselasky
Modified:
head/sys/dev/usb/input/ukbd.c
head/sys/dev/usb/serial/u3g.c
head/sys/d
On Tue, Apr 19, 2016 at 4:41 PM, Patrick Kelsey wrote:
>
>
>
> On Tue, Apr 19, 2016 at 4:38 PM, Adrian Chadd
> wrote:
>
>> On 19 April 2016 at 13:37, Patrick Kelsey wrote:
>> >
>> >
>> > On Tue, Apr 19, 2016 at 4:21 PM, Ian Lepore wrote:
>> >>
>> >> On Tue, 2016-04-19 at 13:17 -0700, Juli Mall
Ok.
I'll go tidy up the software spi bits to throw into -HEAD, because I'd
then like to then commit a userland API to speak to said SPI bus so I
can drive LCDs at a not terrible speed.
I'll go poke you/Luiz off-line to go find the mmcspi bits to throw in!
-adrian
Author: allanjude
Date: Tue Apr 19 20:56:45 2016
New Revision: 298298
URL: https://svnweb.freebsd.org/changeset/base/298298
Log:
Link bcache into userboot.so, was not added in r298230
This should help speed up bhyve boots too
Reviewed by: olivier
Modified:
head/sys/boot/userboot/us
Author: pfg
Date: Tue Apr 19 20:47:14 2016
New Revision: 298296
URL: https://svnweb.freebsd.org/changeset/base/298296
Log:
restore: use our roundup2/rounddown2() macros when param.h is available.
While here cleanup a little a malloc call.
Modified:
head/sbin/restore/dirs.c
head/sbin/re
Author: jhb
Date: Tue Apr 19 20:43:05 2016
New Revision: 298295
URL: https://svnweb.freebsd.org/changeset/base/298295
Log:
Always emit an error message on passthru configuration errors.
Previously, many errors (such as the PCI device not being attached
to the ppt(4) driver) resulted in bh
On Tue, Apr 19, 2016 at 4:38 PM, Adrian Chadd
wrote:
> On 19 April 2016 at 13:37, Patrick Kelsey wrote:
> >
> >
> > On Tue, Apr 19, 2016 at 4:21 PM, Ian Lepore wrote:
> >>
> >> On Tue, 2016-04-19 at 13:17 -0700, Juli Mallett wrote:
> >> > Patrick Kelsey offered an mmcspi driver for FreeBSD, but
On 04/19/16 13:37, Warner Losh wrote:
On Tue, Apr 19, 2016 at 2:29 PM, Nathan Whitehorn
mailto:nwhiteh...@freebsd.org>> wrote:
On 04/19/16 09:12, John Baldwin wrote:
On Tuesday, April 19, 2016 03:25:36 AM Allan Jude wrote:
Author: allanjude
Date: Tue
[almost trolling]
We could almost just import freebsd-2.0 as a boot loader environment
at this point.
-adrian
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-s
On 19 April 2016 at 13:37, Patrick Kelsey wrote:
>
>
> On Tue, Apr 19, 2016 at 4:21 PM, Ian Lepore wrote:
>>
>> On Tue, 2016-04-19 at 13:17 -0700, Juli Mallett wrote:
>> > Patrick Kelsey offered an mmcspi driver for FreeBSD, but nobody
>> > seemed
>> > interested. I know of one proprietary branc
On Tue, Apr 19, 2016 at 2:29 PM, Nathan Whitehorn
wrote:
>
>
> On 04/19/16 09:12, John Baldwin wrote:
>
>> On Tuesday, April 19, 2016 03:25:36 AM Allan Jude wrote:
>>
>>> Author: allanjude
>>> Date: Tue Apr 19 03:25:36 2016
>>> New Revision: 298243
>>> URL: https://svnweb.freebsd.org/changeset/ba
I'll bug patrick privately. :)
-a
On 19 April 2016 at 13:21, Ian Lepore wrote:
> On Tue, 2016-04-19 at 13:17 -0700, Juli Mallett wrote:
>> Patrick Kelsey offered an mmcspi driver for FreeBSD, but nobody
>> seemed
>> interested. I know of one proprietary branch of FreeBSD using it.
>> You mig
On Tue, Apr 19, 2016 at 4:21 PM, Ian Lepore wrote:
> On Tue, 2016-04-19 at 13:17 -0700, Juli Mallett wrote:
> > Patrick Kelsey offered an mmcspi driver for FreeBSD, but nobody
> > seemed
> > interested. I know of one proprietary branch of FreeBSD using it.
> > You might poke him if you want to k
On 04/19/16 09:12, John Baldwin wrote:
On Tuesday, April 19, 2016 03:25:36 AM Allan Jude wrote:
Author: allanjude
Date: Tue Apr 19 03:25:36 2016
New Revision: 298243
URL: https://svnweb.freebsd.org/changeset/base/298243
Log:
Add a new installation type to bsdinstall/zfsboot: BIOS+UEFI
Author: davidcs
Date: Tue Apr 19 20:28:30 2016
New Revision: 298294
URL: https://svnweb.freebsd.org/changeset/base/298294
Log:
1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated
and freed on as needed basis.
2. grcdump can be taken at failure points by invoking bxe_grc_d
On Tue, 2016-04-19 at 13:17 -0700, Juli Mallett wrote:
> Patrick Kelsey offered an mmcspi driver for FreeBSD, but nobody
> seemed
> interested. I know of one proprietary branch of FreeBSD using it.
> You might poke him if you want to know how he dealt with this, and if
> you want to commit his dri
Author: avos
Date: Tue Apr 19 20:19:21 2016
New Revision: 298293
URL: https://svnweb.freebsd.org/changeset/base/298293
Log:
net80211: do not reschedule scan_curchan_task() if the scan was canceled.
This should fix possible use-after-free in the scheduled task.
PR: 208605
Mod
Patrick Kelsey offered an mmcspi driver for FreeBSD, but nobody seemed
interested. I know of one proprietary branch of FreeBSD using it.
You might poke him if you want to know how he dealt with this, and if
you want to commit his driver.
On Tue, Apr 19, 2016 at 10:12 AM, Ruslan Bukin
wrote:
> Wh
Author: pfg
Date: Tue Apr 19 20:12:46 2016
New Revision: 298292
URL: https://svnweb.freebsd.org/changeset/base/298292
Log:
rtld-elf: use our roundup2() macro when param.h is available.
Modified:
head/libexec/rtld-elf/malloc.c
Modified: head/libexec/rtld-elf/malloc.c
=
damn, how'd this never get committed to -HEAD?
-a
On 19 April 2016 at 10:11, Luiz Otavio O Souza wrote:
> On Tue, Apr 19, 2016 at 1:40 PM, Adrian Chadd wrote:
>> Hm, why'd you do this? did you get it reviewed first?
>>
>> I'm about to write a kernel bitbang SPI driver that supports arbitrary
>
On Tuesday, April 19, 2016 07:05:00 PM Konstantin Belousov wrote:
> On Tue, Apr 19, 2016 at 11:49:31AM -0400, Allan Jude wrote:
> > On 2016-04-19 05:30, Konstantin Belousov wrote:
> > > On Mon, Apr 18, 2016 at 07:43:04PM -0400, Allan Jude wrote:
> > >> On 2016-04-18 19:36, Adrian Chadd wrote:
> > >
On Tuesday, April 19, 2016 03:25:36 AM Allan Jude wrote:
> Author: allanjude
> Date: Tue Apr 19 03:25:36 2016
> New Revision: 298243
> URL: https://svnweb.freebsd.org/changeset/base/298243
>
> Log:
> Add a new installation type to bsdinstall/zfsboot: BIOS+UEFI
>
> Installs both pmbr+gptzfsb
On Tuesday, April 19, 2016 04:46:13 AM Marcelo Araujo wrote:
> Author: araujo
> Date: Tue Apr 19 04:46:13 2016
> New Revision: 298247
> URL: https://svnweb.freebsd.org/changeset/base/298247
>
> Log:
> Remove redundant parenthesis.
>
> Submitted by: pfg
> MFC after: 2 weeks.
For th
Author: pfg
Date: Tue Apr 19 19:13:33 2016
New Revision: 298288
URL: https://svnweb.freebsd.org/changeset/base/298288
Log:
dump: use NULL instead of zero for pointers.
Clean out the casts from calloc(3) while here.
Modified:
head/sbin/dump/itime.c
head/sbin/dump/main.c
Modified: head/
Author: pfg
Date: Tue Apr 19 19:08:37 2016
New Revision: 298286
URL: https://svnweb.freebsd.org/changeset/base/298286
Log:
fsck_msdosfs: use NULL instead of zero for pointers.
Modified:
head/sbin/fsck_msdosfs/dir.c
Modified: head/sbin/fsck_msdosfs/dir.c
==
Author: pfg
Date: Tue Apr 19 19:03:55 2016
New Revision: 298285
URL: https://svnweb.freebsd.org/changeset/base/298285
Log:
rtld-elf: use NULL instead of zero for pointers.
Modified:
head/libexec/rtld-elf/arm/reloc.c
head/libexec/rtld-elf/mips/reloc.c
head/libexec/rtld-elf/powerpc/reloc.c
Sorry, if stupid question, but can this feature kick in automatically once
you have more than X MB amount of memory available, going back to default
memory-conserving "slow" mode if not? I cannot imagine that would take too
much effort/code to implement.
I take care of some really old legacy embed
Author: sbruno
Date: Tue Apr 19 18:27:28 2016
New Revision: 298280
URL: https://svnweb.freebsd.org/changeset/base/298280
Log:
aacraid(4): Sanely copyin userland pointers and ensure that we don't get
anything janky from a user. (cturt)
aac(4): landergriffith+freebsdbugzi...@gmail.com point
On 4/19/2016 5:15 AM, Konstantin Belousov wrote:
> On Mon, Apr 18, 2016 at 06:14:02PM +, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Mon Apr 18 18:14:02 2016
>> New Revision: 298219
>> URL: https://svnweb.freebsd.org/changeset/base/298219
>>
>> Log:
>> Cause an error during 'make instal
On Tue, 2016-04-19 at 11:49 -0400, Allan Jude wrote:
> On 2016-04-19 05:30, Konstantin Belousov wrote:
> > On Mon, Apr 18, 2016 at 07:43:04PM -0400, Allan Jude wrote:
> > > On 2016-04-18 19:36, Adrian Chadd wrote:
> > > > Someone pointed out how this bloats out memory requirement in
> > > > loader.
Why I added or why I reverted ?
So once I started to work on generic MMC over SPI driver it was looking like
MMC/SD device in harware requires to keep CS asserted during multiple transfers,
but once I completed it is become clear hardware don't require that.
Ruslan
On Tue, Apr 19, 2016 at 09:40:2
On Tue, Apr 19, 2016 at 1:40 PM, Adrian Chadd wrote:
> Hm, why'd you do this? did you get it reviewed first?
>
> I'm about to write a kernel bitbang SPI driver that supports arbitrary
> GPIOs, and I was thinking of fleshing this out somewhat.
Hi Adrian,
ray@ wrote one for zrouter, it needs some c
Author: sbruno
Date: Tue Apr 19 16:48:14 2016
New Revision: 298279
URL: https://svnweb.freebsd.org/changeset/base/298279
Log:
Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-
null terminated ASCII string.
PR: 207626
Submitted by: ct...@hardenedbsd.org
Hm, why'd you do this? did you get it reviewed first?
I'm about to write a kernel bitbang SPI driver that supports arbitrary
GPIOs, and I was thinking of fleshing this out somewhat.
-adrian
On 19 April 2016 at 08:39, Ruslan Bukin wrote:
> Author: br
> Date: Tue Apr 19 15:39:46 2016
> New Rev
On Tue, Apr 19, 2016 at 11:49:31AM -0400, Allan Jude wrote:
> On 2016-04-19 05:30, Konstantin Belousov wrote:
> > On Mon, Apr 18, 2016 at 07:43:04PM -0400, Allan Jude wrote:
> >> On 2016-04-18 19:36, Adrian Chadd wrote:
> >>> Someone pointed out how this bloats out memory requirement in loader.
> >
Author: adrian
Date: Tue Apr 19 15:56:39 2016
New Revision: 298278
URL: https://svnweb.freebsd.org/changeset/base/298278
Log:
[bhnd] Standardize bhnd device tables and quirk matching.
This add a bhnd device table mechanism that standardizes matching of
devices on the bhnd(4) bus, discover
Author: adrian
Date: Tue Apr 19 15:53:57 2016
New Revision: 298277
URL: https://svnweb.freebsd.org/changeset/base/298277
Log:
[bhnd] Clean up bhnd resource handling and inherited bus methods
To facilitate use by SoC implementors working with bhnd-inheriting fdt/nexus
drivers:
* Split
Author: adrian
Date: Tue Apr 19 15:52:55 2016
New Revision: 298276
URL: https://svnweb.freebsd.org/changeset/base/298276
Log:
[bhnd] Add support for specifying the address space used by bhndb children
This adds support for specifying the address space used by a bridge child;
this will eit
On 2016-04-19 05:08, Bjoern A. Zeeb wrote:
>
>> On 18 Apr 2016, at 23:09 , Allan Jude wrote:
>>
>> Author: allanjude
>> Date: Mon Apr 18 23:09:22 2016
>> New Revision: 298230
>> URL: https://svnweb.freebsd.org/changeset/base/298230
>>
>
> Can you have a look at this please?
>
> ===> sys/boot/pc
On 2016-04-19 05:30, Konstantin Belousov wrote:
> On Mon, Apr 18, 2016 at 07:43:04PM -0400, Allan Jude wrote:
>> On 2016-04-18 19:36, Adrian Chadd wrote:
>>> Someone pointed out how this bloats out memory requirement in loader.
>>>
>>> Did anyone check that?
>>>
>>> -adrian
>>>
>>
>> I tested down
Author: allanjude
Date: Tue Apr 19 15:46:21 2016
New Revision: 298275
URL: https://svnweb.freebsd.org/changeset/base/298275
Log:
Fix pc98 build error introduced in r298230
Submitted by: Toomas Soome
Spotted by: bz
Differential Revision:https://reviews.freebsd.org/D6002
Modif
On Tue, Apr 19, 2016 at 08:41:39AM -0600, Ian Lepore wrote:
> On Tue, 2016-04-19 at 14:18 +, Ruslan Bukin wrote:
> > Author: br
> > Date: Tue Apr 19 14:18:12 2016
> > New Revision: 298268
> > URL: https://svnweb.freebsd.org/changeset/base/298268
> >
> > Log:
> > Add optional chip_select/dese
Author: br
Date: Tue Apr 19 15:39:46 2016
New Revision: 298274
URL: https://svnweb.freebsd.org/changeset/base/298274
Log:
Revert r298268 (Add optional chip_select/deselect methods).
None of supported hardware do require that.
Modified:
head/sys/dev/spibus/spibus.c
head/sys/dev/spibus/spib
Author: br
Date: Tue Apr 19 15:36:18 2016
New Revision: 298273
URL: https://svnweb.freebsd.org/changeset/base/298273
Log:
Assert CS for single transfers.
Modified:
head/sys/dev/xilinx/axi_quad_spi.c
Modified: head/sys/dev/xilinx/axi_quad_spi.c
this is wonderful change. this also helps a lot on the situation loading
many .ko files from local disk. In my case, loading 5 different ko is
reduced from 5 seconds to 1second. great job!
-Howard
On Tue, Apr 19, 2016 at 7:09 AM Allan Jude wrote:
> Author: allanjude
> Date: Mon Apr 18 23:09:22
Author: loos
Date: Tue Apr 19 15:18:31 2016
New Revision: 298272
URL: https://svnweb.freebsd.org/changeset/base/298272
Log:
Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.
Modified:
head/lib/libgpio/gpio.c
Modified: head/lib/libgpio/gpio.c
==
Author: trasz
Date: Tue Apr 19 15:08:35 2016
New Revision: 298271
URL: https://svnweb.freebsd.org/changeset/base/298271
Log:
Mention fsck_ffs -E in tunefs(8). It's non-obvious that one should
use it after enabling TRIM.
Reviewed by: brueffer@
MFC after:1 month
Sponsored by: The F
Author: loos
Date: Tue Apr 19 15:07:04 2016
New Revision: 298270
URL: https://svnweb.freebsd.org/changeset/base/298270
Log:
Add PCI ID for family 10h model 30h to amdtemp(4).
This adds support to CPU found in PC Engines APU2 series.
MFC after:3 weeks
Sponsored by: Rubicon Communi
Notice to Appear,
This is to inform you to appear in the Court on the April 27 for your case
hearing.
You are kindly asked to prepare and bring the documents relating to the case to
Court on the specified date.
Note: The case may be heard by the judge in your absence if you do not come.
The Cou
Author: br
Date: Tue Apr 19 14:47:08 2016
New Revision: 298269
URL: https://svnweb.freebsd.org/changeset/base/298269
Log:
Add driver for Xilinx AXI Quad SPI device. The device was found in
lowRISC hardware.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Added:
head/sys/dev/xilinx/
h
On Tue, 2016-04-19 at 14:18 +, Ruslan Bukin wrote:
> Author: br
> Date: Tue Apr 19 14:18:12 2016
> New Revision: 298268
> URL: https://svnweb.freebsd.org/changeset/base/298268
>
> Log:
> Add optional chip_select/deselect methods. This is required
> when we want to keep CS asserted for mult
Author: br
Date: Tue Apr 19 14:18:12 2016
New Revision: 298268
URL: https://svnweb.freebsd.org/changeset/base/298268
Log:
Add optional chip_select/deselect methods. This is required
when we want to keep CS asserted for multiple transfers.
Modified:
head/sys/dev/spibus/spibus.c
head/sys/de
Author: trasz
Date: Tue Apr 19 13:36:31 2016
New Revision: 298267
URL: https://svnweb.freebsd.org/changeset/base/298267
Log:
Fix debugging printf.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_rctl.c
Modified: head/sys/kern/kern_rctl.c
===
On 18 April 2016 at 23:46, Ngie Cooper (yaneurabeya)
wrote:
>
>> On Apr 18, 2016, at 20:43, Julian Elischer wrote:
>>
>> On 18/04/2016 9:13 PM, Ed Maste wrote:
>>> Author: emaste
>>> Date: Mon Apr 18 13:13:59 2016
>>> New Revision: 298204
>>> URL: https://svnweb.freebsd.org/changeset/base/298204
On Mon, Apr 18, 2016 at 06:14:02PM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Mon Apr 18 18:14:02 2016
> New Revision: 298219
> URL: https://svnweb.freebsd.org/changeset/base/298219
>
> Log:
> Cause an error during 'make install' if trying to compile with CC.
>
> This is limited
Author: kib
Date: Tue Apr 19 11:37:43 2016
New Revision: 298263
URL: https://svnweb.freebsd.org/changeset/base/298263
Log:
Fix umtx lock/trylock for compat32.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umt
On 04/19/16 01:54, Steven Hartland wrote:
On 19/04/2016 06:01, Marcelo Araujo wrote:
2016-04-19 12:58 GMT+08:00 Pedro Giffuni mailto:p...@freebsd.org>>:
On 04/18/16 23:28, Marcelo Araujo wrote:
Author: araujo
Date: Tue Apr 19 04:28:25 2016
New Revision: 29824
Author: araujo
Date: Tue Apr 19 11:12:57 2016
New Revision: 298262
URL: https://svnweb.freebsd.org/changeset/base/298262
Log:
Use nitems() from sys/param.h.
MFC after:2 weeks.
Modified:
head/sbin/camcontrol/progress.c
Modified: head/sbin/camcontrol/progress.c
===
Author: araujo
Date: Tue Apr 19 09:43:51 2016
New Revision: 298261
URL: https://svnweb.freebsd.org/changeset/base/298261
Log:
Use nitems() from sys/param.h.
MFC after:2 weeks.
Modified:
head/sbin/setkey/test-policy.c
Modified: head/sbin/setkey/test-policy.c
=
1 - 100 of 106 matches
Mail list logo