| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
|
|
| |
Add PCI Id for ServeRAID 8k.
Submitted by: Danny Braniss
Ok'ed by: scottl
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=165200
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=165162
|
| |
|
|
| |
Notes:
svn path=/releng/6.2/; revision=165076
|
| |
|
|
|
|
|
|
|
| |
MFC (1.270: don't do null Setattr RPCs for VA_MARK_ATIME).
Approved by: re (kensmith), bde
Notes:
svn path=/releng/6.2/; revision=165038
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=165016
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a change of devd.conf, devd(8) handles NIC attach/detach event
by using /etc/pccard_ether with the interface name as the argument.
This model does not work properly with IPv6 configuration because the
implementation of IPv6 stateless auto-configuration in the FreeBSD
rc.d scripts depends on whether there are any explicit configurations
for interfaces or not. It works this way: if no manual configuration,
it will perform auto-configuration, but otherwise no
auto-configuration will be performed. So, this behavior can only be
determined by all of the interfaces on a system, not a single one.
For this reason, the network6_interface_setup() function called from
the pccard_ether_start() does not work with a single interface name.
And what is worse, this combination of devd.conf and
pccard_ether_start() caused a bad side-effect that when
ipv6_enable=YES, all of interfaces marked as DOWN would be UP
unconditionally (and router solicitation was sent) just after devd(8)
was invoked. This should be fixed in a more sophisticated way.
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=165013
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a link-local address to the lo0 even when ipv6_enable="NO".
A kernel with INET6 always has ::1 on lo0, so in the case of
ipv6_enable="NO" the lo0 can have ::1 with no link-local address.
This is a violation of the IPv6 specification. As a workaround for
this situation, fe80::1 is added in rc.d/auto_linklocal when lo0 has
no link-local address. This should not be harmful for IPv4-only users.
Approved by: re (bmah, kensmith)
Notes:
svn path=/releng/6.2/; revision=165003
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164996
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164995
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164994
|
| |
|
|
|
|
|
| |
Approved by: re (implicitly)
Notes:
svn path=/releng/6.2/; revision=164956
|
| |
|
|
|
|
|
|
| |
PR: kern/106343
Approved by: re (rwatson)
Notes:
svn path=/releng/6.2/; revision=164953
|
| |
|
|
|
|
|
|
|
|
| |
group to read kernel memory.
Security: FreeBSD-SA-06:25.kmem
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164941
|
| |
|
|
|
|
|
|
|
|
| |
Fix to readdir+ reply handling. When inserting an entry into the namecache,
initialize the nfsnode's ctime. Otherwise a subsequent lookup purges the
just entered namecache entry.
Approved by: re
Notes:
svn path=/releng/6.2/; revision=164920
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164871
|
| |
|
|
|
|
|
|
|
|
| |
Add 'show vnode <addr>' DDB command.
Requested by: kib
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164870
|
| |
|
|
|
|
|
|
|
| |
Increase USR_MIN_SIZE to 160 because it requires more disk space.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164840
|
| |
|
|
|
|
|
|
|
|
|
| |
Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.
Reviewed by: mohans
Requested by: kib
Approved by: re (rwatson)
Notes:
svn path=/releng/6.2/; revision=164818
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skip disabled CPU, because after we sched_bind() to a disabled CPU,
we won't be able to exit from the thread.
Function g_eli_cpu_is_disabled() stoled from kern_pmc.c.
PR: kern/104669
Reported by: Nikolay Mirin <nik@optim.com.ru>
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164816
|
| |
|
|
|
|
|
|
|
|
| |
is non-null and may not work on all chipsets.
PR: i386/105616
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164753
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from RELENG_6 to RELENG_6_2:
Reformulate ip_ctloutput() and tcp_ctloutput() to work around the fact
that so_pcb can be invalidated at any time due to an untimely reset.
Move the body of ip_ctloutput() to ip_ctloutput_pcbinfo(), which
accepts a pcbinfo argument, and wrap it with ip_ctloutput(), which
passes a NULL. Modify tcp_ctloutput() to directly invoke
ip_ctloutput_pcbinfo() and pass tcbinfo. Hold the pcbinfo lock when
dereferencing so_pcb and acquiring the inpcb lock in order to prevent
the inpcb from being freed; the pcbinfo lock is then immediately
dropped. This is required as TCP may free the inppcb and invalidate
so_pcb due to a reset at any time in the RELENG_6 network stack, which
otherwise leads to a panic.
This panic might be frequently seen on highly loaded IRC and Samba
servers, which have long-lasting TCP connections, query socket options
frequently, and see a significant number of reset connections.
This change has been merged directly to RELENG_6 as the problem does
not exist in HEAD, where the invariants for so_pcb are much stronger;
the architectural changes in HEAD avoid the need to acquire a global
lock in the socket option path. This change will be merged to
RELENG_6_2.
PR: 102412, 104765
Reviewed by: Diane Bruce <db at db.net>
Tested by: Daniel Austin <daniel at kewlio dot net>,
Kai Gallasch <gallasch at free dot de>
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164731
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
> date: 2006/11/28 17:08:43; author: kensmith; state: Exp; lines: +1 -1
> MFC v1.240:
> revision 1.240
> date: 2006/11/23 00:57:10; author: kensmith; state: Exp; lines: +1 -1
> Oops - what people refer to as linux_base-fc4 calls itself linux_base-fc
> and that's what pkg_add needs.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164722
|
| |
|
|
|
|
|
|
|
|
| |
handling and close a race in the TX path that would lead to lost packets under
heavy load.
Approved by: re
Notes:
svn path=/releng/6.2/; revision=164721
|
| |
|
|
|
|
|
|
|
|
| |
Remove uhidev.4 and references to it, the corresponding code was never
imported from NetBSD.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164696
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix a bug which caused a spurious "Fetching 2 metadata files... failed."
error message the first time FreeBSD Update is run on a release which
doesn't need any updates.
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164694
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164621
|
| |
|
|
|
|
|
|
| |
Submitted by: moose at opera dot com
Approved by: re (implicitly)
Notes:
svn path=/releng/6.2/; revision=164590
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.4
date: 2006/01/14 20:45:02; author: ru; state: Exp; lines: +2 -0
Ignore spurious '\0' first character read on a serial console.
This allows me to "boot -a" over a serial console. Tested on
several machines.
Approved by: ru
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=164551
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164550
|
| |
|
|
|
|
|
| |
Approved by: re(KEN)
Notes:
svn path=/releng/6.2/; revision=164538
|
| |
|
|
|
|
|
|
|
|
|
|
| |
listening socket after the pass that cleans those queues. This
results in these connections being orphaned (and leaked). The fix
is to clean up the so queues after detaching the socket from the
protocol. Thanks to ups and jhb for discussions and a thorough code
review.
Approved by: re
Notes:
svn path=/releng/6.2/; revision=164529
|
| |
|
|
|
|
|
|
|
|
|
|
| |
> revision 1.887.2.20
> date: 2006/11/22 20:47:58; author: kensmith; state: Exp; lines: +5 -6
> Go back to building documentation for all the languages now that we have
> a separate disc just for docs.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164523
|
| |
|
|
|
|
|
|
|
|
|
|
| |
fix, sysinstall(8) multi-CDROM package installation fix.
Modified release notes: Mention HAL support in GNOME update note [1].
Approved by: re (implicitly)
Requested by: marcus [1]
Notes:
svn path=/releng/6.2/; revision=164518
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.106.2.1
> date: 2006/11/22 13:44:27; author: kensmith; state: Exp; lines: +15 -19
> MFC v1.108:
>> revision 1.108
>> date: 2006/11/19 08:12:54; author: kensmith; state: Exp; lines: +15 -19
>> Move the check for which disc volume we have/want to after we install
>> the package dependencies. Installation of the dependencies may leave
>> us on the wrong disc volume.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164511
|
| |
|
|
|
|
|
|
|
|
|
| |
Obey the RELENG_6 rules for dealing with Giant for vn_open.
Reported by: Steve Wills (steve at stevenwills com)
Reviewed by: rwatson
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164507
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> revision 1.6.2.8
> date: 2006/11/21 17:26:56; author: kensmith; state: Exp; lines: +2 -2
> MFC v1.16 and v1.14:
>
>> revision 1.16
>> date: 2006/11/17 05:10:41; author: kensmith; state: Exp; lines: +1 -1
>> Shift to vim-lite package because vim package doesn't build at the moment.
>>
>> revision 1.14
>> date: 2006/11/16 19:08:27; author: kensmith; state: Exp; lines: +1 -1
>> Switch to emulators/linux_base-fc4 since that's the new default
>> Linux emulator.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164478
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> revision 1.233.2.3
> date: 2006/11/21 17:40:52; author: kensmith; state: Exp; lines: +1 -1
> MFC v1.239:
>
>> revision 1.239
>> date: 2006/11/16 19:09:41; author: kensmith; state: Exp; lines: +1 -1
>> Switch to linux_base-fc4 for the Linux emulation package.
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> revision 1.887.2.19
> date: 2006/11/21 17:46:17; author: kensmith; state: Exp; lines: +13 -2
> MFC v1.918:
>
>> revision 1.918
>> date: 2006/11/16 23:09:35; author: kensmith; state: Exp; lines: +13 -2
>> Move the documentation to its own separate disc to make room for more
>> packages on disc2. This will also let users decide if they want to
>> have a CD of the docs at all - unless they're disconnected from the
>> net they will probably find the Web site more useful.
>>
>> Reviewed by: ru
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164476
|
| |
|
|
|
|
|
|
|
|
| |
PR: kern/104896
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reviewed by: imp (mentor), jfv
Approved by: re (bmah), imp (mentor)
Notes:
svn path=/releng/6.2/; revision=164445
|
| |
|
|
|
|
|
|
|
|
| |
errata/article.sgml: 1.73.2.34 -> 1.73.2.34.2.2
relnotes/common/new.sgml: 1.883.2.52 -> 1.883.2.52.2.1
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=164402
|
| |
|
|
|
|
|
|
| |
Pointed out by: delphij
Approved by: re (implicitly)
Notes:
svn path=/releng/6.2/; revision=164389
|
| |
|
|
|
|
|
| |
Approved by: re (implictly)
Notes:
svn path=/releng/6.2/; revision=164369
|
| |
|
|
|
|
|
|
|
|
| |
New release notes (direct commit to this codeline): tty(4) fixes,
devfs(5) fixes.
Approved by: re (implicitly)
Notes:
svn path=/releng/6.2/; revision=164367
|
| |
|
|
|
|
|
|
| |
Submitted by: delphij
Approved by: re (implicitly)
Notes:
svn path=/releng/6.2/; revision=164366
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to kensmith@. The entities indicating the type of release are
different between RELENG_5 and RELENG_6, although (in a moral sense)
they should be the same.
Approved by: re (implicitly)
Pointy hat to: bmah
Notes:
svn path=/releng/6.2/; revision=164328
|
| |
|
|
|
|
|
|
|
|
| |
branch to a release branch.
Poked by: bmah
Approved by: re (implicit)
Notes:
svn path=/releng/6.2/; revision=164316
|
| |
|
|
|
|
|
| |
Approved by: re (implicit)
Notes:
svn path=/releng/6.2/; revision=164313
|
| |
|
|
|
|
|
| |
Approved by: re (implicit)
Notes:
svn path=/releng/6.2/; revision=164312
|
| |
|
|
|
|
|
| |
Approved by: re (implicit)
Notes:
svn path=/releng/6.2/; revision=164311
|
| |
|
|
|
|
|
| |
Approved by: re (implicit)
Notes:
svn path=/releng/6.2/; revision=164310
|