Author: alc
Date: Mon Nov 22 07:17:27 2010
New Revision: 215659
URL: http://svn.freebsd.org/changeset/base/215659
Log:
MFC r204415, r204416, r209669
Improve the comment and man page for vm_page_alloc().
Modified:
stable/7/share/man/man9/vm_page_alloc.9
stable/7/sys/vm/vm_page.c
Director
Author: kevlo
Date: Mon Nov 22 07:00:47 2010
New Revision: 215658
URL: http://svn.freebsd.org/changeset/base/215658
Log:
Plug an fd leak
Modified:
head/sbin/ddb/ddb.c
Modified: head/sbin/ddb/ddb.c
==
--- head/sbin/dd
On Monday 22 November 2010 07:12:20 Peter Grehan wrote:
> > I plan some follow-up patches to improve the USB PF-solution and to make
> > it a loadable kernel module this week.
>
> Could the USB support in libpcap somehow hook into this ?
>
> later,
>
> Peter.
Yes, I plan to look into this, be
Author: kevlo
Date: Mon Nov 22 06:41:05 2010
New Revision: 215657
URL: http://svn.freebsd.org/changeset/base/215657
Log:
MFC r215607:
Fix missing closedir()
Modified:
stable/8/sbin/devd/devd.cc
Modified: stable/8/sbin/devd/devd.cc
===
Author: kevlo
Date: Mon Nov 22 06:38:52 2010
New Revision: 215656
URL: http://svn.freebsd.org/changeset/base/215656
Log:
MFC r215519:
Fix fd leak
Modified:
stable/8/usr.bin/chkey/chkey.c
Modified: stable/8/usr.bin/chkey/chkey.c
==
Author: kevlo
Date: Mon Nov 22 06:37:21 2010
New Revision: 215655
URL: http://svn.freebsd.org/changeset/base/215655
Log:
MFC r215518:
Close file and directory descriptors
Modified:
stable/8/usr.bin/at/at.c
Modified: stable/8/usr.bin/at/at.c
=
Author: kevlo
Date: Mon Nov 22 06:31:42 2010
New Revision: 215654
URL: http://svn.freebsd.org/changeset/base/215654
Log:
MFC r215335:
Remove unused struct rue_type
Modified:
stable/8/sys/dev/usb/net/if_ruereg.h
Modified: stable/8/sys/dev/usb/net/if_ruereg.h
I plan some follow-up patches to improve the USB PF-solution and to make it a
loadable kernel module this week.
Could the USB support in libpcap somehow hook into this ?
later,
Peter.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org
Author: alc
Date: Mon Nov 22 06:25:56 2010
New Revision: 215653
URL: http://svn.freebsd.org/changeset/base/215653
Log:
MFC r209669
Improve the comment and man page for vm_page_alloc().
Modified:
stable/8/share/man/man9/vm_page_alloc.9
stable/8/sys/vm/vm_page.c
Directory Properties:
st
On Monday 22 November 2010 02:11:28 Weongyo Jeong wrote:
> Author: weongyo
> Date: Mon Nov 22 01:11:28 2010
> New Revision: 215649
> URL: http://svn.freebsd.org/changeset/base/215649
>
> Log:
> Adds a USB packet filter feature to the stack that it could capture
> packets which go through each
Author: davidxu
Date: Mon Nov 22 02:42:02 2010
New Revision: 215652
URL: http://svn.freebsd.org/changeset/base/215652
Log:
Use atomic instruction to set _has_writer, otherwise there is a race
causes userland to not wake up a thread sleeping in kernel.
MFC after: 3 days
Modified:
head/s
Author: weongyo
Date: Mon Nov 22 01:28:29 2010
New Revision: 215651
URL: http://svn.freebsd.org/changeset/base/215651
Log:
Adds usbdump(8) tool that currently it only supports the very basic
feature set. It's not connected to the build yet.
Reviewed by: hps
Added:
head/usr.sbin/usbdu
On Mon, Nov 22, 2010 at 10:10:18AM +1030, Benjamin Close wrote:
> Is this really the same thing?
> I believe the variable:number is a bitfield indicator not a member
> initialization.
If it had been a declaration of a type, yes. That is not the case
here, which is a declaration/definition of a
Author: weongyo
Date: Mon Nov 22 01:11:28 2010
New Revision: 215649
URL: http://svn.freebsd.org/changeset/base/215649
Log:
Adds a USB packet filter feature to the stack that it could capture
packets which go through each USB host controllers. Its implementations
are almost based on BPF code
On Sun, Nov 21, 2010 at 9:40 PM, Benjamin Close
wrote:
> Is this really the same thing?
> I believe the variable:number is a bitfield indicator not a member
> initialization.
Indeed it is, in a struct declaration, but that was was an
initialization (notice the equal sign before the brace). That
Author: dougb
Date: Mon Nov 22 00:44:43 2010
New Revision: 215648
URL: http://svn.freebsd.org/changeset/base/215648
Log:
MFC 215334:
Remove references to MAKEDEV(8)
Deleted:
stable/7/share/man/man8/MAKEDEV.8
Modified:
stable/7/share/doc/papers/jail/mgt.ms
stable/7/share/doc/smm/01.se
Author: dougb
Date: Mon Nov 22 00:31:52 2010
New Revision: 215647
URL: http://svn.freebsd.org/changeset/base/215647
Log:
MFC 215334:
Remove references to MAKEDEV(8)
Deleted:
stable/8/share/man/man8/MAKEDEV.8
Modified:
stable/8/share/doc/papers/jail/mgt.ms
stable/8/share/doc/smm/01.se
Author: dougb
Date: Mon Nov 22 00:12:24 2010
New Revision: 215646
URL: http://svn.freebsd.org/changeset/base/215646
Log:
MFC 215250:
Remove references to the long-gone ramdisk
Submitted by: Garrett Cooper
Modified:
stable/7/share/man/man5/rc.conf.5
Directory Properties:
stable/7/
Author: dougb
Date: Mon Nov 22 00:10:14 2010
New Revision: 215645
URL: http://svn.freebsd.org/changeset/base/215645
Log:
MFC 215250:
Remove references to the long-gone ramdisk
Submitted by: Garrett Cooper
Modified:
stable/8/share/man/man5/rc.conf.5
Directory Properties:
stable/8/
Is this really the same thing?
I believe the variable:number is a bitfield indicator not a member
initialization.
On 20/11/10 23:54, Bernhard Schmidt wrote:
Author: bschmidt
Date: Sat Nov 20 13:24:05 2010
New Revision: 215563
URL: http://svn.freebsd.org/changeset/base/215563
Log:
MFC r209
Author: simon
Date: Sun Nov 21 22:46:51 2010
New Revision: 215644
URL: http://svn.freebsd.org/changeset/base/215644
Log:
Tag OpenSSL 0.9.8p.
Added:
vendor-crypto/openssl/0.9.8p/
- copied from r215643, vendor-crypto/openssl/dist/
___
svn-src-all
Author: simon
Date: Sun Nov 21 22:45:18 2010
New Revision: 215643
URL: http://svn.freebsd.org/changeset/base/215643
Log:
Import OpenSSL 0.9.8p.
Modified:
vendor-crypto/openssl/dist/CHANGES
vendor-crypto/openssl/dist/Configure
vendor-crypto/openssl/dist/FAQ
vendor-crypto/openssl/dist/Mak
Author: bz
Date: Sun Nov 21 19:33:19 2010
New Revision: 215641
URL: http://svn.freebsd.org/changeset/base/215641
Log:
Add a missing ';' and change the debugging sysctl from xint to int.
Submitted by: Mikolaj Golub (to.my.trociny gmail.com)
MFC after:3 days
Modified:
Author: mckay
Date: Sun Nov 21 21:31:29 2010
New Revision: 215642
URL: http://svn.freebsd.org/changeset/base/215642
Log:
Various syntactic tweaks to satisfy style(9). No change to execution.
Submitted by: gcooper@
Modified:
head/usr.bin/xargs/xargs.c
Modified: head/usr.bin/xargs/xargs.
On Sat, Nov 20, 2010 at 04:03:53PM +, Andrey V. Elsukov wrote:
> Author: ae
> Date: Sat Nov 20 16:03:53 2010
> New Revision: 215570
> URL: http://svn.freebsd.org/changeset/base/215570
>
> Log:
> Add to gpart(8) an ability to backup partition table and
> restore it from given backup.
[...]
On 21 Nov 2010, at 13:20, Oliver Pinter wrote:
> MFC or MFS to 7-STABLE this patch?
Hey,
I currently have no plans to merge it to 7, as I mostly considered 7 dead at
this point and unfortunately have limited time.
If somebody else want to merge it that's fine with me.
> On 11/21/10, Simon L.
Author: brucec
Date: Sun Nov 21 18:04:28 2010
New Revision: 215640
URL: http://svn.freebsd.org/changeset/base/215640
Log:
MFC r203567 (by antoine):
Update files to remove when MK_KERBEROS=no.
MFC r203561 (by antoine):
Add files to remove when MK_GSSAPI=no.
Modified:
stable/8/tools/bu
Author: jilles
Date: Sun Nov 21 17:14:22 2010
New Revision: 215639
URL: http://svn.freebsd.org/changeset/base/215639
Log:
MFC r215211: echo(1): Clarify portability and mention literal "--" handling.
Modified:
stable/7/bin/echo/echo.1
Directory Properties:
stable/7/bin/echo/ (props changed
Author: jilles
Date: Sun Nov 21 17:12:27 2010
New Revision: 215638
URL: http://svn.freebsd.org/changeset/base/215638
Log:
MFC r215184: sh: Remove unused man page for echo builtin.
The information in sh(1) about the echo builtin is equivalent, though less
extensive.
The echo(1) man pa
On Sun, 21 Nov 2010, Jilles Tjoelker wrote:
> On Sun, Nov 21, 2010 at 12:42:24PM +, Gavin Atkinson wrote:
> > On Sat, 20 Nov 2010, Jilles Tjoelker wrote:
> > > Author: jilles
> > > Date: Sat Nov 20 16:46:16 2010
> > > New Revision: 215572
> > > URL: http://svn.freebsd.org/changeset/base/215572
Author: brucec
Date: Sun Nov 21 14:34:25 2010
New Revision: 215637
URL: http://svn.freebsd.org/changeset/base/215637
Log:
dispatch_add_command:
Modify the logic so there's only one exit point instead of two.
Only insert valid (non-NULL) values into the queue.
dispatch_free_command:
En
Author: brucec
Date: Sun Nov 21 13:11:50 2010
New Revision: 215632
URL: http://svn.freebsd.org/changeset/base/215632
Log:
MFC r215284, r215285:
When rebooting the machine jump to 0xf000:0xfff0 instead of 0x:0x0.
This is the same change that was made in rev 1.33 of boot/i386/btx/btx.S.
On Sun, Nov 21, 2010 at 2:55 AM, Stephen McKay wrote:
> Author: mckay
> Date: Sun Nov 21 10:55:16 2010
> New Revision: 215615
> URL: http://svn.freebsd.org/changeset/base/215615
>
> Log:
> xargs can be fooled by exiting children that it did not start, causing
> it to kick off a new command befor
Author: brucec
Date: Sun Nov 21 13:41:04 2010
New Revision: 215636
URL: http://svn.freebsd.org/changeset/base/215636
Log:
MFC r215306:
libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.
liblwres.so.10 has been replaced by liblwres.so.50.
usr/share/man/man8/ns
Author: brucec
Date: Sun Nov 21 13:22:05 2010
New Revision: 215634
URL: http://svn.freebsd.org/changeset/base/215634
Log:
MFC r215286:
Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.
PR: bin/128587
Submitted by: Mehmet Kose
MFC r215287:
"Web
On Sun, Nov 21, 2010 at 12:42:24PM +, Gavin Atkinson wrote:
> On Sat, 20 Nov 2010, Jilles Tjoelker wrote:
> > Author: jilles
> > Date: Sat Nov 20 16:46:16 2010
> > New Revision: 215572
> > URL: http://svn.freebsd.org/changeset/base/215572
> > Log:
> > MFC r215183: Make POLL_ERR and POLL_HUP
Author: kib
Date: Sun Nov 21 13:25:10 2010
New Revision: 215635
URL: http://svn.freebsd.org/changeset/base/215635
Log:
MFC r212262:
Add aesni(4) manpage.
MFC r212268:
Grammar fixes.
MFC r212388 (by brueffer):
Some more grammar, wording and mdoc fixes.
MFC r212389 (by brueffe
Author: kib
Date: Sun Nov 21 13:20:14 2010
New Revision: 215633
URL: http://svn.freebsd.org/changeset/base/215633
Log:
Bring aesni(4) driver from HEAD.
MFC r210409:
Crypto(4) driver for AESNI.
MFC r213064 (by pjd):
Simplify code a bit.
MFC r213066 (by pjd):
Add support for C
Author: brucec
Date: Sun Nov 21 13:04:53 2010
New Revision: 215631
URL: http://svn.freebsd.org/changeset/base/215631
Log:
MFC r215286:
Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.
PR: bin/128587
Submitted by: Mehmet Kose
MFC r215287:
"Web
Author: brucec
Date: Sun Nov 21 12:52:33 2010
New Revision: 215630
URL: http://svn.freebsd.org/changeset/base/215630
Log:
MFC r215284, r215285:
When rebooting the machine jump to 0xf000:0xfff0 instead of 0x:0x0.
This is the same change that was made in rev 1.33 of boot/i386/btx/btx.S.
Hi!
MFC or MFS to 7-STABLE this patch?
On 11/21/10, Simon L. Nielsen wrote:
> Author: simon
> Date: Sun Nov 21 11:10:09 2010
> New Revision: 215624
> URL: http://svn.freebsd.org/changeset/base/215624
>
> Log:
> MFC r210372:
>
> Add support for creating the archived log filenames using a time
Author: brucec
Date: Sun Nov 21 12:47:54 2010
New Revision: 215629
URL: http://svn.freebsd.org/changeset/base/215629
Log:
MFC r215281, r215282, r215283, r215304:
Add some descriptions to sys/kern sysctls.
Fix style(9) issues.
PR: kern/148710
PR: kern/148510
Modified:
stable/
On Sat, 20 Nov 2010, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sat Nov 20 16:46:16 2010
> New Revision: 215572
> URL: http://svn.freebsd.org/changeset/base/215572
>
> Log:
> MFC r215183: Make POLL_ERR and POLL_HUP different.
>
> The kernel currently does not generate any of the POLL_
Author: delphij
Date: Sun Nov 21 12:40:16 2010
New Revision: 215628
URL: http://svn.freebsd.org/changeset/base/215628
Log:
MFC r214125:
In syscall_module_handler(): all switch branches return, remove
unreached code as pointed out in a Chinese forum [1].
[1] http://www.freebsdchina.or
Author: bschmidt
Date: Sun Nov 21 12:33:11 2010
New Revision: 215627
URL: http://svn.freebsd.org/changeset/base/215627
Log:
Revert r215619, ABI breakage ahead.
Pointy hat to:me
Modified:
stable/7/sys/net80211/ieee80211_ioctl.h
Directory Properties:
stable/7/sys/ (props change
Author: bschmidt
Date: Sun Nov 21 12:32:35 2010
New Revision: 215626
URL: http://svn.freebsd.org/changeset/base/215626
Log:
Revert r215618, ABI breakage ahead.
Pointy hat to:me
Modified:
stable/8/sys/net80211/ieee80211_ioctl.h
Directory Properties:
stable/8/sys/ (props change
On Sunday 21 November 2010 12:25:20 Kostik Belousov wrote:
> On Sun, Nov 21, 2010 at 10:58:18AM +, Bernhard Schmidt wrote:
> > Author: bschmidt
> > Date: Sun Nov 21 10:58:18 2010
> > New Revision: 215618
> > URL: http://svn.freebsd.org/changeset/base/215618
> >
> > Log:
> > MFC r199076:
> >
On Sunday, 21st November 2010, Stephen McKay wrote:
>Log:
> xargs can be fooled by exiting children that it did not start, causing
> it to kick off a new command before the previous has finished, resulting
> in corrupted (interleaved) output. It is also fooled by non-exiting
> children it did
Author: simon
Date: Sun Nov 21 11:50:16 2010
New Revision: 215625
URL: http://svn.freebsd.org/changeset/base/215625
Log:
Fix a typo in a comment.
MFC after:3 days
Modified:
head/usr.sbin/newsyslog/newsyslog.c
Modified: head/usr.sbin/newsyslog/newsyslog.c
On Sun, Nov 21, 2010 at 10:49:41AM +, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Sun Nov 21 10:49:40 2010
> New Revision: 215612
> URL: http://svn.freebsd.org/changeset/base/215612
>
> Log:
> Compare the address of the array, not the array.
>
> Committed by: rpaulo
> Fou
On Sun, Nov 21, 2010 at 10:58:18AM +, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Sun Nov 21 10:58:18 2010
> New Revision: 215618
> URL: http://svn.freebsd.org/changeset/base/215618
>
> Log:
> MFC r199076:
> The isr_intval in ieee80211req_scan_result structure should be 16 bit.
>
Author: mckay
Date: Sun Nov 21 10:55:16 2010
New Revision: 215615
URL: http://svn.freebsd.org/changeset/base/215615
Log:
xargs can be fooled by exiting children that it did not start, causing
it to kick off a new command before the previous has finished, resulting
in corrupted (interleaved)
Author: tuexen
Date: Sun Nov 21 11:08:22 2010
New Revision: 215623
URL: http://svn.freebsd.org/changeset/base/215623
Log:
MFC r215249:
Add for existing protocol entries the missing SCTP port allocations
and add protocol entries for protocols which have SCTP port allocations.
These entries
Author: simon
Date: Sun Nov 21 11:10:09 2010
New Revision: 215624
URL: http://svn.freebsd.org/changeset/base/215624
Log:
MFC r210372:
Add support for creating the archived log filenames using a time-stamp
instead of the traditional simple counter.
Using the time-stamp based file-name
Author: simon
Date: Sun Nov 21 11:04:19 2010
New Revision: 215622
URL: http://svn.freebsd.org/changeset/base/215622
Log:
MFC r208649 by gordon (needed for MFC of r210372):
Add file include processing for newsyslog.
Format for the include line in /etc/newsyslog.conf is:
/etc/defaults
Author: bschmidt
Date: Sun Nov 21 11:03:22 2010
New Revision: 215621
URL: http://svn.freebsd.org/changeset/base/215621
Log:
MFC r203422,r203556:
When taking the AMPDU reorder fastpath, need_tap wasn't being
initialized. Initialize on declaration to avoid this.
Found with: clang static
Author: simon
Date: Sun Nov 21 11:01:56 2010
New Revision: 215620
URL: http://svn.freebsd.org/changeset/base/215620
Log:
MFC r208648 by gordon (needed for MFC of r210372):
Convert newsyslog to using queue(3) macros instead of a home rolled version.
Modified:
stable/8/usr.sbin/newsyslog/n
Author: bschmidt
Date: Sun Nov 21 10:58:37 2010
New Revision: 215619
URL: http://svn.freebsd.org/changeset/base/215619
Log:
MFC r199076:
The isr_intval in ieee80211req_scan_result structure should be 16 bit.
This makes ifconfig list scan display the correct beacon interval
(previously it w
Author: bschmidt
Date: Sun Nov 21 10:58:18 2010
New Revision: 215618
URL: http://svn.freebsd.org/changeset/base/215618
Log:
MFC r199076:
The isr_intval in ieee80211req_scan_result structure should be 16 bit.
This makes ifconfig list scan display the correct beacon interval
(previously it w
Author: bschmidt
Date: Sun Nov 21 10:56:04 2010
New Revision: 215617
URL: http://svn.freebsd.org/changeset/base/215617
Log:
MFC r200242:
Fix typo in comment
Submitted by: Paul B Mahol
Committed by: rpaulo
Modified:
stable/7/sys/net80211/ieee80211_input.c
Directory Properties:
stab
Author: bschmidt
Date: Sun Nov 21 10:55:43 2010
New Revision: 215616
URL: http://svn.freebsd.org/changeset/base/215616
Log:
MFC r200242:
Fix typo in comment
Submitted by: Paul B Mahol
Committed by: rpaulo
Modified:
stable/8/sys/net80211/ieee80211_hostap.c
Directory Properties:
sta
Author: bschmidt
Date: Sun Nov 21 10:52:47 2010
New Revision: 215614
URL: http://svn.freebsd.org/changeset/base/215614
Log:
MFC r207322:
Fix typo. No functional change.
Obtained from:DragonFlyBSD
Committed by: rpaulo
Modified:
stable/7/sys/net80211/ieee80211_node.c
Directory
Author: bschmidt
Date: Sun Nov 21 10:52:18 2010
New Revision: 215613
URL: http://svn.freebsd.org/changeset/base/215613
Log:
MFC r207322:
Fix typo. No functional change.
Obtained from:DragonFlyBSD
Committed by: rpaulo
Modified:
stable/8/sys/net80211/ieee80211_node.c
Directory
Author: bschmidt
Date: Sun Nov 21 10:49:40 2010
New Revision: 215612
URL: http://svn.freebsd.org/changeset/base/215612
Log:
Compare the address of the array, not the array.
Committed by: rpaulo
Found with: Coverity Prevent(tm)
CID: 3690
Modified:
stable/8/sys/net80211/ieee
Author: simon
Date: Sun Nov 21 10:45:10 2010
New Revision: 215611
URL: http://svn.freebsd.org/changeset/base/215611
Log:
MFC r208028 by uqs:
mdoc: move remaining sections into consistent order
Modified:
stable/8/usr.sbin/newsyslog/newsyslog.8
Directory Properties:
stable/8/usr.sbin/new
Author: kib
Date: Sun Nov 21 10:18:28 2010
New Revision: 215610
URL: http://svn.freebsd.org/changeset/base/215610
Log:
Eliminate the mab, maf arrays and related variables.
The change also fixes off-by-one error in the calculation of mreq.
Suggested and reviewed by:alc
Tested by:
Author: kib
Date: Sun Nov 21 10:00:43 2010
New Revision: 215609
URL: http://svn.freebsd.org/changeset/base/215609
Log:
MFC r215309:
Use symbolic names instead of hardcoding values for magic p_osrel constants.
MFC r215321:
Do not use __FreeBSD_version prefix for the special osrel version
Author: kib
Date: Sun Nov 21 09:50:11 2010
New Revision: 215608
URL: http://svn.freebsd.org/changeset/base/215608
Log:
MFC r215307:
Implement a (soft) stack guard page for auto-growing stack mappings.
Modified:
stable/8/sys/vm/vm_map.c
Directory Properties:
stable/8/sys/ (props changed)
68 matches
Mail list logo