Author: kib
Date: Tue Mar 17 09:50:40 2009
New Revision: 189919
URL: http://svn.freebsd.org/changeset/base/189919
Log:
Use the properly sized types for ELF object header and program headers.
This fixes osrel fetching from the FreeBSD branding note for the 64bit
platforms.
Reported by:
Author: rwatson
Date: Tue Mar 17 10:15:49 2009
New Revision: 189920
URL: http://svn.freebsd.org/changeset/base/189920
Log:
Merge r188992 from head to stable/7:
In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL
checks for the tcpcb, previously used to detect complete d
Author: edwin
Date: Tue Mar 17 10:47:26 2009
New Revision: 189921
URL: http://svn.freebsd.org/changeset/base/189921
Log:
Vendor import of tzdata2009c
- Cuba has DST again.
Modified:
vendor/tzdata/dist/northamerica
Modified: vendor/tzdata/dist/northamerica
===
Author: edwin
Date: Tue Mar 17 10:48:13 2009
New Revision: 189922
URL: http://svn.freebsd.org/changeset/base/189922
Log:
Tag of tzdata2009c
Added:
vendor/tzdata/tzdata2009c/
- copied from r189921, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Tue Mar 17 10:51:31 2009
New Revision: 189923
URL: http://svn.freebsd.org/changeset/base/189923
Log:
MFV of tzdata2009c
- Cuba has DST again.
MFC after:1 week
Modified:
head/share/zoneinfo/ (props changed)
head/share/zoneinfo/northamerica
Modified: head/
Quoting Ulrich Spörlein (from Mon, 16 Mar 2009
19:35:34 +0100):
On Fri, 13.03.2009 at 14:22:16 -0400, David Schultz wrote:
On Fri, Mar 13, 2009, Sean C. Farley wrote:
> Now, you only need to revive the BSD-licensed libiconv[1]. :)
[...]
> 1. http://people.freebsd.org/~bland/iconv-2.1.tar
Author: kib
Date: Tue Mar 17 12:47:40 2009
New Revision: 189925
URL: http://svn.freebsd.org/changeset/base/189925
Log:
Add some definitions for the DT_FLAGS_1 tag flags.
Reviewed by: kan
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common.h
==
Author: kib
Date: Tue Mar 17 12:50:16 2009
New Revision: 189926
URL: http://svn.freebsd.org/changeset/base/189926
Log:
Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer
to the full path of the image that is being executed.
Increase AT_COUNT.
Remove no longer true co
Author: kib
Date: Tue Mar 17 12:53:28 2009
New Revision: 189927
URL: http://svn.freebsd.org/changeset/base/189927
Log:
Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and
compat32 binaries.
Tested by:pho
Reviewed by: kan
Modified:
head/sys/compat/ia32/ia32_s
Author: sbruno
Date: Tue Mar 17 13:07:11 2009
New Revision: 189928
URL: http://svn.freebsd.org/changeset/base/189928
Log:
Reviewed by: scott (sco...@freebsd.org)
Obtained from:Hideotshi Shimokawa
This update is based on comments from Hidetoshi.
Changeset 183550 removed the c
Author: kensmith
Date: Tue Mar 17 14:17:59 2009
New Revision: 189929
URL: http://svn.freebsd.org/changeset/base/189929
Log:
We're a little less than a week from code freeze for the 7.2-REL release
cycle. Give people a heads-up that there might be higher than usual
developer activity during
Author: rafan
Date: Tue Mar 17 14:29:25 2009
New Revision: 189930
URL: http://svn.freebsd.org/changeset/base/189930
Log:
MFC r189216 (ahead original schedule due to the upcoming 7.2-RELEASE)
- Remove kH (kp_kll) from screen. It has the identical key sequence as
@7 (kp_end). As ncurses
Author: bms
Date: Tue Mar 17 14:41:54 2009
New Revision: 189931
URL: http://svn.freebsd.org/changeset/base/189931
Log:
Deal with the case where ifma_protospec may be NULL, during
any IPv4 multicast operations which reference it.
There is a potential race because ifma_protospec is set to N
Author: fabient
Date: Tue Mar 17 14:53:42 2009
New Revision: 189932
URL: http://svn.freebsd.org/changeset/base/189932
Log:
Add information about me as a new committer to the src tree
Approved by: jkoshy (mentor)
Modified:
head/share/misc/committers-src.dot
head/usr.bin/calendar/calend
Author: attilio
Date: Tue Mar 17 16:30:49 2009
New Revision: 189933
URL: http://svn.freebsd.org/changeset/base/189933
Log:
Fix an old-standing bug that crept in along the several revisions:
B_DELWRI cleanup and vnode disassociation should happen just before to
assign the buffer to a queue.
Author: dwmalone
Date: Tue Mar 17 19:37:47 2009
New Revision: 189934
URL: http://svn.freebsd.org/changeset/base/189934
Log:
Fix some warns - mainly signedness and unused variables.
Modified:
head/usr.bin/ministat/ministat.c
Modified: head/usr.bin/ministat/ministat.c
=
Author: marcel
Date: Tue Mar 17 19:38:40 2009
New Revision: 189935
URL: http://svn.freebsd.org/changeset/base/189935
Log:
Sync gpart with the trunk. This includes:
o APM scheme supports Tivo Series 1 partitions (read only).
o Bootcode support added to BSD scheme.
o New EBR scheme to su
Author: dwmalone
Date: Tue Mar 17 19:51:04 2009
New Revision: 189936
URL: http://svn.freebsd.org/changeset/base/189936
Log:
Warns fixes: use putenv rather than setenv to avoid constness problems,
when we want to print an off_t cast to intmax_t and use %jd.
Up WARNS to 6.
Modified:
head
Author: bz
Date: Tue Mar 17 20:59:45 2009
New Revision: 189938
URL: http://svn.freebsd.org/changeset/base/189938
Log:
MFC r183001:
Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)
the same way it has been implemented for IPv4.
Modified:
stable/7/sys/ (props changed)
Author: delphij
Date: Tue Mar 17 21:20:39 2009
New Revision: 189939
URL: http://svn.freebsd.org/changeset/base/189939
Log:
Add prototypes for libusb20_be_[gs]et_template.
Modified:
head/lib/libusb/libusb20.h
Modified: head/lib/libusb/libusb20.h
===
Author: delphij
Date: Tue Mar 17 21:21:33 2009
New Revision: 189940
URL: http://svn.freebsd.org/changeset/base/189940
Log:
Remove unused local. usbconfig(8) can now compile under
WARNS=6.
Modified:
head/usr.sbin/usbconfig/usbconfig.c
Modified: head/usr.sbin/usbconfig/usbconfig.c
=
Author: yongari
Date: Wed Mar 18 01:57:26 2009
New Revision: 189941
URL: http://svn.freebsd.org/changeset/base/189941
Log:
MFC r187481:
- Do not read and write RX configuration register multiple times.
- Always program RX configuration register from scratch instead of
doing read/modi
Author: weongyo
Date: Wed Mar 18 01:57:54 2009
New Revision: 189942
URL: http://svn.freebsd.org/changeset/base/189942
Log:
If the caller sets irp_usriostat or irp_usrevent it try to process it
whatever the IRP flag is because some drivers (eg. RTL8187L NDIS driver)
call IoCompleteRequest() w
Author: yongari
Date: Wed Mar 18 02:00:23 2009
New Revision: 189943
URL: http://svn.freebsd.org/changeset/base/189943
Log:
MFC r187482:
Retire RL_FLAG_INVMAR bit to match its comment and reality.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stab
Author: yongari
Date: Wed Mar 18 02:03:16 2009
New Revision: 189944
URL: http://svn.freebsd.org/changeset/base/189944
Log:
MFC r187483:
- Add support for 8110SCe part. Some magic registers were taken from
Linux driver.
- Swap hardware revisions for 8110S and 8169S as Linux driver cl
Author: yongari
Date: Wed Mar 18 02:07:07 2009
New Revision: 189945
URL: http://svn.freebsd.org/changeset/base/189945
Log:
MFC r188381:
Reclaim transmitted frames in re_tick(). This is for PCIe
controllers that lose Tx completion interrupts under certain
conditions. With this change
Author: yongari
Date: Wed Mar 18 02:10:01 2009
New Revision: 189946
URL: http://svn.freebsd.org/changeset/base/189946
Log:
MFC r188474:
Allocating 2 MSI messages do not seem to work on certain controllers
so use just 1 MSI message. This fixes regression introduced in
r188381.
Modifi
Author: yongari
Date: Wed Mar 18 02:12:33 2009
New Revision: 189947
URL: http://svn.freebsd.org/changeset/base/189947
Log:
MFC r189555:
Add a new tunable hw.re.prefer_iomap which disables memory register
mapping. The tunable is OFF for all controllers except RTL8169SC
family. RTL8169
Author: yongari
Date: Wed Mar 18 02:23:01 2009
New Revision: 189948
URL: http://svn.freebsd.org/changeset/base/189948
Log:
MFC r183561, 186346:
r183561:
Add hardware MAC statistics support. Register information was
obtained from Linux forcedeth driver.
While I'm here move creating
Author: yongari
Date: Wed Mar 18 02:26:46 2009
New Revision: 189949
URL: http://svn.freebsd.org/changeset/base/189949
Log:
MFC r188382:
Document loader tunable hw.re.msi_disable.
Bump .Dd
Modified:
stable/7/share/man/man4/ (props changed)
stable/7/share/man/man4/igb.4 (props cha
Author: weongyo
Date: Wed Mar 18 02:38:35 2009
New Revision: 189950
URL: http://svn.freebsd.org/changeset/base/189950
Log:
Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx
or URB_FUNCTION_CLASS_xxx with HAL preemption lock that means it's
non-sleepable during USB requ
Author: yongari
Date: Wed Mar 18 03:29:05 2009
New Revision: 189951
URL: http://svn.freebsd.org/changeset/base/189951
Log:
MFC r189564:
Report current link state while auto-negotiation is in progress.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Author: yongari
Date: Wed Mar 18 03:31:19 2009
New Revision: 189952
URL: http://svn.freebsd.org/changeset/base/189952
Log:
MFC r189565:
For unknown speed, explicitly set IFM_NONE.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath
Author: yongari
Date: Wed Mar 18 03:33:45 2009
New Revision: 189953
URL: http://svn.freebsd.org/changeset/base/189953
Log:
MFC r189566:
Use mii_phy_add_media() and remove setting each media type.
While I'm here, don't set mii_anegticks as it's set by
mii_phy_add_media().
Modified:
Author: yongari
Date: Wed Mar 18 03:36:08 2009
New Revision: 189954
URL: http://svn.freebsd.org/changeset/base/189954
Log:
MFC r189567:
For IP1001 PHYs, read auto-negotiation advertisement register to
get default next page configuration. While I'm here explicitly set
IP1000PHY_ANAR_C
Author: ganbold (doc committer)
Date: Wed Mar 18 03:56:26 2009
New Revision: 189955
URL: http://svn.freebsd.org/changeset/base/189955
Log:
Clear confirm password field first when adding new user.
PR: i386/132580
Reported by: ilgiz
Approved by:kensmith
Modified:
head/usr.sbin/sy
36 matches
Mail list logo