Author: marcel
Date: Thu Jan 28 04:50:09 2010
New Revision: 203106
URL: http://svn.freebsd.org/changeset/base/203106
Log:
In pci_cfgregread() and pci_cfgregwrite(), validate the arguments and check
that the alignment matches the width of the read or write.
Modified:
head/sys/ia64/pci/pci_cf
Author: delphij
Date: Thu Jan 28 02:33:20 2010
New Revision: 203105
URL: http://svn.freebsd.org/changeset/base/203105
Log:
MFC r200135:
Make umount(8) WARNS=6 clean:
- Cast delimiter width to integer [1]
- Solve name conflicts against system header
- Constify parameters to avoid qu
Author: emaste
Date: Thu Jan 28 01:47:31 2010
New Revision: 203102
URL: http://svn.freebsd.org/changeset/base/203102
Log:
Clean up rc.subr man page after removing leftover NetBSD compat. Also
switch to 2-clause license per NetBSD rc.subr.8 r1.19.
Submitted by: Alex Kozlov
Modified:
he
On Tue, Jan 26, 2010 at 08:10:25AM +0100, Attilio Rao wrote:
> 2010/1/26 Rob Farmer :
> > On Sat, Jan 23, 2010 at 7:54 AM, Attilio Rao wrote:
> >> Author: attilio
> >> Date: Sat Jan 23 15:54:21 2010
> >> New Revision: 202889
> >> URL: http://svn.freebsd.org/changeset/base/202889
> >>
> >> Log:
> >
Author: ru
Date: Wed Jan 27 21:06:53 2010
New Revision: 203098
URL: http://svn.freebsd.org/changeset/base/203098
Log:
Eliminated nits from last commit.
OK'ed by: rodrigc
Modified:
head/usr.bin/make/make.1
Modified: head/usr.bin/make/make.1
===
Author: schweikh
Date: Wed Jan 27 21:01:21 2010
New Revision: 203097
URL: http://svn.freebsd.org/changeset/base/203097
Log:
Correct a bunch of typos.
Modified:
head/lib/librpcsec_gss/rpc_gss_get_versions.3
head/lib/librpcsec_gss/rpc_gss_max_data_length.3
head/lib/librpcsec_gss/rpc_gss_sec
Author: ed
Date: Wed Jan 27 20:32:58 2010
New Revision: 203096
URL: http://svn.freebsd.org/changeset/base/203096
Log:
Remove stale inclusion of .
This tool doesn't require libulog anymore.
Modified:
head/sbin/init/init.c
Modified: head/sbin/init/init.c
==
Author: kensmith
Date: Wed Jan 27 20:30:50 2010
New Revision: 203095
URL: http://svn.freebsd.org/changeset/base/203095
Log:
Add packages-7.3-release directory.
Approved by: re (implicit)
Modified:
stable/7/usr.sbin/pkg_install/add/main.c
Modified: stable/7/usr.sbin/pkg_install/add/main
Author: marius
Date: Wed Jan 27 20:30:14 2010
New Revision: 203094
URL: http://svn.freebsd.org/changeset/base/203094
Log:
- Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panic
indicating an already initialized lock.
- Check for an empty MSI/MSI-X queue entry before asserting
Author: kensmith
Date: Wed Jan 27 20:25:46 2010
New Revision: 203093
URL: http://svn.freebsd.org/changeset/base/203093
Log:
Update version to 7.3.
Approved by: re (implicit)
Modified:
stable/7/release/Makefile
Modified: stable/7/release/Makefile
Author: kensmith
Date: Wed Jan 27 20:24:28 2010
New Revision: 203092
URL: http://svn.freebsd.org/changeset/base/203092
Log:
Update what version of FreeBSD man(1) says this is.
Approved by: re (implicit)
Modified:
stable/7/gnu/usr.bin/groff/tmac/mdoc.local
Modified: stable/7/gnu/usr.bin
Author: jfv
Date: Wed Jan 27 20:12:04 2010
New Revision: 203090
URL: http://svn.freebsd.org/changeset/base/203090
Log:
Add a link tasklet so updates can be sleepable.
Modified:
head/sys/dev/e1000/if_igb.c
head/sys/dev/e1000/if_igb.h
Modified: head/sys/dev/e1000/if_igb.c
===
Author: kib
Date: Wed Jan 27 20:09:20 2010
New Revision: 203089
URL: http://svn.freebsd.org/changeset/base/203089
Log:
MFC r196921:
Do not decrement pfs_vncache_entries for the vnode that was not in the
list.
Reminded by: des
Approved by: re (kensmith)
Modified:
stable/7/sys/fs/p
Author: weongyo
Date: Wed Jan 27 19:43:14 2010
New Revision: 203087
URL: http://svn.freebsd.org/changeset/base/203087
Log:
adds sysctl knobs to show rate statistics that it could be useful to
debug slow TX speed.
Modified:
head/sys/dev/usb/wlan/if_urtw.c
head/sys/dev/usb/wlan/if_urtwvar.h
Author: trasz
Date: Wed Jan 27 19:30:44 2010
New Revision: 203086
URL: http://svn.freebsd.org/changeset/base/203086
Log:
Don't touch v_interlock; use VI_* macros instead.
Modified:
head/sys/fs/nwfs/nwfs_node.c
head/sys/fs/nwfs/nwfs_vnops.c
Modified: head/sys/fs/nwfs/nwfs_node.c
===
Author: alc
Date: Wed Jan 27 18:33:22 2010
New Revision: 203085
URL: http://svn.freebsd.org/changeset/base/203085
Log:
Optimize pmap_demote_pde() by using the new KPTmap to access a kernel
page table page instead of creating a temporary mapping to it.
Set the PG_G bit on the page table en
Author: avilla (ports committer)
Date: Wed Jan 27 18:12:22 2010
New Revision: 203084
URL: http://svn.freebsd.org/changeset/base/203084
Log:
- MFC r197788, r203040, r203045, r203048
Approved by: tabthorpe (mentor)
Modified:
stable/8/usr.bin/calendar/calendars/calendar.freebsd
Modified:
Author: jfv
Date: Wed Jan 27 18:00:24 2010
New Revision: 203083
URL: http://svn.freebsd.org/changeset/base/203083
Log:
Two more build problems, missing includes and semicolon.
Modified:
head/sys/dev/e1000/e1000_osdep.h
head/sys/dev/e1000/if_em.h
Modified: head/sys/dev/e1000/e1000_osdep.h
=
Author: yongari
Date: Wed Jan 27 17:49:27 2010
New Revision: 203082
URL: http://svn.freebsd.org/changeset/base/203082
Log:
Add initial support for RTL8103E PCIe fastethernet.
PR: kern/142974
Modified:
head/sys/dev/re/if_re.c
head/sys/pci/if_rlreg.h
Modified: head/sys/dev/re/if_re.c
Author: jfv
Date: Wed Jan 27 17:35:58 2010
New Revision: 203081
URL: http://svn.freebsd.org/changeset/base/203081
Log:
Opps, completely wrong version of if_em.h got into
the checkin, sorry all :(
Modified:
head/sys/dev/e1000/if_em.h
Modified: head/sys/dev/e1000/if_em.h
Author: kan
Date: Wed Jan 27 17:15:17 2010
New Revision: 203080
URL: http://svn.freebsd.org/changeset/base/203080
Log:
Do not leave dirty cache lines behind if bus_dmamap_sync was called
to invalidate memory chunk that starts or ends in the middle of
cache line.
This was responsible for
On Wednesday 27 January 2010 10:40:00 am Gavin Atkinson wrote:
> On Wed, 2010-01-27 at 15:36 +, Gavin Atkinson wrote:
> > Author: gavin
> > Date: Wed Jan 27 15:36:19 2010
> > New Revision: 203074
> > URL: http://svn.freebsd.org/changeset/base/203074
> >
> > Log:
> > Merge r200318 from head:
Author: jhb
Date: Wed Jan 27 17:03:40 2010
New Revision: 203079
URL: http://svn.freebsd.org/changeset/base/203079
Log:
Fixup mergeinfo.
Modified:
Directory Properties:
stable/8/usr.bin/calendar/ (props changed)
stable/8/usr.bin/calendar/calendars/calendar.freebsd (props changed)
___
Author: jkim
Date: Wed Jan 27 17:00:42 2010
New Revision: 203078
URL: http://svn.freebsd.org/changeset/base/203078
Log:
Use VESA palette load/save functions if VESA BIOS says the current palette
format is higher than 6-bit instead of relying VGA compatibility flag.
This fixes palette problem
Author: emaste
Date: Wed Jan 27 16:47:02 2010
New Revision: 203077
URL: http://svn.freebsd.org/changeset/base/203077
Log:
Add missing return, in a rare case where we can't allocate memory in
deallocate.
Submitted by: Ryan Stone (rysto32 at gmail dot com)
Approved by: jasone
Modified:
Author: imp
Date: Wed Jan 27 16:21:32 2010
New Revision: 203076
URL: http://svn.freebsd.org/changeset/base/203076
Log:
Make a note that this file is the 64-bit version and experimental and
point people at the OCTEON1-32 file instead.
Modified:
head/sys/mips/conf/OCTEON1
Modified: head/sys/
Author: imp
Date: Wed Jan 27 16:15:19 2010
New Revision: 203075
URL: http://svn.freebsd.org/changeset/base/203075
Log:
Move back to physical address 0x0100. 0x0010 seems to have
problems sometimes for reasons I haven't tracked down.
Modified:
head/sys/mips/conf/OCTEON1-32
Modified
On Wed, 2010-01-27 at 15:36 +, Gavin Atkinson wrote:
> Author: gavin
> Date: Wed Jan 27 15:36:19 2010
> New Revision: 203074
> URL: http://svn.freebsd.org/changeset/base/203074
>
> Log:
> Merge r200318 from head: add myself to calendar.freebsd.
Sorry, forgot:
Approved by: ed (mentor, impl
Author: gavin
Date: Wed Jan 27 15:36:19 2010
New Revision: 203074
URL: http://svn.freebsd.org/changeset/base/203074
Log:
Merge r200318 from head: add myself to calendar.freebsd.
Modified:
stable/8/usr.bin/calendar/calendars/calendar.freebsd (contents, props
changed)
Directory Properties:
Author: jhb
Date: Wed Jan 27 15:29:09 2010
New Revision: 203073
URL: http://svn.freebsd.org/changeset/base/203073
Log:
MFC 185715:
Change the default value for the flag enabling superpage mapping and
promotion to "on".
Approved by: re (kib)
Modified:
stable/7/sys/amd64/amd64/pmap.c
Author: rmacklem
Date: Wed Jan 27 15:22:20 2010
New Revision: 203072
URL: http://svn.freebsd.org/changeset/base/203072
Log:
Fix a race that can occur when nfs nfsiod threads are being created.
Without this patch it was possible for a different thread that calls
nfs_asyncio() to snitch a newl
Author: des
Date: Wed Jan 27 14:54:48 2010
New Revision: 203071
URL: http://svn.freebsd.org/changeset/base/203071
Log:
Synch with head: avoid namespace collisions (r177447), plug resource leak
in FTP code (r199801), add support for HTTP (r202613, r202623, r203028).
Also record mergeinfo for
Author: jhb
Date: Wed Jan 27 14:43:28 2010
New Revision: 203070
URL: http://svn.freebsd.org/changeset/base/203070
Log:
Initialize the ifnet before calling mii_phy_probe() as some phy drivers
(e.g. e1000phy(4)) expect if_dname to be valid when they are probed.
MFC after:3 days
Modifie
Author: ed
Date: Wed Jan 27 11:54:42 2010
New Revision: 203068
URL: http://svn.freebsd.org/changeset/base/203068
Log:
Remove pseudo-terminals from ttys(5).
When we had utmp(5), we had to list all the psuedo-terminals in ttys(5)
to make ttyslot(3) function properly. Now that pututxline(3)
Author: edwin
Date: Wed Jan 27 11:23:21 2010
New Revision: 203067
URL: http://svn.freebsd.org/changeset/base/203067
Log:
The Erlang Port Mapper Daemon (from ports/lang/erlang) has been
assigned official port number 4369 by IANA.
PR: conf/113265
Submitted by: Jimmy Olgeni
Ob
Author: edwin
Date: Wed Jan 27 11:08:39 2010
New Revision: 203066
URL: http://svn.freebsd.org/changeset/base/203066
Log:
Git has been added as port 9418:
http://www.iana.org/assignments/port-numbers
PR: conf/143259
Submitted by: Denny Lin
Obtained from:http://www.ia
Author: joerg
Date: Wed Jan 27 10:42:34 2010
New Revision: 203065
URL: http://svn.freebsd.org/changeset/base/203065
Log:
Merge r202943: Add man pages for the gpib(4), pcii(4), and tnt4882(4)
drivers.
Added:
stable/8/share/man/man4/gpib.4
- copied unchanged from r202943, head/share/man/
Author: joerg
Date: Wed Jan 27 10:32:02 2010
New Revision: 203064
URL: http://svn.freebsd.org/changeset/base/203064
Log:
Merge of r202870,202898:
Overhaul of the pcii driver:
. Properly allocate all IO space resources. These cards scatter their
IO addresses over a range of 0x1600
Author: bz
Date: Wed Jan 27 10:20:10 2010
New Revision: 203063
URL: http://svn.freebsd.org/changeset/base/203063
Log:
MFC r202915:
Correct a typo.
Submitted by: kensmith
Approved by: re (kib)
Modified:
stable/7/sys/netinet6/in6_pcb.c
Directory Properties:
stable/7/sys/ (p
Author: avg
Date: Wed Jan 27 10:17:28 2010
New Revision: 203062
URL: http://svn.freebsd.org/changeset/base/203062
Log:
acpi_hpet: correctly get number of timers/comparators in a timer block
Also, account for a quirk of AMD/ATI HPET which reports number of timers
instead of id of the last
Author: avg
Date: Wed Jan 27 09:59:08 2010
New Revision: 203061
URL: http://svn.freebsd.org/changeset/base/203061
Log:
KASSERT that return value of interrupt filter complies with contract
For example a return value of zero could lead to a stuck level-triggered
interrupt line.
Reviewe
Author: bz
Date: Wed Jan 27 09:45:07 2010
New Revision: 203060
URL: http://svn.freebsd.org/changeset/base/203060
Log:
MFC r202915:
Correct a typo.
Submitted by: kensmith
Modified:
stable/8/sys/netinet6/in6_pcb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys
On Tue, Jan 26, 2010 at 02:16:49PM -0500, Jung-uk Kim wrote:
> On Tuesday 26 January 2010 10:30 am, Alexey Dokuchaev wrote:
> > I understand; I was thinking if maybe there are some "hackish" or
> > indirect way to tell that BIOS is lying.
>
> Probably you mean something like the attached patch?
on 27/01/2010 00:32 Jack F Vogel said the following:
> Author: jfv
> Date: Tue Jan 26 22:32:22 2010
> New Revision: 203049
> URL: http://svn.freebsd.org/changeset/base/203049
>
> Log:
> Update the 1G drivers, shared code sync with Intel,
> igb now has a queue notion that has a single interrupt
Quoting John Baldwin (from Tue, 26 Jan 2010 15:07:21 -0500):
On Tuesday 26 January 2010 12:05:29 pm Ivan Voras wrote:
2010/1/26 Alexander Leidinger :
>
> Quoting John Baldwin (from Mon, 25 Jan 2010 07:57:49
> -0500):
>
>> On Saturday 23 January 2010 1:42:28 pm Alan Cox wrote:
>>>
>>> Author:
45 matches
Mail list logo