Author: gonzo
Date: Sun Mar 18 08:08:06 2012
New Revision: 233107
URL: http://svn.freebsd.org/changeset/base/233107
Log:
Unbreak trhe build by including proper header
Modified:
head/lib/libc/arm/gen/_set_tp.c
Modified: head/lib/libc/arm/gen/_set_tp.c
=
Author: hselasky
Date: Sun Mar 18 09:45:43 2012
New Revision: 233109
URL: http://svn.freebsd.org/changeset/base/233109
Log:
Add option to ignore error codes if the module specified is already loaded.
MFC after:1 week
Modified:
head/sbin/kldload/kldload.8
head/sbin/kldload/kldload.c
Author: hselasky
Date: Sun Mar 18 09:47:27 2012
New Revision: 233110
URL: http://svn.freebsd.org/changeset/base/233110
Log:
Use new -n option when executing kldload, to
not warn about already loaded module(s).
MFC after:1 week
Modified:
head/tools/tools/bus_autoconf/bus_usb.c
Modi
Author: hselasky
Date: Sun Mar 18 09:52:54 2012
New Revision: 233111
URL: http://svn.freebsd.org/changeset/base/233111
Log:
Regenerate usb.conf to use new -n option when doing kldload.
MFC after:1 week
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
===
Author: bz
Date: Sun Mar 18 11:23:40 2012
New Revision: 233113
URL: http://svn.freebsd.org/changeset/base/233113
Log:
Hide kernel option ROUTETABLES evaluations in the implementation
rather than the header file. With this also move RT_MAXFIBS and
RT_NUMFIBS into the implemantion to avoid fu
Author: nwhitehorn
Date: Sun Mar 18 13:22:42 2012
New Revision: 233117
URL: http://svn.freebsd.org/changeset/base/233117
Log:
Remove acquisition of VM page queues lock from pmap_protect(). Any actual
manipulation of the pvo_vlink and pvo_olink entries is already protected
by the table lock,
Author: kevlo
Date: Sun Mar 18 15:34:39 2012
New Revision: 233121
URL: http://svn.freebsd.org/changeset/base/233121
Log:
Repair function when used with large scales
Submitted by: AIDA Shinra
Modified:
head/usr.bin/bc/bc.library
Modified: head/usr.bin/bc/bc.library
=
Author: alc
Date: Sun Mar 18 17:41:54 2012
New Revision: 233122
URL: http://svn.freebsd.org/changeset/base/233122
Log:
Style fix to pmap_protect().
Submitted by: bde
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
=
Author: tijl
Date: Sun Mar 18 18:44:42 2012
New Revision: 233123
URL: http://svn.freebsd.org/changeset/base/233123
Log:
Use exact width integer types in amd64/i386 reg.h to prepare for a merge.
The only real change is replacing long with int on i386.
Modified:
head/sys/amd64/include/reg.h
On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote:
> Author: davidxu
> Date: Mon Feb 27 13:38:52 2012
> New Revision: 232209
> URL: http://svn.freebsd.org/changeset/base/232209
>
> Log:
> Follow changes made in revision 232144, pass absolute timeout to kernel,
> this eliminates a clock_
Author: tijl
Date: Sun Mar 18 19:06:38 2012
New Revision: 233124
URL: http://svn.freebsd.org/changeset/base/233124
Log:
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
reg.h with stubs.
The tREGISTER macros are only made visible on i386. These macros are
depre
Author: tijl
Date: Sun Mar 18 19:12:11 2012
New Revision: 233125
URL: http://svn.freebsd.org/changeset/base/233125
Log:
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
Reviewed by: kib
Deleted:
head/sys/compat/ia32/ia32_reg.h
Modified:
head/sys/amd64/ia32/ia32_reg.c
Author: jh
Date: Sun Mar 18 19:13:32 2012
New Revision: 233126
URL: http://svn.freebsd.org/changeset/base/233126
Log:
Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation.
PR: kern/161552
Reviewed by: trasz
Tested by:Nikos Vassiliadis
MFC after:1 w
Author: tijl
Date: Sun Mar 18 19:15:11 2012
New Revision: 233127
URL: http://svn.freebsd.org/changeset/base/233127
Log:
Remove some unnecessary includes.
Modified:
head/sys/compat/ia32/ia32_sysvec.c
Modified: head/sys/compat/ia32/ia32_sysvec.c
On Sunday 18 March 2012 20:12:12 Tijl Coosemans wrote:
> Author: tijl
> Date: Sun Mar 18 19:12:11 2012
> New Revision: 233125
> URL: http://svn.freebsd.org/changeset/base/233125
>
> Log:
> Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
>
> Reviewed by:kib
>
> De
Author: harti
Date: Sun Mar 18 19:28:52 2012
New Revision: 233128
URL: http://svn.freebsd.org/changeset/base/233128
Log:
memset() wants the size of the structure to clear, not the size
of the pointer to it.
Submitted by: Pawel Worach
Modified:
head/contrib/bsnmp/snmpd/main.c
Modified:
Author: adrian
Date: Sun Mar 18 19:35:30 2012
New Revision: 233129
URL: http://svn.freebsd.org/changeset/base/233129
Log:
Add a missing endian conversion.
Modified:
head/sys/net80211/ieee80211_alq.h
Modified: head/sys/net80211/ieee80211_alq.h
=
Author: jilles
Date: Sun Mar 18 20:34:01 2012
New Revision: 233130
URL: http://svn.freebsd.org/changeset/base/233130
Log:
fts(3): Document cases where FTS_NOCHDIR is set implicitly.
PR: docs/166091
Submitted by: Matthew Story
MFC after:1 week
Modified:
head/lib/libc/gen
Author: jpaetzel
Date: Sun Mar 18 21:19:21 2012
New Revision: 233131
URL: http://svn.freebsd.org/changeset/base/233131
Log:
Redirect camcontrol stderr to /dev/null.
Modified:
head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh
Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.
On 17.3.2012 16:35, Alexander Leidinger wrote:
> On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska
> wrote:
>
>> Author: mm
>> Date: Fri Mar 16 21:30:26 2012
>> New Revision: 233048
>> URL: http://svn.freebsd.org/changeset/base/233048
>>
>> Log:
>> Unhide /dev/zfs in devfsrules_jail.
>>
Author: jilles
Date: Sun Mar 18 21:46:27 2012
New Revision: 233132
URL: http://svn.freebsd.org/changeset/base/233132
Log:
fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned
pathnames.
With the current API (no *at functions), FTS_NOCHDIR requires that the
fts_accp
On 18.3.2012 22:29, Martin Matuska wrote:
> On 17.3.2012 16:35, Alexander Leidinger wrote:
>> On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska
>> wrote:
>>
>>> Author: mm
>>> Date: Fri Mar 16 21:30:26 2012
>>> New Revision: 233048
>>> URL: http://svn.freebsd.org/changeset/base/233048
>>>
>>
pointy-hat to me, sorry!
*grumbles*
Adrian
On 18 March 2012 12:35, Adrian Chadd wrote:
> Author: adrian
> Date: Sun Mar 18 19:35:30 2012
> New Revision: 233129
> URL: http://svn.freebsd.org/changeset/base/233129
>
> Log:
> Add a missing endian conversion.
>
> Modified:
> head/sys/net80211/i
Author: adrian
Date: Sun Mar 18 21:54:59 2012
New Revision: 233133
URL: http://svn.freebsd.org/changeset/base/233133
Log:
.. revert out a local change that I hadn't yet completely finished fleshing
out and testing.
sorry!
Modified:
head/sys/net80211/ieee80211_alq.h
Modified: head/sys/
On 15 Mar 2012 22:57, "Ian Lepore" wrote:
>
> On Wed, 2012-03-14 at 16:22 +, Ed Schouten wrote:
> > Author: ed
> > Date: Wed Mar 14 16:22:09 2012
> > New Revision: 232977
> > URL: http://svn.freebsd.org/changeset/base/232977
> >
> > Log:
> > Make init(8) slightly more robust when /dev/consol
Author: davidxu
Date: Mon Mar 19 00:07:10 2012
New Revision: 233134
URL: http://svn.freebsd.org/changeset/base/233134
Log:
Use clockid parameter instead of hard-coded CLOCK_REALTIME.
Reported by: pjd
Modified:
head/lib/libthr/thread/thr_umtx.c
Modified: head/lib/libthr/thread/thr_umtx.
Author: eadler
Date: Mon Mar 19 00:36:32 2012
New Revision: 233135
URL: http://svn.freebsd.org/changeset/base/233135
Log:
- Clean up timestamps in msgbuf code. The timestamps should now be
inserted after the priority token thus cleaning up the output.
- Remove the needless double intern
Author: eadler
Date: Mon Mar 19 00:41:40 2012
New Revision: 233136
URL: http://svn.freebsd.org/changeset/base/233136
Log:
X11BASE is not used any more and has been killed by the x11 team.
Reviewed by: ???
Approved by: ???
MFC after:3 days
Modified:
head/secure/usr.bin/ssh/Makef
On Sun, Mar 18, 2012 at 8:41 PM, Eitan Adler wrote:
> Author: eadler
> Date: Mon Mar 19 00:41:40 2012
> New Revision: 233136
> URL: http://svn.freebsd.org/changeset/base/233136
>
> Log:
> X11BASE is not used any more and has been killed by the x11 team.
>
> Reviewed by: ???
> Approved by: ???
Author: eadler
Date: Mon Mar 19 00:45:01 2012
New Revision: 233137
URL: http://svn.freebsd.org/changeset/base/233137
Log:
rm[0].rm_so must be zero (an explicit check is made for zero in the
outer if condition)
Reviewed by: se
Approved by: cperciva
Modified:
head/bin/expr/expr.y
Mo
Author: eadler
Date: Mon Mar 19 00:47:01 2012
New Revision: 233138
URL: http://svn.freebsd.org/changeset/base/233138
Log:
draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007
PR: docs/163771
Submitted by: phk
Reviewed by: If someone else reviewed your modification.
Approved
On 3/18/12 11:50 AM, Pawel Jakub Dawidek wrote:
On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote:
Author: davidxu
Date: Mon Feb 27 13:38:52 2012
New Revision: 232209
URL: http://svn.freebsd.org/changeset/base/232209
Log:
Follow changes made in revision 232144, pass absolute timeout t
Author: yongari
Date: Mon Mar 19 02:10:40 2012
New Revision: 233158
URL: http://svn.freebsd.org/changeset/base/233158
Log:
Do not change current media when driver is already running. If
driver is running driver would have already completed flow control
configuration. This change removes un
Author: gonzo
Date: Mon Mar 19 03:27:08 2012
New Revision: 233159
URL: http://svn.freebsd.org/changeset/base/233159
Log:
fix ABI detection logic: for 64-bit elf objects set default ABI to n64.
Modified:
head/contrib/gdb/gdb/mips-tdep.c
Modified: head/contrib/gdb/gdb/mips-tdep.c
=
Author: bjk (doc committer)
Date: Mon Mar 19 04:46:11 2012
New Revision: 233160
URL: http://svn.freebsd.org/changeset/base/233160
Log:
Expound a bit more about the system maximum number of FIBs,
how it may be set, and current limitations on the value.
Approved by: hrs (mentor)
PR:
Author: bjk (doc committer)
Date: Mon Mar 19 05:08:09 2012
New Revision: 233161
URL: http://svn.freebsd.org/changeset/base/233161
Log:
Remove trailing whitespace.
Approved by: hrs (mentor)
Modified:
head/lib/libc/sys/setfib.2
Modified: head/lib/libc/sys/setfib.2
===
36 matches
Mail list logo