Author: rwatson
Date: Wed Jun 24 08:52:09 2009
New Revision: 194812
URL: http://svn.freebsd.org/changeset/base/194812
Log:
Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than
a pointer, and dispose of the references when no longer needed.
MFC after:6 weeks
Modified:
Author: rwatson
Date: Wed Jun 24 08:53:23 2009
New Revision: 194813
URL: http://svn.freebsd.org/changeset/base/194813
Log:
Lock if_addrhead when iterating, and where necessary acquire and release
ifadr references in if_sppp.
MFC after:6 weeks
Modified:
head/sys/net/if_spppsubr.c
M
Author: kib
Date: Wed Jun 24 09:26:33 2009
New Revision: 194814
URL: http://svn.freebsd.org/changeset/base/194814
Log:
Initialize the uip to silence gcc warning that seems to sneak in in some
build environments.
Reported by: alc, bf1783 at googlemail com
Modified:
head/sys/vm/swap_pag
Author: kib
Date: Wed Jun 24 09:42:18 2009
New Revision: 194815
URL: http://svn.freebsd.org/changeset/base/194815
Log:
MFC r193919:
Lock the vnode in cd9660, devfs and pseudofs implementation of VOP_IOCTL
to prevent reclaim, since the vnode is passed unlocked to the VOP.
MFC r193930:
Author: kib
Date: Wed Jun 24 09:45:10 2009
New Revision: 194816
URL: http://svn.freebsd.org/changeset/base/194816
Log:
MFC r193922:
Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
s
Author: kib
Date: Wed Jun 24 09:54:05 2009
New Revision: 194817
URL: http://svn.freebsd.org/changeset/base/194817
Log:
MFC r193923:
s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args
definition.
MFC r193924:
Fix r193923 by noting that type of a_fp is struct file *,
Author: rwatson
Date: Wed Jun 24 10:28:30 2009
New Revision: 194818
URL: http://svn.freebsd.org/changeset/base/194818
Log:
Reduce debugging output for netatalk routing events.
MFC after:3 days
Modified:
head/sys/netatalk/at_rmx.c
Modified: head/sys/netatalk/at_rmx.c
Author: rwatson
Date: Wed Jun 24 10:32:44 2009
New Revision: 194819
URL: http://svn.freebsd.org/changeset/base/194819
Log:
Break at_ifawithnet() into two variants:
- at_ifawithnet(), which acquires an locks it needs and returns an
at_ifaddr reference.
- at_ifawithnet_locked(), which r
Author: rwatson
Date: Wed Jun 24 10:33:35 2009
New Revision: 194820
URL: http://svn.freebsd.org/changeset/base/194820
Log:
In ARP input, more consistently acquire and release ifaddr references.
MFC after:6 weeks
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_eth
Author: rwatson
Date: Wed Jun 24 10:36:48 2009
New Revision: 194821
URL: http://svn.freebsd.org/changeset/base/194821
Log:
In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improve
the safety of link layer address manipulation.
MFC after:6 weeks
Modified:
head/sys/net/
Author: rwatson
Date: Wed Jun 24 10:46:03 2009
New Revision: 194822
URL: http://svn.freebsd.org/changeset/base/194822
Log:
Printf fewer warnings when adding a route to an atalk address fails;
userspace will print the error.
MFC after:3 days
Modified:
head/sys/netatalk/at_control.c
Author: rdivacky
Date: Wed Jun 24 12:01:10 2009
New Revision: 194825
URL: http://svn.freebsd.org/changeset/base/194825
Log:
Use proper form of gnu designated initalizers. This lets
clang compile this files.
Approved by: ed (mentor)
Silence from: harti (maintainer?)
Modified:
head/sys
Author: rwatson
Date: Wed Jun 24 12:06:15 2009
New Revision: 194828
URL: http://svn.freebsd.org/changeset/base/194828
Log:
Add stack_print_short() and stack_print_short_ddb() interfaces to
stack(9), which generate a more compact rendition of a stack trace
via the kernel's printf.
MFC af
On 23.06.09 22:45, Konstantin Belousov wrote:
Author: kib
Date: Tue Jun 23 20:45:22 2009
New Revision: 194766
URL: http://svn.freebsd.org/changeset/base/194766
Hi kib,
this commit breaks my sparc64.
boot -v does only show:
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD
Author: rwatson
Date: Wed Jun 24 12:52:59 2009
New Revision: 194831
URL: http://svn.freebsd.org/changeset/base/194831
Log:
Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.
MFC after:3 days
Modified:
head/lib/libutil/kinfo_getvmmap.3
Modified: head/lib/libutil/kinfo_g
On Wed, Jun 24, 2009 at 02:07:45PM +0200, Florian Smeets wrote:
> On 23.06.09 22:45, Konstantin Belousov wrote:
> >Author: kib
> >Date: Tue Jun 23 20:45:22 2009
> >New Revision: 194766
> >URL: http://svn.freebsd.org/changeset/base/194766
> >
>
> Hi kib,
>
> this commit breaks my sparc64.
>
> boo
On 24.06.09 15:08, Kostik Belousov wrote:
On Wed, Jun 24, 2009 at 02:07:45PM +0200, Florian Smeets wrote:
On 23.06.09 22:45, Konstantin Belousov wrote:
Author: kib
Date: Tue Jun 23 20:45:22 2009
New Revision: 194766
URL: http://svn.freebsd.org/changeset/base/194766
Hi kib,
this commit break
Author: jhb
Date: Wed Jun 24 13:35:38 2009
New Revision: 194832
URL: http://svn.freebsd.org/changeset/base/194832
Log:
- Move syscall function argument structure types to be just above the
relevenat system call function.
- Whitespace fixes.
Modified:
head/sys/kern/sysv_msg.c
head/sys/
Author: jhb
Date: Wed Jun 24 13:36:37 2009
New Revision: 194833
URL: http://svn.freebsd.org/changeset/base/194833
Log:
Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.
Modified:
head/sys/compat/freebsd32/syscalls.master
head/sys/kern/makesyscalls.sh
head/sys/kern/syscall
Author: jhb
Date: Wed Jun 24 13:38:08 2009
New Revision: 194834
URL: http://svn.freebsd.org/changeset/base/194834
Log:
Defer the wakeup of the swapper process to the callers of tdsigwakeup()
to avoid a deadlock since the thread lock isn't released until after
tdsigwakeup() has returned. Thi
Author: rwatson
Date: Wed Jun 24 14:29:40 2009
New Revision: 194835
URL: http://svn.freebsd.org/changeset/base/194835
Log:
Clear 'ia' after iterating if_addrhead for unicast address matching: since
'ifa' was used as the TAILQ_FOREACH() iterator argument, and 'ia' was just
derived form it, it
Author: gallatin
Date: Wed Jun 24 14:47:32 2009
New Revision: 194836
URL: http://svn.freebsd.org/changeset/base/194836
Log:
Allow admin to specify the initial mtu upon driver load
for mxge.
Modified:
head/sys/dev/mxge/if_mxge.c
Modified: head/sys/dev/mxge/if_mxge.c
Author: rwatson
Date: Wed Jun 24 14:49:26 2009
New Revision: 194837
URL: http://svn.freebsd.org/changeset/base/194837
Log:
Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.
Reported by: lstewart
MFC after:6 weeks
Modified:
head/sys/netinet/if_ether.c
Mod
Author: jamie
Date: Wed Jun 24 15:29:36 2009
New Revision: 194841
URL: http://svn.freebsd.org/changeset/base/194841
Log:
Fix a race in vi_if_move, where a vnet is used after the prison that
referred to it has been released.
Approved by: bz (mentor)
Modified:
head/sys/kern/kern_vimage.
Author: jamie
Date: Wed Jun 24 15:32:57 2009
New Revision: 194842
URL: http://svn.freebsd.org/changeset/base/194842
Log:
Clean up struct prison, with the recent fields in more logical places,
and room for future expansion.
Approved by: bz (mentor)
Modified:
head/sys/sys/jail.h
Modifi
Author: raj
Date: Wed Jun 24 15:38:17 2009
New Revision: 194844
URL: http://svn.freebsd.org/changeset/base/194844
Log:
Move non-PCI prototypes from ata-pci.h -> ata-all.h.
This removes unnecessary PCI #includes dependency for systems with ATA
controllers living at non-PCI buses.
Subm
Author: raj
Date: Wed Jun 24 15:41:18 2009
New Revision: 194845
URL: http://svn.freebsd.org/changeset/base/194845
Log:
Introduce ata(4) support for Marvell integrated SATA controllers (found on
88F5xxx, 88F6xxx and MV78xxx system on chip devices).
Reviewed by: stas
Obtained from:
Author: raj
Date: Wed Jun 24 15:48:20 2009
New Revision: 194849
URL: http://svn.freebsd.org/changeset/base/194849
Log:
More precise description of the DS1553 driver.
Pointed out by: stas
Modified:
head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c
Modified: head/sys/powerpc/mpc85xx/ds1553_
Author: avg
Date: Wed Jun 24 16:03:57 2009
New Revision: 194850
URL: http://svn.freebsd.org/changeset/base/194850
Log:
dtrace/amd64: fix virtual address checks
On amd64 KERNBASE/kernbase does not mean start of kernel memory.
This should fix a KASSERT panic in dtrace_copycheck when copyin*
Author: scottl
Date: Wed Jun 24 16:11:29 2009
New Revision: 194851
URL: http://svn.freebsd.org/changeset/base/194851
Log:
fw_state ad cur_state are holding unsigned bitfields, so declare then
as unsigned as well.
Submitted by: rdivacky
Modified:
head/sys/dev/mfi/mfi.c
Modified: head/s
Author: rwatson
Date: Wed Jun 24 16:52:23 2009
New Revision: 194857
URL: http://svn.freebsd.org/changeset/base/194857
Log:
Rework locking and reference counting in ipx_control to be consistent with
the model used in in_control().
MFC after:6 weeks
Modified:
head/sys/netipx/ipx.c
M
Author: kib
Date: Wed Jun 24 16:52:30 2009
New Revision: 194858
URL: http://svn.freebsd.org/changeset/base/194858
Log:
Unbreak sparc64 after the swap accounting changes: mark kernel_map
entries allocated for translations in pmap_init() as MAP_NOFAULT. This
prevents vm_map_insert from trying
Author: gad
Date: Wed Jun 24 16:57:33 2009
New Revision: 194859
URL: http://svn.freebsd.org/changeset/base/194859
Log:
Fix end-of-line issues that can come up when `lpq' reads information
about a queue from a remote host. That remote host may use \r, \r\n,
or \n\r as the line-ending charact
24 17:01:17 2009(r194860)
@@ -14,6 +14,53 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20090624: update usbdi(9)
+OLD_FILES+=usr/share/man/man9/usbd_abort_default_pipe.9
+OLD_FILES+=usr/share/man/man9/usbd_abort_pipe.9
+OLD_FILES+=usr/share/man
Author: mav
Date: Wed Jun 24 17:03:06 2009
New Revision: 194861
URL: http://svn.freebsd.org/changeset/base/194861
Log:
Some DMA related changes:
- honor parent DMA tag limitations, as man page requires,
- allow data buffer to be allocated within full 64bit address range, when
support
Author: imp
Date: Wed Jun 24 17:23:10 2009
New Revision: 194863
URL: http://svn.freebsd.org/changeset/base/194863
Log:
Remove usb. The need to have core@ approve major changes to usb has
passed now that the new usb stack is in the tree. The coordination
issues that necessitated this entry
On Wed, 24 Jun 2009, Garance A Drosehn wrote:
Author: gad
Date: Wed Jun 24 16:57:33 2009
New Revision: 194859
URL: http://svn.freebsd.org/changeset/base/194859
Log:
Fix end-of-line issues that can come up when `lpq' reads information
about a queue from a remote host. That remote host may use
Author: jfv
Date: Wed Jun 24 17:41:29 2009
New Revision: 194865
URL: http://svn.freebsd.org/changeset/base/194865
Log:
Updates for both the em and igb drivers, add support
for multiqueue tx, shared code updates, new device
support, and some bug fixes.
Modified:
head/sys/dev/e1000/e1000_82
Author: jamie
Date: Wed Jun 24 18:18:35 2009
New Revision: 194869
URL: http://svn.freebsd.org/changeset/base/194869
Log:
Add libjail, a (somewhat) simpler interface to the jail_set and jail_get
system calls and the security.jail.param sysctls.
Approved by: bz (mentor)
Added:
head/lib/
Author: jamie
Date: Wed Jun 24 18:19:55 2009
New Revision: 194870
URL: http://svn.freebsd.org/changeset/base/194870
Log:
Add libjail, a (somewhat) simpler interface to the jail_set and jail_get
system calls and the security.jail.param sysctls.
Approved by: bz (mentor)
Modified:
head/t
Author: jamie
Date: Wed Jun 24 18:21:37 2009
New Revision: 194871
URL: http://svn.freebsd.org/changeset/base/194871
Log:
Add the "vnet" and "-vnet" options, to allow moving interfaces between
jails with VIMAGE.
Approved by: bz (mentor)
Modified:
head/rescue/rescue/Makefile
head/sbin
Author: sam
Date: Wed Jun 24 18:24:20 2009
New Revision: 194872
URL: http://svn.freebsd.org/changeset/base/194872
Log:
read back the written value and display
Modified:
head/tools/tools/ath/athpoke/athpoke.c
Modified: head/tools/tools/ath/athpoke/athpoke.c
===
Author: sam
Date: Wed Jun 24 18:24:37 2009
New Revision: 194873
URL: http://svn.freebsd.org/changeset/base/194873
Log:
add a link named athpeek since my fingers keep typing it
Modified:
head/tools/tools/ath/athpoke/Makefile
Modified: head/tools/tools/ath/athpoke/Makefile
Author: jfv
Date: Wed Jun 24 18:27:07 2009
New Revision: 194875
URL: http://svn.freebsd.org/changeset/base/194875
Log:
Update for the Intel 10G driver, this adds support for
newest hardware, adds multiqueue tx interface, infrastructure
cleanup to allow up to 32 MSIX vectors on newer Nehalem
Author: rmacklem
Date: Wed Jun 24 18:30:14 2009
New Revision: 194878
URL: http://svn.freebsd.org/changeset/base/194878
Log:
If the initial attempt to refresh credentials in the RPCSEC_GSS client
side fails, the entry in the cache is left with no valid context
(gd_ctx == GSS_C_NO_CONTEXT). As
Author: lulf
Date: Wed Jun 24 18:38:51 2009
New Revision: 194879
URL: http://svn.freebsd.org/changeset/base/194879
Log:
- Fix a bug where a FIFO vnode use count was increased twice, but only
decreased once.
MFC after:1 week
Modified:
head/sys/kern/kern_descrip.c
Modified: head/s
Author: dfr
Date: Wed Jun 24 18:42:21 2009
New Revision: 194880
URL: http://svn.freebsd.org/changeset/base/194880
Log:
Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation
and will be removed.
Modified:
head/sbin/mount_nfs/mount_nfs.c
head/sbin/umount/umount.c
hea
Author: lulf
Date: Wed Jun 24 18:44:38 2009
New Revision: 194881
URL: http://svn.freebsd.org/changeset/base/194881
Log:
- Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO
vnode
use count was increased twice, but only decreased once.
Modified:
head/sys/kern/kern_des
Author: marius
Date: Wed Jun 24 19:04:08 2009
New Revision: 194886
URL: http://svn.freebsd.org/changeset/base/194886
Log:
Revert the part of r194763 which added a dying flag and instead
call ether_ifdetach(9) before stopping the controller and the
callouts. The consensus is that the latter i
Author: jhb
Date: Wed Jun 24 19:16:48 2009
New Revision: 194889
URL: http://svn.freebsd.org/changeset/base/194889
Log:
Whitespace fix.
Modified:
head/sys/amd64/amd64/local_apic.c
head/sys/i386/i386/local_apic.c
Modified: head/sys/amd64/amd64/local_apic.c
===
Author: mav
Date: Wed Jun 24 19:25:47 2009
New Revision: 194890
URL: http://svn.freebsd.org/changeset/base/194890
Log:
Document new hint.atapci.X.msi and hint.ata.X.pm_level tunables.
Modified:
head/share/man/man4/ata.4
Modified: head/share/man/man4/ata.4
Author: joerg
Date: Wed Jun 24 19:30:31 2009
New Revision: 194891
URL: http://svn.freebsd.org/changeset/base/194891
Log:
With the fdc control device disappearing some 5 years ago, it is no
longer useful for the FD_STYPE and FD_SOPTS ioctls to insist on being
issued on a writable file descrip
Author: joerg
Date: Wed Jun 24 19:47:53 2009
New Revision: 194892
URL: http://svn.freebsd.org/changeset/base/194892
Log:
Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.
The kernel does not log floppy media errors anymore.
In fdcontrol, do always open the file descrip
Author: mav
Date: Wed Jun 24 19:49:18 2009
New Revision: 194893
URL: http://svn.freebsd.org/changeset/base/194893
Log:
MFp4:
Reduce default PCI ATA drivers priorities from absolute to default,
to allow them been overriden. It was so before modularization.
Modified:
head/sys/dev/ata/chipse
Author: jhb
Date: Wed Jun 24 20:01:13 2009
New Revision: 194894
URL: http://svn.freebsd.org/changeset/base/194894
Log:
Deprecate the msgsys(), semsys(), and shmsys() system calls by moving
them under COMPAT_FREEBSD[4567]. Starting with FreeBSD 5.0 the SYSV IPC
API was implemented via direct
Author: rwatson
Date: Wed Jun 24 20:06:16 2009
New Revision: 194895
URL: http://svn.freebsd.org/changeset/base/194895
Log:
Remove kernel SLIP and PPP privileges, since they are no longer used.
Suggested by: bz
Modified:
head/sys/sys/priv.h
Modified: head/sys/sys/priv.h
=
Author: joerg
Date: Wed Jun 24 20:22:46 2009
New Revision: 194896
URL: http://svn.freebsd.org/changeset/base/194896
Log:
Do not insist on the fd being read/write for the FD_SOPTS and FD_STYPE
ioctls, so they can be applied to read/only media.
Modified:
stable/7/sys/ (props changed)
stab
Author: jilles
Date: Wed Jun 24 20:22:54 2009
New Revision: 194897
URL: http://svn.freebsd.org/changeset/base/194897
Log:
Add test for r190698.
Submitted by: Eygene Ryabinkin
Approved by: ed (mentor) (implicit)
Added:
head/tools/regression/bin/sh/builtins/eval2.0 (contents, props ch
Author: joerg
Date: Wed Jun 24 20:40:10 2009
New Revision: 194899
URL: http://svn.freebsd.org/changeset/base/194899
Log:
Remove the defunct FDOPT_NOERRLOG; floppy media errors are no longer
logged by the kernel anyway.
In fdcontrol, open the file descriptor read-only, so the format for
Author: mav
Date: Wed Jun 24 20:43:51 2009
New Revision: 194900
URL: http://svn.freebsd.org/changeset/base/194900
Log:
MFp4:
Remove unused ATAPI definitions, conflicting with ata.h.
Submitted by: scottl
Modified:
head/sys/dev/hptmv/atapi.h
Modified: head/sys/dev/hptmv/atapi.h
Author: marius
Date: Wed Jun 24 20:49:02 2009
New Revision: 194901
URL: http://svn.freebsd.org/changeset/base/194901
Log:
o merge from amd64:
- r187144: Add a reference to the config(5) manpage and
to the "env" kernel config option.
- Add/enable the default USB drivers. Originally
Author: mav
Date: Wed Jun 24 20:52:37 2009
New Revision: 194902
URL: http://svn.freebsd.org/changeset/base/194902
Log:
MFp4:
Define several ATA capabilies bits.
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
===
Author: marius
Date: Wed Jun 24 20:52:59 2009
New Revision: 194903
URL: http://svn.freebsd.org/changeset/base/194903
Log:
- Remove unused variables. [1]
- Remove redundant zeroing of tmf_req which Coverity Prevent(tm) complains
about. [2]
Submitted by: Christoph Mallon [1]
Found wit
Author: marius
Date: Wed Jun 24 20:56:06 2009
New Revision: 194904
URL: http://svn.freebsd.org/changeset/base/194904
Log:
- Change this driver to do taskqueue(9) based TX and interrupt
handling in order to reduce interrupt overhead which results in
better performance.
- Call ether_ifde
Author: rwatson
Date: Wed Jun 24 20:57:50 2009
New Revision: 194905
URL: http://svn.freebsd.org/changeset/base/194905
Log:
Use queue(9) instead of hand-crafted link lists for the global IPX
address list (ipx_ifaddr -> ipx_ifaddrhead), and generally adopt the
naming and usage conventions foun
Author: cognet
Date: Wed Jun 24 21:00:13 2009
New Revision: 194906
URL: http://svn.freebsd.org/changeset/base/194906
Log:
Fix typo.
Modified:
head/sys/arm/arm/vm_machdep.c
Modified: head/sys/arm/arm/vm_machdep.c
==
-
Author: rwatson
Date: Wed Jun 24 21:00:25 2009
New Revision: 194907
URL: http://svn.freebsd.org/changeset/base/194907
Log:
Convert netinet6 to using queue(9) rather than hand-crafted linked lists
for the global IPv6 address list (in6_ifaddr -> in6_ifaddrhead). Adopt
the code styles and conv
Author: cognet
Date: Wed Jun 24 21:03:59 2009
New Revision: 194908
URL: http://svn.freebsd.org/changeset/base/194908
Log:
Fix typo.
Modified:
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pmap.c
==
--- head/sys/
Author: gallatin
Date: Wed Jun 24 21:09:56 2009
New Revision: 194909
URL: http://svn.freebsd.org/changeset/base/194909
Log:
Add a dying flag to prevent races at detach.
I tried re-ordering ether_ifdetach(), but this created a new race
where sometimes, when under heavy receive load (>1Mpps
Author: jhb
Date: Wed Jun 24 21:10:52 2009
New Revision: 194910
URL: http://svn.freebsd.org/changeset/base/194910
Log:
Change the ABI of some of the structures used by the SYSV IPC API:
- The uid/cuid members of struct ipc_perm are now uid_t instead of unsigned
short.
- The gid/cgid memb
Andrew Gallatin wrote:
Author: gallatin
Date: Wed Jun 24 21:09:56 2009
New Revision: 194909
URL: http://svn.freebsd.org/changeset/base/194909
Log:
Add a dying flag to prevent races at detach.
I tried re-ordering ether_ifdetach(), but this created a new race
where sometimes, when under
Author: jfv
Date: Wed Jun 24 21:32:51 2009
New Revision: 194911
URL: http://svn.freebsd.org/changeset/base/194911
Log:
Fix lint issue.
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
==
--
Author: rwatson
Date: Wed Jun 24 21:34:38 2009
New Revision: 194912
URL: http://svn.freebsd.org/changeset/base/194912
Log:
Fix CARP build.
Reported by: bz
Modified:
head/sys/netinet/ip_carp.c
Modified: head/sys/netinet/ip_carp.c
=
Author: rwatson
Date: Wed Jun 24 21:36:09 2009
New Revision: 194913
URL: http://svn.freebsd.org/changeset/base/194913
Log:
Use queue(9) instead of hand-crafted link lists for the global netatalk
address list. Generally follow the style and convention of similar parts
in netinet.
MFC af
Author: jamie
Date: Wed Jun 24 21:39:50 2009
New Revision: 194915
URL: http://svn.freebsd.org/changeset/base/194915
Log:
In case of prisons with their own network stack, permit
additional privileges as well as not restricting the type of
sockets a user can open.
Note: the VIMAGE/vnet fe
Author: delphij
Date: Wed Jun 24 21:51:02 2009
New Revision: 194916
URL: http://svn.freebsd.org/changeset/base/194916
Log:
Sync with NetBSD:
- gzip -n does not store timestamp; [1]
- Reduce diff against NetBSD by moving some casts in our local
versions.
PR: bin/134955
Author: np
Date: Wed Jun 24 21:51:42 2009
New Revision: 194917
URL: http://svn.freebsd.org/changeset/base/194917
Log:
About to add 10Gbase-T to known media types, this is just a whitespace
cleanup before that commit. No functional impact.
Approved by: gnn (mentor)
Modified:
head/sys/
Author: np
Date: Wed Jun 24 21:53:25 2009
New Revision: 194918
URL: http://svn.freebsd.org/changeset/base/194918
Log:
Add 10Gbase-T to known ethernet media types.
Approved by: gnn (mentor)
MFC after:1 week.
Modified:
head/sys/net/if_media.h
Modified: head/sys/net/if_media.h
=
Author: jhb
Date: Wed Jun 24 21:54:08 2009
New Revision: 194919
URL: http://svn.freebsd.org/changeset/base/194919
Log:
Regen.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sys/compa
Author: jhb
Date: Wed Jun 24 21:55:18 2009
New Revision: 194920
URL: http://svn.freebsd.org/changeset/base/194920
Log:
Bump __FreeBSD_version for SYSVIPC ABI change (along with other changes
today).
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
Author: np
Date: Wed Jun 24 21:56:05 2009
New Revision: 194921
URL: http://svn.freebsd.org/changeset/base/194921
Log:
Various ifmedia related fixes in cxgb(4), including:
- build ifmedia list based on phy->caps, not string comparisons.
- rebuild media list when a transceiver change is det
Author: jilles
Date: Wed Jun 24 22:04:04 2009
New Revision: 194922
URL: http://svn.freebsd.org/changeset/base/194922
Log:
Designate special builtins as such in command -V and type.
Also document various properties of special builtins that we implement.
Approved by: ed (mentor) (implicit)
Author: jamie
Date: Wed Jun 24 22:06:56 2009
New Revision: 194923
URL: http://svn.freebsd.org/changeset/base/194923
Log:
Wrap a PR_VNET inside "#ifdef VIMAGE" since that the only place it applies.
bz wants the blame for this.
Noticed by: rwatson
Approved by: bz (mentor)
Modified:
Author: lulf
Date: Wed Jun 24 22:09:30 2009
New Revision: 194924
URL: http://svn.freebsd.org/changeset/base/194924
Log:
- Apply the same naming rules of LVM names as done in the LVM code itself.
PR: kern/135874
Modified:
head/sys/geom/linux_lvm/g_linux_lvm.c
Modified: head/sys
Author: jfv
Date: Wed Jun 24 22:16:02 2009
New Revision: 194925
URL: http://svn.freebsd.org/changeset/base/194925
Log:
need to make intr_bind call architecture specific for
global builds (failing sun4v lint build)
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
Author: jfv
Date: Wed Jun 24 22:17:40 2009
New Revision: 194926
URL: http://svn.freebsd.org/changeset/base/194926
Log:
Make CPU bind call architecture specific to satisfy LINT
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/sys/dev/ixgbe/ixgbe.c
==
Author: bz
Date: Wed Jun 24 22:21:30 2009
New Revision: 194927
URL: http://svn.freebsd.org/changeset/base/194927
Log:
Merge from p4: CH154790,154793,154874
Import if_epair(4), a virtual cross-over Ethernet-like interface pair.
Note these files are 1:1 from p4 and not yet connected to
On Wed, 24 Jun 2009, Bjoern A. Zeeb wrote:
Author: bz
Date: Wed Jun 24 22:21:30 2009
New Revision: 194927
URL: http://svn.freebsd.org/changeset/base/194927
Log:
Merge from p4: CH154790,154793,154874
Import if_epair(4), a virtual cross-over Ethernet-like interface pair.
Note these files a
Author: np
Date: Wed Jun 24 22:28:48 2009
New Revision: 194928
URL: http://svn.freebsd.org/changeset/base/194928
Log:
This adds a new "stdio" mode to cxgbtool - it's an interactive mode
meant primarily for _non_ interactive use. Scripts that run cxgbtool
repeatedly to perform register r/w o
On Wed, Jun 24, 2009 at 10:21:31PM +, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Wed Jun 24 22:21:30 2009
> New Revision: 194927
> URL: http://svn.freebsd.org/changeset/base/194927
>
> Log:
> Merge from p4: CH154790,154793,154874
>
> Import if_epair(4), a virtual cross-over Ethernet-l
Author: oleg
Date: Wed Jun 24 22:57:07 2009
New Revision: 194930
URL: http://svn.freebsd.org/changeset/base/194930
Log:
- fix dummynet 'fast' mode for WF2Q case.
- fix printing of pipe profile data.
- introduce new pipe parameter: 'burst' - how much data can be sent through
pipe bypassin
Author: cperciva
Date: Wed Jun 24 23:17:00 2009
New Revision: 194931
URL: http://svn.freebsd.org/changeset/base/194931
Log:
Make sysinstall search for /dev/daXa and register such devices as USB disks.
This covers the common case of unsliced USB drives, and makes it possible to
select them as
Author: delphij
Date: Wed Jun 24 23:17:16 2009
New Revision: 194932
URL: http://svn.freebsd.org/changeset/base/194932
Log:
Lock around access to nc_file and netconfig_info ("ni"). The RPC
part of libc is still not thread safe but this would at least
reduce the problems we have.
PR:
On Wed, Jun 24, 2009 at 6:57 PM, Oleg Bulyzhin wrote:
> Author: oleg
> Date: Wed Jun 24 22:57:07 2009
> New Revision: 194930
> URL: http://svn.freebsd.org/changeset/base/194930
>
> Log:
> - fix dummynet 'fast' mode for WF2Q case.
> - fix printing of pipe profile data.
> - introduce new pipe para
Author: jeff
Date: Thu Jun 25 00:14:27 2009
New Revision: 194933
URL: http://svn.freebsd.org/changeset/base/194933
Log:
- Add the right includes to use kmem_alloc(). This was broken by my
DPCPU commit.
Reported by: bz
Modified:
head/sys/powerpc/powerpc/mp_machdep.c
Modified: head/s
Author: rmacklem
Date: Thu Jun 25 00:28:43 2009
New Revision: 194934
URL: http://svn.freebsd.org/changeset/base/194934
Log:
Fix two known problems in clnt_rc.c, plus issues w.r.t. smp noted
during reading of the code. Change the code so that it never accesses
rc_connecting, rc_closed or rc_c
Author: jeff
Date: Thu Jun 25 01:31:59 2009
New Revision: 194935
URL: http://svn.freebsd.org/changeset/base/194935
Log:
- Add a sysctl_dpcpu_long to support long typed pcpu stats.
- Remove the #ifndef SMP case as the SMP code works on UP as well.
Reviewed by: sam
Modified:
head/sys/
Author: jeff
Date: Thu Jun 25 01:33:51 2009
New Revision: 194936
URL: http://svn.freebsd.org/changeset/base/194936
Log:
- Use DPCPU for SCHED_STATS. This is somewhat awkward because the
offset of the stat is not known until link time so we must emit a
function to call SYSCTL_ADD_PROC
Sam Leffler wrote:
> There's something else wrong. This is just covering up the real bug.
I'm pretty sure the "real bug" is in bpf, but I'm not sure its a bug,
and I suspect there are probably other, similar, bugs lurking when
you try to tear down a busy interface.
What I was doing was:
- poi
On Wed, Jun 24, 2009 at 08:56:07PM +, Marius Strobl wrote:
> Author: marius
> Date: Wed Jun 24 20:56:06 2009
> New Revision: 194904
> URL: http://svn.freebsd.org/changeset/base/194904
>
> Log:
> - Change this driver to do taskqueue(9) based TX and interrupt
> handling in order to reduce
1 - 100 of 108 matches
Mail list logo