Author: delphij
Date: Mon Jun 1 07:05:52 2009
New Revision: 193205
URL: http://svn.freebsd.org/changeset/base/193205
Log:
According to Intel documentation (307013), 3Gbps mode is supported on
Desktop chipsets only for ICH7 series, so mark all ICH7M as ATA_SA150
instead of ATA_SA300.
Modifi
Author: trasz
Date: Mon Jun 1 07:48:27 2009
New Revision: 193206
URL: http://svn.freebsd.org/changeset/base/193206
Log:
Use the "flag" word consistently.
Submitted by: Ben Kaduk
Modified:
head/share/man/man9/VOP_ACCESS.9
Modified: head/share/man/man9/VOP_ACCESS.9
=
Author: lulf
Date: Mon Jun 1 09:25:32 2009
New Revision: 193213
URL: http://svn.freebsd.org/changeset/base/193213
Log:
- Add missing data argument to printf.
Submitted by: Pawel Worach
MFC after:1 week
Modified:
head/contrib/csup/updater.c
Modified: head/contrib/csup/updater.c
=
Author: pjd
Date: Mon Jun 1 09:32:12 2009
New Revision: 193214
URL: http://svn.freebsd.org/changeset/base/193214
Log:
Document EINVAL for bind(2).
Reviewed by: rwatson
Obtained from:SuSv3
Modified:
head/lib/libc/sys/bind.2
Modified: head/lib/libc/sys/bind.2
=
Hi,
On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote:
On Monday 01 June 2009, Rui Paulo wrote:
http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649eaddf
2fed595
Hi Rui Paulo,
Regarding the eject button, can you have a look at:
/sys/dev/usb/input/ukbd.c
And provide a pa
Author: pjd
Date: Mon Jun 1 10:30:00 2009
New Revision: 193217
URL: http://svn.freebsd.org/changeset/base/193217
Log:
- Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent
with OpenBSD (and BSD/OS originally). We can't easly do it SOL_SOCKET option
as there is no
Author: pjd
Date: Mon Jun 1 10:30:52 2009
New Revision: 193218
URL: http://svn.freebsd.org/changeset/base/193218
Log:
Document IP_BINDANY IP socket option.
Reviewed by: brueffer
Modified:
head/share/man/man4/ip.4
Modified: head/share/man/man4/ip.4
=
Author: rwatson
Date: Mon Jun 1 10:41:38 2009
New Revision: 193219
URL: http://svn.freebsd.org/changeset/base/193219
Log:
Reimplement the netisr framework in order to support parallel netisr
threads:
- Support up to one netisr thread per CPU, each processings its own
workstream, or s
Author: delphij
Date: Mon Jun 1 10:49:08 2009
New Revision: 193220
URL: http://svn.freebsd.org/changeset/base/193220
Log:
DMA synchronization fixes:
- In bce_rx_intr(), use BUS_DMASYNC_POSTREAD instead of
BUS_DMASYNC_POSTWRITE, as we want to "read" from the
rx page chain pages.
Author: rse
Date: Mon Jun 1 10:50:17 2009
New Revision: 193221
URL: http://svn.freebsd.org/changeset/base/193221
Log:
be more type correct and align local ckmalloc() with its underlying malloc(3)
by using a "size_t" instead of an "int" argument
Modified:
head/bin/sh/alias.c
head/bin/sh/me
Author: rse
Date: Mon Jun 1 11:02:09 2009
New Revision: 193222
URL: http://svn.freebsd.org/changeset/base/193222
Log:
correctly test for __GNUC__ macro (non-GCC compilers do not have it defined
at all)
Modified:
head/bin/sh/eval.c
head/bin/sh/parser.c
head/bin/sh/var.c
Modified: head/b
Author: rse
Date: Mon Jun 1 11:11:46 2009
New Revision: 193223
URL: http://svn.freebsd.org/changeset/base/193223
Log:
align coding style with style(9) to avoid misunderstandings
Modified:
head/bin/sh/exec.c
Modified: head/bin/sh/exec.c
===
Author: rse
Date: Mon Jun 1 11:38:38 2009
New Revision: 193225
URL: http://svn.freebsd.org/changeset/base/193225
Log:
use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to
make linting tools (e.g. FlexeLint) happy, too
Modified:
head/bin/sh/mksyntax.c
Modified: head/
Author: mav
Date: Mon Jun 1 13:13:47 2009
New Revision: 193228
URL: http://svn.freebsd.org/changeset/base/193228
Log:
Comment out old Realtek ALC883 quirk, that was disabling phantop power on
mic inputs. I have no idea what for it was made that time, but now I have
several reports that it s
Author: jhb
Date: Mon Jun 1 14:20:13 2009
New Revision: 193229
URL: http://svn.freebsd.org/changeset/base/193229
Log:
Add a missing parameter when displaying GPT partitions with an unknown
UUID.
Submitted by: Pawel Worach pawel.worach | gmail
MFC after:1 week
Modified:
head/sys
On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sun May 31 10:02:20 2009
> New Revision: 193159
> URL: http://svn.freebsd.org/changeset/base/193159
>
> Log:
> Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) to
> determine whether the compu
Doug Barton wrote:
Log:
Eliminate the warning that "Values of network_interfaces other than
AUTO are deprecated.' There is no good reason to deprecate them, and
setting this to different values can be useful for custom solutions
and/or one-off configuration problems.
Thanks, I wasn't
Author: rwatson
Date: Mon Jun 1 15:03:58 2009
New Revision: 193230
URL: http://svn.freebsd.org/changeset/base/193230
Log:
Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longer
required for options DEVICE_POLLING.
De-fragment the NETISR_ constant space and lower NETISR_MAXP
On Tue, 2009-05-26 at 15:09 -0500, Brooks Davis wrote:
> On Tue, May 26, 2009 at 03:24:05PM +0200, Ivan Voras wrote:
> > 2009/5/26 Robert Watson :
> > > On Tue, 26 May 2009, Edward Tomasz Napierala wrote:
> > >
> > >> +/*-
> > >> + * Copyright (c) 2008, 2009 Edward Tomasz Napiera??a
> > >> + * All
Author: bms
Date: Mon Jun 1 15:30:18 2009
New Revision: 193231
URL: http://svn.freebsd.org/changeset/base/193231
Log:
Merge fixes from p4:
* Tighten v1 query input processing.
* Borrow changes from MLDv2 for how general queries are processed.
* Do address field validation upfront bef
Mon Jun 1 15:49:42 2009(r193232)
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090601:
+ The way we are storing and accessing `routeing table' en
On Monday 01 June 2009, Rui Paulo wrote:
> Hi,
>
> On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote:
> > On Monday 01 June 2009, Rui Paulo wrote:
> >> http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649ea
> >>ddf 2fed595
> >
> > Hi Rui Paulo,
> >
> > Regarding the eject button,
On Mon, 1 Jun 2009, Bjoern A. Zeeb wrote:
Author: bz
Date: Mon Jun 1 15:49:42 2009
New Revision: 193232
URL: http://svn.freebsd.org/changeset/base/193232
Log:
Convert the two dimensional array to be malloced and introduce
an accessor function to get the correct rnh pointer back.
Update net
==
--- head/UPDATING Mon Jun 1 15:49:42 2009(r193232)
+++ head/UPDATING Mon Jun 1 16:00:36 2009(r193233)
@@ -23,11 +23,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
ln -s aj /etc/malloc.conf.)
20090601:
- The way we are
John Baldwin wrote:
On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sun May 31 10:02:20 2009
New Revision: 193159
URL: http://svn.freebsd.org/changeset/base/193159
Log:
Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) to
determine whether
Author: rwatson
Date: Mon Jun 1 16:13:06 2009
New Revision: 193234
URL: http://svn.freebsd.org/changeset/base/193234
Log:
Add 'sy_flags', a currently unused per-syscall entry flags field that will
see future use in 9-CURRENT and 8-STABLE for features such as the
capability-mode enable flag
On Mon, 2009-06-01 at 10:49 +, Xin LI wrote:
> Author: delphij
> Date: Mon Jun 1 10:49:08 2009
> New Revision: 193220
> URL: http://svn.freebsd.org/changeset/base/193220
>
> Log:
> DMA synchronization fixes:
>
[snip]
>- In bce_intr(), use BUS_DMASYNC_POSTREAD and
> BUS_DMASYNC_P
Author: imp
Date: Mon Jun 1 16:22:01 2009
New Revision: 193236
URL: http://svn.freebsd.org/changeset/base/193236
Log:
Add a comment about what may be happening when we get certain
messages. No change to actual code.
Modified:
head/sys/dev/bwi/if_bwi.c
Modified: head/sys/dev/bwi/if_bwi.c
Author: imp
Date: Mon Jun 1 16:27:13 2009
New Revision: 193237
URL: http://svn.freebsd.org/changeset/base/193237
Log:
Make sure that we drain the LED blinking callout on detach.
Submitted by: Paul B. Mahol
Modified:
head/sys/dev/bwi/if_bwi.c
Modified: head/sys/dev/bwi/if_bwi.c
Author: imp
Date: Mon Jun 1 16:29:03 2009
New Revision: 193238
URL: http://svn.freebsd.org/changeset/base/193238
Log:
Move the unlock to after the ifdef (maybe the right fix is to remove
the ifdef) since it calls bwi_start_locked, which expects to the lock
to be held...
Modified:
head/sy
Author: sam
Date: Mon Jun 1 16:36:28 2009
New Revision: 193239
URL: http://svn.freebsd.org/changeset/base/193239
Log:
pad data structures to enable integration of future features w/o abi breakage
Modified:
head/sys/net80211/ieee80211_ht.h
head/sys/net80211/ieee80211_ioctl.h
head/sys/net8
In message: <20090601.n51bbkzt077...@svn.freebsd.org>
"Ralf S. Engelschall" writes:
: Author: rse
: Date: Mon Jun 1 11:11:46 2009
: New Revision: 193223
: URL: http://svn.freebsd.org/changeset/base/193223
:
: Log:
: align coding style with style(9) to avoid misunderstandings
:
In message: <200906010822.19951@freebsd.org>
John Baldwin writes:
: On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote:
: > Author: nwhitehorn
: > Date: Sun May 31 10:02:20 2009
: > New Revision: 193159
: > URL: http://svn.freebsd.org/changeset/base/193159
: >
: > Log:
: >
on 01/06/2009 19:43 M. Warner Losh said the following:
> In message: <20090601.n51bbkzt077...@svn.freebsd.org>
> "Ralf S. Engelschall" writes:
> : + for (p = start; *p && *p != ':' && *p != '%'; p++)
> : + ; /* nothing */
>
> C already has a way of saying this:
>
>
Bjoern A. Zeeb wrote:
> On Mon, 1 Jun 2009, Doug Barton wrote:
>
>> Author: dougb
>> Date: Mon Jun 1 05:37:13 2009
>> New Revision: 193199
>> URL: http://svn.freebsd.org/changeset/base/193199
>>
>> Log:
>> Eliminate the warning that "Values of network_interfaces other than
>> AUTO are deprecate
On Monday 01 June 2009 12:01:04 pm Nathan Whitehorn wrote:
> John Baldwin wrote:
> > On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote:
> >
> >> Author: nwhitehorn
> >> Date: Sun May 31 10:02:20 2009
> >> New Revision: 193159
> >> URL: http://svn.freebsd.org/changeset/base/193159
> >>
> >>
Bjoern A. Zeeb wrote:
> On Mon, 1 Jun 2009, Doug Barton wrote:
>
>> Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198
>> URL: http://svn.freebsd.org/changeset/base/193198
>>
>> Log: Make the pf and ipfw firewalls start before netif, just like
>> ipfilter already does. This elimi
Bjoern A. Zeeb wrote:
On Mon, 1 Jun 2009, Bjoern A. Zeeb wrote:
Author: bz
Date: Mon Jun 1 15:49:42 2009
New Revision: 193232
URL: http://svn.freebsd.org/changeset/base/193232
Log:
Convert the two dimensional array to be malloced and introduce
an accessor function to get the correct rnh poi
On Mon, 1 Jun 2009, Doug Barton wrote:
Bjoern A. Zeeb wrote:
On Mon, 1 Jun 2009, Doug Barton wrote:
Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198
URL: http://svn.freebsd.org/changeset/base/193198
Log: Make the pf and ipfw firewalls start before netif, just like
ipfilter
"M. Warner Losh" writes:
> : @@ -187,7 +187,8 @@ padvance(char **path, char *name)
> : if (*path == NULL)
> : return NULL;
> : start = *path;
> : - for (p = start ; *p && *p != ':' && *p != '%' ; p++);
> : + for (p = start; *p && *p != ':' && *p != '%'; p++)
> : +
Dag-Erling Smørgrav wrote:
"M. Warner Losh" writes:
: @@ -187,7 +187,8 @@ padvance(char **path, char *name)
: if (*path == NULL)
: return NULL;
: start = *path;
: - for (p = start ; *p && *p != ':' && *p != '%' ; p++);
: + for (p = start; *p && *p != ':' && *p
)
@@ -26,7 +26,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
The way we are storing and accessing `routing table' entries
has changed. Programs reading the FIB, like netstat, need to
be re-compiled.
- Bump __FreeBSD_version to 800097.
20090601:
A new n
changed. Programs reading the FIB, like netstat, need to
> be re-compiled.
> - Bump __FreeBSD_version to 800097.
>
> 20090601:
> A new netisr implementation has been added for FreeBSD 8. Network
>
> Modified: head/sys/sys/param.h
> ===
In message: <86vdnfq1t3@ds4.des.no>
Dag-Erling_Smørgrav writes:
: "M. Warner Losh" writes:
: > : @@ -187,7 +187,8 @@ padvance(char **path, char *name)
: > : if (*path == NULL)
: > : return NULL;
: > : start = *path;
: > : - for (p = start ; *p && *p != ':' && *p != '
Author: sam
Date: Mon Jun 1 18:27:16 2009
New Revision: 193242
URL: http://svn.freebsd.org/changeset/base/193242
Log:
tools for mwl driver
Added:
head/tools/tools/mwl/
head/tools/tools/mwl/Makefile (contents, props changed)
head/tools/tools/mwl/mwldebug/
head/tools/tools/mwl/mwldebug
Author: rwatson
Date: Mon Jun 1 18:38:36 2009
New Revision: 193243
URL: http://svn.freebsd.org/changeset/base/193243
Log:
Revert a recent netisr2 change: when billing packets to the current
CPU, don't lock the workstream, as its mutexes may not have been
initialized if there are fewer works
On Mon, 1 Jun 2009, Ken Smith wrote:
On Mon, 2009-06-01 at 18:07 +, Bjoern A. Zeeb wrote:
Author: bz
Date: Mon Jun 1 18:07:38 2009
New Revision: 193241
URL: http://svn.freebsd.org/changeset/base/193241
Log:
Decrement __FreeBSD_version again to 96 as we are runing out of digits
and wan
Author: delphij
Date: Mon Jun 1 18:42:16 2009
New Revision: 193244
URL: http://svn.freebsd.org/changeset/base/193244
Log:
Code cleanups to make this WARNS=6 clean.
PR: bin/96128
Modified:
head/sys/dev/aic7xxx/aicasm/aicasm.c
head/sys/dev/aic7xxx/aicasm/aicasm_gram.y
head/s
Author: delphij
Date: Mon Jun 1 18:43:33 2009
New Revision: 193245
URL: http://svn.freebsd.org/changeset/base/193245
Log:
Mark as WARNS=6.
Modified:
head/sys/dev/aic7xxx/aicasm/Makefile
Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==
On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote:
> Xin LI wrote:
> > Author: delphij
> > Date: Mon Jun 1 18:43:33 2009
> > New Revision: 193245
> > URL: http://svn.freebsd.org/changeset/base/193245
> >
> > Log:
> > Mark as WARNS=6.
> >
> > Modified:
> > head/sys/dev/aic7xxx/aicas
Xin LI wrote:
> Author: delphij
> Date: Mon Jun 1 18:43:33 2009
> New Revision: 193245
> URL: http://svn.freebsd.org/changeset/base/193245
>
> Log:
> Mark as WARNS=6.
>
> Modified:
> head/sys/dev/aic7xxx/aicasm/Makefile
>
> Modified: head/sys/dev/aic7xxx/aicasm/Makefile
> ==
On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote:
> On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote:
> > Xin LI wrote:
> > > Author: delphij
> > > Date: Mon Jun 1 18:43:33 2009
> > > New Revision: 193245
> > > URL: http://svn.freebsd.org/changeset/base/193245
> > >
> > >
Author: joel (doc committer)
Date: Mon Jun 1 18:58:46 2009
New Revision: 193246
URL: http://svn.freebsd.org/changeset/base/193246
Log:
- Remove obsolete and confusing comment about renaming "sound" to "snd".
We will look at renaming stuff for 9.0, but it's far from certain that we
wi
Author: delphij
Date: Mon Jun 1 19:06:08 2009
New Revision: 193247
URL: http://svn.freebsd.org/changeset/base/193247
Log:
Revert the WARNS change for now, need some time to fix the real problem.
Modified:
head/sys/dev/aic7xxx/aicasm/Makefile
Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==
Author: jkim
Date: Mon Jun 1 19:10:17 2009
New Revision: 193248
URL: http://svn.freebsd.org/changeset/base/193248
Log:
Add myself for ACPICA import preparation.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Roman Divacky wrote:
> On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote:
>> On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote:
>>> Xin LI wrote:
Author: delphij
Date: Mon Jun 1 18:43:33 2009
New Revision: 193245
>
Author: gallatin
Date: Mon Jun 1 19:16:57 2009
New Revision: 193250
URL: http://svn.freebsd.org/changeset/base/193250
Log:
Set an rx jumbo cluster to the correct size before
using bus_dmamap_load_mbuf_sg() on it. This
prevents data corruption when the mxge MTU is
between 4076 and 8172 on
Author: jkim
Date: Mon Jun 1 19:24:26 2009
New Revision: 193251
URL: http://svn.freebsd.org/changeset/base/193251
Log:
Temporarily revert system includes fixups to make future import easier.
Modified:
vendor-sys/acpica/dist/common/adfile.c
vendor-sys/acpica/dist/common/adisasm.c
vendor-s
Author: jkim
Date: Mon Jun 1 19:24:26 2009
New Revision: 193251
URL: http://svn.freebsd.org/changeset/base/193251
Log:
Temporarily revert system includes fixups to make future import easier.
Modified:
vendor-sys/acpica/dist/common/adfile.c
vendor-sys/acpica/dist/common/adisasm.c
vendor-s
Author: dougb
Date: Mon Jun 1 20:00:39 2009
New Revision: 193252
URL: http://svn.freebsd.org/changeset/base/193252
Log:
Remove myself now that the BIND 9.6 drama is over
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
===
Author: dougb
Date: Mon Jun 1 20:14:05 2009
New Revision: 193253
URL: http://svn.freebsd.org/changeset/base/193253
Log:
Add a comment about the new dist-9.4 directory and using it for 7-stable
Modified:
vendor/bind9/dist/FREEBSD-Upgrade
Modified: vendor/bind9/dist/FREEBSD-Upgrade
==
On Mon, Jun 01, 2009 at 12:09:37PM -0700, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Roman Divacky wrote:
> > On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote:
> >> On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote:
> >>> Xin LI wrote:
> Author:
Author: jkim
Date: Mon Jun 1 20:21:13 2009
New Revision: 193254
URL: http://svn.freebsd.org/changeset/base/193254
Log:
Re-tag ACPI-CA 20070320.
This is not really pristine vendor distribution but close enough.
Added:
vendor-sys/acpica/20070320resync/
- copied from r193253, vendor-s
Author: jkim
Date: Mon Jun 1 20:21:13 2009
New Revision: 193254
URL: http://svn.freebsd.org/changeset/base/193254
Log:
Re-tag ACPI-CA 20070320.
This is not really pristine vendor distribution but close enough.
Added:
vendor-sys/acpica/20070320resync/
- copied from r193253, vendor-s
Author: rwatson
Date: Mon Jun 1 20:26:51 2009
New Revision: 193255
URL: http://svn.freebsd.org/changeset/base/193255
Log:
Add a flags field to struct ucred, and export that via kinfo_proc,
consuming one of its spare fields. The cr_flags field is currently
unused, but will be used for featu
Author: jhb
Date: Mon Jun 1 20:27:14 2009
New Revision: 193256
URL: http://svn.freebsd.org/changeset/base/193256
Log:
Adjust some comments.
Modified:
head/sys/dev/pci/pcivar.h
Modified: head/sys/dev/pci/pcivar.h
==
Author: jhb
Date: Mon Jun 1 20:30:00 2009
New Revision: 193257
URL: http://svn.freebsd.org/changeset/base/193257
Log:
Add an internal pci_printf() routine similar to device_printf() except
that it prefixes the output with 'pci '.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev
Author: rmacklem
Date: Mon Jun 1 20:34:00 2009
New Revision: 193258
URL: http://svn.freebsd.org/changeset/base/193258
Log:
Change the "-4" option flag to "-e" since it does not refer to IPv4
and to make it consistent with the flag used by nfsd and mountd.
Approved by: kib (mentor)
Modi
Author: jkim
Date: Mon Jun 1 20:35:09 2009
New Revision: 193259
URL: http://svn.freebsd.org/changeset/base/193259
Log:
Move subdirectoies of interpreter one level up as it is done in the vendor
distribution tarball since 20080514.
Added:
vendor-sys/acpica/dist/dispatcher/
- copied fro
Author: jkim
Date: Mon Jun 1 20:35:09 2009
New Revision: 193259
URL: http://svn.freebsd.org/changeset/base/193259
Log:
Move subdirectoies of interpreter one level up as it is done in the vendor
distribution tarball since 20080514.
Added:
vendor-sys/acpica/dist/dispatcher/
- copied fro
Author: jhb
Date: Mon Jun 1 20:35:39 2009
New Revision: 193260
URL: http://svn.freebsd.org/changeset/base/193260
Log:
Add a simple API to manage scatter/gather lists of phyiscal addresses.
Each list describes a logical memory object that is backed by one or more
physical address ranges. To
Author: dchagin
Date: Mon Jun 1 20:42:27 2009
New Revision: 193262
URL: http://svn.freebsd.org/changeset/base/193262
Log:
Split linux_accept() syscall onto linux_accept_common() which should
be used by linuxulator and linux_accept() itself.
Approved by: kib (mentor)
MFC after:1 mo
Author: dchagin
Date: Mon Jun 1 20:44:58 2009
New Revision: 193263
URL: http://svn.freebsd.org/changeset/base/193263
Log:
Implement a variation of the accept_common() which takes
a flags argument.
Do not preserve td_retval before kern_fcntl(F_SETFL) as it does not
changed.
Approve
Author: dchagin
Date: Mon Jun 1 20:48:39 2009
New Revision: 193264
URL: http://svn.freebsd.org/changeset/base/193264
Log:
Implement accept4 syscall.
Approved by: kib (mentor)
MFC after:1 month
Modified:
head/sys/amd64/linux32/linux.h
head/sys/compat/linux/linux_socket.c
head/
Author: dchagin
Date: Mon Jun 1 20:54:41 2009
New Revision: 193265
URL: http://svn.freebsd.org/changeset/base/193265
Log:
Add forgotten in previous commit flags argument.
Approved by: kib (mentor)
MFC after:1 month
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sy
Author: zec
Date: Mon Jun 1 20:59:40 2009
New Revision: 193266
URL: http://svn.freebsd.org/changeset/base/193266
Log:
Remove an #undef MIN that slipped under the radar and led me to
hastily introduce an #define MIN() a few lines below in r191816.
Approved by: julian (mentor)
Discussed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Roman Divacky wrote:
[...]
>>> you build the kernel with -std=gnu99 instead of -std=c99. which is a bug. I
>>> am
>>> trying to fix this. if anyone has any idea please mail me..
>> This is strange... Let me take a look at this, I have reverted the
>>
Author: delphij
Date: Mon Jun 1 21:07:54 2009
New Revision: 193268
URL: http://svn.freebsd.org/changeset/base/193268
Log:
Initialize the match structure. This is unnecessary but gcc insists to
complain about it when we raise the WARNS level.
Modified:
head/sys/dev/aic7xxx/aicasm/aicasm_sc
Author: zec
Date: Mon Jun 1 21:10:23 2009
New Revision: 193270
URL: http://svn.freebsd.org/changeset/base/193270
Log:
Update VNET base pointer setting macro to use a correct source of
vnet context.
Approved by: julian (mentor)
Modified:
head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
Modifi
Author: jkim
Date: Mon Jun 1 21:13:38 2009
New Revision: 193271
URL: http://svn.freebsd.org/changeset/base/193271
Log:
Tag ACPICA 20090521.
Added:
vendor-sys/acpica/20090521/
- copied from r193270, vendor-sys/acpica/dist/
___
svn-src-all@freeb
Author: jkim
Date: Mon Jun 1 21:13:38 2009
New Revision: 193271
URL: http://svn.freebsd.org/changeset/base/193271
Log:
Tag ACPICA 20090521.
Added:
vendor-sys/acpica/20090521/
- copied from r193270, vendor-sys/acpica/dist/
___
svn-src-all@freeb
Author: jhb
Date: Mon Jun 1 21:17:03 2009
New Revision: 193272
URL: http://svn.freebsd.org/changeset/base/193272
Log:
Rework socket upcalls to close some races with setup/teardown of upcalls.
- Each socket upcall is now invoked with the appropriate socket buffer
locked. It is not permiss
Author: jilles
Date: Mon Jun 1 21:26:52 2009
New Revision: 193273
URL: http://svn.freebsd.org/changeset/base/193273
Log:
Fix segfault when giving invalid long option to pkg_info.
PR: bin/133473
Submitted by: Rafal Grodzinski
Approved by: ed (mentor)
MFC after:1 week
M
Author: zec
Date: Mon Jun 1 21:29:54 2009
New Revision: 193274
URL: http://svn.freebsd.org/changeset/base/193274
Log:
V_loif is not an array but a pure pointer, so treat it as such.
Reviewed by: bz
Approved by: julian (mentor)
Modified:
head/sys/contrib/pf/net/pf_ioctl.c
head/sys/
Author: jhb
Date: Mon Jun 1 21:32:52 2009
New Revision: 193275
URL: http://svn.freebsd.org/changeset/base/193275
Log:
Add an extension to the character device interface that allows character
device drivers to use arbitrary VM objects to satisfy individual mmap()
requests.
- A new d_mmap_s
On Monday 01 June 2009 5:17:03 pm John Baldwin wrote:
> Author: jhb
> Date: Mon Jun 1 21:17:03 2009
> New Revision: 193272
> URL: http://svn.freebsd.org/changeset/base/193272
>
> Log:
> Rework socket upcalls to close some races with setup/teardown of upcalls.
> - The various RPC client upcall
Author: mav
Date: Mon Jun 1 21:42:26 2009
New Revision: 193277
URL: http://svn.freebsd.org/changeset/base/193277
Log:
MFp4.
Log supported AHCI controller capabilities.
Modified:
head/sys/dev/ata/ata-all.h
head/sys/dev/ata/chipsets/ata-ahci.c
Modified: head/sys/dev/ata/ata-all.h
=
Author: jhb
Date: Mon Jun 1 21:54:22 2009
New Revision: 193278
URL: http://svn.freebsd.org/changeset/base/193278
Log:
Remove another d_thread_t use that crept in.
Modified:
head/sys/dev/ksyms/ksyms.c
Modified: head/sys/dev/ksyms/ksyms.c
==
Author: gabor (doc,ports committer)
Date: Mon Jun 1 21:54:59 2009
New Revision: 193279
URL: http://svn.freebsd.org/changeset/base/193279
Log:
- Add Hungarian catalog
Added:
head/usr.bin/ee/nls/hu_HU.ISO8859-2/
head/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg (contents, props changed)
Modified:
Author: dougb
Date: Mon Jun 1 21:58:59 2009
New Revision: 193280
URL: http://svn.freebsd.org/changeset/base/193280
Log:
Add support for the build options that are currently in the port:
WITH_BIND_IDN
WITH_BIND_LARGE_FILE
WITH_BIND_SIGCHASE
WITH_BIND_XML
Added:
On 1 Jun 2009, at 16:54, Hans Petter Selasky wrote:
On Monday 01 June 2009, Rui Paulo wrote:
Hi,
On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote:
On Monday 01 June 2009, Rui Paulo wrote:
http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649ea
ddf 2fed595
Hi Rui Paulo,
Author: dougb
Date: Mon Jun 1 22:05:08 2009
New Revision: 193281
URL: http://svn.freebsd.org/changeset/base/193281
Log:
Update note about IDN and XML support, and combine it with the
note about IPv6 support
Fix alphebetization of the new dnssec-keyfromlabel directory
Modified:
vendor/
Author: kmacy
Date: Mon Jun 1 22:09:42 2009
New Revision: 193282
URL: http://svn.freebsd.org/changeset/base/193282
Log:
memmove is defined in support.S on arm - don't compile in
Modified:
stable/7/sys/libkern/memmove.c
Modified: stable/7/sys/libkern/memmove.c
===
Author: dougb
Date: Mon Jun 1 22:14:45 2009
New Revision: 193283
URL: http://svn.freebsd.org/changeset/base/193283
Log:
Commit the updates to this file for the new BIND options
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: dougb
Date: Mon Jun 1 22:47:59 2009
New Revision: 193285
URL: http://svn.freebsd.org/changeset/base/193285
Log:
Add a note about the change to rcorder for pf and ipfw.
Modified:
head/UPDATING
Modified: head/UPDATING
===
Attilio Rao wrote:
Author: attilio
Date: Sat May 30 23:27:48 2009
New Revision: 193134
URL: http://svn.freebsd.org/changeset/base/193134
Log:
MFC r192760:
Use the END() macro appropriately in order to improve debugging for
tools (Valgrind mainly).
Modified: stable/7/lib/libc/i386/stdlib/l
2009/6/2 Maxim Sobolev :
> Attilio Rao wrote:
>>
>> Author: attilio
>> Date: Sat May 30 23:27:48 2009
>> New Revision: 193134
>> URL: http://svn.freebsd.org/changeset/base/193134
>>
>> Log:
>> MFC r192760:
>> Use the END() macro appropriately in order to improve debugging for
>> tools (Valgrind
Author: attilio
Date: Mon Jun 1 23:53:15 2009
New Revision: 193286
URL: http://svn.freebsd.org/changeset/base/193286
Log:
Remove double-inserted END() macros.
Reported by: sobomax
Modified:
stable/7/lib/libc/i386/stdlib/ldiv.S
stable/7/lib/libc/i386/string/wcscmp.S
Modified: stable/
Author: sam
Date: Tue Jun 2 00:04:10 2009
New Revision: 193287
URL: http://svn.freebsd.org/changeset/base/193287
Log:
count packets
Modified:
head/sys/net80211/ieee80211_monitor.c
Modified: head/sys/net80211/ieee80211_monitor.c
===
Author: sam
Date: Tue Jun 2 00:06:39 2009
New Revision: 193288
URL: http://svn.freebsd.org/changeset/base/193288
Log:
don't dispatch frames to vap's not running
Modified:
head/sys/net80211/ieee80211_input.c
Modified: head/sys/net80211/ieee80211_input.c
==
1 - 100 of 112 matches
Mail list logo