Author: versus
Date: Thu Nov 13 07:26:30 2008
New Revision: 184913
URL: http://svn.freebsd.org/changeset/base/184913
Log:
Add myself to the src committers list, with Diomidis as the mentor.
Approved by: dds (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc
Author: yongari
Date: Thu Nov 13 04:11:01 2008
New Revision: 184908
URL: http://svn.freebsd.org/changeset/base/184908
Log:
Fix Rx/Tx checksum offload ioctl handling. Now checksum offload
can be controlled by ifconfig(8). Note, VLAN hardware tagging
controls still lacks required handler but i
Author: peter
Date: Thu Nov 13 02:35:29 2008
New Revision: 184907
URL: http://svn.freebsd.org/changeset/base/184907
Log:
MFC 184828,184829: Fix si_addr in 32 bit signals.
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
stable/7/sys/compat/freebsd32/freebsd32_misc.c
s
Author: kensmith
Date: Thu Nov 13 01:47:08 2008
New Revision: 184905
URL: http://svn.freebsd.org/changeset/base/184905
Log:
This is being committed from a sparc64 (US-III, thanks Marius!) that
was installed from a DVD so apparently it works... :-)
Enable building DVDs for sparc64.
Modifi
Author: rwatson
Date: Thu Nov 13 00:21:01 2008
New Revision: 184904
URL: http://svn.freebsd.org/changeset/base/184904
Log:
The audit queue limit variables are size_t, so use size_t for the audit
queue length variables as well, avoiding storing the limit in a larger
type than the length.
Author: rwatson
Date: Thu Nov 13 00:05:37 2008
New Revision: 184903
URL: http://svn.freebsd.org/changeset/base/184903
Log:
Tag OpenBSM 1.1-alpha2 vendor import.
Added:
vendor/openbsm/1.1-ALPHA-2/
- copied from r184902, vendor/openbsm/dist/
___
Author: rwatson
Date: Thu Nov 13 00:04:15 2008
New Revision: 184902
URL: http://svn.freebsd.org/changeset/base/184902
Log:
Vendor import of OpenBSM 1.1 alpha2, which incorporates the following
changes since the last imported OpenBSM release:
OpenBSM 1.1 alpha 2
- Include files in Ope
Author: rwatson
Date: Wed Nov 12 23:53:56 2008
New Revision: 184901
URL: http://svn.freebsd.org/changeset/base/184901
Log:
Bootstrap merge history for OpenBSM.
Modified:
head/contrib/openbsm/ (props changed)
___
svn-src-all@freebsd.org mailing lis
Author: rwatson
Date: Wed Nov 12 23:49:55 2008
New Revision: 184900
URL: http://svn.freebsd.org/changeset/base/184900
Log:
Disable keyword exansion in OpenBSM vendor branch.
Modified:
vendor/openbsm/dist/CHANGELOG (props changed)
vendor/openbsm/dist/HISTORY (props changed)
vendor/open
Author: rwatson
Date: Wed Nov 12 23:48:20 2008
New Revision: 184899
URL: http://svn.freebsd.org/changeset/base/184899
Log:
Flatten OpenBSM vendor tree in preparation for new OpenBSM vendor
import.
Added:
vendor/openbsm/dist/CHANGELOG
- copied unchanged from r184898,
vendor/openbsm/dis
Author: rwatson
Date: Wed Nov 12 23:40:35 2008
New Revision: 184898
URL: http://svn.freebsd.org/changeset/base/184898
Log:
Open vendor/openbsm for use.
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
==
-
Author: ambrisko
Date: Wed Nov 12 22:44:50 2008
New Revision: 184897
URL: http://svn.freebsd.org/changeset/base/184897
Log:
- Fix from jhb for failing I/O request when bus_dmamap_load fails.
- Fix to ioctl path in which the length could be 0 which means
no data in/out from LSI.
- Fix to
Author: jhb
Date: Wed Nov 12 22:14:05 2008
New Revision: 184896
URL: http://svn.freebsd.org/changeset/base/184896
Log:
Various style and whitespace fixes. Previously parts of this file used
8 space indent, parts used 4 space indent, and other parts used a weird
mixture (8 spaces for first i
Author: bz
Date: Wed Nov 12 21:33:45 2008
New Revision: 184895
URL: http://svn.freebsd.org/changeset/base/184895
Log:
Add opt_inet.h which has been needed since r184718, which had
introduced checks for #ifdef INET.
MFC after:54 days
Modified:
head/sys/modules/igb/Makefile
Modified
Author: bz
Date: Wed Nov 12 21:32:49 2008
New Revision: 184894
URL: http://svn.freebsd.org/changeset/base/184894
Log:
Add opt_inet.h which has been needed since r184717 introducing
checks for #ifdef INET.
MFC after:54 days
Modified:
head/sys/modules/em/Makefile
Modified: head/sys/
Author: bz
Date: Wed Nov 12 21:30:39 2008
New Revision: 184893
URL: http://svn.freebsd.org/changeset/base/184893
Log:
Add opt_inet.h which has been needed since r184714, r184715 introducing
checks for #ifdef INET.
Submitted by: kmacy (r184876, I splitted lines)
MFC after:54 days
Mo
Author: jkoshy
Date: Wed Nov 12 17:38:23 2008
New Revision: 184891
URL: http://svn.freebsd.org/changeset/base/184891
Log:
Use spellings that are close to vendor documentation.
Modified:
head/lib/libpmc/pmc.iaf.3
Modified: head/lib/libpmc/pmc.iaf.3
Author: jkoshy
Date: Wed Nov 12 17:43:37 2008
New Revision: 184892
URL: http://svn.freebsd.org/changeset/base/184892
Log:
Document the alternate event names supported for "architectural" PMC events.
Modified:
head/lib/libpmc/pmc.atom.3
head/lib/libpmc/pmc.core.3
head/lib/libpmc/pmc.core2.
Author: nwhitehorn
Date: Wed Nov 12 17:33:36 2008
New Revision: 184890
URL: http://svn.freebsd.org/changeset/base/184890
Log:
Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This
allows us to probe the brightness and volume control buttons on PPC Apple
laptops, though the
On Wed, Nov 12, 2008 at 09:52:06AM +, Pyun YongHyeon wrote:
> Author: yongari
> Date: Wed Nov 12 09:52:06 2008
> New Revision: 184870
> URL: http://svn.freebsd.org/changeset/base/184870
>
> Log:
> Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet
> controller. The control
Author: dfr
Date: Wed Nov 12 15:31:05 2008
New Revision: 184887
URL: http://svn.freebsd.org/changeset/base/184887
Log:
Call svc_freereq() before returning from the service proc.
Modified:
head/sys/kgssapi/gsstest.c
Modified: head/sys/kgssapi/gsstest.c
Author: dfr
Date: Wed Nov 12 15:30:30 2008
New Revision: 184886
URL: http://svn.freebsd.org/changeset/base/184886
Log:
Don't call svc_freereq() before svc_freeargs().
Modified:
head/sys/nlm/nlm_prot_svc.c
Modified: head/sys/nlm/nlm_prot_svc.c
=
Author: rrs
Date: Wed Nov 12 14:16:39 2008
New Revision: 184883
URL: http://svn.freebsd.org/changeset/base/184883
Log:
-Improvement: Add '\n' on debug output in sctp_lower_sosend().
-Improvement: panic() on INVARIANTS kernels if memory allocation
fails for a tagblock in sctp_add_vtag_to_tim
Author: keramida (doc committer)
Date: Wed Nov 12 13:58:59 2008
New Revision: 184882
URL: http://svn.freebsd.org/changeset/base/184882
Log:
Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)
The same (vendor, product) tuple is used for aue(4) adapters,
but I am not sure if t
Author: cperciva
Date: Wed Nov 12 13:32:19 2008
New Revision: 184881
URL: http://svn.freebsd.org/changeset/base/184881
Log:
Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).
PR: usb/128760
Submitted by: Arjan de Vet
Modified:
head/sys/dev/usb/usb_quirks.c
On Tuesday 11 November 2008 09:55:59 am Ed Schouten wrote:
> Author: ed
> Date: Tue Nov 11 14:55:59 2008
> New Revision: 184849
> URL: http://svn.freebsd.org/changeset/base/184849
>
> Log:
> Several cleanups related to pipe(2).
>
> - Use `fildes[2]' instead of `*fildes' to make more clear t
Author: dfr
Date: Wed Nov 12 12:21:18 2008
New Revision: 184877
URL: http://svn.freebsd.org/changeset/base/184877
Log:
Add a missing call to mtx_destroy().
Modified:
head/sys/rpc/clnt_vc.c
Modified: head/sys/rpc/clnt_vc.c
==
Author: ed
Date: Wed Nov 12 09:04:44 2008
New Revision: 184866
URL: http://svn.freebsd.org/changeset/base/184866
Log:
Don't forget to relock the TTY after uiomove() returns an error.
Peter Holm just discovered this funny bug inside the TTY code: if
uiomove() in ttydisc_write() returns an
Author: yongari
Date: Wed Nov 12 10:31:06 2008
New Revision: 184873
URL: http://svn.freebsd.org/changeset/base/184873
Log:
Correct .Dd
Pointed out by: maxim
Modified:
head/share/man/man4/altq.4
head/share/man/man4/miibus.4
head/share/man/man4/vlan.4
Modified: head/share/man/ma
Author: yongari
Date: Wed Nov 12 10:20:29 2008
New Revision: 184872
URL: http://svn.freebsd.org/changeset/base/184872
Log:
Add ale(4) man page and hook up ale(4) to the build.
Also add Xr to appropriate man pages.
Added:
head/share/man/man4/ale.4 (contents, props changed)
Modified:
head
Author: joerg
Date: Wed Nov 12 09:35:57 2008
New Revision: 184867
URL: http://svn.freebsd.org/changeset/base/184867
Log:
(MFC r184484)
When running a "chio return" operation using a physical source unit
rather than a voltag name, do not set the CESR_VOLTAGS flags in the
CHIOGSTATUS command
Author: yongari
Date: Wed Nov 12 09:52:06 2008
New Revision: 184870
URL: http://svn.freebsd.org/changeset/base/184870
Log:
Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet
controller. The controller is also known as L1E(AR8121) and
L2E(AR8113/AR8114). Unlike its predecesso
Author: dfr
Date: Wed Nov 12 09:38:18 2008
New Revision: 184869
URL: http://svn.freebsd.org/changeset/base/184869
Log:
Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies
instead of returning a success with a bogus NFS error code.
Modified:
head/sys/nfsserver/nfs_s
Author: dfr
Date: Wed Nov 12 09:36:35 2008
New Revision: 184868
URL: http://svn.freebsd.org/changeset/base/184868
Log:
Allow v3 GETATTR requests even when weakly authenticated. Change the error
return for for weakly authenticated requests from REJECTEDCRED to WEAKAUTH
for consistency with So
Author: yongari
Date: Wed Nov 12 10:01:16 2008
New Revision: 184871
URL: http://svn.freebsd.org/changeset/base/184871
Log:
Add ale(4) to the list of supported network interface.
Modified:
head/usr.sbin/sysinstall/devices.c
Modified: head/usr.sbin/sysinstall/devices.c
35 matches
Mail list logo