Author: emaste
Date: Tue Jan 4 00:11:09 2011
New Revision: 216943
URL: http://svn.freebsd.org/changeset/base/216943
Log:
Handle failure from ftpd_popen in statfilecmd().
Reviewed by: attilio
MFC after:1 week
Modified:
head/libexec/ftpd/ftpd.c
Modified: head/libexec/ftpd/ftpd.c
=
Author: emaste
Date: Tue Jan 4 00:39:56 2011
New Revision: 216945
URL: http://svn.freebsd.org/changeset/base/216945
Log:
Make format string a string literal. (Discovered by clang.)
MFC After: 1 week
Modified:
head/libexec/ftpd/ftpd.c
Modified: head/libexec/ftpd/ftpd.c
Author: emaste
Date: Tue Jan 4 02:52:22 2011
New Revision: 216948
URL: http://svn.freebsd.org/changeset/base/216948
Log:
Quiet clang warnings by using literal format strings for printf-like
functions.
Modified:
head/usr.sbin/fwcontrol/fwdv.c
head/usr.sbin/fwcontrol/fwmpegts.c
Modified:
Author: emaste
Date: Tue Jan 4 13:02:52 2011
New Revision: 216953
URL: http://svn.freebsd.org/changeset/base/216953
Log:
Quiet clang warnings by using string literal format strings.
Modified:
head/lib/libugidfw/ugidfw.c
Modified: head/lib/libugidfw/ugidfw.c
=
Author: emaste
Date: Tue Jan 11 00:58:49 2011
New Revision: 217249
URL: http://svn.freebsd.org/changeset/base/217249
Log:
MFC 216943, 216945:
Handle failure from ftpd_popen in statfilecmd().
Make format string a string literal. (Discovered by clang.)
Modified:
stable/8/libexec/
On Thu, Jan 13, 2011 at 01:10:17PM -0500, Jung-uk Kim wrote:
> On Thursday 13 January 2011 12:32 pm, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Thu Jan 13 17:32:32 2011
> > New Revision: 217365
> > URL: http://svn.freebsd.org/changeset/base/217365
> >
> > Log:
> > Merge ACPICA 20110112. Swit
Author: emaste
Date: Sun Jan 23 14:08:59 2011
New Revision: 217749
URL: http://svn.freebsd.org/changeset/base/217749
Log:
Use string literal format strings to quiet clang warnings.
Modified:
head/gnu/usr.bin/gdb/kgdb/main.c
Modified: head/gnu/usr.bin/gdb/kgdb/main.c
=
Author: emaste
Date: Thu Feb 3 02:14:53 2011
New Revision: 218207
URL: http://svn.freebsd.org/changeset/base/218207
Log:
Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb
make use of the aac_ioctl_event callback, if aac_alloc_command fails. This
can end up in an in
Author: emaste
Date: Thu Feb 3 03:07:11 2011
New Revision: 218208
URL: http://svn.freebsd.org/changeset/base/218208
Log:
Include driver name in panic string, to make it easier to find these should
the panic ever occur.
Modified:
head/sys/dev/aac/aacvar.h
Modified: head/sys/dev/aac/aacvar.
Author: emaste
Date: Fri Feb 4 15:45:48 2011
New Revision: 218280
URL: http://svn.freebsd.org/changeset/base/218280
Log:
We can pass a format string and args to panic(), so instead of using
printf() to output some information before a panic, just include that
information in the panic.
Author: emaste
Date: Sun Feb 6 01:00:40 2011
New Revision: 218361
URL: http://svn.freebsd.org/changeset/base/218361
Log:
MFC r218207:
Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb
make use of the aac_ioctl_event callback, if acc_alloc_command fails.
T
Author: emaste
Date: Sun Feb 6 01:13:10 2011
New Revision: 218362
URL: http://svn.freebsd.org/changeset/base/218362
Log:
MFC r218207:
Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb
make use of the aac_ioctl_event callback, if acc_alloc_command fails.
T
Author: emaste
Date: Fri Jul 15 00:36:47 2011
New Revision: 224046
URL: http://svn.freebsd.org/changeset/base/224046
Log:
Improve portability #defines for compiling aicasm on other systems.
Submitted by: Robert Millan rmh debian.org
Obtained from:Debian GNU/kFreeBSD
Modified:
Author: emaste
Date: Fri Jul 15 01:50:40 2011
New Revision: 224047
URL: http://svn.freebsd.org/changeset/base/224047
Log:
Remove note that claims pthread_set_name_np is for debugging only.
As Garrett points out,
It is no more a debugging interface than setproctitle(3), and has not
b
Author: emaste
Date: Thu Aug 4 14:18:09 2011
New Revision: 224650
URL: http://svn.freebsd.org/changeset/base/224650
Log:
Don't try to free() an address returned by mmap(). This appears to be
triggered by the same .o being included twice on the command line.
Found by: Nima Misaghian
Author: emaste
Date: Mon Aug 8 13:56:27 2011
New Revision: 224710
URL: http://svn.freebsd.org/changeset/base/224710
Log:
MFC r224047:
Remove note that claims pthread_set_name_np is for debugging only.
As Garrett points out,
It is no more a debugging interface than setproctit
Author: emaste
Date: Mon Aug 8 13:58:39 2011
New Revision: 224711
URL: http://svn.freebsd.org/changeset/base/224711
Log:
MFC r224047:
Remove note that claims pthread_set_name_np is for debugging only.
As Garrett points out,
It is no more a debugging interface than setproctit
Author: emaste
Date: Thu Aug 11 02:50:18 2011
New Revision: 224771
URL: http://svn.freebsd.org/changeset/base/224771
Log:
MFC r224650:
Don't try to free() an address returned by mmap(). This appears to be
triggered by the same .o being included twice on the command line.
Modified:
st
Author: emaste
Date: Wed Mar 9 02:23:21 2011
New Revision: 219418
URL: http://svn.freebsd.org/changeset/base/219418
Log:
Remove stray semicolon. This fix appears in later upstream gdb versions.
Submitted by: eadler
Modified:
head/contrib/gdb/gdb/i386-tdep.c
Modified: head/contrib/gdb/
Author: emaste
Date: Thu Mar 17 01:05:54 2011
New Revision: 219708
URL: http://svn.freebsd.org/changeset/base/219708
Log:
Remove uptime validity check that hasn't been necessary since r151417
switched to clock_gettime. vmstat will now not exit with an error
if run on a system with 10 years
Author: emaste
Date: Wed Mar 30 01:19:00 2011
New Revision: 220153
URL: http://svn.freebsd.org/changeset/base/220153
Log:
Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical.
This is a further clean up after r202988.
SYSCTL_W is still initialized in rc.subr as some p
Author: emaste
Date: Thu Mar 31 14:33:27 2011
New Revision: 220200
URL: http://svn.freebsd.org/changeset/base/220200
Log:
Remove $Log$ keyword and associated history, which can cause annoyance in
diffs in some cases. Revision control tools have a history command to
obtain this information.
Author: emaste
Date: Thu Mar 31 14:35:33 2011
New Revision: 220201
URL: http://svn.freebsd.org/changeset/base/220201
Log:
Remove $Log$ keyword, which can cause annoyance in diffs in some cases.
Revision control tools have a history command to obtain this information.
Modified:
head/usr.bin/
Author: emaste
Date: Thu Mar 31 15:12:40 2011
New Revision: 220205
URL: http://svn.freebsd.org/changeset/base/220205
Log:
Avoid having a binary file in our source tree and instead create it at
build time, to avoid possible grief maintaining FreeBSD source in
alternative version control tools
Author: emaste
Date: Fri Apr 1 01:13:30 2011
New Revision: 220233
URL: http://svn.freebsd.org/changeset/base/220233
Log:
Unbreak installworld after r220205.
Noticed by: np
Pointy hat to:emaste
Modified:
head/share/examples/Makefile
Modified: head/share/examples/Makefile
===
Author: emaste
Date: Fri Apr 1 23:47:10 2011
New Revision: 220256
URL: http://svn.freebsd.org/changeset/base/220256
Log:
Uuencode the sample "binary" firmware image file (instead of explicitly
adding \0 bytes). This is a technique that would be used in an actual
driver and is more suitable
On Sun, Apr 03, 2011 at 02:56:50PM +, Bjoern A. Zeeb wrote:
> On Wed, 30 Mar 2011, Ed Maste wrote:
> > Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical.
>
> ... for example OSX really requires the -w to alter a
> sysctl while we permit
Author: emaste
Date: Thu Apr 7 14:17:55 2011
New Revision: 220425
URL: http://svn.freebsd.org/changeset/base/220425
Log:
MFC r198374:
Rename default to default_function, for compatibility with GNU awk.
(For cross-compiling out-of-tree kernel modules, for example.)
Modified:
stable/8/
Author: emaste
Date: Wed Apr 20 23:17:17 2011
New Revision: 220904
URL: http://svn.freebsd.org/changeset/base/220904
Log:
Release Ryan Stone (rstone@) from mentorship. I've taught him what I
can. Congratulations, and good luck!
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/ment
Author: emaste
Date: Thu Jun 2 00:43:16 2011
New Revision: 222589
URL: http://svn.freebsd.org/changeset/base/222589
Log:
There are a couple of structs in mfireg.h with members named 'class'.
These cause problems when trying to include the header in a C++ project.
Rename them to 'evt_class',
Author: emaste
Date: Fri Jun 10 03:27:25 2011
New Revision: 222912
URL: http://svn.freebsd.org/changeset/base/222912
Log:
MFC r222589:
There are a couple of structs in mfireg.h with members named 'class'.
These cause problems when trying to include the header in a C++ project.
Ren
Author: emaste
Date: Tue Apr 7 17:16:09 2009
New Revision: 190812
URL: http://svn.freebsd.org/changeset/base/190812
Log:
Bootstrap merge history for gdb.
Modified:
head/contrib/gdb/ (props changed)
___
svn-src-all@freebsd.org mailing list
http://
Author: emaste
Date: Tue Apr 7 20:15:51 2009
New Revision: 190827
URL: http://svn.freebsd.org/changeset/base/190827
Log:
- Use gdb-* glob instead of gdb-6.1.1, to simplify future imports.
- Add a few entries for additional files from later gdb releases that
should also be ignored.
Modifi
Author: emaste
Date: Thu Apr 9 20:57:35 2009
New Revision: 190871
URL: http://svn.freebsd.org/changeset/base/190871
Log:
Include a space between "send" and "broadcast".
Modified:
head/lib/libc/rpc/clnt_bcast.c
Modified: head/lib/libc/rpc/clnt_bcast.c
Author: emaste
Date: Tue Apr 14 16:45:17 2009
New Revision: 191063
URL: http://svn.freebsd.org/changeset/base/191063
Log:
MFC r171746 by csjp
Summary:
- We disallow multicast operations on divert sockets. It really doesn't make
semantic sense to allow this, since typically you wou
Author: emaste
Date: Tue Apr 28 20:39:21 2009
New Revision: 191637
URL: http://svn.freebsd.org/changeset/base/191637
Log:
MFC r155084:
Fix a malloc overrun in 32-bit compat libmap lookup code.
Modified:
stable/6/libexec/rtld-elf/ (props changed)
stable/6/libexec/rtld-elf/libmap.c
Author: emaste
Date: Thu May 7 14:34:49 2009
New Revision: 191884
URL: http://svn.freebsd.org/changeset/base/191884
Log:
s/ath0/wlan0/ since we no longer use the real device directly.
Modified:
head/share/man/man4/if_bridge.4
Modified: head/share/man/man4/if_bridge.4
===
Author: emaste
Date: Thu May 7 16:31:50 2009
New Revision: 191889
URL: http://svn.freebsd.org/changeset/base/191889
Log:
Update example with feedback from thom...@.
Modified:
head/share/man/man4/if_bridge.4
Modified: head/share/man/man4/if_bridge.4
==
Author: emaste
Date: Fri Mar 21 17:53:10 2014
New Revision: 263505
URL: http://svnweb.freebsd.org/changeset/base/263505
Log:
MFC r232261 by tijl
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
amd64/i386/pc98 _types.h with stubs.
MFC (part of) r235939 by
Author: emaste
Date: Fri Mar 21 19:49:31 2014
New Revision: 263538
URL: http://svnweb.freebsd.org/changeset/base/263538
Log:
MFC r232262 by tijl:
Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
amd64/i386/pc98 _limits.h with stubs.
MFC (part of) r235939 by obri
Author: emaste
Date: Fri Mar 21 19:58:37 2014
New Revision: 263539
URL: http://svnweb.freebsd.org/changeset/base/263539
Log:
MFC r232264 by tijl:
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
amd64/i386/pc98 _stdint.h with stubs.
MFC r232519 by tijl:
D
Author: emaste
Date: Fri Mar 21 20:21:23 2014
New Revision: 263543
URL: http://svnweb.freebsd.org/changeset/base/263543
Log:
MFC r232491 by tijl:
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
amd64/i386/pc98 float.h with stubs.
MFC (part of) r235939 by obrien:
Author: emaste
Date: Mon Mar 24 01:21:37 2014
New Revision: 263678
URL: http://svnweb.freebsd.org/changeset/base/263678
Log:
lldb: Invoke PT_KILL from ProcessPosix::DoDestroy
We previously sent SIGKILL to the debuggee in DoDestroy, but did not
actually detach or kill via ptrace. It seems
Author: emaste
Date: Mon Mar 24 13:48:04 2014
New Revision: 263687
URL: http://svnweb.freebsd.org/changeset/base/263687
Log:
MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD
The NetBSD Foundation states "Third parties are encouraged to change the
license on any files w
Author: emaste
Date: Mon Mar 24 13:50:11 2014
New Revision: 263688
URL: http://svnweb.freebsd.org/changeset/base/263688
Log:
MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD
The NetBSD Foundation states "Third parties are encouraged to change the
license on any files w
Author: emaste
Date: Thu Mar 27 13:57:00 2014
New Revision: 263815
URL: http://svnweb.freebsd.org/changeset/base/263815
Log:
Move ia64 efi.h to sys in preparation for amd64 UEFI support
Prototypes specific to ia64 have been left in this file for now, under
__ia64__, rather than moving the
Author: emaste
Date: Thu Mar 27 18:23:02 2014
New Revision: 263822
URL: http://svnweb.freebsd.org/changeset/base/263822
Log:
amd64: Parse the EFI memory map if present
With this change (and loader.efi from the projects/uefi branch) we can now
boot under qemu using the OVMF UEFI firmware i
Author: emaste
Date: Thu Mar 27 19:43:38 2014
New Revision: 263826
URL: http://svnweb.freebsd.org/changeset/base/263826
Log:
Update EFI framebuffer handoff from loader
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/include/metadata.h
head/sys/dev/vt/hw/efifb/efifb.c
Mod
Author: emaste
Date: Fri Mar 28 11:46:54 2014
New Revision: 263872
URL: http://svnweb.freebsd.org/changeset/base/263872
Log:
Fix missed efi.h header change in r263815
Pointy hat to:emaste
Modified:
head/sys/ia64/ia64/mem.c
Modified: head/sys/ia64/ia64/mem.c
=
On 28 March 2014 12:07, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Mar 28 16:07:27 2014
> New Revision: 263878
> URL: http://svnweb.freebsd.org/changeset/base/263878
>
> Log:
> Several fixes for the PCID implementation:
I'd like to revert r262765 (where I disabled it by default) to ge
Author: emaste
Date: Mon Mar 31 14:12:27 2014
New Revision: 263968
URL: http://svnweb.freebsd.org/changeset/base/263968
Log:
Merge r246607 by benno from projects/uefi
Use EFI types for EFI values (silences warnings).
EFI UINTN is actually a 64-bit type on 64-bit processors.
Spon
Author: emaste
Date: Thu Apr 3 16:21:37 2014
New Revision: 264078
URL: http://svnweb.freebsd.org/changeset/base/264078
Log:
Put each source file on a separate line
This will simplify rebasing the amd64 UEFI patch set.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/i38
Author: emaste
Date: Thu Apr 3 21:18:03 2014
New Revision: 264087
URL: http://svnweb.freebsd.org/changeset/base/264087
Log:
Build boot/ficl as 64-bit library on amd64
The 32-bit bootloaders on amd64 now use the 32-bit version in ficl32,
as is done with libstand32. The native 64-bit ficl
Author: emaste
Date: Thu Apr 3 21:39:59 2014
New Revision: 264088
URL: http://svnweb.freebsd.org/changeset/base/264088
Log:
Merge efilib changes from projects/uefi
r247216:
Add the ability for a device to have an "alias" handle.
r247379:
Fix network device registration.
Author: emaste
Date: Thu Apr 3 23:10:23 2014
New Revision: 264092
URL: http://svnweb.freebsd.org/changeset/base/264092
Log:
Add -fPIC for amd64
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/efi/libefi/Makefile
Modified: head/sys/boot/efi/libefi/Makefile
=
Author: emaste
Date: Fri Apr 4 00:16:46 2014
New Revision: 264095
URL: http://svnweb.freebsd.org/changeset/base/264095
Log:
Support UEFI booting on amd64 via loader.efi
This is largely the work from the projects/uefi branch, with some
additional refinements. This is derived from (and re
Author: emaste
Date: Fri Apr 4 13:35:36 2014
New Revision: 264115
URL: http://svnweb.freebsd.org/changeset/base/264115
Log:
Fix printf format mismatches
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/amd64/efi/copy.c
head/sys/boot/amd64/efi/elf64_freebsd.c
head/sys/boo
Author: emaste
Date: Fri Apr 4 14:18:37 2014
New Revision: 264116
URL: http://svnweb.freebsd.org/changeset/base/264116
Log:
MFC r261521 by antoine: Add files to remove WITHOUT_NIS
PR: misc/186412
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/tools/build/mk/Optiona
Author: emaste
Date: Fri Apr 4 14:42:43 2014
New Revision: 264117
URL: http://svnweb.freebsd.org/changeset/base/264117
Log:
MFC r261521 by antoine: Add files to remove WITHOUT_NIS
PR: misc/186412
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/tools/build/mk/Optional
Author: emaste
Date: Fri Apr 4 18:07:21 2014
New Revision: 264132
URL: http://svnweb.freebsd.org/changeset/base/264132
Log:
Connect sys/boot/amd64 to the build
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/Makefile
Modified: head/sys/boot/Makefile
===
Author: emaste
Date: Fri Apr 4 21:09:06 2014
New Revision: 264139
URL: http://svnweb.freebsd.org/changeset/base/264139
Log:
Initialise m_pkthdr via bzero instead of explicitly zeroing each member
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_mbuf.c
Modified: head/sy
Author: emaste
Date: Mon Apr 7 00:49:15 2014
New Revision: 264208
URL: http://svnweb.freebsd.org/changeset/base/264208
Log:
Do not build the amd64 UEFI loader with GCC
The UEFI loader causes buildworld to fail when building with (in-tree)
GCC, due to a typedef redefinition. As it happen
Author: emaste
Date: Tue Apr 8 17:40:09 2014
New Revision: 264260
URL: http://svnweb.freebsd.org/changeset/base/264260
Log:
Revert r264132, disconnecting sys/boot/amd64 for now
Some 64-bit Ficl warnings broke tinderbox builds.
Modified:
head/sys/boot/Makefile
Modified: head/sys/boot/Ma
Author: emaste
Date: Tue Apr 8 17:50:27 2014
New Revision: 264261
URL: http://svnweb.freebsd.org/changeset/base/264261
Log:
Correct a variable's type for 64-bit Ficl
FICL_INT is long.
Modified:
head/sys/boot/ficl/words.c
Modified: head/sys/boot/ficl/words.c
Author: emaste
Date: Tue Apr 8 18:02:32 2014
New Revision: 264262
URL: http://svnweb.freebsd.org/changeset/base/264262
Log:
Fix printf args for 64-bit archs
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/ficl/tools.c
Modified: head/sys/boot/ficl/tools.c
==
Author: emaste
Date: Tue Apr 8 18:21:38 2014
New Revision: 264263
URL: http://svnweb.freebsd.org/changeset/base/264263
Log:
Add explicit casts to quiet warnings in libefi
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/efi/libefi/efipart.c
Modified: head/sys/boot/efi/libef
Author: emaste
Date: Tue Apr 8 19:19:58 2014
New Revision: 264268
URL: http://svnweb.freebsd.org/changeset/base/264268
Log:
(Re)connect sys/boot/amd64 to the build
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/Makefile
Modified: head/sys/boot/Makefile
===
Author: emaste
Date: Thu Apr 10 16:53:21 2014
New Revision: 264319
URL: http://svnweb.freebsd.org/changeset/base/264319
Log:
Fix EFI loader object tree creation on 9.x build hosts
Previously ${COMPILER_TYPE} was checked in sys/boot/amd64, and the efi
subdirectory was skipped altogether fo
Author: emaste
Date: Tue Apr 22 20:37:07 2014
New Revision: 264774
URL: http://svnweb.freebsd.org/changeset/base/264774
Log:
Fix installworld failure when kerberos source files have new timestamps
If a kerberos .hx source file is newer than the .h copy, but the content
is the same, then d
Author: emaste
Date: Wed Apr 23 18:25:11 2014
New Revision: 264826
URL: http://svnweb.freebsd.org/changeset/base/264826
Log:
Merge LLVM r202188:
Debug info: Support variadic functions.
Variadic functions have an unspecified parameter tag after the last
argument. In IR this is repr
Author: emaste
Date: Wed Apr 23 18:26:12 2014
New Revision: 264827
URL: http://svnweb.freebsd.org/changeset/base/264827
Log:
Merge Clang r202185:
Debug info: Generate debug info for variadic functions.
Paired commit with LLVM.
rdar://problem/13690847
This merege includes c
Author: emaste
Date: Wed Apr 23 18:36:32 2014
New Revision: 264828
URL: http://svnweb.freebsd.org/changeset/base/264828
Log:
Add patches corresponding to r264826 and r264827
Added:
head/contrib/llvm/patches/patch-r264826-llvm-r202188-variadic-fn-debug-info.diff
head/contrib/llvm/patches/p
Author: emaste
Date: Thu Apr 24 20:53:09 2014
New Revision: 264889
URL: http://svnweb.freebsd.org/changeset/base/264889
Log:
Correct min/max cluster counts for FAT12/16/32
FAT12 1..4084
FAT16 4085..65524
FAT32 65525..
This is required for interoperability with other FAT imp
Author: emaste
Date: Sun Apr 27 15:14:59 2014
New Revision: 265014
URL: http://svnweb.freebsd.org/changeset/base/265014
Log:
Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/amd64/machdep.c
Modified: head/sys/amd6
On 26 April 2014 21:06, Nathan Whitehorn wrote:
>
> One other note here is that this requires newfs_msdos and mdconfig, which is
> really ugly. NetBSD's makefs at least seems to support FAT now. If that
> actually works, it should be imported and we can get rid of the mdconfig
> mess.
NetB
Author: emaste
Date: Mon Apr 28 13:42:41 2014
New Revision: 265051
URL: http://svnweb.freebsd.org/changeset/base/265051
Log:
Drop explicit unsigned from FD_SETSIZE constant
FD_SETSIZE is often used as an argument to select or compared with an
integer file descriptor. Rather than force 3r
On 30 April 2014 01:41, Nathan Whitehorn wrote:
>
> So, to make universally bootable install media, we have to switch the
> default console driver to newcons. This means we need to finish polishing
> newcons and need to think about what, exactly, the missing pieces are to
> enable it as the defaul
Author: emaste
Date: Wed Apr 30 18:11:53 2014
New Revision: 265157
URL: http://svnweb.freebsd.org/changeset/base/265157
Log:
kldxref: Clean up error reporting
Omit "too many sections" warnings if the ELF file is not dynamically
linked (and is therefore skipped anyway), and otherwise outpu
Author: emaste
Date: Tue May 6 23:28:48 2014
New Revision: 265475
URL: http://svnweb.freebsd.org/changeset/base/265475
Log:
MFC r261908 by ian: Fix a typo, C_ALSOLUTE -> C_ABSOLUTE.
Modified:
stable/10/share/man/man9/timeout.9
Directory Properties:
stable/10/ (props changed)
Modified: s
Author: emaste
Date: Wed May 7 00:51:24 2014
New Revision: 265477
URL: http://svnweb.freebsd.org/changeset/base/265477
Log:
Merge -fstandalone-debug from Clang r198655:
Implement a new -fstandalone-debug option. rdar://problem/15685848
It controls everything that -flimit-debug-info u
Author: emaste
Date: Wed May 7 21:16:47 2014
New Revision: 265613
URL: http://svnweb.freebsd.org/changeset/base/265613
Log:
Handle ELF files with 65280 or more sections
If e_shnum or e_shstrndx are at least SHN_LORESERVE (0xff00) then an
escape value is used to indicate that the actual v
On 15 June 2013 19:23, Niclas Zeising wrote:
> On 2013-06-15 23:29, Eitan Adler wrote:
>> Author: eadler
>> Date: Sat Jun 15 21:29:47 2013
>> New Revision: 251795
>> URL: http://svnweb.freebsd.org/changeset/base/251795
>>
>> Log:
>> Regenerate after CVS removal (and it seems other missed changes
Author: emaste
Date: Mon Jun 17 12:49:26 2013
New Revision: 251844
URL: http://svnweb.freebsd.org/changeset/base/251844
Log:
Include die tag in error message
Modified:
head/contrib/gdb/gdb/dwarf2read.c
Modified: head/contrib/gdb/gdb/dwarf2read.c
==
Author: emaste
Date: Mon Jun 17 18:34:34 2013
New Revision: 251858
URL: http://svnweb.freebsd.org/changeset/base/251858
Log:
Fold in frame-unwind patch
After moving to svn there's no need to avoid pulling files off a vendor
branch.
Deleted:
head/gnu/usr.bin/gdb/libgdb/frame-unwind.diff
On 2 July 2013 12:48, Andriy Gapon wrote:
> I am not sure if the originally reported problem was also caused by
> should_yield() or if it was something else. But in either case I think that
> we
> should fix should_yield. Perhaps (ticks - curthread->td_swvoltick) should be
> cast to unsigned be
Author: emaste
Date: Fri Jul 5 17:57:25 2013
New Revision: 252812
URL: http://svnweb.freebsd.org/changeset/base/252812
Log:
MFC r251601, r251685:
Handle options that override other options
Modified:
stable/9/tools/build/options/makeman
Directory Properties:
stable/9/tools/build/opti
Author: emaste
Date: Fri Jul 5 19:35:51 2013
New Revision: 252827
URL: http://svnweb.freebsd.org/changeset/base/252827
Log:
MFC r244236,r244408,r244915,r247054,r251512:
Add a new knob WITH_DEBUG_FILES to control the building of standalone
debug files for userland programs and librari
Author: emaste
Date: Fri Jul 5 19:39:19 2013
New Revision: 252830
URL: http://svnweb.freebsd.org/changeset/base/252830
Log:
Undo accidental MFC of GPL_DTC in r252827
Modified:
stable/9/share/mk/bsd.own.mk
Modified: stable/9/share/mk/bsd.own.mk
===
Author: emaste
Date: Fri Jul 5 19:45:16 2013
New Revision: 252832
URL: http://svnweb.freebsd.org/changeset/base/252832
Log:
Regenerate after r252827
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
Author: emaste
Date: Tue Jul 9 01:55:34 2013
New Revision: 253052
URL: http://svnweb.freebsd.org/changeset/base/253052
Log:
Remove extraneous format string converison specifier
Submitted by: wxs@
Modified:
head/sys/arm/arm/pmap-v6.c
Modified: head/sys/arm/arm/pmap-v6.c
Author: emaste
Date: Thu Jul 18 17:25:50 2013
New Revision: 253451
URL: http://svnweb.freebsd.org/changeset/base/253451
Log:
Handle FreeBSD-specific ELF notes
Add a function to return the specific type, when the note's Name field is
'FreeBSD'.
r249558 added FreeBSD-specific ELF note
Author: emaste
Date: Thu Jul 18 19:17:58 2013
New Revision: 253453
URL: http://svnweb.freebsd.org/changeset/base/253453
Log:
Remove accidentally cut-and-pasted colons
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf.c
===
Author: emaste
Date: Thu Jul 18 20:36:21 2013
New Revision: 253454
URL: http://svnweb.freebsd.org/changeset/base/253454
Log:
Correct alignment in note output
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf.c
Author: emaste
Date: Fri Jul 19 01:04:17 2013
New Revision: 253461
URL: http://svnweb.freebsd.org/changeset/base/253461
Log:
Correct ELF note decoding for non-core files
Requested by: kib
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf
Author: emaste
Date: Mon Jul 22 18:18:21 2013
New Revision: 253548
URL: http://svnweb.freebsd.org/changeset/base/253548
Log:
Document EINVAL error return from PT_LWPINFO
Modified:
head/lib/libc/sys/ptrace.2
Modified: head/lib/libc/sys/ptrace.2
Author: emaste
Date: Tue Jul 23 19:34:09 2013
New Revision: 253580
URL: http://svnweb.freebsd.org/changeset/base/253580
Log:
Generate debug data release dist sets
If WITH_DEBUG_FILES is set the standalone debug data will be excluded
from each ${dist}.txz and placed in a ${dist}.debug.txz.
Author: emaste
Date: Tue Mar 19 13:06:11 2013
New Revision: 248500
URL: http://svnweb.freebsd.org/changeset/base/248500
Log:
Fix remainder calculation when biosize is not a power of 2
In common configurations biosize is a power of two, but is not required to
be so. Thanks to markj@ for s
Author: emaste
Date: Tue Mar 26 20:11:09 2013
New Revision: 248751
URL: http://svnweb.freebsd.org/changeset/base/248751
Log:
Unconditionally include ${SRCCONF} if overridden
This avoids silently failing to include ${SRCCONF} specified by a make(1)
invocation.
Modified:
head/share/mk/bs
Author: emaste
Date: Tue Mar 26 20:32:46 2013
New Revision: 248753
URL: http://svnweb.freebsd.org/changeset/base/248753
Log:
Always define and use PROGNAME
This avoids having separate cases in the install rule for PROGNAME set and
not set. This is a minor cleanup in advance of further su
Author: emaste
Date: Thu Mar 28 20:48:40 2013
New Revision: 248852
URL: http://svnweb.freebsd.org/changeset/base/248852
Log:
MFC r244183 by glebius:
Fix problem in r238990 (MFC'd in r240313). The LLE_LINKED flag should be
tested prior to entering llentry_free(), and in case if we los
101 - 200 of 4365 matches
Mail list logo