Author: ae
Date: Thu Jun 14 11:17:54 2012
New Revision: 237057
URL: http://svn.freebsd.org/changeset/base/237057
Log:
Always reconstruct partition entries in the PMBR when Boot Camp is
disabled. This helps to easily recover from situations when PMBR is
damaged and contains no entries.
M
Author: kib
Date: Thu Jun 14 11:20:22 2012
New Revision: 237058
URL: http://svn.freebsd.org/changeset/base/237058
Log:
Eliminate the static buffer used to read the first page of the mapped
object, and eliminate the pread(2) call as well [1]. Mmap the first
page of the object temporaly, and u
Author: kib
Date: Thu Jun 14 12:28:43 2012
New Revision: 237061
URL: http://svn.freebsd.org/changeset/base/237061
Log:
Make sure that fstab fd is not leaked on exec.
PR: kern/169023
Submitted by: Jukka Ukkonen
MFC after:1 week
Modified:
head/lib/libc/gen/fstab.c
Modified: head
Author: pjd
Date: Thu Jun 14 12:37:41 2012
New Revision: 237063
URL: http://svn.freebsd.org/changeset/base/237063
Log:
Style.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
=
Author: pjd
Date: Thu Jun 14 12:41:21 2012
New Revision: 237065
URL: http://svn.freebsd.org/changeset/base/237065
Log:
When we are closing capabilities during exec, we want to call mq_fdclose()
on the underlying object and not on the capability itself.
Similar bug was fixed in r236853.
Author: pjd
Date: Thu Jun 14 12:43:37 2012
New Revision: 237066
URL: http://svn.freebsd.org/changeset/base/237066
Log:
Remove code duplication from fdclosexec(), which was the reason of the bug
fixed in r237065.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: he
Author: imp
Date: Thu Jun 14 14:38:55 2012
New Revision: 237069
URL: http://svn.freebsd.org/changeset/base/237069
Log:
Defines for parsing linux ATAGs lists.
Added:
head/sys/arm/include/atags.h (contents, props changed)
Added: head/sys/arm/include/atags.h
==
Author: pjd
Date: Thu Jun 14 15:21:57 2012
New Revision: 237070
URL: http://svn.freebsd.org/changeset/base/237070
Log:
Style fixes.
Reported by: bde
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
===
Author: pjd
Date: Thu Jun 14 15:23:51 2012
New Revision: 237071
URL: http://svn.freebsd.org/changeset/base/237071
Log:
Explicitly check if 'fd' is less than 0 instead of using cast-to-unsinged
hack.
MFC after:1 month
Modified:
head/sys/sys/filedesc.h
Modified: head/sys/sys/filedesc
Author: pjd
Date: Thu Jun 14 15:24:45 2012
New Revision: 237072
URL: http://svn.freebsd.org/changeset/base/237072
Log:
Add FILEDESC_UNLOCK_ASSERT() macro which asserts that the filedesc is not
being held by the current thread (at least exclusively).
MFC after:1 month
Modified:
head
Author: pjd
Date: Thu Jun 14 15:26:23 2012
New Revision: 237073
URL: http://svn.freebsd.org/changeset/base/237073
Log:
Assert that the filedesc lock is not held when closef() is called.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
=
Author: pjd
Date: Thu Jun 14 15:34:10 2012
New Revision: 237075
URL: http://svn.freebsd.org/changeset/base/237075
Log:
Style fixes and assertions improvements.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
===
Author: pjd
Date: Thu Jun 14 15:35:14 2012
New Revision: 237076
URL: http://svn.freebsd.org/changeset/base/237076
Log:
- Assert that the filedesc lock is being held when fdisused() is called.
- Fix white spaces.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: he
Author: pjd
Date: Thu Jun 14 15:37:15 2012
New Revision: 237077
URL: http://svn.freebsd.org/changeset/base/237077
Log:
Simplify the code by making more use of the fdtofp() function.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
=
Author: hselasky
Date: Thu Jun 14 16:20:19 2012
New Revision: 237079
URL: http://svn.freebsd.org/changeset/base/237079
Log:
Add more quirks for USB MIDI adapters.
Obtained from:Clemens Ladisch
MFC after:1 week
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/
Author: pjd
Date: Thu Jun 14 16:23:16 2012
New Revision: 237080
URL: http://svn.freebsd.org/changeset/base/237080
Log:
Assert that the filedesc lock is being held when the fdunwrap() function
is called.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/ke
Author: pjd
Date: Thu Jun 14 16:24:03 2012
New Revision: 237081
URL: http://svn.freebsd.org/changeset/base/237081
Log:
Explicitly assert that the filedesc lock is held when the fget_locked()
function is called.
MFC after:1 month
Modified:
head/sys/sys/filedesc.h
Modified: head/sys
Author: pjd
Date: Thu Jun 14 16:25:10 2012
New Revision: 237082
URL: http://svn.freebsd.org/changeset/base/237082
Log:
Remove fdtofp() function and use fget_locked(), which works exactly the same.
MFC after:1 month
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_
Author: pjd
Date: Thu Jun 14 17:32:58 2012
New Revision: 237084
URL: http://svn.freebsd.org/changeset/base/237084
Log:
Update comment.
MFC after:1 month
Modified:
head/sys/kern/kern_event.c
Modified: head/sys/kern/kern_event.c
Author: alc
Date: Thu Jun 14 17:40:49 2012
New Revision: 237085
URL: http://svn.freebsd.org/changeset/base/237085
Log:
Correctly identify the function in a KASSERT().
MFC after:3 days
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
===
Author: alc
Date: Thu Jun 14 17:47:54 2012
New Revision: 237086
URL: http://svn.freebsd.org/changeset/base/237086
Log:
Update a couple comments to reflect r235598.
X-MFC after: r235598
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
=
Author: imp
Date: Thu Jun 14 18:37:00 2012
New Revision: 237089
URL: http://svn.freebsd.org/changeset/base/237089
Log:
Fix missing straggler for the move to parse_boot_param()
Modified:
head/sys/arm/xscale/pxa/pxa_machdep.c
Modified: head/sys/arm/xscale/pxa/pxa_machdep.c
Author: dougb
Date: Thu Jun 14 19:30:31 2012
New Revision: 237090
URL: http://svn.freebsd.org/changeset/base/237090
Log:
Improve the functionality of the PORTS_MODULES knob by adding
LOCALBASE/bin and sbin to PATH, allowing dependencies to be found;
adding SRC_BASE and OSVERSION to match the
Author: marius
Date: Thu Jun 14 20:27:28 2012
New Revision: 237098
URL: http://svn.freebsd.org/changeset/base/237098
Log:
Turn on TLS support for arm on here as it is supported since r231618/
r231619 and working since r233106.
Modified:
head/gnu/lib/libgomp/config.h
head/gnu/lib/libstdc++
Author: marius
Date: Thu Jun 14 20:29:49 2012
New Revision: 237099
URL: http://svn.freebsd.org/changeset/base/237099
Log:
Merge r236137 from x86:
Enable GNU hash generation for dynamic ELF binaries.
Modified:
head/contrib/gcc/config/arm/freebsd.h
Modified: head/contrib/gcc/config/arm/freeb
Author: marius
Date: Thu Jun 14 20:49:22 2012
New Revision: 237101
URL: http://svn.freebsd.org/changeset/base/237101
Log:
Fix a braino in r236469; the number of DMA tags required for handling
MAXPHYS should be based on PAGE_SIZE rather than SYM_CONF_DMA_BOUNDARY.
While at it, reuse the SYM_C
Author: marius
Date: Thu Jun 14 21:16:19 2012
New Revision: 237102
URL: http://svn.freebsd.org/changeset/base/237102
Log:
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.
This includes adding support for skipping FTDI interfaces used for JTAG
leaving them for us
Author: marius
Date: Thu Jun 14 22:19:23 2012
New Revision: 237107
URL: http://svn.freebsd.org/changeset/base/237107
Log:
- As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllers
as well as it causes the kernel to hang during boot.
Reported and tested by: Kevin Oberma
Author: adrian
Date: Fri Jun 15 01:15:59 2012
New Revision: 237108
URL: http://svn.freebsd.org/changeset/base/237108
Log:
Convert ath(4) to just use ieee80211_suspend_all() and ieee80211_resume_all().
The existing code tries to use the beacon miss timer to signal that the AP
has gone away
On Thu, 14 Jun 2012, Pawel Jakub Dawidek wrote:
Log:
Style fixes.
Reported by: bde
MFC after: 1 month
Thanks, but these are mostly not what I reported, and are mostly backwards.
Modified: head/sys/kern/kern_descrip.c
=
Author: adrian
Date: Fri Jun 15 02:16:29 2012
New Revision: 237109
URL: http://svn.freebsd.org/changeset/base/237109
Log:
Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.
God help me.
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
Modified: head/sys/amd64/co
Author: kientzle
Date: Fri Jun 15 03:57:16 2012
New Revision: 237110
URL: http://svn.freebsd.org/changeset/base/237110
Log:
Per kib, since __flt_rounds is being added to FreeBSD 10, it
belongs in FBSD_1.3.
MFC after:1 week
Modified:
head/lib/libc/arm/Symbol.map
Modified: head/lib/
Author: imp
Date: Fri Jun 15 06:38:55 2012
New Revision: 237115
URL: http://svn.freebsd.org/changeset/base/237115
Log:
Take half a step closer towards having a unified atmel kernel by
rearranging where we initialize the time counter and putting the
common stubs into a central place.
Modifie
33 matches
Mail list logo