Author: pluknet
Date: Wed Mar 7 09:42:19 2012
New Revision: 232651
URL: http://svn.freebsd.org/changeset/base/232651
Log:
Update ifa_rtrequest() description after post-4.4BSD change made in r85074.
3rd argument of ifa->ifa_rtrequest is now ``rt_addrinfo *'' instead of
``sockaddr *''. While
On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Mar 5 02:40:18 2012
> New Revision: 232531
> URL: http://svn.freebsd.org/changeset/base/232531
>
> Log:
> Make the chroot shell more functional by providing devfs.
I am just replying to your last bsdinstall com
Author: pluknet
Date: Wed Mar 7 11:29:43 2012
New Revision: 232654
URL: http://svn.freebsd.org/changeset/base/232654
Log:
Reflect that if_output changed to take a struct route as its fourth
argument (r191148).
MFC after:1 week
Modified:
head/share/man/man9/ifnet.9
Modified: head/
On 7. Mar 2012, at 10:49 , Bjoern A. Zeeb wrote:
> On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote:
>
>> Author: nwhitehorn
>> Date: Mon Mar 5 02:40:18 2012
>> New Revision: 232531
>> URL: http://svn.freebsd.org/changeset/base/232531
>>
>> Log:
>> Make the chroot shell more functional by pro
On 7. Mar 2012, at 14:11 , Bjoern A. Zeeb wrote:
>
> On 7. Mar 2012, at 10:49 , Bjoern A. Zeeb wrote:
>
>> On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote:
>>
>>> Author: nwhitehorn
>>> Date: Mon Mar 5 02:40:18 2012
>>> New Revision: 232531
>>> URL: http://svn.freebsd.org/changeset/base/232
Author: maxim
Date: Wed Mar 7 14:50:14 2012
New Revision: 232658
URL: http://svn.freebsd.org/changeset/base/232658
Log:
o Sync LOCK_PROFILING manpage with the current code: remove
unexistent sysctls, add new ones.
Reviewed by: gjb
Sponsored by: Nginx, Inc.
Modified:
head/share/man/
Author: pluknet
Date: Wed Mar 7 14:53:53 2012
New Revision: 232659
URL: http://svn.freebsd.org/changeset/base/232659
Log:
Move struct if_data basic description to a more suitable place, and remove
a bit of .Bx 4.4 history.
MFC after:1 week
Modified:
head/share/man/man9/ifnet.9
Mo
On Mar 7, 2012, at 8:20 AM, Bjoern A. Zeeb wrote:
On 7. Mar 2012, at 14:11 , Bjoern A. Zeeb wrote:
On 7. Mar 2012, at 10:49 , Bjoern A. Zeeb wrote:
On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Mon Mar 5 02:40:18 2012
New Revision: 232531
URL: http://svn.f
Author: kib
Date: Wed Mar 7 18:05:45 2012
New Revision: 232660
URL: http://svn.freebsd.org/changeset/base/232660
Log:
In batch mode, exit after receiving SIGINT, instead of immediate
output of the next display.
Submitted by: Andrey Zonov
MFC after:1 week
Modified:
head/contrib/
Author: emaste
Date: Wed Mar 7 18:46:21 2012
New Revision: 232666
URL: http://svn.freebsd.org/changeset/base/232666
Log:
Improve multi-line kernel ident parsing
Instead of blindly grabbing the line with 'Version string' and the
following one from the core info file, take all lines after
Author: jhb
Date: Wed Mar 7 18:50:33 2012
New Revision: 232667
URL: http://svn.freebsd.org/changeset/base/232667
Log:
Simplify the PCI bus dma tag code a bit. First, don't create a tag at
all for platforms that only have 32-bit bus addresses. Second, remove
the 'tag_valid' flag from the s
Author: jhb
Date: Wed Mar 7 18:52:46 2012
New Revision: 232668
URL: http://svn.freebsd.org/changeset/base/232668
Log:
Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.
Tested by:emaste
Modified:
head/sys/dev/aac/aac_pci.c
Modified: head/sys/dev/aac/aac_pci.c
===
Author: jhb
Date: Wed Mar 7 18:53:56 2012
New Revision: 232669
URL: http://svn.freebsd.org/changeset/base/232669
Log:
Use bus_get_dma_tag() to inherit the 4G boundary restriction from the
parent PCI bus and remove the home-grown version in this driver.
Modified:
head/sys/dev/twa/tw_osl.h
Author: jhb
Date: Wed Mar 7 18:57:09 2012
New Revision: 232670
URL: http://svn.freebsd.org/changeset/base/232670
Log:
Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4G
boundary for PAE.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
==
Author: pluknet
Date: Wed Mar 7 20:46:59 2012
New Revision: 232671
URL: http://svn.freebsd.org/changeset/base/232671
Log:
Add lib32 part for libutil after its version bump to 9.
PR: misc/165523
Submitted by: Andrey Zonov
MFC after:1 week
Modified:
head/ObsoleteFiles.i
On 03/07/12 14:46, Sergey Kandaurov wrote:
Author: pluknet
Date: Wed Mar 7 20:46:59 2012
New Revision: 232671
URL: http://svn.freebsd.org/changeset/base/232671
Log:
Add lib32 part for libutil after its version bump to 9.
PR: misc/165523
Submitted by:Andrey Zonov
MF
On 8 March 2012 00:49, Nathan Whitehorn wrote:
> On 03/07/12 14:46, Sergey Kandaurov wrote:
>>
>> Author: pluknet
>> Date: Wed Mar 7 20:46:59 2012
>> New Revision: 232671
>> URL: http://svn.freebsd.org/changeset/base/232671
>>
>> Log:
>> Add lib32 part for libutil after its version bump to 9.
>
On 03/07/12 14:53, Sergey Kandaurov wrote:
On 8 March 2012 00:49, Nathan Whitehorn wrote:
On 03/07/12 14:46, Sergey Kandaurov wrote:
Author: pluknet
Date: Wed Mar 7 20:46:59 2012
New Revision: 232671
URL: http://svn.freebsd.org/changeset/base/232671
Log:
Add lib32 part for libutil after i
On 8 March 2012 01:05, Nathan Whitehorn wrote:
> On 03/07/12 14:53, Sergey Kandaurov wrote:
>>
>> On 8 March 2012 00:49, Nathan Whitehorn wrote:
>>>
>>> On 03/07/12 14:46, Sergey Kandaurov wrote:
Author: pluknet
Date: Wed Mar 7 20:46:59 2012
New Revision: 232671
URL: htt
On 03/07/12 15:18, Sergey Kandaurov wrote:
On 8 March 2012 01:05, Nathan Whitehorn wrote:
On 03/07/12 14:53, Sergey Kandaurov wrote:
On 8 March 2012 00:49, Nathan Whitehornwrote:
On 03/07/12 14:46, Sergey Kandaurov wrote:
Author: pluknet
Date: Wed Mar 7 20:46:59 2012
New Revision: 23267
On 8 March 2012 01:27, Nathan Whitehorn wrote:
> On 03/07/12 15:18, Sergey Kandaurov wrote:
>>
>> On 8 March 2012 01:05, Nathan Whitehorn wrote:
>>>
>>> On 03/07/12 14:53, Sergey Kandaurov wrote:
On 8 March 2012 00:49, Nathan Whitehorn
wrote:
>
> On 03/07/12 14:46, Sergey
On Monday 05 March 2012 02:53 pm, John Baldwin wrote:
> Author: jhb
> Date: Mon Mar 5 19:53:17 2012
> New Revision: 232570
> URL: http://svn.freebsd.org/changeset/base/232570
>
> Log:
> Fix boot2 to handle boot config files that only contain a custom
> path to a loader or kernel. Specifically,
Author: ken
Date: Wed Mar 7 22:39:11 2012
New Revision: 232675
URL: http://svn.freebsd.org/changeset/base/232675
Log:
Make the mps(4) module depend on the cam module.
Submitted by: Mykola Dzham
MFC after:3 days
Modified:
head/sys/dev/mps/mps_pci.c
Modified: head/sys/dev/mps/mps_
Author: jkim
Date: Wed Mar 7 23:57:49 2012
New Revision: 232676
URL: http://svn.freebsd.org/changeset/base/232676
Log:
Make parallel build more safer.
Reviewed by: tijl
Modified:
head/usr.sbin/acpi/iasl/Makefile
Modified: head/usr.sbin/acpi/iasl/Makefile
==
On Wednesday 07 March 2012 05:00 pm, Jung-uk Kim wrote:
> On Monday 05 March 2012 02:53 pm, John Baldwin wrote:
> > Author: jhb
> > Date: Mon Mar 5 19:53:17 2012
> > New Revision: 232570
> > URL: http://svn.freebsd.org/changeset/base/232570
> >
> > Log:
> > Fix boot2 to handle boot config files
Author: emaste
Date: Thu Mar 8 01:37:01 2012
New Revision: 232678
URL: http://svn.freebsd.org/changeset/base/232678
Log:
Inbound TCP-MD5 digest validation is now supported
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
===
Author: hrs
Date: Thu Mar 8 01:47:12 2012
New Revision: 232679
URL: http://svn.freebsd.org/changeset/base/232679
Log:
- Clean up extra ${.OBJDIR}.
- Add ${IMAGE} for the supported image files. This fixes the install target
on FreeBSD/pc98.
- Use "mkdir -p" instead of "-mkdir" consisten
Author: emaste
Date: Thu Mar 8 01:48:44 2012
New Revision: 232680
URL: http://svn.freebsd.org/changeset/base/232680
Log:
Remove unactionable message about label geometry
It's not clear to a user what they should do after seeing the "geometry
does not match label" kernel message, and it d
Author: emaste
Date: Thu Mar 8 02:00:52 2012
New Revision: 232681
URL: http://svn.freebsd.org/changeset/base/232681
Log:
Work around broken BIOS memory reporting
Andrzej has a machine with 32GB of RAM, but only 16GB is reported by the
smbios.memory.enabled. Thus, use the greater of hw.r
Author: hselasky
Date: Thu Mar 8 07:22:41 2012
New Revision: 232684
URL: http://svn.freebsd.org/changeset/base/232684
Log:
Add new USB device IDs.
PR: usb/165815
MFC after:1 week
Modified:
head/share/man/man4/u3g.4
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbde
30 matches
Mail list logo