svn commit: r195153 - head/sys/dev/ale

2009-06-28 Thread Pyun YongHyeon
Author: yongari Date: Mon Jun 29 05:12:21 2009 New Revision: 195153 URL: http://svn.freebsd.org/changeset/base/195153 Log: Disable Rx checksum offload until I find more clue why it breaks under certain environments. However give users chance to override it when he/she surely knows his/her ha

svn commit: r195152 - in head: . gnu/lib/libgcc gnu/lib/libssp/libssp_nonshared gnu/usr.bin/cc/cc_tools lib/libc lib/libc/sys libexec/rtld-elf

2009-06-28 Thread Alexander Kabaev
Author: kan Date: Mon Jun 29 01:33:59 2009 New Revision: 195152 URL: http://svn.freebsd.org/changeset/base/195152 Log: Back out previous revision until better tested fix is ready. Approved by: re (impliciti, by approving previos check-in) Modified: head/Makefile.inc1 head/gnu/lib/libgc

svn commit: r195151 - in head: . gnu/lib/libgcc gnu/lib/libssp/libssp_nonshared gnu/usr.bin/cc/cc_tools lib/libc lib/libc/sys libexec/rtld-elf

2009-06-28 Thread Alexander Kabaev
Author: kan Date: Sun Jun 28 23:51:39 2009 New Revision: 195151 URL: http://svn.freebsd.org/changeset/base/195151 Log: Eliminate .text relocations in shared libraries compiled with stack protector. Use libssp_nonshared library to pull __stack_chk_fail_local symbol into each library that n

svn commit: r195149 - in head/sys/sparc64: include sparc64

2009-06-28 Thread Marius Strobl
Author: marius Date: Sun Jun 28 22:42:51 2009 New Revision: 195149 URL: http://svn.freebsd.org/changeset/base/195149 Log: - Work around the broken loader behavior of not demapping no longer used kernel TLB slots when unloading the kernel or modules, which results in havoc when loading a

svn commit: r195148 - in head/sys: kern netgraph sys

2009-06-28 Thread Stanislav Sedov
Author: stas Date: Sun Jun 28 21:49:43 2009 New Revision: 195148 URL: http://svn.freebsd.org/changeset/base/195148 Log: - Turn the third (islocked) argument of the knote call into flags parameter. Introduce the new flag KNF_NOKQLOCK to allow event callers to be called without KQ_LOCK mtx

svn commit: r195146 - head/sys/dev/usb/serial

2009-06-28 Thread Ed Schouten
Author: ed Date: Sun Jun 28 20:52:11 2009 New Revision: 195146 URL: http://svn.freebsd.org/changeset/base/195146 Log: Don't pick up Giant inside ucom(4). Giant was only used here to lock down a bit mask of allocated unit numbers. Change the code to use its own mutex. Reviewed by: hs

Re: svn commit: r194672 - in head/sys: kern netinet sys

2009-06-28 Thread Christoph Mallon
Andre Oppermann schrieb: Author: andre Date: Mon Jun 22 23:08:05 2009 New Revision: 194672 URL: http://svn.freebsd.org/changeset/base/194672 Log: Add soreceive_stream(), an optimized version of soreceive() for stream (TCP) sockets. [...] Modified: head/sys/kern/uipc_socket.c ==

svn commit: r195136 - head/sys/kern

2009-06-28 Thread Ed Schouten
Author: ed Date: Sun Jun 28 12:02:15 2009 New Revision: 195136 URL: http://svn.freebsd.org/changeset/base/195136 Log: Add FIONWRITE support to TTYs. TTYs already supported TIOCOUTQ, but FIONWRITE seems to be a more generic name for this. Approved by: re (kib) Modified: head/sys/k

Re: svn commit: r195134 - in head/sys: dev/ath/ath_hal/ar5416 kern sys

2009-06-28 Thread Ed Schouten
* Poul-Henning Kamp wrote: > Add a complement to FIONREAD, called FIONWRITE, which returns the > number of bytes not yet properly disposed of. Implement it for > all sockets. Shall I implement this for TTYs? -- Ed Schouten WWW: http://80386.nl/ pgpA7nMR0UX2I.pgp Description: PGP sig

svn commit: r195135 - head/sys/dev/ath/ath_hal/ar5416

2009-06-28 Thread Poul-Henning Kamp
Author: phk Date: Sun Jun 28 11:32:52 2009 New Revision: 195135 URL: http://svn.freebsd.org/changeset/base/195135 Log: Revert a local change that should not have been in the last commit. Approved by: re (kib) Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Modified: head/sys/d

svn commit: r195134 - in head/sys: dev/ath/ath_hal/ar5416 kern sys

2009-06-28 Thread Poul-Henning Kamp
Author: phk Date: Sun Jun 28 11:28:14 2009 New Revision: 195134 URL: http://svn.freebsd.org/changeset/base/195134 Log: There are a number of ways an application can check if there are inbound data waiting on a filedescriptor, such as a pipe or a socket, for instance by using select(2), poll(

svn commit: r195133 - head/sys/dev/usb/wlan

2009-06-28 Thread Poul-Henning Kamp
Author: phk Date: Sun Jun 28 10:30:53 2009 New Revision: 195133 URL: http://svn.freebsd.org/changeset/base/195133 Log: Add ids of Sitecom USB wlan gadget. Approved by: re (kib) Modified: head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan/if_urtw.c =

svn commit: r195132 - in head: . release release/scripts usr.sbin/sysinstall

2009-06-28 Thread Marc Fonvieille
to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090628: + The documentation from the FreeBSD Documentation Project + (Handbook, FAQ, etc.) is now installed via packages by + sysinstall(8) and under the /usr/local/share/d

svn commit: r195131 - head/sys/vm

2009-06-28 Thread Konstantin Belousov
Author: kib Date: Sun Jun 28 08:42:17 2009 New Revision: 195131 URL: http://svn.freebsd.org/changeset/base/195131 Log: Eliminiate code duplication by calling vm_object_destroy() from vm_object_collapse(). Requested and reviewed by:alc Approved by: re (kensmith) Modified: head/sy