-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 10/21/12 8:57 PM, Eitan Adler wrote:
> Author: eadler Date: Mon Oct 22 03:57:00 2012 New Revision: 241862
> URL: http://svn.freebsd.org/changeset/base/241862
>
> Log: Add a clean-room reimplementation of a script originally
> found in openssh's
Author: eadler
Date: Mon Oct 22 04:18:17 2012
New Revision: 241863
URL: http://svn.freebsd.org/changeset/base/241863
Log:
Now that device disabling is generic, remove the non-standard
implementation from mpt
Don't MFC this to retain backwards compatibility.
Reviewed by: des, mjacob
On Sun, Oct 21, 2012 at 09:08:49PM -0600, Warner Losh wrote:
> Feel free to fix them however. I added the comments because
> the algorithms weren't quite the same... If you have a better
> way, feel free to back my stuff out on the way to it.
>
> Warner
>
Please back your commits out.
Two of
Author: eadler
Date: Mon Oct 22 03:57:00 2012
New Revision: 241862
URL: http://svn.freebsd.org/changeset/base/241862
Log:
Add a clean-room reimplementation of a script originally
found in openssh's contrib directory.
This version has more features and is better written.
I intend to subm
Author: rpaulo
Date: Mon Oct 22 03:45:37 2012
New Revision: 241861
URL: http://svn.freebsd.org/changeset/base/241861
Log:
Fix the memory regions to include the 64MB DDR3 memory slot.
Modified:
head/sys/powerpc/wii/platform_wii.c
Modified: head/sys/powerpc/wii/platform_wii.c
=
Author: rpaulo
Date: Mon Oct 22 03:44:12 2012
New Revision: 241860
URL: http://svn.freebsd.org/changeset/base/241860
Log:
Increase the I/O memory area to 0xc2.
Modified:
head/sys/powerpc/wii/wii_ipcreg.h
Modified: head/sys/powerpc/wii/wii_ipcreg.h
Author: eadler
Date: Mon Oct 22 03:41:24 2012
New Revision: 241858
URL: http://svn.freebsd.org/changeset/base/241858
Log:
Remove unused code since the 5.x days
Reviewed by: des, scottl
Approved by: cperciva
MFC after:1 week
Modified:
head/sys/dev/mpt/mpt_pci.c
Modified: head/s
Author: eadler
Date: Mon Oct 22 03:41:19 2012
New Revision: 241857
URL: http://svn.freebsd.org/changeset/base/241857
Log:
Add support for the "&" character in usernames.
Charlie & finally has his last name.
PR: gnu/37910
Submitted by: Harry Newton
Approved by: cperciva
Author: eadler
Date: Mon Oct 22 03:43:02 2012
New Revision: 241859
URL: http://svn.freebsd.org/changeset/base/241859
Log:
Correct the killpg(2) return values:
Return EPERM if processes were found but they
were unable to be signaled.
Return the first error from p_cansignal if no signa
Author: eadler
Date: Mon Oct 22 03:41:14 2012
New Revision: 241856
URL: http://svn.freebsd.org/changeset/base/241856
Log:
Now that device disabling is generic, remove extraneous code from the
device drivers that used to provide this feature.
Reviewed by: des
Approved by: cperciva
MF
Author: eadler
Date: Mon Oct 22 03:37:00 2012
New Revision: 241855
URL: http://svn.freebsd.org/changeset/base/241855
Log:
Update the kill(2) and killpg(2) man pages to the modern permission
checks. Also indicate killpg(2) is POSIX compliant.
Reviewed by: jilles
Reviewed by: wblock
A
Author: eadler
Date: Mon Oct 22 03:36:44 2012
New Revision: 241854
URL: http://svn.freebsd.org/changeset/base/241854
Log:
Colin acked the wrong diff originally. fixed version coming soon.
Approved by: cperciva (implicit)
Modified:
head/sys/kern/kern_sig.c
Modified: head/sys/kern/kern_s
Author: eadler
Date: Mon Oct 22 03:34:43 2012
New Revision: 241853
URL: http://svn.freebsd.org/changeset/base/241853
Log:
Correct the killpg(2) return values:
Return EPERM if processes were found but they
were unable to be signaled.
Return the first error from p_cansignal if no signa
Author: eadler
Date: Mon Oct 22 03:31:22 2012
New Revision: 241852
URL: http://svn.freebsd.org/changeset/base/241852
Log:
Check the return error of set[ug]id. While this can never fail in the
current version of FreeBSD, this isn't guarenteed by the API. Custom
security modules, or future im
Author: eadler
Date: Mon Oct 22 03:30:17 2012
New Revision: 241851
URL: http://svn.freebsd.org/changeset/base/241851
Log:
Add Danish keyboard model for macbooks to syscons.
(not verified to be accurate)
PR: conf/146793
Submitted by: Erik Cederstrand
Approved by: cperciva
Author: eadler
Date: Mon Oct 22 03:16:32 2012
New Revision: 241849
URL: http://svn.freebsd.org/changeset/base/241849
Log:
Fix typo in error when unable to create TCP socket
PR: bin/172490
Submitted by: bdrewery
Approved by: cperciva
MFC after:3 days
Modified:
head/us
Author: eadler
Date: Mon Oct 22 03:16:39 2012
New Revision: 241850
URL: http://svn.freebsd.org/changeset/base/241850
Log:
Explain the upcoming delay by printing a message when the kernel
is about to begin testing memory.
Reviewed by: dteske, adri
Approved by: cperciva
MFC after:
On Oct 20, 2012, at 6:33 AM, John Baldwin wrote:
> On Friday, October 19, 2012 07:10:55 PM Warner Losh wrote:
>> Author: imp
>> Date: Fri Oct 19 23:10:55 2012
>> New Revision: 241758
>> URL: http://svn.freebsd.org/changeset/base/241758
>>
>> Log:
>> Add missing Extended Capability ID Numbers fr
On Oct 20, 2012, at 6:30 AM, John Baldwin wrote:
> On Friday, October 19, 2012 06:48:22 PM Warner Losh wrote:
>> Author: imp
>> Date: Fri Oct 19 22:48:22 2012
>> New Revision: 241757
>> URL: http://svn.freebsd.org/changeset/base/241757
>>
>> Log:
>> Indent ecaps the same way we indent caps.
>
Feel free to fix them however. I added the comments because the algorithms
weren't quite the same... If you have a better way, feel free to back my stuff
out on the way to it.
Warner
On Oct 19, 2012, at 11:43 PM, Bruce Evans wrote:
> On Fri, 19 Oct 2012, Warner Losh wrote:
>
>> Log:
>> Docu
Author: eadler
Date: Mon Oct 22 03:06:59 2012
New Revision: 241847
URL: http://svn.freebsd.org/changeset/base/241847
Log:
Free buf when its no longer used. This helps eliminate a static analysis
warning.
PR: ports/172566
Submitted by: Erik Cederstrand
Approved by: cperciva
Author: eadler
Date: Mon Oct 22 03:07:05 2012
New Revision: 241848
URL: http://svn.freebsd.org/changeset/base/241848
Log:
Check the return error of set[e][ug]id. While this can never fail in the
current version of FreeBSD, this isn't guarenteed by the API.
Custom security modules, or future
Author: eadler
Date: Mon Oct 22 03:06:53 2012
New Revision: 241846
URL: http://svn.freebsd.org/changeset/base/241846
Log:
bcd isn't installed setuid.
caesar isn't installed setuid.
For the archaeologists:
it seems this call originally came from NetBSD PR 5970 and 5945
PR:
Author: eadler
Date: Mon Oct 22 03:00:37 2012
New Revision: 241844
URL: http://svn.freebsd.org/changeset/base/241844
Log:
remove duplicate semicolons where possible.
Approved by: cperciva
MFC after:1 week
Modified:
head/lib/libc/net/ip6opt.c
head/lib/libdwarf/dwarf_init.c
head
Author: eadler
Date: Mon Oct 22 03:00:20 2012
New Revision: 241842
URL: http://svn.freebsd.org/changeset/base/241842
Log:
Add support for gjournal to dumpfs
PR: 165821
Submitted by: Andreas Longwitz
Approved by: cperciva
MFC after:3 days
Modified:
head/sbin/dumpfs/d
Author: eadler
Date: Mon Oct 22 03:00:10 2012
New Revision: 241840
URL: http://svn.freebsd.org/changeset/base/241840
Log:
Don't deny non-temporary redirects if the -A option is set (per
the man page) [0]
While here add support for draft-reschke-http-status-308-07
PR: 172451
Author: eadler
Date: Mon Oct 22 03:00:43 2012
New Revision: 241845
URL: http://svn.freebsd.org/changeset/base/241845
Log:
Sysinstall has been removed from base.
Approved by: cperciva
Modified:
head/games/fortune/datfiles/freebsd-tips
Modified: head/games/fortune/datfiles/freebsd-tips
=
Author: eadler
Date: Mon Oct 22 03:00:25 2012
New Revision: 241843
URL: http://svn.freebsd.org/changeset/base/241843
Log:
Make uhid attach to devices that look like keyboards
or mice if the quirk which prevents higher level
drivers from attaching is set.
PR: usb/172458
Submi
Author: eadler
Date: Mon Oct 22 03:00:15 2012
New Revision: 241841
URL: http://svn.freebsd.org/changeset/base/241841
Log:
Implement HTTP 305 redirect handling.
PR: 172452
Submitted by: gcooper
Reviewed by: des
Approved by: cperciva
MFC after:1 week
Modified:
head/
Author: eadler
Date: Mon Oct 22 03:00:04 2012
New Revision: 241839
URL: http://svn.freebsd.org/changeset/base/241839
Log:
Be a bit more lenient in the maximum number of redirects allowed.
Chrome and Firefox have a limit of 20. IE has a limit of 8.
Reviewed by: des
Approved by: cperciv
Author: eadler
Date: Mon Oct 22 02:59:55 2012
New Revision: 241837
URL: http://svn.freebsd.org/changeset/base/241837
Log:
Fix build if COMPAT_43 is defined without one of
COMPAT_FREEBSD[4567]
Approved by: cperciva
Modified:
head/sys/sys/ipc.h
Modified: head/sys/sys/ipc.h
Author: eadler
Date: Mon Oct 22 02:59:59 2012
New Revision: 241838
URL: http://svn.freebsd.org/changeset/base/241838
Log:
Remove unused variable. Newer versions of gcc care.
Submitted by: Sascha Wildner
Approved by: cperciva
MFC after:3 days
Modified:
head/usr.bin/netstat/route
Author: eadler
Date: Mon Oct 22 02:59:49 2012
New Revision: 241836
URL: http://svn.freebsd.org/changeset/base/241836
Log:
Remove {harp,hfa,idt} man pages as they were removed in r179308.
PR: docs/171234
Submitted by: Martin Birgmeier
Reviewed by: rwatson
Approved by: cper
Author: eadler
Date: Mon Oct 22 02:59:44 2012
New Revision: 241835
URL: http://svn.freebsd.org/changeset/base/241835
Log:
Fix conditional expression: previously a bitvector would be operated
on by a logical not.
Approved by: cperciva
MFC after:3 days
Modified:
head/usr.bin/csup/
Author: eadler
Date: Mon Oct 22 02:29:56 2012
New Revision: 241834
URL: http://svn.freebsd.org/changeset/base/241834
Log:
Make do_uniq work with python3
Approved by: cperciva
MFC after:3 days
Modified:
head/games/fortune/tools/do_uniq.py
Modified: head/games/fortune/tools/do_uniq
Author: eadler
Date: Mon Oct 22 02:29:53 2012
New Revision: 241833
URL: http://svn.freebsd.org/changeset/base/241833
Log:
Make xen python scripts work with python3
Approved by: cperciva
MFC after:3 days
Modified:
head/sys/xen/interface/foreign/mkheader.py
Modified: head/sys/xen/i
Author: eadler
Date: Mon Oct 22 02:29:44 2012
New Revision: 241832
URL: http://svn.freebsd.org/changeset/base/241832
Log:
Covert regression test to python 3
Approved by: cperciva
MFC after:3 days
Modified:
head/tools/regression/netinet/ip_id_period/ip_id_period.py
Modified: head/
Author: kientzle
Date: Mon Oct 22 02:28:48 2012
New Revision: 241831
URL: http://svn.freebsd.org/changeset/base/241831
Log:
Don't repeat the POSTREAD dma sync.
Modified:
head/sys/arm/ti/cpsw/if_cpsw.c
Modified: head/sys/arm/ti/cpsw/if_cpsw.c
==
Author: eadler
Date: Mon Oct 22 02:12:20 2012
New Revision: 241830
URL: http://svn.freebsd.org/changeset/base/241830
Log:
Warn users when using pkg tools if it looks like they
be be pkgng users.
Reviewed by: bapt (earlier version)
Reviewed by: kwm
Approved by: cperciva
MFC after:
Author: eadler
Date: Mon Oct 22 02:12:15 2012
New Revision: 241829
URL: http://svn.freebsd.org/changeset/base/241829
Log:
Fix conditional expression: previously a bit vector was being operated
on by a logical not instead of the entire expression.
Approved by: cperciva
MFC after:3 d
Author: eadler
Date: Mon Oct 22 02:12:11 2012
New Revision: 241828
URL: http://svn.freebsd.org/changeset/base/241828
Log:
Finish migration of MAINTAINER entries
Approved by: cperciva
MFC after:3 days
Modified:
head/MAINTAINERS
head/sys/modules/3dfx/Makefile
head/sys/modules/cm
Author: eadler
Date: Mon Oct 22 02:12:06 2012
New Revision: 241827
URL: http://svn.freebsd.org/changeset/base/241827
Log:
Mark bsdar_errc as __dead2 to help code analysis tools.
PR: bin/172636
Submitted by: Erik Cederstrand
Approved by: cperciva
MFC after:3 days
Modif
Author: eadler
Date: Mon Oct 22 02:12:02 2012
New Revision: 241826
URL: http://svn.freebsd.org/changeset/base/241826
Log:
Covert to python 3
Approved by: cperciva
MFC after:3 days
Modified:
head/tools/test/hwpmc/pmctest.py
Modified: head/tools/test/hwpmc/pmctest.py
==
Author: eadler
Date: Mon Oct 22 02:11:57 2012
New Revision: 241825
URL: http://svn.freebsd.org/changeset/base/241825
Log:
Print flags as hex instead of an integer.
PR: kern/168210
Submitted by: linimon
Reviewed by: alc
Approved by: cperciva
MFC after:3 days
Modified
Author: marcel
Date: Mon Oct 22 02:05:09 2012
New Revision: 241824
URL: http://svn.freebsd.org/changeset/base/241824
Log:
Update after adding WITHOUT_ATF.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: marcel
Date: Mon Oct 22 01:18:41 2012
New Revision: 241823
URL: http://svn.freebsd.org/changeset/base/241823
Log:
Add ATF to the build. This is may be a bit rought around the egdes,
but committing it helps to get everyone on the same page and makes
sure we make progress.
Tinderb
Author: rpaulo
Date: Sun Oct 21 22:27:55 2012
New Revision: 241822
URL: http://svn.freebsd.org/changeset/base/241822
Log:
Make the Wii GPIO driver a separate device.
Modified:
head/sys/conf/files.powerpc
Modified: head/sys/conf/files.powerpc
==
Author: rpaulo
Date: Sun Oct 21 22:27:21 2012
New Revision: 241821
URL: http://svn.freebsd.org/changeset/base/241821
Log:
Fix the top comment.
Modified:
head/sys/powerpc/conf/WII
Modified: head/sys/powerpc/conf/WII
=
Author: rpaulo
Date: Sun Oct 21 22:24:28 2012
New Revision: 241820
URL: http://svn.freebsd.org/changeset/base/241820
Log:
Add a config file for the Wii.
Added:
head/sys/powerpc/conf/WII (contents, props changed)
Added: head/sys/powerpc/conf/WII
=
Author: nwhitehorn
Date: Sun Oct 21 18:25:12 2012
New Revision: 241818
URL: http://svn.freebsd.org/changeset/base/241818
Log:
Update dialog to 20120706: includes minor useability enhancements and
fixes for warnings encountered with clang.
Added:
head/contrib/dialog/samples/dft-cancel
-
On Fri, Oct 19, 2012 at 11:36:04AM -0700, Devin Teske wrote:
> On Oct 19, 2012, at 10:02 AM, Alexey Dokuchaev wrote:
> > Ah, I guess it might explain the shitty colors I see on newish FreeBSD
> > screenshots of dialog(1).
>
> I actually prefer the colors in cdialog (more specifically, I prefer the
Author: ae
Date: Sun Oct 21 12:14:58 2012
New Revision: 241809
URL: http://svn.freebsd.org/changeset/base/241809
Log:
Add the flags parameter to the disk_open() function and DISK_F_NOCACHE
flag, that disables the caching of partition tables metadata.
Use this flag for floppies in the libi386
Author: uqs
Date: Sun Oct 21 12:01:19 2012
New Revision: 241807
URL: http://svn.freebsd.org/changeset/base/241807
Log:
Make fsck and fsck_msdosfs WARNS=6 clean
- sprinkle const
- add volatile qualifier to avoid vfork clobbering
Inspired by: NetBSD
PR: bin/139802
Review
Author: uqs
Date: Sun Oct 21 12:01:11 2012
New Revision: 241806
URL: http://svn.freebsd.org/changeset/base/241806
Log:
sbin/fsck: s/perror/perr/ to avoid shadowing
- rename some other vars too
- merge NetBSD license changes
Obtained from:NetBSD
PR: bin/139802
Re
Hi Andreas,
2012/10/20 Andreas Tobler :
> I get the same failures (on amd64/powerpc64) as the TB on mips for example:
>
> /src/usr.bin/m4/parser.y:26:18: error: mdef.h: No such file or directory
> /src/usr.bin/m4/parser.y:27:20: error: extern.h: No such file or directory
>
> Is this the right fix?
Author: andreast
Date: Sun Oct 21 08:38:55 2012
New Revision: 241797
URL: http://svn.freebsd.org/changeset/base/241797
Log:
Fix build.
Modified:
head/usr.bin/m4/Makefile
Modified: head/usr.bin/m4/Makefile
==
--- head
On Sat, 20 Oct 2012, Simon J. Gerraty wrote:
On Sat, 20 Oct 2012 21:13:36 +1100 (EST), Bruce Evans writes:
Back to the old thread. Followup to the new commit thread.
I seem to have missed a bit of the conversation, so sorry if some of
this has been done to death already.
First some backgrou
57 matches
Mail list logo